summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-10-19mptcp: reset blackhole on success with non-loopback ifacesMatthieu Baerts (NGI0)
2025-10-19mptcp: pm: in-kernel: usable client side with C-flagMatthieu Baerts (NGI0)
2025-10-19xsk: Harden userspace-supplied xdp_desc validationAlexander Lobakin
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-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-19nfsd: unregister with rpcbind when deleting a transportOlga Kornievskaia
2025-10-19page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit archesToke Høiland-Jørgensen
2025-10-15net/9p: Fix buffer overflow in USB transport layerDominique Martinet
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-15tcp: use skb->len instead of skb->truesize in tcp_can_ingest()Eric Dumazet
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: free rx_skb if not consumedPauli 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-15netfilter: nf_conntrack: do not skip entries in /proc/net/nf_conntrackEric Dumazet
2025-10-15netfilter: nfnetlink: reset nlh pointer during batch replayFernando Fernandez Mancera
2025-10-15ipvs: Defer ip_vs_ftp unregister during netns cleanupSlavin Liu
2025-10-15net: ethtool: tsconfig: set command must provide a replyVadim Fedorenko
2025-10-15wifi: cfg80211: fix width unit in cfg80211_radio_chandef_valid()Ryder Lee
2025-10-15wifi: mac80211: fix Rx packet handling when pubsta information is not availableAditya Kumar Singh
2025-10-15mptcp: Use __sk_dst_get() and dst_dev_rcu() in mptcp_active_enable().Kuniyuki Iwashima
2025-10-15mptcp: Call dst_release() in mptcp_active_enable().Kuniyuki Iwashima
2025-10-15tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock().Kuniyuki Iwashima
2025-10-15smc: Use __sk_dst_get() and dst_dev_rcu() in smc_vlan_by_tcpsk().Kuniyuki Iwashima
2025-10-15smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match().Kuniyuki Iwashima
2025-10-15smc: Use __sk_dst_get() and dst_dev_rcu() in in smc_clc_prfx_set().Kuniyuki Iwashima
2025-10-15smc: Fix use-after-free in __pnet_find_base_ndev().Kuniyuki Iwashima
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-15wifi: mac80211: fix reporting of all valid links in sta_set_sinfo()Sarika Sharma
2025-10-15ipv6: snmp: do not track per idev ICMP6_MIB_RATELIMITHOSTEric Dumazet
2025-10-15ipv6: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet
2025-10-15tcp: fix __tcp_close() to only send RST when requiredEric Dumazet
2025-10-15wifi: mac80211: consider links for validating SCAN_FLAG_AP in scan request du...Aditya Kumar Singh
2025-10-15wifi: mac80211: Make CONNECTION_MONITOR optional for MLO staLorenzo Bianconi
2025-10-15inet: ping: check sock_net() in ping_get_port() and ping_lookup()Eric Dumazet
2025-10-15ipv4: start using dst_dev_rcu()Eric Dumazet
2025-10-15tcp_metrics: use dst_dev_net_rcu()Eric Dumazet
2025-10-15net: use dst_dev_rcu() in sk_setup_caps()Eric Dumazet
2025-10-15ipv6: use RCU in ip6_output()Eric Dumazet
2025-10-15ipv6: use RCU in ip6_xmit()Eric Dumazet
2025-10-15ipv6: start using dst_dev_rcu()Eric Dumazet
2025-10-15ipv6: mcast: Add ip6_mc_find_idev() helperYue Haibing