summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-03-04netfilter: xt_tcpmss: check remaining length before reading optlenFlorian Westphal
2026-03-04netfilter: nf_conntrack: Add allow_clash to generic protocol handlerYuto Hamaguchi
2026-03-04ipv6: exthdrs: annotate data-race over multiple sysctlEric Dumazet
2026-03-04ipv6: annotate data-races over sysctl.flowlabel_reflectEric Dumazet
2026-03-04wifi: cfg80211: allow only one NAN interface, also in multi radioMiri Korenblit
2026-03-04SUNRPC: fix gss_auth kref leak in gss_alloc_msg error pathDaniel Hodges
2026-03-04SUNRPC: auth_gss: fix memory leaks in XDR decoding error pathsChuck Lever
2026-03-04icmp: prevent possible overflow in icmp_global_allow()Eric Dumazet
2026-03-04ping: annotate data-races in ping_lookup()Eric Dumazet
2026-03-04netfilter: nf_tables: fix use-after-free in nf_tables_addchain()Inseo An
2026-03-04net: remove WARN_ON_ONCE when accessing forward path arrayPablo Neira Ayuso
2026-03-04ipvs: do not keep dest_dst if dev is going downJulian Anastasov
2026-03-04netfilter: nf_conntrack_h323: don't pass uninitialised l3num valueFlorian Westphal
2026-03-04net: bridge: mcast: always update mdb_n_entries for vlan contextsNikolay Aleksandrov
2026-03-04net/rds: rds_sendmsg should not discard payload_lenAllison Henderson
2026-03-04ipv6: Fix out-of-bound access in fib6_add_rt2node().Kuniyuki Iwashima
2026-03-04RDMA/core: add rdma_rw_max_sge() helper for SQ sizingChuck Lever
2026-03-04xfrm: fix ip_rt_bug race in icmp_route_lookup reverse pathJiayuan Chen
2026-03-04net: Switch to skb_dstref_steal/skb_dstref_restore for ip_route_input callersStanislav Fomichev
2026-03-04net: atm: fix crash due to unvalidated vcc pointer in sigd_send()Jiayuan Chen
2026-03-04netfilter: nft_set_rbtree: check for partial overlaps in anonymous setsPablo Neira Ayuso
2026-03-04netfilter: nft_set_rbtree: fix bogus EEXIST with NLM_F_CREATE with null intervalPablo Neira Ayuso
2026-03-04netfilter: nft_counter: fix reset of counters on 32bit archsAnders Grahn
2026-03-04netfilter: nft_set_hash: fix get operation on big endianFlorian Westphal
2026-03-04netfilter: nfnetlink_queue: do shared-unconfirmed check before segmentationFlorian Westphal
2026-03-04netfilter: nfnetlink_queue: optimize verdict lookup with hash tableScott Mitchell
2026-03-04nfc: hci: shdlc: Stop timers and work before freeing contextVotokina Victoria
2026-03-04inet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMPEric Dumazet
2026-03-04mptcp: fix receive space timestamp initializationPaolo Abeni
2026-03-04tcp: tcp_tx_timestamp() must look at the rtx queueEric Dumazet
2026-03-04netfilter: nf_conncount: fix tracking of connections from localhostFernando Fernandez Mancera
2026-03-04netfilter: nft_compat: add more restrictions on netlink attributesFlorian Westphal
2026-03-04netfilter: nf_conncount: increase the connection clean up limit to 64Fernando Fernandez Mancera
2026-03-04netfilter: nf_conncount: make nf_conncount_gc_list() to disable BHFernando Fernandez Mancera
2026-03-04netfilter: nf_tables: reset table validation state on abortFlorian Westphal
2026-03-04wifi: cfg80211: stop NAN and P2P in cfg80211_leaveMiri Korenblit
2026-03-04wifi: cfg80211: Fix use_for flag update on BSS refreshHuang Chenming
2026-03-04bpf: Fix bpf_xdp_store_bytes proto for read-only argPaul Chaignon
2026-03-04bpf, sockmap: Fix FIONREAD for sockmapJiayuan Chen
2026-03-04bpf, sockmap: Fix incorrect copied_seq calculationJiayuan Chen
2026-02-16mptcp: fix race in mptcp_pm_nl_flush_addrs_doit()Eric Dumazet
2026-02-11ipv6: Fix ECMP sibling count mismatch when clearing RTF_ADDRCONFShigeru Yoshida
2026-02-11netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate()Andrew Fasano
2026-02-11net: gro: fix outer network offsetPaolo Abeni
2026-02-11tipc: use kfree_sensitive() for session key materialDaniel Hodges
2026-02-11net: don't touch dev->stats in BPF redirect pathsJakub Kicinski
2026-02-11net/sched: cls_u32: use skb_header_pointer_careful()Eric Dumazet
2026-02-11wifi: mac80211: don't increment crypto_tx_tailroom_needed_cnt twiceMiri Korenblit
2026-02-11wifi: mac80211: correctly check if CSA is activeMiri Korenblit
2026-02-11wifi: cfg80211: Fix bitrate calculation overflow for HE ratesVeerendranath Jakkam