summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
5 daysnet/sched: act_ife: avoid possible NULL derefEric Dumazet1-2/+4
5 daysMerge tag 'wireless-2026-11-22' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski7-114/+139
5 daysvsock/virtio: cap TX credit to local buffer sizeMelbin K Mathew1-2/+12
5 daysvsock/virtio: fix potential underflow in virtio_transport_get_credit()Melbin K Mathew1-7/+9
5 daysnet: openvswitch: fix data race in ovs_vport_get_upcall_statsDavid Yang1-5/+6
5 daysrxrpc: Fix data-race warning and potential load/store tearingDavid Howells7-14/+36
5 daysnet: dsa: fix off-by-one in maximum bridge ID determinationVladimir Oltean1-1/+1
6 daysnetrom: fix double-free in nr_route_frame()Jeongjun Park1-4/+9
6 daysipv6: annotate data-race in ndisc_router_discovery()Eric Dumazet1-2/+2
7 dayswifi: cfg80211: ignore link disabled flag from userspaceBenjamin Berg1-10/+0
7 dayswifi: mac80211: apply advertised TTLM from association responseBenjamin Berg2-99/+119
7 dayswifi: mac80211: parse all TTLM entriesBenjamin Berg1-11/+14
7 dayswifi: mac80211: don't increment crypto_tx_tailroom_needed_cnt twiceMiri Korenblit1-1/+2
7 dayswifi: mac80211: don't perform DA check on S1G beaconLachlan Hodges1-2/+7
8 daysnet/sched: qfq: Use cl_is_active to determine whether class is active in qfq_...Jamal Hadi Salim1-1/+1
8 daysnet/sched: Enforce that teql can only be used as root qdiscJamal Hadi Salim1-0/+5
8 daysrxrpc: Fix recvmsg() unconditional requeueDavid Howells1-4/+15
8 daysl2tp: avoid one data-race in l2tp_tunnel_del_work()Eric Dumazet1-2/+2
9 daysfou: Don't allow 0 for FOU_ATTR_IPPROTO.Kuniyuki Iwashima1-1/+1
9 daysgue: Fix skb memleak with inner IP protocol 0.Kuniyuki Iwashima1-0/+3
9 dayssctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INITXin Long1-5/+5
11 daysl2tp: Fix memleak in l2tp_udp_encap_recv().Kuniyuki Iwashima1-1/+3
11 daysnet: add skb->data_len and (skb>end - skb->tail) to skb_dump()Eric Dumazet1-3/+4
11 daysvsock/virtio: Coalesce only linear skbMichal Luczaj1-2/+4
12 daysMerge tag 'net-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds19-83/+96
12 daysMerge tag 'linux-can-fixes-for-6.19-20260115' of git://git.kernel.org/pub/scm...Paolo Abeni2-42/+19
12 daysMerge tag 'ipsec-2026-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni3-4/+5
12 daysnet: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon r...Tetsuo Handa1-1/+9
12 dayscan: raw: instantly reject disabled CAN framesOliver Hartkopp1-9/+16
12 daysRevert "can: raw: instantly reject unsupported CAN frames"Oliver Hartkopp1-46/+8
13 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-8/+17
13 daysnet/sched: sch_qfq: do not free existing class in qfq_change_class()Eric Dumazet1-2/+4
13 daysipv6: Fix use-after-free in inet6_addr_del().Kuniyuki Iwashima1-2/+2
13 daysdst: 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
2026-01-10ipv4: ip_gre: make ipgre_header() robustEric Dumazet1-2/+9
2026-01-10net: update netdev_lock_{type,name}Eric Dumazet1-6/+19
2026-01-10ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv()Eric Dumazet1-1/+1
2026-01-10net: bridge: annotate data-races around fdb->{updated,used}Eric Dumazet2-14/+18
2026-01-10Merge tag 'ceph-for-6.19-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds4-12/+30
2026-01-10Bluetooth: hci_sync: enable PA Sync Lost eventYang Li1-0/+1
2026-01-09ipv4: ip_tunnel: spread netdev_lockdep_set_classes()Eric Dumazet1-3/+2
2026-01-08arp: do not assume dev_hard_header() does not change skb->headEric Dumazet1-3/+4
2026-01-08Merge tag 'wireless-2026-01-08' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski5-3/+17
2026-01-08net: do not write to msg_get_inq in calleeWillem de Bruijn2-10/+6
2026-01-08net/sched: sch_qfq: Fix NULL deref when deactivating inactive aggregate in qf...Xiang Mei1-1/+1