summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2021-09-20napi: fix race inside napi_enableXuan Zhuo
2021-08-13net: in_irq() cleanupChangbin Du
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-08-09net, core: Allow netdev_lower_get_next_private_rcu in bh contextJussi Maki
2021-08-09net, core: Add support for XDP redirection to slave deviceJussi Maki
2021-08-05net: Remove redundant if statementsYajun Deng
2021-08-04net: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-04net: add netif_set_real_num_queues() for device reconfigJakub Kicinski
2021-08-03move netdev_boot_setup into Space.cArnd Bergmann
2021-07-30sk_buff: avoid potentially clearing 'slow_gro' fieldPaolo Abeni
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti
2021-07-29skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni
2021-07-29net: optimize GRO for the common case.Paolo Abeni
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-07-20memcg: enable accounting for net_device and Tx/Rx queuesVasily Averin
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-07-15net_sched: introduce tracepoint trace_qdisc_enqueue()Qitao Xu
2021-07-13xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo
2021-07-09net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cacheAntoine Tenart
2021-07-08skbuff: Fix build with SKB extensions disabledFlorian Fainelli
2021-07-07bpf: devmap: Implement devmap prog execution for generic XDPKumar Kartikeya Dwivedi
2021-07-07bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi
2021-07-07net: core: Split out code to run generic XDP progKumar Kartikeya Dwivedi
2021-07-06skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-28net: update netdev_rx_csum_fault() print dump only onceTanner Love
2021-06-23net: sched: implement TCQ_F_CAN_BYPASS for lockless qdiscYunsheng Lin
2021-06-21net/netif_receive_skb_core: Use migrate_disable()Sebastian Andrzej Siewior
2021-06-18sched: Change task_struct::statePeter Zijlstra
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-14net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin
2021-05-14net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin
2021-05-13net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-22net, xdp: Update pkt_type if generic XDP changes unicast MACMartin Willi
2021-04-19gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-13gro: ensure frag0 meets IP header alignmentEric Dumazet
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-09net: fix hangup on napi_disable for threaded napiPaolo Abeni
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin
2021-04-05net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin
2021-03-25net: change netdev_unregister_timeout_secs min value to 1Dmitry Vyukov
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-24net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso
2021-03-23net: make unregister netdev warning timeout configurableDmitry Vyukov
2021-03-22net: set initial device refcount to 1Eric Dumazet