summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | net: Remove refnr arg when inserting link adjacenciesDavid Ahern2016-10-181-15/+12
* | | net: report right mtu value in error messageJakub Kicinski2016-10-171-1/+1
* | | lwtunnel: Add destroy state operationTom Herbert2016-10-151-0/+13
* | | Revert "net: Add driver helper functions to determine checksum offloadability"stephen hemminger2016-10-141-136/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-141-0/+2
|\| |
| * | net: rtnl: info leak in rtnl_fill_vfinfo()Dan Carpenter2016-10-131-0/+2
* | | net: centralize net_device min/max MTU checkingJarod Wilson2016-10-131-2/+11
|/ /
* | 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