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