summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2025-08-28net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUMJakub Ramaseuski
2025-03-07net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao
2025-01-09net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn
2024-12-14bpf: Fix dev's rx stats for bpf_redirect_peer trafficPeilin Ye
2024-12-14net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoƮt Monin
2024-10-17net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet
2024-10-17net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet
2024-06-12net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet
2024-03-26net: report RCU QS on threaded NAPI repollingYan Zhai
2024-03-26packet: annotate data-races around ignore_outgoingEric Dumazet
2024-03-01net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook
2024-01-31net: fix removing a namespace with conflicting altnamesJakub Kicinski
2024-01-01net: check dev->gso_max_size in gso_features_check()Eric Dumazet
2023-10-25net: move altnames together with the netdeviceJakub Kicinski
2023-10-25net: check for altname conflicts when changing netdev's netnsJakub Kicinski
2023-10-25net: fix ifname in netlink ntf during netns moveJakub Kicinski
2023-10-25net: avoid UAF on deleted altnameJakub Kicinski
2023-10-19net: refine debug info in skb_checksum_help()Eric Dumazet
2023-06-14net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet
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-04-20net: openvswitch: fix race on port outputFelix Huettner
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-10-19net: Fix return value of qdisc ingress handling on successPaul Blakey
2022-09-29net: skb: introduce and use a single page frag cachePaolo Abeni
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-24net: Fix a data-race around netdev_unregister_timeout_secs.Kuniyuki Iwashima
2022-08-24net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima
2022-08-24net: Fix a data-race around netdev_budget.Kuniyuki Iwashima
2022-08-24net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima
2022-08-24net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima
2022-08-24net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima
2022-08-22net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-22Remove DECnet support from kernelStephen Hemminger
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-19bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-06xdp: Fix spurious packet loss in generic XDP TX pathJohan Almbladh
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-17net: fix data-race in dev_isalive()Eric Dumazet
2022-06-09net: add napi_get_frags_check() helperEric Dumazet
2022-06-09net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()Eric Dumazet
2022-06-09net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds