summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-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 incorrect copied_seq calculationJiayuan Chen
2026-02-19wifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac()Alexander Wetzel
2026-02-19mptcp: fix race in mptcp_pm_nl_flush_addrs_doit()Eric Dumazet
2026-02-19net: dsa: free routing table on probe failureVladimir Oltean
2026-02-19devlink: rate: Unset parent pointer in devl_rate_nodes_destroyShay Drory
2026-02-19xsk: Fix race condition in AF_XDP generic RX pathe.kubanski
2026-02-19mptcp: ensure context reset on disconnect()Paolo Abeni
2026-02-19mptcp: schedule rtx timer only after pushing dataPaolo Abeni
2026-02-11netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate()Andrew Fasano
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-11wifi: mac80211: don't increment crypto_tx_tailroom_needed_cnt twiceMiri 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-06mptcp: avoid dup SUB_CLOSED events after disconnectMatthieu Baerts (NGI0)
2026-02-06net/sched: act_ife: convert comma to semicolonChen Ni
2026-02-06sctp: linearize cloned gso packets in sctp_rcvXin Long
2026-02-06wifi: mac80211: move TDLS work to wiphy workJohannes Berg
2026-02-06wifi: mac80211: use wiphy work for sdata->workJohannes Berg
2026-02-06xen: make remove callback of xen driver void returnedDawei Li
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-02-06bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon
2026-02-06bpf: Do not let BPF test infra emit invalid GSO types to stackDaniel Borkmann
2026-02-06netrom: fix double-free in nr_route_frame()Jeongjun Park
2026-02-06net/sched: act_ife: avoid possible NULL derefEric Dumazet
2026-02-06vsock/virtio: cap TX credit to local buffer sizeMelbin K Mathew
2026-02-06vsock/virtio: fix potential underflow in virtio_transport_get_credit()Melbin K Mathew
2026-02-06ipv6: annotate data-race in ndisc_router_discovery()Eric Dumazet
2026-02-06net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_...Jamal Hadi Salim
2026-02-06net/sched: Enforce that teql can only be used as root qdiscJamal Hadi Salim
2026-02-06l2tp: avoid one data-race in l2tp_tunnel_del_work()Eric Dumazet
2026-02-06fou: Don't allow 0 for FOU_ATTR_IPPROTO.Kuniyuki Iwashima
2026-02-06net: fou: use policy and operation tables generated from the specJakub Kicinski
2026-02-06net: fou: rename the source for linkingJakub Kicinski
2026-02-06gue: Fix skb memleak with inner IP protocol 0.Kuniyuki Iwashima
2026-02-06sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INITXin Long
2026-02-06net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon r...Tetsuo Handa
2026-02-06net/sched: sch_qfq: do not free existing class in qfq_change_class()Eric Dumazet
2026-02-06ipv6: Fix use-after-free in inet6_addr_del().Kuniyuki Iwashima