summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-05-09sctp: Fix typo in commentMd Shofiqul Islam1-1/+1
2026-05-09net: Do not unconditionally turn on carrier when turning off protodownIdo Schimmel1-1/+20
2026-05-09net: Do not turn on carrier when protodown is onIdo Schimmel1-0/+3
2026-05-09net: Set dev->proto_down before changing carrier stateIdo Schimmel1-1/+1
2026-05-09net: page_pool: support dumping pps of a specific ifindex via NetlinkJakub Kicinski2-13/+72
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski97-696/+1481
2026-05-07tcp: Fix dst leak in tcp_v6_connect().Kuniyuki Iwashima1-1/+3
2026-05-07ipmr: Call ipmr_fib_lookup() under RCU.Kuniyuki Iwashima1-1/+2
2026-05-07net/smc: fix missing sk_err when TCP handshake failsD. Wythe1-6/+2
2026-05-07af_unix: Reject SIOCATMARK on non-stream socketsJiexun Wang1-0/+3
2026-05-07mptcp: pm: prio: skip closed subflowsMatthieu Baerts (NGI0)1-0/+3
2026-05-07mptcp: pm: ADD_ADDR rtx: return early if no retransMatthieu Baerts (NGI0)1-0/+3
2026-05-07mptcp: pm: ADD_ADDR rtx: skip inactive subflowsMatthieu Baerts (NGI0)1-4/+14
2026-05-07mptcp: pm: ADD_ADDR rtx: resched blocked ADD_ADDR quickerMatthieu Baerts (NGI0)1-6/+1
2026-05-07mptcp: pm: ADD_ADDR rtx: free sk if lastMatthieu Baerts (NGI0)1-10/+18
2026-05-07mptcp: pm: ADD_ADDR rtx: always decrease sk refcountMatthieu Baerts (NGI0)1-5/+3
2026-05-07mptcp: pm: ADD_ADDR rtx: fix potential data-raceMatthieu Baerts (NGI0)1-0/+8
2026-05-07mptcp: pm: ADD_ADDR rtx: allow ID 0Matthieu Baerts (NGI0)1-3/+0
2026-05-07mptcp: pm: kernel: correctly retransmit ADD_ADDR ID 0Matthieu Baerts (NGI0)1-5/+8
2026-05-07tcp: tcp_child_process() related UAFEric Dumazet3-14/+15
2026-05-07net/sched: sch_sfq: annotate data-races from sfq_dump_class_stats()Eric Dumazet1-23/+25
2026-05-07inetpeer: add a missing read_seqretry() in inet_getpeer()Eric Dumazet1-1/+2
2026-05-07ipv6: fix potential UAF caused by ip6_forward_proxy_check()Eric Dumazet1-0/+3
2026-05-07Merge tag 'ipsec-2026-05-05' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski10-19/+56
2026-05-06Bluetooth: HIDP: serialise l2cap_unregister_user via hidp_session_semMichael Bommarito1-3/+24
2026-05-06Bluetooth: hci_event: fix memset typoJann Horn1-1/+1
2026-05-06Bluetooth: RFCOMM: pull credit byte with skb_pull_data()Pengpeng Hou1-2/+5
2026-05-06Bluetooth: ISO: Fix data-race on iso_pi(sk) in socket and HCI event pathsSeungJu Cheon1-24/+30
2026-05-06Bluetooth: ISO: Fix data-race on dst in iso_sock_connect()SeungJu Cheon1-1/+1
2026-05-06Bluetooth: SCO: hold sk properly in sco_conn_readyPauli Virtanen1-12/+32
2026-05-06Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_new_connection_cb()Siwei Zhang1-0/+3
2026-05-06Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_get_sndtimeo_cb()Siwei Zhang1-0/+3
2026-05-06Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_state_change_cb()Siwei Zhang1-0/+3
2026-05-06Bluetooth: l2cap: defer conn param update to avoid conn->lock/hdev->lock inve...Mikhail Gavrilov2-29/+88
2026-05-06Bluetooth: l2cap: fix MPS check in l2cap_ecred_reconf_reqDudu Lu1-1/+1
2026-05-06Bluetooth: bnep: fix incorrect length parsing in bnep_rx_frame() extension ha...Dudu Lu1-3/+10
2026-05-06Bluetooth: hci_event: Fix OOB read and infinite loop in hci_le_create_big_com...Luiz Augusto von Dentz1-2/+25
2026-05-06Bluetooth: hci_conn: fix potential UAF in create_big_syncDavid Carlier1-1/+18
2026-05-06Bluetooth: SCO: fix sleeping under spinlock in sco_conn_readyPauli Virtanen1-11/+9
2026-05-06Merge tag 'wireless-next-2026-05-06' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski30-566/+1721
2026-05-06Merge tag 'wireless-2026-05-06' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski6-10/+48
2026-05-06wifi: mac80211: explicitly disable FTM responder on AP stopJohannes Berg1-2/+7
2026-05-06wifi: cfg80211: don't allow NAN DATA on multi radio devicesMiri Korenblit1-1/+1
2026-05-06wifi: nl80211: re-check wiphy netns in nl80211_prepare_wdev_dump() continuationMaoyi Xie1-0/+12
2026-05-06wifi: nl80211: require CAP_NET_ADMIN over the target netns in SET_WIPHY_NETNSMaoyi Xie1-0/+13
2026-05-06wifi: nl80211: fix NL80211_PMSR_FTM_REQ_ATTR_FTMS_PER_BURST usageJohannes Berg1-1/+1
2026-05-06wifi: mac80211: remove station if connection prep failsJohannes Berg1-5/+4
2026-05-06xsk: fix u64 descriptor address truncation on 32-bit architecturesJason Xing1-32/+56
2026-05-06xsk: fix xsk_addrs slab leak on multi-buffer error pathJason Xing1-2/+2
2026-05-06xsk: avoid skb leak in XDP_TX_METADATA caseJason Xing1-1/+3