aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2017-02-01net: reduce skb_warn_bad_offload() noiseEric Dumazet
2017-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-01-30net: Drop secpath on free after gro merge.Steffen Klassert
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-20net: remove duplicate code.Mahesh Bandewar
2017-01-18net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet
2017-01-12net: core: Make netif_wake_subqueue a wrapperFlorian Fainelli
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-11gro: use min_t() in skb_gro_reset_offset()Eric Dumazet
2017-01-10gro: Enter slow-path if there is no tailroomHerbert Xu
2017-01-08net-tc: convert tc_at to tc_at_ingressWillem de Bruijn
2017-01-08net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn
2017-01-08net-tc: extract skip classify bit from tc_verdWillem de Bruijn
2016-12-29net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-12-08net: rfs: add a jump labelEric Dumazet
2016-11-30bpf, xdp: allow to pass flags to dev_change_xdp_fdDaniel Borkmann
2016-11-25net: properly flush delay-freed skbsEric Dumazet
2016-11-16netpoll: more efficient lockingEric Dumazet
2016-11-16net: busy-poll: return busypolling status to driversEric Dumazet
2016-11-16net: busy-poll: allow preemption in sk_busy_loop()Eric Dumazet
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-12bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau
2016-11-09net: napi_hash_add() is no longer exportedEric Dumazet
2016-11-09net-gro: avoid reordersEric Dumazet
2016-11-09net/dev: Convert to hotplug state machineSebastian Andrzej Siewior
2016-11-07net/qdisc: IFF_NO_QUEUE drivers should use consistent TX queue lenJesper Dangaard Brouer
2016-10-31net: mangle zero checksum in skb_checksum_help()Eric Dumazet
2016-10-31net: Add support for XPS with QoS via traffic classesAlexander Duyck
2016-10-31net: Refactor removal of queues from XPS map and apply on num_tc changesAlexander Duyck
2016-10-31net: Add sysfs value to determine queue traffic classAlexander Duyck
2016-10-31net: Move functions for configuring traffic classes out of inline headersAlexander Duyck
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-10-29net: dev: Fix non-RCU based lower dev walkerDavid Ahern
2016-10-29packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn
2016-10-20net: add recursion limit to GROSabrina Dubroca
2016-10-19net: core: Correctly iterate over lower adjacency listIdo Schimmel
2016-10-18net: dev: Improve debug statements for adjacency trackingDavid Ahern
2016-10-18net: Add warning if any lower device is still in adjacency listDavid Ahern
2016-10-18net: Remove all_adj_list and its referencesDavid Ahern
2016-10-18net: Introduce new api for walking upper and lower devicesDavid Ahern
2016-10-18net: Remove refnr arg when inserting link adjacenciesDavid Ahern
2016-10-17net: report right mtu value in error messageJakub Kicinski
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-14Revert "net: Add driver helper functions to determine checksum offloadability"stephen hemminger
2016-10-13net: centralize net_device min/max MTU checkingJarod Wilson