summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* rtnl: fix the loop index update error in rtnl_dump_ifinfo()Zhang Shengju2016-11-191-1/+1
* rtnetlink: fix FDB size computationSabrina Dubroca2016-11-181-1/+4
* net: check dead netns for peernet2id_alloc()WANG Cong2016-11-171-0/+2
* rtnetlink: fix rtnl message size computation for XDPSabrina Dubroca2016-11-151-1/+2
* rtnetlink: fix rtnl_vfinfo_sizeSabrina Dubroca2016-11-151-5/+7
* net: __skb_flow_dissect() must cap its return valueEric Dumazet2016-11-121-3/+8
* bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau2016-11-122-19/+66
* rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause2016-11-091-0/+1
* dccp: do not release listeners too soonEric Dumazet2016-11-031-2/+3
* net: mangle zero checksum in skb_checksum_help()Eric Dumazet2016-10-311-1/+1
* net: clear sk_err_soft in sk_clone_lock()Eric Dumazet2016-10-311-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-295-33/+44
|\
| * packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2016-10-291-0/+1
| * flow_dissector: fix vlan tag handlingArnd Bergmann2016-10-271-5/+5
| * netns: revert "netns: avoid disabling irq for netns id"Paul Moore2016-10-221-15/+20
| * net: add recursion limit to GROSabrina Dubroca2016-10-201-0/+1
| * net: core: Correctly iterate over lower adjacency listIdo Schimmel2016-10-191-3/+7
| * flow_dissector: Check skb for VLAN only if skb specified.Eric Garver2016-10-191-4/+2
| * soreuseport: do not export reuseport_add_sock()Eric Dumazet2016-10-181-1/+0
| * net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet2016-10-171-7/+10
* | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-2/+2
|\ \ | |/ |/|
| * latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-2/+2
* | net: rtnl: info leak in rtnl_fill_vfinfo()Dan Carpenter2016-10-131-0/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-071-3/+3
|\ \
| * | mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner2016-10-071-3/+3
* | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-071-26/+2
|\ \ \ | |/ / |/| |
| * | skb_splice_bits(): get rid of callbackAl Viro2016-10-031-26/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-10-061-1/+27
|\ \
| * | netns: move {inc,dec}_net_namespaces into #ifdefArnd Bergmann2016-09-231-10/+10
| * | Merge branch 'nsfs-ioctls' into HEADEric W. Biederman2016-09-221-0/+6
| |\ \
| | * | kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin2016-09-221-0/+6
| * | | userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman2016-09-221-1/+1
| * | | netns: Add a limit on the number of net namespacesEric W. Biederman2016-08-081-1/+21
| |/ /
* | | net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins2016-10-041-31/+37
* | | net: skbuff: Limit skb_vlan_pop/push() to expect skb->data at mac headerShmulik Ladkani2016-10-031-15/+22
* | | net: rtnl: avoid uninitialized data in IFLA_VF_VLAN_LIST handlingArnd Bergmann2016-10-031-0/+3
* | | net: pktgen: fix pkt_sizePaolo Abeni2016-10-031-11/+10
* | | net: do not export sk_stream_write_spaceEric Dumazet2016-09-281-1/+0
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2016-09-256-164/+490
|\ \ \
| * | | net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-241-15/+65
| * | | bpf: add helper to invalidate hashDaniel Borkmann2016-09-231-0/+18
| * | | bpf: use bpf_get_smp_processor_id_proto instead of raw oneDaniel Borkmann2016-09-231-0/+2
| * | | bpf: use skb_to_full_sk helper in bpf_skb_under_cgroupDaniel Borkmann2016-09-231-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-1/+4
| |\ \ \ | | | |/ | | |/|
| | * | cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner2016-09-191-1/+4
| * | | net: skbuff: Coding: Use eth_type_vlan() instead of open coding itShmulik Ladkani2016-09-221-4/+2
| * | | net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani2016-09-221-6/+4
| * | | net: skbuff: Export __skb_vlan_popShmulik Ladkani2016-09-221-2/+5
| * | | bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2016-09-201-17/+117
| * | | gso: Support partial splitting at the frag_list pointerSteffen Klassert2016-09-191-11/+40
OpenPOWER on IntegriCloud