summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2026-02-27wifi: cfg80211: Fix use_for flag update on BSS refreshHuang Chenming1-1/+1
2026-02-27bpf: Fix bpf_xdp_store_bytes proto for read-only argPaul Chaignon1-1/+1
2026-02-27bpf, sockmap: Fix FIONREAD for sockmapJiayuan Chen3-4/+42
2026-02-27bpf, sockmap: Fix incorrect copied_seq calculationJiayuan Chen2-5/+27
2026-02-27bpf: Fix memory access flags in helper prototypesZesen Liu1-10/+10
2026-02-05ipv6: Fix ECMP sibling count mismatch when clearing RTF_ADDRCONFShigeru Yoshida1-1/+2
2026-02-05netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate()Andrew Fasano1-1/+1
2026-02-04net: gro: fix outer network offsetPaolo Abeni1-0/+2
2026-02-04net: add proper RCU protection to /proc/net/ptypeEric Dumazet1-16/+34
2026-02-03tipc: use kfree_sensitive() for session key materialDaniel Hodges1-2/+2
2026-02-03net: rss: fix reporting RXH_XFRM_NO_CHANGE as input_xfrm for contextsJakub Kicinski2-10/+2
2026-02-03linkwatch: use __dev_put() in callers to prevent UAFJiayuan Chen1-5/+15
2026-01-31net: don't touch dev->stats in BPF redirect pathsJakub Kicinski1-4/+4
2026-01-30net/sched: cls_u32: use skb_header_pointer_careful()Eric Dumazet1-7/+6
2026-01-29net: fix segmentation of forwarding fraglist GROJibin Zhang4-3/+8