summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-12-07Bluetooth: Add more enc key size checkAlex Lu1-2/+19
2025-12-07mptcp: Fix proto fallback detection with BPFJiayuan Chen1-2/+7
2025-12-07mptcp: avoid unneeded subflow-level dropsPaolo Abeni2-2/+31
2025-12-07libceph: prevent potential out-of-bounds writes in handle_auth_session_key()ziming zhang1-0/+2
2025-12-07libceph: fix potential use-after-free in have_mon_and_osd_map()Ilya Dryomov2-25/+42
2025-12-07Bluetooth: SMP: Fix not generating mackey and ltk when repairingLuiz Augusto von Dentz1-24/+7
2025-12-07mptcp: do not fallback when OoO is presentPaolo Abeni1-0/+9
2025-12-07mptcp: fix a race in mptcp_pm_del_add_timer()Eric Dumazet1-7/+13
2025-12-07mptcp: fix premature close in case of fallbackPaolo Abeni1-1/+2
2025-12-07mptcp: fix ack generation for fallback mskPaolo Abeni1-1/+24
2025-12-07mptcp: Disallow MPTCP subflows from sockmapJiayuan Chen1-0/+8
2025-12-07net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao1-2/+5
2025-12-07net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit1-1/+3
2025-12-07vsock: Ignore signal/timeout on connect() if already establishedMichal Luczaj1-9/+31
2025-12-07net: openvswitch: remove never-working support for setting nsh fieldsIlya Maximets3-125/+9
2025-12-07mptcp: fix race condition in mptcp_schedule_work()Eric Dumazet1-7/+12
2025-12-07net/sched: act_connmark: handle errno on tcf_idr_check_allocPedro Tammela1-0/+3
2025-12-07ipv4: route: Prevent rt_bind_exception() from rebinding stale fnheChuang Wang1-0/+5
2025-12-07strparser: Fix signed/unsigned mismatch bugNate Karstens1-1/+1
2025-12-07netfilter: nf_tables: reject duplicate device on updatesPablo Neira Ayuso1-0/+15
2025-12-07mptcp: pm: in-kernel: C-flag: handle late ADD_ADDRMatthieu Baerts (NGI0)1-0/+6
2025-12-07bpf: Add bpf_prog_run_data_pointers()Eric Dumazet2-8/+4
2025-12-07Bluetooth: L2CAP: export l2cap_chan_hold for modulesPauli Virtanen1-0/+1
2025-12-07hsr: Fix supervision frame sending on HSRv0Felix Maurer1-0/+3
2025-12-07net_sched: limit try_bulk_dequeue_skb() batchesEric Dumazet1-7/+10
2025-12-07net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleakRanganath V N1-5/+7
2025-12-07net: sched: act_connmark: initialize struct tc_ife to fix kernel leakRanganath V N1-5/+7
2025-12-07net_sched: act_connmark: use RCU in tcf_connmark_dump()Eric Dumazet1-8/+10
2025-12-07net/sched: act_connmark: transition to percpu stats and rcuPedro Tammela1-39/+68
2025-12-07net: sched: act_connmark: get rid of tcf_connmark_walker and tcf_connmark_searchZhengchao Shao1-19/+0
2025-12-07net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao20-152/+130
2025-12-07wifi: mac80211: skip rate verification for not captured PSDUsBenjamin Berg1-3/+7
2025-12-07tipc: Fix use-after-free in tipc_mon_reinit_self().Kuniyuki Iwashima1-0/+2
2025-12-07net/smc: fix mismatch between CLC header and proposalD. Wythe1-0/+1
2025-12-07sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rtoEric Dumazet1-4/+9
2025-12-07Bluetooth: 6lowpan: Don't hold spin lock over sleeping functionsPauli Virtanen1-25/+43
2025-12-07Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type confusionPauli Virtanen1-4/+24
2025-12-07Bluetooth: 6lowpan: reset link-local header on ipv6 recv pathPauli Virtanen1-0/+1
2025-12-07sctp: Hold sock lock while iterating over address listStefan Wiehler1-5/+9
2025-12-07sctp: Prevent TOCTOU out-of-bounds writeStefan Wiehler1-0/+3
2025-12-07sctp: Hold RCU read lock while iterating over address listStefan Wiehler1-0/+4
2025-12-07net: vlan: sync VLAN features with lower deviceHangbin Liu1-0/+2
2025-12-07net: dsa: tag_brcm: legacy: fix untagged rx on unbridged ports for bcm63xxJonas Gorski1-2/+8
2025-12-07page_pool: Clamp pool size to max 16K pagesDragos Tatulea1-5/+1
2025-12-07Bluetooth: SCO: Fix UAF on sco_conn_freeLuiz Augusto von Dentz1-0/+7
2025-12-07ipv6: np->rxpmtu race annotationEric Dumazet2-2/+2
2025-12-07page_pool: always add GFP_NOWARN for ATOMIC allocationsJakub Kicinski1-0/+6
2025-12-07udp_tunnel: use netdev_warn() instead of netdev_WARN()Alok Tiwari1-1/+1
2025-12-07netfilter: nf_reject: don't reply to icmp error messagesFlorian Westphal2-0/+55
2025-12-07net: call cond_resched() less often in __release_sock()Eric Dumazet1-4/+8