aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-18net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet1-2/+2
2017-01-11gro: use min_t() in skb_gro_reset_offset()Eric Dumazet1-2/+3
2017-01-10gro: Enter slow-path if there is no tailroomHerbert Xu1-1/+2
2016-12-25ktime: Get rid of the unionThomas Gleixner1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+6
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-12-08net: rfs: add a jump labelEric Dumazet1-0/+2
2016-11-30bpf, xdp: allow to pass flags to dev_change_xdp_fdDaniel Borkmann1-2/+18
2016-11-25net: properly flush delay-freed skbsEric Dumazet1-2/+3
2016-11-16netpoll: more efficient lockingEric Dumazet1-1/+0
2016-11-16net: busy-poll: return busypolling status to driversEric Dumazet1-4/+6
2016-11-16net: busy-poll: allow preemption in sk_busy_loop()Eric Dumazet1-20/+82
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+7
2016-11-12bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau1-11/+6
2016-11-09net: napi_hash_add() is no longer exportedEric Dumazet1-2/+1
2016-11-09net-gro: avoid reordersEric Dumazet1-2/+2
2016-11-09net/dev: Convert to hotplug state machineSebastian Andrzej Siewior1-10/+6
2016-11-07net/qdisc: IFF_NO_QUEUE drivers should use consistent TX queue lenJesper Dangaard Brouer1-1/+1
2016-10-31net: mangle zero checksum in skb_checksum_help()Eric Dumazet1-1/+1
2016-10-31net: Add support for XPS with QoS via traffic classesAlexander Duyck1-34/+83
2016-10-31net: Refactor removal of queues from XPS map and apply on num_tc changesAlexander Duyck1-23/+50
2016-10-31net: Add sysfs value to determine queue traffic classAlexander Duyck1-0/+17
2016-10-31net: Move functions for configuring traffic classes out of inline headersAlexander Duyck1-0/+29
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+9
2016-10-29net: dev: Fix non-RCU based lower dev walkerDavid Ahern1-2/+2
2016-10-29packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn1-0/+1
2016-10-20net: add recursion limit to GROSabrina Dubroca1-0/+1
2016-10-19net: core: Correctly iterate over lower adjacency listIdo Schimmel1-3/+7
2016-10-18net: dev: Improve debug statements for adjacency trackingDavid Ahern1-7/+15
2016-10-18net: Add warning if any lower device is still in adjacency listDavid Ahern1-0/+15
2016-10-18net: Remove all_adj_list and its referencesDavid Ahern1-205/+18
2016-10-18net: Introduce new api for walking upper and lower devicesDavid Ahern1-0/+155
2016-10-18net: Remove refnr arg when inserting link adjacenciesDavid Ahern1-15/+12
2016-10-17net: report right mtu value in error messageJakub Kicinski1-1/+1
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2016-10-14Revert "net: Add driver helper functions to determine checksum offloadability"stephen hemminger1-136/+0
2016-10-13net: centralize net_device min/max MTU checkingJarod Wilson1-2/+11
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy1-2/+2
2016-10-04net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins1-31/+37
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-2/+17
2016-09-24netfilter: call nf_hook_ingress with rcu_read_lockAaron Conole1-1/+6
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+16
2016-09-10net: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-2/+1
2016-09-04bonding: Fix bonding crashMahesh Bandewar1-0/+16
2016-08-30net: batch calls to flush_all_backlogs()Eric Dumazet1-20/+12
2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel1-10/+0
2016-08-26net: flush the softnet backlog in process contextPaolo Abeni1-22/+50
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+3