summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds12-57/+127
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+4
2026-02-10Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2026-02-09Merge tag 'audit-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-114/+2
2026-02-07bpf: Switch to bpf_selem_unlink_nofail in bpf_local_storage_{map_free, destroy}Amery Hung1-2/+5
2026-02-07bpf: Remove unused percpu counter from bpf_local_storage_map_freeAmery Hung1-1/+1
2026-02-07bpf: Convert bpf_selem_unlink to failableAmery Hung1-3/+1
2026-02-07bpf: Convert bpf_selem_link_map to failableAmery Hung1-1/+8
2026-02-07bpf: Select bpf_local_storage_map_bucket based on bpf_local_storageAmery Hung1-1/+1
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-04bpf: Don't check sk_fullsock() in bpf_skc_to_unix_sock().Kuniyuki Iwashima1-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-03net: Keep ignoring isolated cpuset changeFrederic Weisbecker1-1/+1
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-02-01bpf: Fix bpf_xdp_store_bytes proto for read-only argPaul Chaignon1-1/+1
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
2026-01-29Merge tag 'wireless-2026-01-29' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni1-3/+5
2026-01-29wifi: mac80211: correctly decode TTLM with default link mapBenjamin Berg1-3/+5
2026-01-29mptcp: only reset subflow errors when propagatedMatthieu Baerts (NGI0)1-4/+5
2026-01-29mptcp: avoid dup SUB_CLOSED events after disconnectMatthieu Baerts (NGI0)1-2/+2
2026-01-29net: bridge: fix static key checkMartin Kaiser1-1/+1
2026-01-29nfc: nci: Fix race between rfkill and nci_unregister_device().Kuniyuki Iwashima2-4/+27
2026-01-27bpf, sockmap: Fix FIONREAD for sockmapJiayuan Chen3-4/+42
2026-01-27bpf, sockmap: Fix incorrect copied_seq calculationJiayuan Chen2-5/+27
2026-01-27nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame().Kuniyuki Iwashima2-2/+19
2026-01-27mptcp: fix race in mptcp_pm_nl_flush_addrs_doit()Eric Dumazet1-3/+13
2026-01-26ipv6: use the right ifindex when replying to icmpv6 from localhostFernando Fernandez Mancera1-1/+3
2026-01-25bpf: add fsession supportMenglong Dong2-0/+2
2026-01-22Bluetooth: MGMT: Fix memory leak in set_ssp_completeJianpeng Chang1-0/+3
2026-01-22net/sched: act_ife: avoid possible NULL derefEric Dumazet1-2/+4
2026-01-22Merge tag 'wireless-2026-11-22' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski7-114/+139
2026-01-22vsock/virtio: cap TX credit to local buffer sizeMelbin K Mathew1-2/+12
2026-01-22vsock/virtio: fix potential underflow in virtio_transport_get_credit()Melbin K Mathew1-7/+9
2026-01-22net: openvswitch: fix data race in ovs_vport_get_upcall_statsDavid Yang1-5/+6
2026-01-22rxrpc: Fix data-race warning and potential load/store tearingDavid Howells7-14/+36
2026-01-22net: dsa: fix off-by-one in maximum bridge ID determinationVladimir Oltean1-1/+1
2026-01-21netrom: fix double-free in nr_route_frame()Jeongjun Park1-4/+9
2026-01-21ipv6: annotate data-race in ndisc_router_discovery()Eric Dumazet1-2/+2
2026-01-21bpf: Fix memory access flags in helper prototypesZesen Liu1-10/+10
2026-01-20wifi: cfg80211: ignore link disabled flag from userspaceBenjamin Berg1-10/+0
2026-01-20wifi: mac80211: apply advertised TTLM from association responseBenjamin Berg2-99/+119
2026-01-20wifi: mac80211: parse all TTLM entriesBenjamin Berg1-11/+14
2026-01-20wifi: mac80211: don't increment crypto_tx_tailroom_needed_cnt twiceMiri Korenblit1-1/+2