summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-05-29Revert "ipv6: preserve insertion order for same-scope addresses"Fernando Fernandez Mancera
2026-05-29Merge tag 'ipsec-2026-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-05-29net: skbuff: fix pskb_carve leaking zcopy pagesPavel Begunkov
2026-05-29ipv6: fix possible infinite loop in fib6_select_path()Jiayuan Chen
2026-05-29ipv6: fix possible infinite loop in rt6_fill_node()Jiayuan Chen
2026-05-29bpf: sockmap: fix tail fragment offset in bpf_msg_push_dataYuqi Xu
2026-05-29vsock/virtio: bind uarg before filling zerocopy skbJingguo Tan
2026-05-29Revert "esp: fix page frag reference leak on skb_to_sgvec failure"Steffen Klassert
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-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-27ipv6: rpl: fix hdrlen overflow in ipv6_rpl_srh_decompress()Rahul Chandelkar
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-27bridge: Fix sleep in atomic context in sysfs pathIdo Schimmel
2026-05-27bridge: Fix sleep in atomic context in netlink pathIdo Schimmel
2026-05-27Bluetooth: hci_sync: fix UAF in hci_le_create_cis_syncDoruk Tan Ozturk
2026-05-27Bluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt()Zhao Dongdong
2026-05-27Bluetooth: HIDP: fix missing length checks in hidp_input_report()Muhammad Bilal
2026-05-27Bluetooth: L2CAP: use chan timer to close channels in cleanup_listen()Siwei Zhang
2026-05-27Bluetooth: L2CAP: fix chan ref leak in l2cap_chan_timeout() on !connSiwei Zhang
2026-05-27Bluetooth: hci_conn: Fix memory leak in hci_le_big_terminate()Pavitra Jha