summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-05-28docs: page_pool: drop the mention of the legacy stats APIJakub Kicinski
2026-05-28Merge tag 'wireless-next-2026-05-28' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-05-28Merge tag 'for-net-2026-05-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-05-28sctp: fix race between sctp_wait_for_connect and peeloffZhenghang Xiao
2026-05-28net: ethtool: don't take rtnl_lock for global string dumpJakub Kicinski
2026-05-28Revert "vsock/virtio: fix skb overhead overflow on 32-bit builds"Stefano Garzarella
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-28Merge tag 'net-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-05-28Bluetooth: hci_sync: Reset device counters in hci_dev_close_sync()Heitor Alves de Siqueira
2026-05-28Bluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device closeHeitor Alves de Siqueira
2026-05-28Bluetooth: hci_core: Rework hci_dev_do_reset() to use hci_sync functionsHeitor Alves de Siqueira
2026-05-28Bluetooth: ISO: serialize iso_sock_clear_timer with socket lockMuhammad Bilal
2026-05-28Bluetooth: ISO: fix UAF in iso_recv_frameMuhammad Bilal
2026-05-28Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rspLuiz Augusto von Dentz
2026-05-28Bluetooth: l2cap: clear chan->ident on ECRED reconfiguration successZhenghang Xiao
2026-05-28net/handshake: Drain pending requests at net namespace exitChuck Lever
2026-05-28net/handshake: Verify file-reference balance in submit pathsChuck Lever
2026-05-28net/handshake: Close the submit-side sock_hold raceChuck Lever
2026-05-28net/handshake: hand off the pinned file reference to accept_doitChuck Lever
2026-05-28net/handshake: Take a long-lived file reference at submitChuck Lever
2026-05-28net/handshake: Pass negative errno through handshake_complete()Chuck Lever
2026-05-28net/handshake: Use spin_lock_bh for hn_lockChuck Lever
2026-05-28net: skbuff: fix missing zerocopy reference in pskb_carve helpersMinh Nguyen
2026-05-28net/sched: act_mirred: Fix return code in early mirred redirect error pathsVictor Nogueira
2026-05-28net/sched: act_mirred: Fix blockcast recursion bypass leading to stack overflowKito Xu (veritas501)
2026-05-28net/sched: Fix ethx:ingress -> ethy:egress -> ethx:ingress mirred loopJamal Hadi Salim
2026-05-28net/sched: fix packet loop on netem when duplicate is onJamal Hadi Salim
2026-05-28net/sched: Revert "net/sched: Restrict conditions for adding duplicating nete...Jamal Hadi Salim
2026-05-28wifi: cfg80211: use strscpy in cfg80211_wext_giwnameThorsten Blum
2026-05-28wifi: mac80211: fix channel evacuation logicMiri Korenblit
2026-05-28wifi: mac80211: refactor ieee80211_nan_try_evacuateMiri Korenblit
2026-05-28wifi: mac80211: add an option to filter out a channel in combinations checkMiri Korenblit
2026-05-28wifi: nl80211: re-check wiphy netns in testmode and vendor dump continuationsMaoyi Xie
2026-05-28wifi: mac80211: add KUnit coverage for negotiated TTLM parserMichael Bommarito
2026-05-27ipv6: rpl: fix hdrlen overflow in ipv6_rpl_srh_decompress()Rahul Chandelkar
2026-05-27net: sch_fq: update flow delivery time on earlier EDT packetWillem de Bruijn
2026-05-27net/sched: cls_bpf: prevent unbounded recursion in offload rollbackJiayuan Chen
2026-05-27ethtool: eeprom: add more safeties to EEPROM Netlink fallbackJakub Kicinski
2026-05-27ethtool: eeprom: add missing ethnl_ops_begin() / _complete() during fallbackJakub Kicinski
2026-05-27ethtool: strset: fix header attribute index in ethnl_req_get_phydev()Jakub Kicinski
2026-05-27ethtool: tsinfo: don't pass ERR_PTR to genlmsg_cancel on prepare failureJakub Kicinski
2026-05-27ethtool: tsinfo: fix uninitialized stats on the by-PHC pathJakub Kicinski
2026-05-27ethtool: tsconfig: fix missing ethnl_ops_complete()Jakub Kicinski
2026-05-27ethtool: pse-pd: fix missing ethnl_ops_complete()Jakub Kicinski
2026-05-27ethtool: linkstate: fix unbalanced ethnl_ops_complete() on PHY lookup errorJakub Kicinski
2026-05-27ethtool: tsconfig: fix reply error handlingJakub Kicinski
2026-05-27ethtool: coalesce: cap profile updates at NET_DIM_PARAMS_NUM_PROFILESJakub Kicinski
2026-05-27net: page_pool: silence static analysis warnings in page_pool_nl_stats_fill()Zhao Dongdong
2026-05-27ipv6: frags: cleanup __IP6_INC_STATS() confusionEric Dumazet
2026-05-27bridge: Fix sleep in atomic context in sysfs pathIdo Schimmel