summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | net: skip genenerating uevents for network namespaces that are exitingAndrey Vagin2016-10-271-3/+11
* | | genetlink: mark families as __ro_after_initJohannes Berg2016-10-272-2/+2
* | | genetlink: statically initialize familiesJohannes Berg2016-10-272-18/+29
* | | genetlink: no longer support using static family IDsJohannes Berg2016-10-272-2/+0
* | | devlink: Prevent port_type_set() callback when it's not neededElad Raz2016-10-261-0/+2
* | | net: allow to kill a task which waits net_mutex in copy_new_nsAndrey Vagin2016-10-231-1/+8
* | | bpf: add helper for retrieving current numa node idDaniel Borkmann2016-10-221-0/+2
* | | net/socket: factor out helpers for memory and queue manipulationPaolo Abeni2016-10-222-33/+67
* | | net: dev: Improve debug statements for adjacency trackingDavid Ahern2016-10-181-7/+15
* | | net: Add warning if any lower device is still in adjacency listDavid Ahern2016-10-181-0/+15
* | | net: Remove all_adj_list and its referencesDavid Ahern2016-10-181-205/+18
* | | net: Introduce new api for walking upper and lower devicesDavid Ahern2016-10-181-0/+155
OpenPOWER on IntegriCloud