summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-02-28netfilter: nf_tables: add .abort_skip_removal flag for set typesPablo Neira Ayuso2-1/+4
2026-02-27SUNRPC: fix gss_auth kref leak in gss_alloc_msg error pathDaniel Hodges1-0/+3
2026-02-27SUNRPC: auth_gss: fix memory leaks in XDR decoding error pathsChuck Lever1-18/+64
2026-02-27ipv6: icmp: remove obsolete code in icmpv6_xrlim_allow()Eric Dumazet2-7/+2
2026-02-27icmp: prevent possible overflow in icmp_global_allow()Eric Dumazet1-1/+2
2026-02-27ping: annotate data-races in ping_lookup()Eric Dumazet1-12/+19
2026-02-27net: do not delay zero-copy skbs in skb_attempt_defer_free()Eric Dumazet1-1/+6
2026-02-27net: psp: select CONFIG_SKB_EXTENSIONSArnd Bergmann1-0/+1
2026-02-27netfilter: nf_tables: fix use-after-free in nf_tables_addchain()Inseo An1-0/+1
2026-02-27net: remove WARN_ON_ONCE when accessing forward path arrayPablo Neira Ayuso1-1/+1
2026-02-27ipvs: do not keep dest_dst if dev is going downJulian Anastasov1-10/+36
2026-02-27ipvs: skip ipv6 extension headers for csum checksJulian Anastasov3-39/+20
2026-02-27netfilter: nf_conntrack_h323: don't pass uninitialised l3num valueFlorian Westphal1-5/+5
2026-02-27netfilter: nf_tables: revert commit_mutex usage in reset pathBrian Witte1-206/+42
2026-02-27netfilter: nft_quota: use atomic64_xchg for resetBrian Witte1-6/+7
2026-02-27netfilter: nft_counter: serialize reset with spinlockBrian Witte1-4/+16
2026-02-27net: bridge: mcast: always update mdb_n_entries for vlan contextsNikolay Aleksandrov1-27/+18
2026-02-27net/rds: rds_sendmsg should not discard payload_lenAllison Henderson1-2/+4
2026-02-27ipv6: Fix out-of-bound access in fib6_add_rt2node().Kuniyuki Iwashima1-1/+1
2026-02-27net: mctp: ensure our nlmsg responses are initialisedJeremy Kerr3-0/+3
2026-02-27RDMA/core: add rdma_rw_max_sge() helper for SQ sizingChuck Lever1-2/+6
2026-02-27af_unix: Fix memleak of newsk in unix_stream_connect().Kuniyuki Iwashima1-8/+3
2026-02-27xfrm: fix ip_rt_bug race in icmp_route_lookup reverse pathJiayuan Chen1-0/+15
2026-02-27net: atm: fix crash due to unvalidated vcc pointer in sigd_send()Jiayuan Chen1-2/+54
2026-02-27netfilter: nft_set_rbtree: validate open interval overlapPablo Neira Ayuso2-14/+78
2026-02-27netfilter: nft_set_rbtree: validate element belonging to intervalPablo Neira Ayuso1-4/+143
2026-02-27netfilter: nft_set_rbtree: don't gc elements on insertFlorian Westphal1-68/+68
2026-02-27netfilter: nft_set_rbtree: remove seqcount_rwlock_tPablo Neira Ayuso1-6/+0
2026-02-27netfilter: nft_set_rbtree: use binary search array in get commandPablo Neira Ayuso1-90/+64
2026-02-27netfilter: nft_set_rbtree: translate rbtree to array for binary searchPablo Neira Ayuso1-84/+257
2026-02-27netfilter: nft_set_rbtree: check for partial overlaps in anonymous setsPablo Neira Ayuso1-5/+25
2026-02-27netfilter: nft_set_rbtree: fix bogus EEXIST with NLM_F_CREATE with null intervalPablo Neira Ayuso2-0/+18
2026-02-27netfilter: nft_counter: fix reset of counters on 32bit archsAnders Grahn1-2/+2
2026-02-27netfilter: nft_set_hash: fix get operation on big endianFlorian Westphal1-2/+7
2026-02-27netfilter: nfnetlink_queue: do shared-unconfirmed check before segmentationFlorian Westphal1-49/+74
2026-02-27netfilter: nfnetlink_queue: optimize verdict lookup with hash tableScott Mitchell1-30/+116
2026-02-27nfc: hci: shdlc: Stop timers and work before freeing contextVotokina Victoria1-0/+8
2026-02-27inet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMPEric Dumazet2-4/+16
2026-02-27mptcp: fix receive space timestamp initializationPaolo Abeni2-4/+9
2026-02-27mptcp: do not account for OoO in mptcp_rcvbuf_grow()Paolo Abeni1-6/+0
2026-02-27tcp: disable RFC3168 fallback identifier for CC modulesChia-Yu Chang2-4/+5
2026-02-27tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiersChia-Yu Chang2-3/+5
2026-02-27Revert "net/smc: Introduce TCP ULP support"D. Wythe1-87/+4
2026-02-27Bluetooth: hci_conn: Fix using conn->le_{tx,rx}_phy as supported PHYsLuiz Augusto von Dentz2-9/+38
2026-02-27tcp: tcp_tx_timestamp() must look at the rtx queueEric Dumazet1-0/+3
2026-02-27netfilter: nf_conncount: fix tracking of connections from localhostFernando Fernandez Mancera1-2/+13
2026-02-27netfilter: nft_compat: add more restrictions on netlink attributesFlorian Westphal1-3/+10
2026-02-27netfilter: nf_conncount: increase the connection clean up limit to 64Fernando Fernandez Mancera1-5/+10
2026-02-27netfilter: nf_tables: reset table validation state on abortFlorian Westphal1-0/+7
2026-02-27wifi: cfg80211: stop NAN and P2P in cfg80211_leaveMiri Korenblit1-1/+3