summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-06mptcp: avoid dup SUB_CLOSED events after disconnectMatthieu Baerts (NGI0)
2026-02-06net/sched: act_ife: convert comma to semicolonChen Ni
2026-02-06rxrpc: Fix data-race warning and potential load/store tearingDavid Howells
2026-02-06net: fix segmentation of forwarding fraglist GROJibin Zhang
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-06Bluetooth: MGMT: Fix memory leak in set_ssp_completeJianpeng Chang
2026-01-30vsock/virtio: Fix message iterator handling on transmit pathWill Deacon
2026-01-30net: Introduce skb_copy_datagram_from_iter_full()Will Deacon
2026-01-30vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffersWill Deacon
2026-01-30vsock/virtio: Rename virtio_vsock_skb_rx_put()Will Deacon
2026-01-30vsock/virtio: Rename virtio_vsock_alloc_skb()Will Deacon
2026-01-30vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()Will Deacon
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
2026-01-30net: openvswitch: fix data race in ovs_vport_get_upcall_statsDavid Yang
2026-01-30net: dsa: fix off-by-one in maximum bridge ID determinationVladimir Oltean
2026-01-30ipv6: annotate data-race in ndisc_router_discovery()Eric Dumazet
2026-01-30wifi: mac80211: don't perform DA check on S1G beaconLachlan Hodges
2026-01-30net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_...Jamal Hadi Salim
2026-01-30net/sched: Enforce that teql can only be used as root qdiscJamal Hadi Salim
2026-01-30l2tp: avoid one data-race in l2tp_tunnel_del_work()Eric Dumazet
2026-01-30fou: Don't allow 0 for FOU_ATTR_IPPROTO.Kuniyuki Iwashima
2026-01-30gue: Fix skb memleak with inner IP protocol 0.Kuniyuki Iwashima
2026-01-30sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INITXin Long
2026-01-30l2tp: Fix memleak in l2tp_udp_encap_recv().Kuniyuki Iwashima
2026-01-30vsock/virtio: Coalesce only linear skbMichal Luczaj
2026-01-23bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon
2026-01-23net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon r...Tetsuo Handa
2026-01-23bridge: mcast: Fix use-after-free during router port configurationIdo Schimmel
2026-01-23net/sched: sch_qfq: do not free existing class in qfq_change_class()Eric Dumazet
2026-01-23ipv6: Fix use-after-free in inet6_addr_del().Kuniyuki Iwashima