summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorLines
2017-04-26net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung-0/+3
2017-04-12net: xdp: don't export dev_change_xdp_fd()Johannes Berg-1/+0
2017-03-14net: Resend IGMP memberships upon peer notification.Vlad Yasevich-0/+1
2017-03-01net: net_enable_timestamp() can be called from irq contextsEric Dumazet-4/+31
2017-03-01net: solve a NAPI raceEric Dumazet-4/+72
2017-02-21net: napi_watchdog() can use napi_schedule_irqoff()Eric Dumazet-1/+1
2017-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-0/+7
2017-02-15net: Prepare gro for packet consuming gro callbacksSteffen Klassert-0/+7
2017-02-13net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSYEric Dumazet-3/+0
2017-02-10net: Fix checkpatch, Missing a blank line after declarationstcharding-0/+13
2017-02-10net: Fix checkpatch block comments warningstcharding-32/+33
2017-02-10net: Fix checkpatch whitespace errorstcharding-19/+20
2017-02-10net: Fix checkpatch WARNING: please, no space before tabstcharding-71/+71
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-18/+13
2017-02-06net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel-44/+0
2017-02-05net: remove __napi_complete()Eric Dumazet-21/+3
2017-02-03net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet-3/+4
2017-02-03net: remove support for per driver ndo_busy_poll()Eric Dumazet-15/+0
2017-02-03net: use a work queue to defer net_disable_timestamp() workEric Dumazet-18/+13
2017-02-01net: reduce skb_warn_bad_offload() noiseEric Dumazet-3/+9
2017-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-0/+2
2017-01-30net: Drop secpath on free after gro merge.Steffen Klassert-0/+2
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2017-01-20net: remove duplicate code.Mahesh Bandewar-3/+1
2017-01-18net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet-2/+2
2017-01-12net: core: Make netif_wake_subqueue a wrapperFlorian Fainelli-22/+0
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2017-01-11gro: use min_t() in skb_gro_reset_offset()Eric Dumazet-2/+3
2017-01-10gro: Enter slow-path if there is no tailroomHerbert Xu-1/+2
2017-01-08net-tc: convert tc_at to tc_at_ingressWillem de Bruijn-5/+3
2017-01-08net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn-6/+4
2017-01-08net-tc: extract skip classify bit from tc_verdWillem de Bruijn-7/+3
2016-12-29net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier-2/+6
2016-12-25ktime: Get rid of the unionThomas Gleixner-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-10/+6
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2016-12-08net: rfs: add a jump labelEric Dumazet-0/+2
2016-11-30bpf, xdp: allow to pass flags to dev_change_xdp_fdDaniel Borkmann-2/+18
2016-11-25net: properly flush delay-freed skbsEric Dumazet-2/+3
2016-11-16netpoll: more efficient lockingEric Dumazet-1/+0
2016-11-16net: busy-poll: return busypolling status to driversEric Dumazet-4/+6
2016-11-16net: busy-poll: allow preemption in sk_busy_loop()Eric Dumazet-20/+82
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-12/+7
2016-11-12bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau-11/+6
2016-11-09net: napi_hash_add() is no longer exportedEric Dumazet-2/+1
2016-11-09net-gro: avoid reordersEric Dumazet-2/+2
2016-11-09net/dev: Convert to hotplug state machineSebastian Andrzej Siewior-10/+6
2016-11-07net/qdisc: IFF_NO_QUEUE drivers should use consistent TX queue lenJesper Dangaard Brouer-1/+1
2016-10-31net: mangle zero checksum in skb_checksum_help()Eric Dumazet-1/+1