summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | net: Add net-device param to the get offloaded stats ndoOr Gerlitz2016-11-241-2/+2
* | | | | tcp: enhance tcp_collapse_retrans() with skb_shift()Eric Dumazet2016-11-241-1/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-222-8/+16
|\| | | |
| * | | | 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: make struct napi_alloc_cache::skb_count unsigned intAlexey Dobriyan2016-11-191-1/+1
* | | | | ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunableRaju Lakkaraju2016-11-181-0/+6
* | | | | ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLERaju Lakkaraju2016-11-181-0/+87
* | | | | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-182-5/+4
* | | | | netpoll: more efficient lockingEric Dumazet2016-11-162-4/+3
* | | | | net: busy-poll: return busypolling status to driversEric Dumazet2016-11-161-4/+6
* | | | | net: busy-poll: allow preemption in sk_busy_loop()Eric Dumazet2016-11-161-20/+82
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-155-25/+80
|\| | | |
| * | | | 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
| | |/ / | |/| |
* | | | net: fix sleeping for sk_wait_event()WANG Cong2016-11-142-18/+18
* | | | net: napi_hash_add() is no longer exportedEric Dumazet2016-11-091-2/+1
* | | | ipv6: sr: add support for SRH encapsulation and injection with lwtunnelsDavid Lebrun2016-11-091-0/+2
* | | | net-gro: avoid reordersEric Dumazet2016-11-091-2/+2
* | | | net: core: add missing check for uid_range in rule_exists.Lorenzo Colitti2016-11-091-0/+4
* | | | sock: do not set sk_err in sock_dequeue_err_skbSoheil Hassas Yeganeh2016-11-071-1/+0
* | | | net/qdisc: IFF_NO_QUEUE drivers should use consistent TX queue lenJesper Dangaard Brouer2016-11-071-1/+1
* | | | udp: do fwd memory scheduling on dequeuePaolo Abeni2016-11-071-5/+12
* | | | net: core: add UID to flows, rules, and routesLorenzo Colitti2016-11-041-2/+72
* | | | net: core: Add a UID field to struct sock.Lorenzo Colitti2016-11-041-1/+4
* | | | net: Add support for XPS with QoS via traffic classesAlexander Duyck2016-10-312-45/+103
* | | | net: Refactor removal of queues from XPS map and apply on num_tc changesAlexander Duyck2016-10-311-23/+50
* | | | net: Add sysfs value to determine queue traffic classAlexander Duyck2016-10-312-1/+36
* | | | net: Move functions for configuring traffic classes out of inline headersAlexander Duyck2016-10-311-0/+29
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-305-32/+39
|\| | |
| * | | 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: dev: Fix non-RCU based lower dev walkerDavid Ahern2016-10-291-2/+2
* | | | flow_dissector: __skb_get_hash_symmetric arg can be constFlorian Westphal2016-10-291-1/+1