aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-4/+2
2016-11-25net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGSMiroslav Lichvar1-0/+1
2016-11-23rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit()Zhang Shengju1-1/+1
2016-11-23flowcache: Increase threshold for refusing new allocationsMiroslav Urbanek1-4/+2
2016-11-22flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet1-1/+1
2016-11-19rtnl: fix the loop index update error in rtnl_dump_ifinfo()Zhang Shengju1-1/+1
2016-11-18rtnetlink: fix FDB size computationSabrina Dubroca1-1/+4
2016-11-17net: check dead netns for peernet2id_alloc()WANG Cong1-0/+2
2016-11-15rtnetlink: fix rtnl message size computation for XDPSabrina Dubroca1-1/+2
2016-11-15rtnetlink: fix rtnl_vfinfo_sizeSabrina Dubroca1-5/+7
2016-11-12net: __skb_flow_dissect() must cap its return valueEric Dumazet1-3/+8
2016-11-12bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau2-19/+66
2016-11-09rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause1-0/+1
2016-11-03dccp: do not release listeners too soonEric Dumazet1-2/+3
2016-10-31net: mangle zero checksum in skb_checksum_help()Eric Dumazet1-1/+1
2016-10-31net: clear sk_err_soft in sk_clone_lock()Eric Dumazet1-0/+1
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-33/+44
2016-10-29packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn1-0/+1
2016-10-27flow_dissector: fix vlan tag handlingArnd Bergmann1-5/+5
2016-10-22netns: revert "netns: avoid disabling irq for netns id"Paul Moore1-15/+20
2016-10-20net: add recursion limit to GROSabrina Dubroca1-0/+1
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-17net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet1-7/+10
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2016-10-13net: rtnl: info leak in rtnl_fill_vfinfo()Dan Carpenter1-0/+2
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy1-2/+2
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+3
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner1-3/+3
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-26/+2
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+27
2016-10-04net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins1-31/+37
2016-10-03net: skbuff: Limit skb_vlan_pop/push() to expect skb->data at mac headerShmulik Ladkani1-15/+22
2016-10-03skb_splice_bits(): get rid of callbackAl Viro1-26/+2
2016-10-03net: rtnl: avoid uninitialized data in IFLA_VF_VLAN_LIST handlingArnd Bergmann1-0/+3
2016-10-03net: pktgen: fix pkt_sizePaolo Abeni1-11/+10
2016-09-28net: do not export sk_stream_write_spaceEric Dumazet1-1/+0
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso6-164/+490
2016-09-24netfilter: call nf_hook_ingress with rcu_read_lockAaron Conole1-1/+6
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh1-15/+65
2016-09-23netns: move {inc,dec}_net_namespaces into #ifdefArnd Bergmann1-10/+10
2016-09-23bpf: add helper to invalidate hashDaniel Borkmann1-0/+18
2016-09-23bpf: use bpf_get_smp_processor_id_proto instead of raw oneDaniel Borkmann1-0/+2
2016-09-23bpf: use skb_to_full_sk helper in bpf_skb_under_cgroupDaniel Borkmann1-1/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2016-09-22Merge branch 'nsfs-ioctls' into HEADEric W. Biederman1-0/+6
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin1-0/+6
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman1-1/+1
2016-09-22net: skbuff: Coding: Use eth_type_vlan() instead of open coding itShmulik Ladkani1-4/+2