summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: net_enable_timestamp() can be called from irq contextsEric Dumazet2017-03-011-4/+31
* net: solve a NAPI raceEric Dumazet2017-03-011-4/+72
* net: napi_watchdog() can use napi_schedule_irqoff()Eric Dumazet2017-02-211-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-02-161-0/+7
|\
| * net: Prepare gro for packet consuming gro callbacksSteffen Klassert2017-02-151-0/+7
* | net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSYEric Dumazet2017-02-131-3/+0
* | net: Fix checkpatch, Missing a blank line after declarationstcharding2017-02-101-0/+13
* | net: Fix checkpatch block comments warningstcharding2017-02-101-32/+33
* | net: Fix checkpatch whitespace errorstcharding2017-02-101-19/+20
* | net: Fix checkpatch WARNING: please, no space before tabstcharding2017-02-101-71/+71
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-071-18/+13
|\ \ | |/ |/|
| * net: use a work queue to defer net_disable_timestamp() workEric Dumazet2017-02-031-18/+13
* | net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel2017-02-061-44/+0
* | net: remove __napi_complete()Eric Dumazet2017-02-051-21/+3
* | net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet2017-02-031-3/+4
* | net: remove support for per driver ndo_busy_poll()Eric Dumazet2017-02-031-15/+0
* | net: reduce skb_warn_bad_offload() noiseEric Dumazet2017-02-011-3/+9
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-02-011-0/+2
|\ \
| * | net: Drop secpath on free after gro merge.Steffen Klassert2017-01-301-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-2/+2
|\ \ \ | | |/ | |/|
| * | net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet2017-01-181-2/+2
* | | net: remove duplicate code.Mahesh Bandewar2017-01-201-3/+1
* | | net: core: Make netif_wake_subqueue a wrapperFlorian Fainelli2017-01-121-22/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-111-1/+3
|\| |
| * | 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
* | | net-tc: convert tc_at to tc_at_ingressWillem de Bruijn2017-01-081-5/+3
* | | net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn2017-01-081-6/+4
* | | net-tc: extract skip classify bit from tc_verdWillem de Bruijn2017-01-081-7/+3
| |/ |/|
* | net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier2016-12-291-2/+6
|/
* 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