summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: use a work queue to defer net_disable_timestamp() workEric Dumazet2017-02-031-18/+13
* net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet2017-01-181-2/+2
* gro: use min_t() in skb_gro_reset_offset()Eric Dumazet2017-01-111-2/+3
* gro: Enter slow-path if there is no tailroomHerbert Xu2017-01-101-1/+2
* ktime: Get rid of the unionThomas Gleixner2016-12-251-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-10/+6
|\
| * net/dev: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-10/+6
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-121-1/+1
|\ \
* | | net: rfs: add a jump labelEric Dumazet2016-12-081-0/+2
* | | bpf, xdp: allow to pass flags to dev_change_xdp_fdDaniel Borkmann2016-11-301-2/+18
* | | net: properly flush delay-freed skbsEric Dumazet2016-11-251-2/+3
* | | netpoll: more efficient lockingEric Dumazet2016-11-161-1/+0
* | | 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-151-12/+7
|\ \ \ | |/ /
| * | bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau2016-11-121-11/+6
| * | net: mangle zero checksum in skb_checksum_help()Eric Dumazet2016-10-311-1/+1
| |/
* | net: napi_hash_add() is no longer exportedEric Dumazet2016-11-091-2/+1
* | net-gro: avoid reordersEric Dumazet2016-11-091-2/+2
* | net/qdisc: IFF_NO_QUEUE drivers should use consistent TX queue lenJesper Dangaard Brouer2016-11-071-1/+1
* | net: Add support for XPS with QoS via traffic classesAlexander Duyck2016-10-311-34/+83
* | 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-311-0/+17
* | 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-301-2/+4
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-291-3/+9
| |\
| | * packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2016-10-291-0/+1
| | * net: add recursion limit to GROSabrina Dubroca2016-10-201-0/+1
| | * net: core: Correctly iterate over lower adjacency listIdo Schimmel2016-10-191-3/+7
| * | 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
* | | 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
* | | Revert "net: Add driver helper functions to determine checksum offloadability"stephen hemminger2016-10-141-136/+0
* | | net: centralize net_device min/max MTU checkingJarod Wilson2016-10-131-2/+11
|/ /
* | net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins2016-10-041-31/+37
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2016-09-251-2/+17
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-0/+16
| |\ \ | | |/
| | * bonding: Fix bonding crashMahesh Bandewar2016-09-041-0/+16
| * | net: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-2/+1
* | | netfilter: call nf_hook_ingress with rcu_read_lockAaron Conole2016-09-241-1/+6
|/ /
* | net: batch calls to flush_all_backlogs()Eric Dumazet2016-08-301-20/+12
* | bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel2016-08-261-10/+0
* | net: flush the softnet backlog in process contextPaolo Abeni2016-08-261-22/+50
OpenPOWER on IntegriCloud