summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
5 daysnet: fix segmentation of forwarding fraglist GROJibin Zhang4-3/+8
5 daysMerge tag 'wireless-2026-01-29' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni1-3/+5
5 dayswifi: mac80211: correctly decode TTLM with default link mapBenjamin Berg1-3/+5
6 daysmptcp: only reset subflow errors when propagatedMatthieu Baerts (NGI0)1-4/+5
6 daysmptcp: avoid dup SUB_CLOSED events after disconnectMatthieu Baerts (NGI0)1-2/+2
6 daysnet: bridge: fix static key checkMartin Kaiser1-1/+1
6 daysnfc: nci: Fix race between rfkill and nci_unregister_device().Kuniyuki Iwashima2-4/+27
8 daysnfc: llcp: Fix memleak in nfc_llcp_send_ui_frame().Kuniyuki Iwashima2-2/+19
8 daysmptcp: fix race in mptcp_pm_nl_flush_addrs_doit()Eric Dumazet1-3/+13
9 daysipv6: use the right ifindex when replying to icmpv6 from localhostFernando Fernandez Mancera1-1/+3
12 daysBluetooth: MGMT: Fix memory leak in set_ssp_completeJianpeng Chang1-0/+3
12 daysnet/sched: act_ife: avoid possible NULL derefEric Dumazet1-2/+4
12 daysMerge tag 'wireless-2026-11-22' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski7-114/+139
12 daysvsock/virtio: cap TX credit to local buffer sizeMelbin K Mathew1-2/+12
12 daysvsock/virtio: fix potential underflow in virtio_transport_get_credit()Melbin K Mathew1-7/+9
12 daysnet: openvswitch: fix data race in ovs_vport_get_upcall_statsDavid Yang1-5/+6
13 daysrxrpc: Fix data-race warning and potential load/store tearingDavid Howells7-14/+36
13 daysnet: dsa: fix off-by-one in maximum bridge ID determinationVladimir Oltean1-1/+1
14 daysnetrom: fix double-free in nr_route_frame()Jeongjun Park1-4/+9
14 daysipv6: annotate data-race in ndisc_router_discovery()Eric Dumazet1-2/+2
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
2026-01-20wifi: mac80211: don't perform DA check on S1G beaconLachlan Hodges1-2/+7
2026-01-19net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_...Jamal Hadi Salim1-1/+1
2026-01-19net/sched: Enforce that teql can only be used as root qdiscJamal Hadi Salim1-0/+5
2026-01-19rxrpc: Fix recvmsg() unconditional requeueDavid Howells1-4/+15
2026-01-19l2tp: avoid one data-race in l2tp_tunnel_del_work()Eric Dumazet1-2/+2
2026-01-18fou: Don't allow 0 for FOU_ATTR_IPPROTO.Kuniyuki Iwashima1-1/+1
2026-01-18gue: Fix skb memleak with inner IP protocol 0.Kuniyuki Iwashima1-0/+3
2026-01-18sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INITXin Long1-5/+5
2026-01-16l2tp: Fix memleak in l2tp_udp_encap_recv().Kuniyuki Iwashima1-1/+3
2026-01-16net: add skb->data_len and (skb>end - skb->tail) to skb_dump()Eric Dumazet1-3/+4
2026-01-16vsock/virtio: Coalesce only linear skbMichal Luczaj1-2/+4
2026-01-15Merge tag 'net-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds19-83/+96
2026-01-15Merge tag 'linux-can-fixes-for-6.19-20260115' of git://git.kernel.org/pub/scm...Paolo Abeni2-42/+19
2026-01-15Merge tag 'ipsec-2026-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni3-4/+5
2026-01-15net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon r...Tetsuo Handa1-1/+9
2026-01-15can: raw: instantly reject disabled CAN framesOliver Hartkopp1-9/+16
2026-01-15Revert "can: raw: instantly reject unsupported CAN frames"Oliver Hartkopp1-46/+8
2026-01-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-8/+17
2026-01-14net/sched: sch_qfq: do not free existing class in qfq_change_class()Eric Dumazet1-2/+4
2026-01-14ipv6: Fix use-after-free in inet6_addr_del().Kuniyuki Iwashima1-2/+2
2026-01-14dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()Eric Dumazet3-4/+5
2026-01-13net: add net.core.qdisc_max_burstEric Dumazet3-3/+11
2026-01-13bpf: Fix reference count leak in bpf_prog_test_run_xdp()Tetsuo Handa1-3/+4
2026-01-12wifi: mac80211: correctly check if CSA is activeMiri Korenblit1-2/+6
2026-01-12wifi: cfg80211: Fix bitrate calculation overflow for HE ratesVeerendranath Jakkam1-3/+5
2026-01-11Merge tag 'for-net-2026-01-09' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-0/+1