summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-12-18net/sched: sch_cake: Fix incorrect qlen reduction in cake_dropXiang Mei
2025-12-18net: hsr: create an API to get hsr port typeXiaoliang Yang
2025-12-18net: netpoll: initialize work queue before error checksBreno Leitao
2025-12-18netfilter: nft_connlimit: update the count if add was skippedFernando Fernandez Mancera
2025-12-18netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera
2025-12-18netfilter: flowtable: check for maximum number of encapsulations in bridge vlanPablo Neira Ayuso
2025-12-18wifi: mac80211: fix CMAC functions not handling errorsChien Wong
2025-12-18ipv6: clear RA flags when adding a static routeFernando Fernandez Mancera
2025-12-18bpf: Check skb->transport_header is set in bpf_skb_check_mtuMartin KaFai Lau
2025-12-18sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock().Kuniyuki Iwashima
2025-12-18inet: Avoid ehash lookup race in inet_twsk_hashdance_schedule()Xuanqiang Luo
2025-12-18inet: Avoid ehash lookup race in inet_ehash_insert()Xuanqiang Luo
2025-12-07libceph: replace BUG_ON with bounds check for map->max_osdziming zhang
2025-12-07libceph: prevent potential out-of-bounds writes in handle_auth_session_key()ziming zhang
2025-12-07libceph: fix potential use-after-free in have_mon_and_osd_map()Ilya Dryomov
2025-12-07mptcp: Initialise rcv_mss before calling tcp_send_active_reset() in mptcp_do_...Kuniyuki Iwashima
2025-12-07mptcp: clear scheduled subflows on retransmitPaolo Abeni
2025-12-07ceph: fix crash in process_v2_sparse_read() for encrypted directoriesViacheslav Dubeyko
2025-12-07net: mctp: unconditionally set skb->dev on dst outputJeremy Kerr
2025-12-07xsk: avoid data corruption on cq descriptor numberFernando Fernandez Mancera
2025-12-07xsk: avoid overwriting skb fields for multi-buffer trafficMaciej Fijalkowski
2025-12-07Bluetooth: SMP: Fix not generating mackey and ltk when repairingLuiz Augusto von Dentz
2025-12-07Bluetooth: hci_core: lookup hci_conn on RX path on protocol sidePauli Virtanen
2025-12-07Bluetooth: hci_sock: Prevent race in socket write iter and sock bindEdward Adam Davis
2025-12-07Bluetooth: hci_core: Fix triggering cmd_timer for HCI_OP_NOPLuiz Augusto von Dentz
2025-12-01mptcp: fix address removal logic in mptcp_pm_nl_rm_addrGang Yan
2025-12-01net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit
2025-12-01vsock: Ignore signal/timeout on connect() if already establishedMichal Luczaj
2025-12-01af_unix: Read sk_peek_offset() again after sleeping in unix_stream_read_gener...Kuniyuki Iwashima
2025-12-01devlink: rate: Unset parent pointer in devl_rate_nodes_destroyShay Drory
2025-12-01net: openvswitch: remove never-working support for setting nsh fieldsIlya Maximets
2025-12-01net: core: prevent NULL deref in generic_hwtstamp_ioctl_lower()Jiaming Zhang
2025-12-01xfrm: Prevent locally generated packets from direct output in tunnel modeJianbo Liu
2025-12-01xfrm: Determine inner GSO type from packet inner protocolJianbo Liu
2025-12-01xfrm: Check inner packet family directly from skb_dstJianbo Liu
2025-12-01xfrm: set err and extack on failure to create pcpu SASabrina Dubroca
2025-12-01xfrm: call xfrm_dev_state_delete when xfrm_state_migrate fails to add the stateSabrina Dubroca
2025-12-01xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were...Sabrina Dubroca
2025-12-01xfrm: drop SA reference in xfrm_state_update if dir doesn't matchSabrina Dubroca
2025-12-01mptcp: do not fallback when OoO is presentPaolo Abeni
2025-12-01mptcp: decouple mptcp fastclose from tcp closePaolo Abeni
2025-12-01mptcp: avoid unneeded subflow-level dropsPaolo Abeni
2025-12-01mptcp: fix premature close in case of fallbackPaolo Abeni
2025-12-01mptcp: fix duplicate reset on fastclosePaolo Abeni
2025-12-01mptcp: fix ack generation for fallback mskPaolo Abeni
2025-12-01mptcp: fix a race in mptcp_pm_del_add_timer()Eric Dumazet
2025-12-01mptcp: fix race condition in mptcp_schedule_work()Eric Dumazet
2025-12-01mptcp: Fix proto fallback detection with BPFJiayuan Chen
2025-12-01mptcp: Disallow MPTCP subflows from sockmapJiayuan Chen
2025-11-24wifi: mac80211: reject address change while connectingJohannes Berg