summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: in_irq() cleanupChangbin Du2021-08-131-1/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-101-2/+13
|\
| * net, core: Allow netdev_lower_get_next_private_rcu in bh contextJussi Maki2021-08-091-1/+1
| * net, core: Add support for XDP redirection to slave deviceJussi Maki2021-08-091-1/+12
* | net: Remove redundant if statementsYajun Deng2021-08-051-4/+2
* | net: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-041-2/+2
* | net: add netif_set_real_num_queues() for device reconfigJakub Kicinski2021-08-041-0/+44
* | move netdev_boot_setup into Space.cArnd Bergmann2021-08-031-125/+0
|/
* sk_buff: avoid potentially clearing 'slow_gro' fieldPaolo Abeni2021-07-301-1/+1
* net/sched: store the last executed chain also for clsact egressDavide Caratti2021-07-291-3/+2
* skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni2021-07-291-0/+2
* net: optimize GRO for the common case.Paolo Abeni2021-07-291-8/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-231-8/+26
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-151-4/+10
| |\
| | * xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo2021-07-131-4/+10
| * | net_sched: introduce tracepoint trace_qdisc_enqueue()Qitao Xu2021-07-151-4/+16
| |/
* | memcg: enable accounting for net_device and Tx/Rx queuesVasily Averin2021-07-201-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-151-50/+53
|\ \ | |/ |/|
| * bpf: devmap: Implement devmap prog execution for generic XDPKumar Kartikeya Dwivedi2021-07-071-18/+0
| * bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi2021-07-071-2/+1
| * net: core: Split out code to run generic XDP progKumar Kartikeya Dwivedi2021-07-071-31/+53
* | net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cacheAntoine Tenart2021-07-091-0/+2
* | skbuff: Fix build with SKB extensions disabledFlorian Fainelli2021-07-081-1/+2
* | skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey2021-07-061-0/+13
|/
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-11/+45
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-2/+2
| |\
| | * net/netif_receive_skb_core: Use migrate_disable()Sebastian Andrzej Siewior2021-06-211-2/+2
| * | net: update netdev_rx_csum_fault() print dump only onceTanner Love2021-06-281-5/+9
| * | net: sched: implement TCQ_F_CAN_BYPASS for lockless qdiscYunsheng Lin2021-06-231-2/+25
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-5/+24
| |\|
| * | net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior2021-05-131-2/+9
* | | sched: Change task_struct::statePeter Zijlstra2021-06-181-1/+1
| |/ |/|
* | net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin2021-05-141-1/+2
* | net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin2021-05-141-4/+22
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-261-4/+4
|\
| * gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin2021-04-191-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-251-1/+5
|\ \
| * | net, xdp: Update pkt_type if generic XDP changes unicast MACMartin Willi2021-04-221-1/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-1/+2
|\ \ \ | | |/ | |/|
| * | gro: ensure frag0 meets IP header alignmentEric Dumazet2021-04-131-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-1/+2
|\| |
| * | net: fix hangup on napi_disable for threaded napiPaolo Abeni2021-04-091-1/+2
* | | net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin2021-04-071-5/+5
* | | net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin2021-04-051-7/+17
| |/ |/|
* | net: change netdev_unregister_timeout_secs min value to 1Dmitry Vyukov2021-03-251-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-2/+31
|\|
| * net: check all name nodes in __dev_alloc_nameJiri Bohac2021-03-181-0/+12
| * net: fix race between napi kthread mode and busy pollWei Wang2021-03-171-1/+18
| * can: dev: Move device back to init netns on owning netns deleteMartin Willi2021-03-161-1/+1
* | net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso2021-03-241-0/+46