aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-09-09net: sysfs: Fix weird usage of class's namespace relevant fieldsZijun Hu1-2/+2
2024-09-09net: hsr: remove seqnr_lockEric Dumazet4-33/+14
2024-09-09Merge 6.11-rc7 into usb-nextGreg Kroah-Hartman17-114/+183
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen1-1/+1
2024-09-08net: sched: consistently use rcu_replace_pointer() in taprio_change()Dmitry Antipov1-1/+3
2024-09-06Merge tag 'nf-next-24-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski32-157/+172
2024-09-06netpoll: remove netpoll_srcuEric Dumazet1-11/+4
2024-09-06net: tls: wait for async completion on last messageSascha Hauer1-1/+1
2024-09-06net/core: make use of the helper macro LIST_HEAD()Hongbo Li1-4/+2
2024-09-06net/ipv6: make use of the helper macro LIST_HEAD()Hongbo Li1-4/+2
2024-09-06net/netfilter: make use of the helper macro LIST_HEAD()Hongbo Li1-3/+1
2024-09-06net/tipc: make use of the helper macro LIST_HEAD()Hongbo Li1-4/+2
2024-09-06net/ipv4: make use of the helper macro LIST_HEAD()Hongbo Li1-4/+2
2024-09-06wifi: mac80211: handle ieee80211_radar_detected() for MLOAditya Kumar Singh4-13/+47
2024-09-06wifi: cfg80211/mac80211: use proper link ID for DFSAditya Kumar Singh5-19/+22
2024-09-06wifi: mac80211: handle DFS per linkAditya Kumar Singh3-17/+47
2024-09-06wifi: cfg80211: handle DFS per linkAditya Kumar Singh9-40/+68
2024-09-06wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh10-21/+22
2024-09-06wifi: trace: unlink rdev_end_cac trace event from wiphy_netdev_evt classAditya Kumar Singh1-3/+12
2024-09-06wifi: mac80211: remove label usage in ieee80211_start_radar_detection()Aditya Kumar Singh1-7/+4
2024-09-06Revert "wifi: mac80211: move radar detect work to sdata"Aditya Kumar Singh6-13/+13
2024-09-06wifi: mac80211: introduce EHT rate support in AQL airtimeMing Yen Hsieh1-6/+134
2024-09-06wifi: cfg80211: avoid overriding direct/MBSSID BSS with per-STA profile BSSVeerendranath Jakkam1-0/+27
2024-09-06wifi: cfg80211: skip indicating signal for per-STA profile BSSsVeerendranath Jakkam3-11/+19
2024-09-06wifi: cfg80211: make BSS source types publicVeerendranath Jakkam2-5/+7
2024-09-06wifi: cfg80211: Avoid RCU debug splat in __cfg80211_bss_update error pathsVeerendranath Jakkam1-2/+2
2024-09-06wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()Dmitry Antipov1-3/+3
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-114/+183
2024-09-05net: napi: Prevent overflow of napi_defer_hard_irqsJoe Damato1-1/+5
2024-09-05ila: call nf_unregister_net_hooks() soonerEric Dumazet3-4/+16
2024-09-05bpf: use type_may_be_null() helper for nullable-param checkShung-Hsi Yu1-1/+1
2024-09-05xsk: Bump xsk_queue::queue_empty_descs in xp_can_alloc()Maciej Fijalkowski2-6/+9
2024-09-05sched: sch_cake: fix bulk flow accounting logic for host fairnessToke Høiland-Jørgensen1-4/+7
2024-09-04Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski22-94/+127
2024-09-04ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_bind_dev()Ido Schimmel1-1/+1
2024-09-04ip6_tunnel: Unmask upper DSCP bits in ip4ip6_err()Ido Schimmel1-2/+5
2024-09-04ipv4: ipmr: Unmask upper DSCP bits in ipmr_queue_xmit()Ido Schimmel1-2/+2
2024-09-04ipv4: Unmask upper DSCP bits in __ip_queue_xmit()Ido Schimmel1-1/+1
2024-09-04l2tp: remove unneeded null check in l2tp_v2_session_get_nextJames Chapman1-1/+1
2024-09-04net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski1-4/+2
2024-09-04fou: Fix null-ptr-deref in GRO.Kuniyuki Iwashima1-5/+24
2024-09-03mptcp: MIB counters for sent MP_JOINMatthieu Baerts (NGI0)3-3/+26
2024-09-03mptcp: pm: reduce entries iterations on connectMatthieu Baerts (NGI0)5-100/+62
2024-09-03mptcp: pm: rename helpers linked to 'flush'Matthieu Baerts (NGI0)1-6/+6
2024-09-03ethtool: RX software timestamp for allGal Pressman1-7/+8
2024-09-03bpf, net: Fix a potential race in do_sock_getsockopt()Tze-nan Wu1-2/+2
2024-09-03net: dqs: Do not use extern for unused dql_groupBreno Leitao1-1/+1
2024-09-03sch/netem: fix use after free in netem_dequeueStephen Hemminger1-5/+4
2024-09-03ioam6: improve checks on user dataJustin Iurman1-2/+10
2024-09-03netfilter: nf_tables: set element timeout update supportPablo Neira Ayuso2-5/+44