summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-03-04netfilter: nft_set_rbtree: check for partial overlaps in anonymous setsPablo 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-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-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-16netfilter: nft_set_pipapo: prevent overflow in lookup table allocationPablo Neira Ayuso
2026-02-16netfilter: nf_tables: missing objects with no memcg accountingPablo Neira Ayuso
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
2026-02-11wifi: mac80211: collect station statistics earlier when disconnectBaochen Qiang
2026-02-11netfilter: replace -EEXIST with -EBUSYDaniel Gomez
2026-02-11wifi: mac80211: ocb: skip rx_no_sta when interface is not joinedMoon Hee Lee
2026-02-11netfilter: nft_set_pipapo: clamp maximum map bucket size to INT_MAXPablo Neira Ayuso
2026-02-06Revert "net: Remove conditional threaded-NAPI wakeup based on task state."Greg Kroah-Hartman
2026-02-06Revert "net: Allow to use SMP threads for backlog NAPI."Greg Kroah-Hartman
2026-02-06ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()Eric Dumazet
2026-02-06xsk: Fix race condition in AF_XDP generic RX pathe.kubanski
2026-02-06mptcp: avoid dup SUB_CLOSED events after disconnectMatthieu Baerts (NGI0)
2026-02-06net/sched: act_ife: convert comma to semicolonChen Ni
2026-02-06wifi: mac80211: move TDLS work to wiphy workJohannes Berg
2026-02-06mptcp: only reset subflow errors when propagatedMatthieu Baerts (NGI0)
2026-02-06net: bridge: fix static key checkMartin Kaiser
2026-02-06nfc: nci: Fix race between rfkill and nci_unregister_device().Kuniyuki Iwashima
2026-02-06nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame().Kuniyuki Iwashima
2026-02-06ipv6: use the right ifindex when replying to icmpv6 from localhostFernando Fernandez Mancera
2026-01-30bridge: mcast: Fix use-after-free during router port configurationIdo Schimmel
2026-01-30bpf: Do not let BPF test infra emit invalid GSO types to stackDaniel Borkmann
2026-01-30netrom: fix double-free in nr_route_frame()Jeongjun Park
2026-01-30net/sched: act_ife: avoid possible NULL derefEric Dumazet
2026-01-30vsock/virtio: cap TX credit to local buffer sizeMelbin K Mathew
2026-01-30vsock/virtio: fix potential underflow in virtio_transport_get_credit()Melbin K Mathew