summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-01-13net/rds: Give each connection path its own workqueueAllison Henderson
2026-01-13net/rds: Add per cp work queueAllison Henderson
2026-01-13net/sched: sch_cake: share shaper state across sub-instances of cake_mqJonas Köppeler
2026-01-13net/sched: sch_cake: Share config across cake_mq sub-qdiscsToke Høiland-Jørgensen
2026-01-13net/sched: sch_cake: Add cake_mq qdisc for using cake on mq devicesToke Høiland-Jørgensen
2026-01-13net/sched: sch_cake: Factor out config variables into separate structToke Høiland-Jørgensen
2026-01-13net/sched: Export mq functions for reuseToke Høiland-Jørgensen
2026-01-13wifi: cfg80211: don't apply HT flags to S1G channelsLachlan Hodges
2026-01-13net: add net.core.qdisc_max_burstEric Dumazet
2026-01-12net: add skbuff_clear() helperEric Dumazet
2026-01-12net: ipconfig: Remove outdated comment and indent code blockThorsten Blum
2026-01-12bpf: net_sched: Use the correct destructor kfunc typeSami Tolvanen
2026-01-12net: devmem: convert binding refcount to percpu_refBobby Eshleman
2026-01-12Merge tag 'wireless-next-2026-01-12' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-01-12bpf: Fix reference count leak in bpf_prog_test_run_xdp()Tetsuo Handa
2026-01-12wifi: mac80211: remove width argument from ieee80211_parse_bitratesMiri Korenblit
2026-01-12wifi: mac80211: improve station iteration ergonomicsJohannes Berg
2026-01-12wifi: mac80211: improve interface iteration ergonomicsJohannes Berg
2026-01-12wifi: cfg80211: include S1G_NO_PRIMARY flag when sending channelLachlan Hodges
2026-01-12wifi: mac80211: unexport ieee80211_get_bssid()Johannes Berg
2026-01-12wifi: mac80211: don't send an unused argument to ieee80211_check_combinationsMiri Korenblit
2026-01-12wifi: mac80211: correctly check if CSA is activeMiri Korenblit
2026-01-12wifi: cfg80211: Fix bitrate calculation overflow for HE ratesVeerendranath Jakkam
2026-01-10Merge tag 'for-net-2026-01-09' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-01-10ipv4: ip_gre: make ipgre_header() robustEric Dumazet
2026-01-09net: update netdev_lock_{type,name}Eric Dumazet
2026-01-09ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv()Eric Dumazet
2026-01-09net: bridge: annotate data-races around fdb->{updated,used}Eric Dumazet
2026-01-09Merge tag 'ceph-for-6.19-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds
2026-01-09Bluetooth: hci_sync: enable PA Sync Lost eventYang Li
2026-01-08ipv4: ip_tunnel: spread netdev_lockdep_set_classes()Eric Dumazet
2026-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-08arp: do not assume dev_hard_header() does not change skb->headEric Dumazet
2026-01-08Merge tag 'wireless-2026-01-08' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-01-08net: do not write to msg_get_inq in calleeWillem de Bruijn
2026-01-08net/sched: sch_qfq: Fix NULL deref when deactivating inactive aggregate in qf...Xiang Mei
2026-01-08vsock/virtio: use virtqueue_add_inbuf_cache_clean for eventsMichael S. Tsirkin
2026-01-08vsock/virtio: fix DMA alignment for event_listMichael S. Tsirkin
2026-01-08wifi: mac80211: collect station statistics earlier when disconnectBaochen Qiang
2026-01-08wifi: mac80211: restore non-chanctx injection behaviourJohannes Berg
2026-01-08wifi: mac80211: don't iterate not running interfacesMiri Korenblit
2026-01-08wifi: avoid kernel-infoleak from struct iw_pointEric Dumazet
2026-01-08wifi: cfg80211: Fix use_for flag update on BSS refreshHuang Chenming
2026-01-08wifi: mac80211: Update csa_finalize to use link_idAditya Kumar Singh
2026-01-08wifi: cfg80211: add cfg80211_stop_link() for per-link teardownManish Dharanenthiran
2026-01-06net/sched: act_api: avoid dereferencing ERR_PTR in tcf_idrinfo_destroyShivani Gupta
2026-01-06net: fully inline backlog_unlock_irq_restore()Eric Dumazet
2026-01-06udp: udplite is unlikelyEric Dumazet
2026-01-06udp: call skb_orphan() before skb_attempt_defer_free()Eric Dumazet
2026-01-06ipv4/inet_sock.h: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva