summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'net-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds60-714/+1555
7 daysMerge tag 'linux-can-fixes-for-7.2-20260729' of git://git.kernel.org/pub/scm/...Paolo Abeni5-96/+251
7 daysnet: openvswitch: fix potential UAF on meter attach failureIlya Maximets1-14/+19
7 daysnet: openvswitch: fix skb leak on flow key update failure during ctIlya Maximets1-1/+1
7 daysnet: openvswitch: fix skb leak on flow key update failure during recirculationIlya Maximets1-1/+9
7 daysMerge tag 'wireless-2026-07-29' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski4-5/+34
7 dayssctp: validate Adaptation Indication parameter lengthCharles Vosburgh1-0/+6
7 daysipv6: release fib6_null_entry on subtree failureShuangpeng Bai1-0/+1
7 dayspsp: fix NULL genl_sock deref race with concurrent netns teardownKiran Kella1-5/+12
8 dayscan: isotp: check register_netdevice_notifier() error in module initMinhong He1-4/+9
8 dayscan: isotp: fix timer drain order, wakeup handling and tx_gen orderingOliver Hartkopp1-87/+230
8 dayscan: j1939: transport: j1939_session_fresh_new(): initialize receive bufferOleksij Rempel1-1/+1
8 dayscan: j1939: use netdevice_tracker for j1939_{priv,session,ecu} trackingTetsuo Handa4-4/+11
8 daysBluetooth: SCO: give the socket its own sco_conn referenceAldo Ariel Panzardo1-9/+13
8 daysBluetooth: hci_sync: remove unnecessary hci_conn_get in create_conn_syncPauli Virtanen1-13/+0
8 daysBluetooth: hci_sync: fix hci_conn_del() use in hci_le_create_conn_syncPauli Virtanen1-1/+3
8 daysBluetooth: hci_sync: hold conn in hci_past_sync() callbackPauli Virtanen1-3/+8
8 daysBluetooth: hci_sync: hold conn in hci_connect_pa_sync() callbackPauli Virtanen1-2/+7
8 daysBluetooth: hci_sync: hold conn in hci_connect_big_sync() callbackPauli Virtanen1-4/+12
8 daysBluetooth: hci_sync: hold conn in hci_connect_acl/le_sync() callbacksPauli Virtanen1-8/+24
8 daysBluetooth: hci_conn: hold conn reference in abort_conn_sync()Pauli Virtanen1-1/+11
8 daysBluetooth: ISO: fix race of kfree vs kref_get_unless_zeroPauli Virtanen2-11/+55
8 daysBluetooth: ISO: fix refcounting of iso_connPauli Virtanen1-12/+17
8 daysBluetooth: ISO: ensure no dangling hcon references in iso_connPauli Virtanen1-3/+21
8 daysBluetooth: ISO: avoid deadlocks in iso_sock_timeoutPauli Virtanen1-31/+29
8 daysBluetooth: ISO: fix leaking sk after socket releasePauli Virtanen1-4/+18
8 daysBluetooth: ISO: hold sk properly in iso_conn_readyPauli Virtanen1-11/+23
8 daysBluetooth: ISO: validate sockaddr_iso first in iso_sock_rebind_bis()Pauli Virtanen1-3/+3
8 daysBluetooth: ISO: fix timeout vs sync_timeout typo in check_bcast_qosPauli Virtanen1-1/+1
8 daysBluetooth: ISO: lock sk in iso_connect_indPauli Virtanen1-8/+11
8 daysBluetooth: ISO: lock sk in iso_sock_getnamePauli Virtanen1-0/+4
8 daysBluetooth: ISO: fix CONNECTED -> CLOSED transition on shutdown/releasePauli Virtanen1-6/+20
8 daysBluetooth: hci_sync: Fix advertising data UAFsChengfeng Ye1-34/+97
8 daysBluetooth: RFCOMM: validate skb length in rfcomm_recv_frameJiale Yao1-0/+5
8 daysBluetooth: L2CAP: fix UAF in l2cap_le_connect_rspJiale Yao1-0/+5
8 daysBluetooth: HIDP: validate numbered report payloadsSangho Lee1-2/+3
8 daysBluetooth: HIDP: reject frames without a transaction headerSangho Lee1-10/+15
8 daysBluetooth: mgmt: fix pending command UAF in EIR updatesZihan Xi1-2/+18
8 daysBluetooth: mgmt: fix UAF in pair command cancellationZihan Xi1-18/+46
8 daysBluetooth: ISO: clear iso_data always when detaching conn from hconPauli Virtanen1-0/+1
8 dayswifi: mac80211: validate individual TWT params before driver setupZhao Li1-0/+4
9 dayswifi: cfg80211: publish PMSR request before starting the driverZhao Li1-4/+18
9 dayswifi: cfg80211: validate IEs in cfg80211_wext_siwgenie()Deepanshu Kartikey1-0/+9
9 dayswifi: mac80211: fix tid_tx use-after-free on BA session stopZhao Li1-1/+3
9 daysnet: udp_tunnel: fix memory leak in udp_tunnel_nic_unregister()Eric Dumazet1-15/+17
9 daysbpf: lwt: Fix dst reference leak on reroute failureXuanqiang Luo1-1/+3
9 daysnet/smc: fix socket use-after-free during link group terminationXuanqiang Luo1-1/+1
9 daysnet/sched: cls_u32: validate offshift to prevent shift-out-of-boundsCen Zhang (Microsoft)1-0/+7
9 daysnet: mpls: initialize rtm_tos in mpls_getroute()Yehyeong Lee1-0/+1
9 daysfou: Fix use-after-free in fou_create()Xuanqiang Luo1-1/+1