summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-02net: openvswitch: fix race on port outputFelix Huettner1-0/+1
2025-03-13net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao1-3/+34
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin1-0/+4
2024-10-17net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet1-3/+7
2024-10-17net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet1-1/+1
2024-06-16net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet1-1/+2
2024-03-27net: report RCU QS on threaded NAPI repollingYan Zhai1-0/+3
2024-03-27packet: annotate data-races around ignore_outgoingEric Dumazet1-1/+1
2024-03-01net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook1-1/+1
2024-01-05net: check dev->gso_max_size in gso_features_check()Eric Dumazet1-0/+3
2023-10-25net: fix ifname in netlink ntf during netns moveJakub Kicinski1-13/+31
2023-10-25net: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2023-10-25net: introduce a function to check if a netdev name is in useAntoine Tenart1-4/+10
2023-06-21Remove DECnet support from kernelStephen Hemminger1-3/+1
2023-06-14rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet1-2/+4
2023-05-24net: Catch invalid index in XPS mappingNick Child1-0/+2
2023-05-24net: add vlan_get_protocol_and_depth() helperEric Dumazet1-1/+1
2023-03-11net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet1-1/+3
2023-02-22net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann1-1/+1
2022-12-31net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-11/+3
2022-09-05bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao1-0/+1
2022-08-31net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima1-1/+1
2022-08-31net: Fix a data-race around netdev_budget.Kuniyuki Iwashima1-1/+1
2022-08-31net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima1-4/+4
2022-08-31net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima1-2/+2
2022-08-31net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima1-1/+1
2022-07-29net: skb: introduce kfree_skb_reason()Menglong Dong1-1/+2
2022-06-29net: fix data-race in dev_isalive()Eric Dumazet1-12/+16
2022-06-29net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior1-8/+8
2022-06-09net: remove two BUG() from skb_checksum_help()Eric Dumazet1-2/+6
2022-05-25net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau1-1/+1
2022-04-13net: initialize init_net earlierEric Dumazet1-2/+1
2022-01-27xdp: check prog type before updating BPF linkToke Høiland-Jørgensen1-0/+6
2022-01-05net/sched: Extend qdisc control block with tc control blockPaul Blakey1-4/+4
2021-12-08net: annotate data-races on txq->xmit_lock_ownerEric Dumazet1-1/+4
2021-11-18net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski1-0/+2
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc1-1/+2
2021-10-25net: Prevent infinite while loop in skb_tx_hash()Michael Chan1-0/+6
2021-09-20napi: fix race inside napi_enableXuan Zhuo1-6/+10
2021-08-14net: in_irq() cleanupChangbin Du1-1/+1
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+13
2021-08-10net, core: Allow netdev_lower_get_next_private_rcu in bh contextJussi Maki1-1/+1
2021-08-10net, core: Add support for XDP redirection to slave deviceJussi Maki1-1/+12
2021-08-05net: Remove redundant if statementsYajun Deng1-4/+2
2021-08-04net: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2021-08-04net: add netif_set_real_num_queues() for device reconfigJakub Kicinski1-0/+44
2021-08-03move netdev_boot_setup into Space.cArnd Bergmann1-125/+0
2021-07-30sk_buff: avoid potentially clearing 'slow_gro' fieldPaolo Abeni1-1/+1
2021-07-30net/sched: store the last executed chain also for clsact egressDavide Caratti1-3/+2
2021-07-29skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni1-0/+2