aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-05-29Revert "ipv6: preserve insertion order for same-scope addresses"Fernando Fernandez Mancera1-1/+1
2026-05-29Merge tag 'ipsec-2026-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski11-38/+81
2026-05-29net: skbuff: fix pskb_carve leaking zcopy pagesPavel Begunkov1-0/+10
2026-05-29ipv6: fix possible infinite loop in fib6_select_path()Jiayuan Chen1-0/+3
2026-05-29ipv6: fix possible infinite loop in rt6_fill_node()Jiayuan Chen1-0/+2
2026-05-29bpf: sockmap: fix tail fragment offset in bpf_msg_push_dataYuqi Xu1-1/+1
2026-05-29vsock/virtio: bind uarg before filling zerocopy skbJingguo Tan1-3/+9
2026-05-29Revert "esp: fix page frag reference leak on skb_to_sgvec failure"Steffen Klassert2-14/+10
2026-05-28Merge tag 'for-net-2026-05-28' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJakub Kicinski8-66/+91
2026-05-28sctp: fix race between sctp_wait_for_connect and peeloffZhenghang Xiao1-0/+2
2026-05-28Merge tag 'net-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds57-325/+744
2026-05-28Bluetooth: hci_sync: Reset device counters in hci_dev_close_sync()Heitor Alves de Siqueira1-0/+4
2026-05-28Bluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device closeHeitor Alves de Siqueira1-0/+8
2026-05-28Bluetooth: hci_core: Rework hci_dev_do_reset() to use hci_sync functionsHeitor Alves de Siqueira1-40/+3
2026-05-28Bluetooth: ISO: serialize iso_sock_clear_timer with socket lockMuhammad Bilal1-1/+1
2026-05-28Bluetooth: ISO: fix UAF in iso_recv_frameMuhammad Bilal1-3/+7
2026-05-28Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rspLuiz Augusto von Dentz1-5/+22
2026-05-28Bluetooth: l2cap: clear chan->ident on ECRED reconfiguration successZhenghang Xiao1-2/+8
2026-05-28net/handshake: Drain pending requests at net namespace exitChuck Lever2-3/+12
2026-05-28net/handshake: Verify file-reference balance in submit pathsChuck Lever1-0/+28
2026-05-28net/handshake: Close the submit-side sock_hold raceChuck Lever1-12/+0
2026-05-28net/handshake: hand off the pinned file reference to accept_doitChuck Lever3-5/+28
2026-05-28net/handshake: Take a long-lived file reference at submitChuck Lever3-13/+37
2026-05-28net/handshake: Pass negative errno through handshake_complete()Chuck Lever7-8/+10
2026-05-28net/handshake: Use spin_lock_bh for hn_lockChuck Lever3-9/+11
2026-05-28net: skbuff: fix missing zerocopy reference in pskb_carve helpersMinh Nguyen1-0/+4
2026-05-28net/sched: act_mirred: Fix return code in early mirred redirect error pathsVictor Nogueira1-5/+13
2026-05-28net/sched: act_mirred: Fix blockcast recursion bypass leading to stack overflowKito Xu (veritas501)1-7/+11
2026-05-28net/sched: Fix ethx:ingress -> ethy:egress -> ethx:ingress mirred loopJamal Hadi Salim1-17/+30
2026-05-28net/sched: fix packet loop on netem when duplicate is onJamal Hadi Salim1-4/+3
2026-05-28net/sched: Revert "net/sched: Restrict conditions for adding duplicating netems to qdisc tree"Jamal Hadi Salim1-40/+0
2026-05-27ipv6: rpl: fix hdrlen overflow in ipv6_rpl_srh_decompress()Rahul Chandelkar1-1/+1
2026-05-27ethtool: eeprom: add more safeties to EEPROM Netlink fallbackJakub Kicinski1-1/+4
2026-05-27ethtool: eeprom: add missing ethnl_ops_begin() / _complete() during fallbackJakub Kicinski1-3/+2
2026-05-27ethtool: strset: fix header attribute index in ethnl_req_get_phydev()Jakub Kicinski1-1/+1
2026-05-27ethtool: tsinfo: don't pass ERR_PTR to genlmsg_cancel on prepare failureJakub Kicinski1-4/+2
2026-05-27ethtool: tsinfo: fix uninitialized stats on the by-PHC pathJakub Kicinski1-0/+13
2026-05-27ethtool: tsconfig: fix missing ethnl_ops_complete()Jakub Kicinski1-2/+4
2026-05-27ethtool: pse-pd: fix missing ethnl_ops_complete()Jakub Kicinski1-5/+5
2026-05-27ethtool: linkstate: fix unbalanced ethnl_ops_complete() on PHY lookup errorJakub Kicinski1-4/+2
2026-05-27ethtool: tsconfig: fix reply error handlingJakub Kicinski1-2/+7
2026-05-27ethtool: coalesce: cap profile updates at NET_DIM_PARAMS_NUM_PROFILESJakub Kicinski1-0/+6
2026-05-27bridge: Fix sleep in atomic context in sysfs pathIdo Schimmel2-9/+22
2026-05-27bridge: Fix sleep in atomic context in netlink pathIdo Schimmel1-10/+7
2026-05-27Bluetooth: hci_sync: fix UAF in hci_le_create_cis_syncDoruk Tan Ozturk1-1/+3
2026-05-27Bluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt()Zhao Dongdong1-0/+2
2026-05-27Bluetooth: HIDP: fix missing length checks in hidp_input_report()Muhammad Bilal1-5/+18
2026-05-27Bluetooth: L2CAP: use chan timer to close channels in cleanup_listen()Siwei Zhang1-7/+9
2026-05-27Bluetooth: L2CAP: fix chan ref leak in l2cap_chan_timeout() on !connSiwei Zhang1-1/+3
2026-05-27Bluetooth: hci_conn: Fix memory leak in hci_le_big_terminate()Pavitra Jha1-1/+3