summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | net: make unregister netdev warning timeout configurableDmitry Vyukov2021-03-231-1/+5
* | net: set initial device refcount to 1Eric Dumazet2021-03-221-3/+6
* | net: make xps_needed and xps_rxqs_needed staticVladimir Oltean2021-03-221-4/+2
* | net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet2021-03-191-0/+10
* | net: NULL the old xps map entries when freeing themAntoine Tenart2021-03-181-0/+1
* | net: fix use after free in xpsAntoine Tenart2021-03-181-5/+12
* | net: improve queue removal readability in __netif_set_xps_queueAntoine Tenart2021-03-181-6/+9
* | net: add an helper to copy xps maps to the new dev_mapsAntoine Tenart2021-03-181-20/+25
* | net: move the xps maps to an arrayAntoine Tenart2021-03-181-42/+31
* | net: remove the xps possible_maskAntoine Tenart2021-03-181-27/+13
* | net: embed nr_ids in the xps mapsAntoine Tenart2021-03-181-24/+21
* | net: embed num_tc in the xps mapsAntoine Tenart2021-03-181-22/+41
* | net: export dev_set_threaded symbolLorenzo Bianconi2021-03-151-0/+1