aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-6/+13
2016-02-25Merge tag 'nfsd-4.5-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2016-02-24libceph: don't spam dmesg with stray reply warningsIlya Dryomov1-2/+2
2016-02-24libceph: use the right footer size when skipping a messageIlya Dryomov1-2/+9
2016-02-24libceph: don't bail early from try_read() when skipping a messageIlya Dryomov1-2/+2
2016-02-23Merge tag 'nfs-for-4.5-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-1/+3
2016-02-23sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi1-1/+1
2016-02-21Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-2/+4
2016-02-21sctp: Fix port hash table size computationNeil Horman1-8/+38
2016-02-20Bluetooth: hci_core: Avoid mixing up req_complete and req_complete_skbDouglas Anderson1-2/+4
2016-02-19af_unix: Don't use continue to re-execute unix_stream_read_generic loopRainer Weikusat1-1/+2
2016-02-19unix_diag: fix incorrect sign extension in unix_lookup_by_inoDmitry V. Levin1-1/+1
2016-02-19lwt: fix rx checksum setting for lwt devices tunneling over ipv6Paolo Abeni1-1/+1
2016-02-19tipc: unlock in error pathInsu Yun1-1/+3
2016-02-19Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-5/+33
2016-02-19rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov2-2/+2
2016-02-19net: make netdev_for_each_lower_dev safe for device removalNikolay Aleksandrov1-2/+2
2016-02-18Merge tag 'nfs-rdma-4.5-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust1-0/+2
2016-02-18net: caif: fix erroneous return valueAnton Protopopov1-1/+1
2016-02-18appletalk: fix erroneous return valueAnton Protopopov1-1/+1
2016-02-18IFF_NO_QUEUE: Fix for drivers not calling ether_setup()Phil Sutter1-1/+3
2016-02-18gre: clear IFF_TX_SKB_SHARINGJiri Benc2-2/+4
2016-02-18tcp/dccp: fix another race at listener dismantleEric Dumazet5-35/+35
2016-02-18route: check and remove route cache when we get routeXin Long1-14/+63
2016-02-18net_sched fix: reclassification needs to consider ether protocol changesJamal Hadi Salim1-0/+1
2016-02-17tcp: correctly crypto_alloc_hash return checkInsu Yun1-1/+1
2016-02-17net: dsa: Unregister slave_dev in error pathFlorian Fainelli1-0/+1
2016-02-17l2tp: Fix error creating L2TP tunnelsMark Tomlinson1-4/+14
2016-02-17auth_gss: fix panic in gss_pipe_downcall() in fips modeScott Mayhew1-1/+1
2016-02-17xprtrdma: rpcrdma_bc_receive_call() should init rq_private_buf.lenChuck Lever1-0/+2
2016-02-16tcp: md5: release request socket instead of listenerEric Dumazet1-2/+4
2016-02-16tcp: do not set rtt_min to 1Eric Dumazet1-1/+4
2016-02-16net: dsa: remove phy_disconnect from error pathSascha Hauer1-1/+0
2016-02-16tipc: fix premature addition of node to lookup tableJon Paul Maloy1-6/+6
2016-02-16bridge: mdb: avoid uninitialized variable warningArnd Bergmann1-2/+2
2016-02-16net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck1-0/+7
2016-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller7-16/+91
2016-02-16af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat1-1/+6
2016-02-16af_unix: Don't set err in unix_stream_read_generic unless there was an errorRainer Weikusat1-6/+10
2016-02-16batman-adv: Avoid endless loop in bat-on-bat netdevice checkAndrew Lunn1-0/+25
2016-02-16batman-adv: Only put orig_node_vlan list reference when removedSven Eckelmann1-2/+4
2016-02-16batman-adv: Only put gw_node list reference when removedSven Eckelmann1-3/+4
2016-02-13vsock: Fix blocking ops call in prepare_to_waitLaura Abbott1-13/+6
2016-02-13ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet4-3/+11
2016-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-24/+85
2016-02-10vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg3-3/+27
2016-02-09flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...Alexander Duyck1-3/+6
2016-02-09sctp: translate network order to host order when users get a hmacidXin Long1-2/+7
2016-02-09net:Add sysctl_max_skb_fragsHans Westgaard Ry3-2/+14
2016-02-09tcp: do not drop syn_recv on all icmp reportsEric Dumazet2-5/+11
2016-02-08ipv6: fix a lockdep splatEric Dumazet1-2/+3
2016-02-08unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa3-6/+13
2016-02-08netfilter: nft_counter: fix erroneous return valuesAnton Protopopov1-2/+2
2016-02-08netfilter: tee: select NF_DUP_IPV6 unconditionallyArnd Bergmann2-3/+3
2016-02-08netfilter: nfnetlink: correctly validate length of batch messagesPhil Turnbull1-4/+6
2016-02-06ipv6: addrconf: Fix recursive spin lock callsubashab@codeaurora.org1-1/+4
2016-02-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-12/+50
2016-02-04libceph: MOSDOpReply v7 encodingIlya Dryomov1-0/+10
2016-02-04crush: decode and initialize chooseleaf_stableIlya Dryomov1-5/+14
2016-02-04crush: add chooseleaf_stable tunableIlya Dryomov1-4/+14
2016-02-04crush: ensure take bucket value is validIlya Dryomov1-1/+2
2016-02-04crush: ensure bucket id is valid before indexing buckets arrayIlya Dryomov1-2/+10
2016-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds58-232/+335
2016-02-01netfilter: cttimeout: fix deadlock due to erroneous unlock/lock conversionFlorian Westphal1-1/+1
2016-02-01netfilter: nfnetlink: use original skbuff when acking batchesPablo Neira Ayuso1-3/+3
2016-02-01netfilter: conntrack: resched in nf_ct_iterate_cleanupFlorian Westphal2-3/+76
2016-01-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller5-35/+42
2016-01-29tcp: avoid cwnd undo after receiving ECNYuchung Cheng1-2/+0
2016-01-29irda: fix a potential use-after-free in ircomm_param_requestWANG Cong1-2/+1
2016-01-29ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni1-0/+3
2016-01-29ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni2-5/+8
2016-01-29netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA1-1/+2
2016-01-29fib_trie: Fix shift by 32 in fib_table_lookupAlexander Duyck1-3/+4
2016-01-29ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann1-0/+4
2016-01-29net_sched: drr: check for NULL pointer in drr_dequeueBernie Harris1-0/+2
2016-01-29tipc: fix connection abort during subscription cancelParthasarathy Bhuvaragan1-6/+5
2016-01-29ipv4: early demux should be aware of fragmentsEric Dumazet1-1/+4
2016-01-29Bluetooth: Fix incorrect removing of IRKsJohan Hedberg2-26/+18
2016-01-29Bluetooth: L2CAP: Fix setting chan src info before adding PSM/CIDJohan Hedberg1-3/+3
2016-01-29Bluetooth: L2CAP: Fix auto-allocating LE PSM valuesJohan Hedberg1-2/+12
2016-01-29Bluetooth: L2CAP: Introduce proper defines for PSM rangesJohan Hedberg1-3/+3
2016-01-28tcp: beware of alignments in tcp_get_info()Eric Dumazet1-4/+8
2016-01-28switchdev: Require RTNL mutex to be held when sending FDB notificationsIdo Schimmel2-9/+9
2016-01-28Merge tag 'mac80211-for-davem-2016-01-26' of git://git.kernel.org/pub/scm/lin...David S. Miller12-62/+82
2016-01-28tcp: fix tcp_mark_head_lost to check skb len before fragmentingNeal Cardwell1-5/+5
2016-01-28inet: frag: Always orphan skbs inside ip_defrag()Joe Stringer2-2/+1
2016-01-28sctp: remove the dead field of sctp_transportXin Long3-19/+1
2016-01-28sctp: hold transport before we access t->asoc in sctp procXin Long1-0/+8
2016-01-28sctp: fix the transport dead race check by using atomic_add_unless on refcntXin Long2-8/+13
2016-01-26rfkill: fix rfkill_fop_read wait_event usageJohannes Berg1-12/+4
2016-01-26mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni5-19/+11
2016-01-25sit: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo1-2/+2
2016-01-25ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIVThomas Egerer2-0/+2
2016-01-24sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner1-0/+2
2016-01-24af_unix: fix struct pid memory leakEric Dumazet1-0/+1
2016-01-24Merge tag 'for-linus-4.5-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-43/+47
2016-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds4-51/+109
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds13-259/+744
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-35/+35
2016-01-23Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packetsLukasz Duda1-0/+3
2016-01-23Bluetooth: 6lowpan: Fix kernel NULL pointer dereferencesGlenn Ruben Bakke1-1/+3
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa1-3/+1
2016-01-22wrappers for ->i_mutex accessAl Viro2-35/+35
2016-01-21tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet1-5/+8
2016-01-21libceph: remove outdated commentIlya Dryomov1-4/+0
2016-01-21libceph: kill off ceph_x_ticket_handler::validityIlya Dryomov2-5/+2
2016-01-21libceph: invalidate AUTH in addition to a service ticketIlya Dryomov1-2/+14
2016-01-21libceph: fix authorizer invalidation, take 2Ilya Dryomov2-5/+23
2016-01-21libceph: clear messenger auth_retry flag if we faultIlya Dryomov1-3/+7
2016-01-21libceph: fix ceph_msg_revoke()Ilya Dryomov1-18/+58
2016-01-21libceph: use list_for_each_entry_safeGeliang Tang1-9/+3
2016-01-21libceph: use list_next_entry instead of list_entry_nextGeliang Tang1-5/+2
2016-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-29/+46
2016-01-20net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet1-7/+14
2016-01-20gro: Make GRO aware of lightweight tunnels.Jesse Gross1-2/+5
2016-01-20net: drop tcp_memcontrol.cVladimir Davydov5-204/+0
2016-01-20mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner1-1/+1
2016-01-20mm: memcontrol: drop unused @css argument in memcg_init_kmemJohannes Weiner1-1/+1
2016-01-20net/mac80211/debugfs.c: prevent build failure with CONFIG_UBSAN=yAndrey Ryabinin1-5/+2
2016-01-20netfilter: nf_conntrack: use safer way to lock all bucketsSasha Levin4-14/+32
2016-01-19svc_rdma: use local_dma_lkeyChristoph Hellwig4-38/+10
2016-01-19svcrdma: Add class for RDMA backwards direction transportChuck Lever7-15/+470
2016-01-19svcrdma: Define maximum number of backchannel requestsChuck Lever2-12/+18
2016-01-19svcrdma: Make map_xdr non-staticChuck Lever1-7/+7
2016-01-19svcrdma: Remove last two __GFP_NOFAIL call sitesChuck Lever2-2/+7
2016-01-19svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever2-4/+6
2016-01-19svcrdma: Remove unused req_map and ctxt kmem_cachesChuck Lever2-42/+0
2016-01-19svcrdma: Improve allocation of struct svc_rdma_req_mapChuck Lever2-13/+78
2016-01-19svcrdma: Improve allocation of struct svc_rdma_op_ctxtChuck Lever1-13/+89
2016-01-19svcrdma: Clean up process_context()Chuck Lever1-23/+21
2016-01-19svcrdma: Clean up rdma_create_xprt()Chuck Lever1-8/+1
2016-01-19soreuseport: fix NULL ptr dereference SO_REUSEPORT after bindCraig Gallek1-1/+8
2016-01-19af_iucv: Validate socket address length in iucv_sock_bind()Ursula Braun1-0/+3
2016-01-19udp: fix potential infinite loop in SO_REUSEPORT logicEric Dumazet2-22/+42
2016-01-18ovs: limit ovs recursions in ovs_execute_actions to not corrupt stackHannes Frederic Sowa1-5/+14
2016-01-18netfilter: nf_tables_netdev: fix error path in module initializationPablo Neira Ayuso1-4/+4
2016-01-18netfilter: xt_TCPMSS: handle CHECKSUM_COMPLETE in tcpmss_tg6()Eric Dumazet1-2/+7
2016-01-17sctp: the temp asoc's transports should not be hashed/unhashedXin Long2-2/+8
2016-01-16batman-adv: Drop immediate orig_node free functionSven Eckelmann3-27/+13
2016-01-16batman-adv: Drop immediate batadv_hard_iface free functionSven Eckelmann2-20/+7
2016-01-16batman-adv: Drop immediate neigh_ifinfo free functionSven Eckelmann1-24/+10
2016-01-16batman-adv: Drop immediate batadv_hardif_neigh_node free functionSven Eckelmann1-33/+13
2016-01-16batman-adv: Drop immediate batadv_neigh_node free functionSven Eckelmann1-23/+10
2016-01-16batman-adv: Drop immediate batadv_orig_ifinfo free functionSven Eckelmann1-28/+31
2016-01-16batman-adv: Avoid recursive call_rcu for batadv_nc_nodeSven Eckelmann1-11/+8
2016-01-16batman-adv: Avoid recursive call_rcu for batadv_bla_claimSven Eckelmann1-7/+3
2016-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-30/+59
2016-01-15Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-8/+50
2016-01-15bridge: fix lockdep addr_list_lock false positive splatNikolay Aleksandrov1-0/+8
2016-01-15net: sctp: Move sequence start handling into sctp_transport_get_idx()Geert Uytterhoeven1-3/+3
2016-01-15ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-1/+1
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-136/+59
2016-01-15sctp: support to lookup with ep+paddr in transport rhashtableXin Long1-15/+23
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov4-4/+9
2016-01-14Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds10-92/+298
2016-01-14mm: memcontrol: switch to the updated jump-label APIJohannes Weiner1-2/+2
2016-01-14mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner2-7/+2
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner5-97/+36
2016-01-14net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner2-12/+21
2016-01-14net: tcp_memcontrol: simplify the per-memcg limit accessJohannes Weiner1-8/+0
2016-01-14net: tcp_memcontrol: remove dead per-memcg count of allocated socketsJohannes Weiner1-3/+0
2016-01-14net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner3-9/+7
2016-01-14memcg: do not allow to disable tcp accounting after limit is setVladimir Davydov1-12/+5
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov2-2/+2
2016-01-14netfilter: nft_ct: keep counters away from CONFIG_NF_CONNTRACK_LABELSPablo Neira Ayuso1-1/+1
2016-01-14mac80211: Don't buffer non-bufferable MMPDUsHelmut Schaa1-0/+5
2016-01-14mac80211: handle sched_scan_stopped vs. hw restart raceEliad Peller2-0/+9
2016-01-14mac80211: fix PS-Poll handlingEmmanuel Grumbach1-1/+1
2016-01-14mac80211: clear local->sched_scan_req properly on reconfigEliad Peller1-1/+4
2016-01-14mac80211: avoid ROC during hw restartEliad Peller3-2/+18
2016-01-14regulatory: fix world regulatory domain dataJohannes Berg1-5/+7
2016-01-14wireless: change cfg80211 regulatory domain info as debug messagesDave Young1-15/+18
2016-01-14mac80211: fix remain-on-channel cancellationJohannes Berg1-2/+4
2016-01-14mac80211: recalculate SW ROC only when neededJohannes Berg1-5/+1
2016-01-13Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2-6/+14
2016-01-13genetlink: Fix off-by-one in genl_allocate_reserve_groups()David S. Miller1-1/+1
2016-01-13netfilter: ipset: allow a 0 netmask with hash_netiface typeFlorian Westphal1-4/+0
2016-01-13netfilter: nft_byteorder: avoid unneeded le/be conversion stepsFlorian Westphal1-4/+2
2016-01-13batman-adv: Fix list removal of batadv_hardif_neigh_nodeSven Eckelmann1-6/+12
2016-01-13batman-adv: fix lockdep splat when doing mcast_freeSimon Wunderlich1-0/+2
2016-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller267-6628/+11042
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds270-6640/+11102
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-28/+12
2016-01-12net: bpf: reject invalid shiftsRabin Vincent1-0/+5
2016-01-12net: netlink: Fix multicast group storage allocation for families with more t...Matti Vaittinen1-1/+1
2016-01-12net: bpf: reject invalid shiftsRabin Vincent1-0/+5
2016-01-12phonet: properly unshare skbs in phonet_rcv()Eric Dumazet1-0/+4
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-40/+67
2016-01-11udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček2-2/+2
2016-01-11net: pktgen: fix null ptr deref in skb allocationJohn Fastabend1-1/+3
2016-01-11bpf: support ipv6 for bpf_skb_{set,get}_tunnel_keyDaniel Borkmann1-7/+62
2016-01-11bpf: export helper function flags and reject invalid onesDaniel Borkmann1-14/+23
2016-01-11sched,cls_flower: set key address type when presentJamal Hadi Salim1-2/+8
2016-01-11tcp_yeah: don't set ssthresh below 2Neal Cardwell1-1/+1
2016-01-11sctp: fix use-after-free in pr_debug statementMarcelo Ricardo Leitner2-18/+10
2016-01-11net/rtnetlink: remove unused sz_idx variableAlexander Kuleshov1-2/+1
2016-01-11unix: properly account for FDs passed over unix socketswilly tarreau2-9/+28
2016-01-10openvswitch: update kernel doc for struct vportJean Sacren1-1/+2
2016-01-10openvswitch: fix struct geneve_port member nameJean Sacren1-3/+3
2016-01-10openvswitch: clean up unused functionJean Sacren1-20/+0