summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-10-29vsock: fix lock inversion in vsock_assign_transport()Stefano Garzarella
2025-10-29sctp: avoid NULL dereference when chunk data buffer is missingAlexey Simakov
2025-10-29rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck
2025-10-23tls: don't rely on tx_work during send()Sabrina Dubroca
2025-10-23tls: wait for pending async decryptions if tls_strp_msg_hold failsSabrina Dubroca
2025-10-23tls: always set record_type in tls_process_cmsgSabrina Dubroca
2025-10-23tls: wait for async encrypt in case of error during latter iterations of sendmsgSabrina Dubroca
2025-10-23net: tls: wait for async completion on last messageSascha Hauer
2025-10-23tls: trim encrypted message to match the plaintext on short spliceSabrina Dubroca
2025-10-23tcp: fix tcp_tso_should_defer() vs large RTTEric Dumazet
2025-10-23net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov
2025-10-19mptcp: pm: in-kernel: usable client side with C-flagMatthieu Baerts (NGI0)
2025-10-19sctp: Fix MAC comparison to be constant-timeEric Biggers
2025-10-19bridge: br_vlan_fill_forward_path_pvid: use br_vlan_group_rcu()Eric Woudstra
2025-10-19netfilter: nft_objref: validate objref and objrefmap expressionsFernando Fernandez Mancera
2025-10-19netfilter: nf_tables: drop unused 3rd argument from validate callback opsFlorian Westphal
2025-10-19bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}Daniel Borkmann
2025-10-19tcp: take care of zero tp->window_clamp in tcp_set_rcvlowat()Eric Dumazet
2025-10-19tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().Kuniyuki Iwashima
2025-10-19net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce()Alexandr Sapozhnikov
2025-10-15sunrpc: fix null pointer dereference on zero-length checksumLei Lu
2025-10-15net: nfc: nci: Add parameter validation for packet dataDeepak Sharma
2025-10-15Bluetooth: hci_sync: Fix using random address for BIG/PA advertisementsLuiz Augusto von Dentz
2025-10-15Bluetooth: ISO: don't leak skb in ISO_CONT RXPauli Virtanen
2025-10-15Bluetooth: ISO: Fix possible UAF on iso_conn_freeLuiz Augusto von Dentz
2025-10-15Bluetooth: MGMT: Fix not exposing debug UUID on MGMT_OP_READ_EXP_FEATURES_INFOLuiz Augusto von Dentz
2025-10-15ipvs: Defer ip_vs_ftp unregister during netns cleanupSlavin Liu
2025-10-15wifi: mac80211: fix Rx packet handling when pubsta information is not availableAditya Kumar Singh
2025-10-15ipvs: Use READ_ONCE/WRITE_ONCE for ipvs->enableZhang Tengfei
2025-10-15netfilter: ipset: Remove unused htable_bits in macro ahash_regionZhen Ni
2025-10-15tcp: fix __tcp_close() to only send RST when requiredEric Dumazet
2025-10-15inet: ping: check sock_net() in ping_get_port() and ping_lookup()Eric Dumazet
2025-10-15bpf: Explicitly check accesses to bpf_sock_addrPaul Chaignon
2025-10-12net/9p: fix double req put in p9_fd_cancelledNalivayko Sergey
2025-10-02nexthop: Forbid FDB status change while nexthop is in a groupIdo Schimmel
2025-10-02net: allow alloc_skb_with_frags() to use MAX_SKB_FRAGSJason Baron
2025-10-02Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_syncLuiz Augusto von Dentz
2025-10-02Bluetooth: hci_sync: Fix hci_resume_advertising_syncLuiz Augusto von Dentz
2025-10-02xfrm: xfrm_alloc_spi shouldn't use 0 as SPISabrina Dubroca
2025-09-25minmax: add a few more MIN_T/MAX_T usersLinus Torvalds
2025-09-25mptcp: propagate shutdown to subflows when possibleMatthieu Baerts (NGI0)
2025-09-25mptcp: pm: nl: announce deny-join-id0 flagMatthieu Baerts (NGI0)
2025-09-25rds: ib: Increment i_fastreg_wrs before bailing outHåkon Bugge
2025-09-25net: rfkill: gpio: Fix crash due to dereferencering uninitialized pointerHans de Goede
2025-09-25tls: make sure to abort the stream if headers are bogusJakub Kicinski
2025-09-25tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().Kuniyuki Iwashima
2025-09-25mptcp: tfo: record 'deny join id0' infoMatthieu Baerts (NGI0)
2025-09-25mptcp: set remote_deny_join_id0 on SYN recvMatthieu Baerts (NGI0)
2025-09-25wifi: mac80211: fix incorrect type for retLiao Yuanhong
2025-09-25wifi: mac80211: increase scan_ies_len for S1GLachlan Hodges