summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2023-06-21Remove DECnet support from kernelStephen Hemminger
2023-06-14rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet
2023-05-24net: Catch invalid index in XPS mappingNick Child
2023-05-24net: add vlan_get_protocol_and_depth() helperEric Dumazet
2023-03-11net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet
2023-02-22net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann
2022-12-31net: add atomic_long_t to net_device_stats fieldsEric Dumazet
2022-09-05bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao
2022-08-31net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima
2022-08-31net: Fix a data-race around netdev_budget.Kuniyuki Iwashima
2022-08-31net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima
2022-08-31net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima
2022-08-31net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima
2022-07-29net: skb: introduce kfree_skb_reason()Menglong Dong
2022-06-29net: fix data-race in dev_isalive()Eric Dumazet
2022-06-29net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior
2022-06-09net: remove two BUG() from skb_checksum_help()Eric Dumazet
2022-05-25net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau
2022-04-13net: initialize init_net earlierEric Dumazet
2022-01-27xdp: check prog type before updating BPF linkToke Høiland-Jørgensen
2022-01-05net/sched: Extend qdisc control block with tc control blockPaul Blakey
2021-12-08net: annotate data-races on txq->xmit_lock_ownerEric Dumazet
2021-11-18net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc
2021-10-25net: Prevent infinite while loop in skb_tx_hash()Michael Chan
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