summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet2023-03-111-1/+3
* net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann2023-02-221-1/+1
* net: add atomic_long_t to net_device_stats fieldsEric Dumazet2022-12-311-11/+3
* bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao2022-09-051-0/+1
* net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima2022-08-311-1/+1
* net: Fix a data-race around netdev_budget.Kuniyuki Iwashima2022-08-311-1/+1
* net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima2022-08-311-4/+4
* net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima2022-08-311-2/+2
* net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima2022-08-311-1/+1
* net: skb: introduce kfree_skb_reason()Menglong Dong2022-07-291-1/+2
* net: fix data-race in dev_isalive()Eric Dumazet2022-06-291-12/+16
* net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior2022-06-291-8/+8
* net: remove two BUG() from skb_checksum_help()Eric Dumazet2022-06-091-2/+6
* net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau2022-05-251-1/+1
* net: initialize init_net earlierEric Dumazet2022-04-131-2/+1
* xdp: check prog type before updating BPF linkToke Høiland-Jørgensen2022-01-271-0/+6
* net/sched: Extend qdisc control block with tc control blockPaul Blakey2022-01-051-4/+4
* net: annotate data-races on txq->xmit_lock_ownerEric Dumazet2021-12-081-1/+4
* net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski2021-11-181-0/+2
* net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc2021-10-261-1/+2
* net: Prevent infinite while loop in skb_tx_hash()Michael Chan2021-10-251-0/+6
* napi: fix race inside napi_enableXuan Zhuo2021-09-201-6/+10
* 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