aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet7-8/+17
2016-10-20net: add recursion limit to GROSabrina Dubroca8-8/+9
2016-10-20ipv6: properly prevent temp_prefered_lft sysctl raceJiri Bohac1-5/+4
2016-10-20net/ncsi: Improve HNCDSC AEN handlerGavin Shan1-3/+15
2016-10-20net/ncsi: Choose hot channel as active one if necessaryGavin Shan2-3/+20
2016-10-20net/ncsi: Fix stale link state of inactive channels on failoverGavin Shan2-1/+28
2016-10-20net/ncsi: Avoid if statements in ncsi_suspend_channel()Gavin Shan1-28/+50
2016-10-20net/sched: act_mirred: Use passed lastuse argumentPaul Blakey1-1/+4
2016-10-19tcp: do not export sysctl_tcp_low_latencyEric Dumazet1-1/+0
2016-10-19switchdev: Execute bridge ndos only for bridge portsIdo Schimmel1-0/+9
2016-10-19net: core: Correctly iterate over lower adjacency listIdo Schimmel1-3/+7
2016-10-19flow_dissector: Check skb for VLAN only if skb specified.Eric Garver1-4/+2
2016-10-18soreuseport: do not export reuseport_add_sock()Eric Dumazet1-1/+0
2016-10-18bridge: multicast: restore perm router ports on multicast enableNikolay Aleksandrov1-9/+14
2016-10-18tcp: Remove unused but set variableTobias Klauser1-2/+0
2016-10-18ipv4: Remove unused but set variableTobias Klauser1-3/+0
2016-10-18net/hsr: Remove unused but set variableTobias Klauser1-4/+0
2016-10-18Merge tag 'mac80211-for-davem-2016-10-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller10-92/+150
2016-10-17net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet1-7/+10
2016-10-17net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern2-6/+9
2016-10-17mac80211: move struct aead_req off the stackArd Biesheuvel7-62/+93
2016-10-14IPv6: fix DESYNC_FACTORJiri Bohac1-8/+31
2016-10-14IPv6: Drop the temporary address regen_timerJiri Bohac1-52/+9
2016-10-14Merge tag 'rxrpc-rewrite-20161013' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller2-3/+3
2016-10-14ipv6: correctly add local routes when lo goes upNicolas Dichtel1-1/+1
2016-10-14ip6_tunnel: fix ip6_tnl_lookupVadim Fedorenko1-0/+2
2016-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-29/+45
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds21-478/+794
2016-10-13Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-35/+111
2016-10-13net: bridge: add the multicast_flood flag attribute to brport_attrsNikolay Aleksandrov1-0/+1
2016-10-13net: rtnl: info leak in rtnl_fill_vfinfo()Dan Carpenter1-0/+2
2016-10-13tipc: info leak in __tipc_nl_add_udp_addr()Dan Carpenter1-0/+2
2016-10-13net: ipv4: Do not drop to make_route if oif is l3mdevDavid Ahern1-1/+2
2016-10-13ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet1-9/+11
2016-10-13net_sched: reorder pernet ops and act ops registrationsWANG Cong1-8/+11
2016-10-13openvswitch: add NETIF_F_HW_VLAN_STAG_TX to internal devJiri Benc1-1/+1
2016-10-13openvswitch: fix vlan subtraction from packet lengthJiri Benc1-1/+2
2016-10-13openvswitch: vlan: remove wrong likely statementJiri Benc1-1/+1
2016-10-13net_sched: do not broadcast RTM_GETTFILTER resultEric Dumazet1-7/+11
2016-10-13rxrpc: Fix checking of error from ip6_route_output()David Howells1-2/+2
2016-10-13rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR()David Howells1-1/+1
2016-10-12mac80211: fix CMD_FRAME for AP_VLANMichael Braun1-1/+1
2016-10-12mac80211: validate DA/SA during A-MSDU decapsulationJohannes Berg1-1/+19
2016-10-12cfg80211: add ability to check DA/SA in A-MSDU decapsulationJohannes Berg2-3/+14
2016-10-12cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKBJohannes Berg2-20/+12
2016-10-12mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg1-9/+15
2016-10-12strparser: Propagate correct error code in strp_recv()Geert Uytterhoeven1-1/+1
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-2/+0
2016-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-240/+357
2016-10-11netfilter: Fix slab corruption.Linus Torvalds1-75/+33