summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
9 daysnet: dsa: fix off-by-one in maximum bridge ID determinationVladimir Oltean
10 daysnetrom: fix double-free in nr_route_frame()Jeongjun Park
10 daysipv6: annotate data-race in ndisc_router_discovery()Eric Dumazet
12 daysnet/sched: qfq: Use cl_is_active to determine whether class is active in qfq_...Jamal Hadi Salim
12 daysnet/sched: Enforce that teql can only be used as root qdiscJamal Hadi Salim
12 daysrxrpc: Fix recvmsg() unconditional requeueDavid Howells
12 daysl2tp: avoid one data-race in l2tp_tunnel_del_work()Eric Dumazet
13 daysfou: Don't allow 0 for FOU_ATTR_IPPROTO.Kuniyuki Iwashima
13 daysgue: Fix skb memleak with inner IP protocol 0.Kuniyuki Iwashima
13 dayssctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INITXin Long
2026-01-15l2tp: Fix memleak in l2tp_udp_encap_recv().Kuniyuki Iwashima
2026-01-15net: add skb->data_len and (skb>end - skb->tail) to skb_dump()Eric Dumazet
2026-01-15vsock/virtio: Coalesce only linear skbMichal Luczaj
2026-01-15Merge tag 'net-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-01-15Merge tag 'linux-can-fixes-for-6.19-20260115' of git://git.kernel.org/pub/scm...Paolo Abeni
2026-01-15Merge tag 'ipsec-2026-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2026-01-15net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon r...Tetsuo Handa
2026-01-15can: raw: instantly reject disabled CAN framesOliver Hartkopp
2026-01-15Revert "can: raw: instantly reject unsupported CAN frames"Oliver Hartkopp
2026-01-13Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-01-13net/sched: sch_qfq: do not free existing class in qfq_change_class()Eric Dumazet
2026-01-13ipv6: Fix use-after-free in inet6_addr_del().Kuniyuki Iwashima
2026-01-13dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()Eric Dumazet
2026-01-13net: add net.core.qdisc_max_burstEric Dumazet
2026-01-12bpf: Fix reference count leak in bpf_prog_test_run_xdp()Tetsuo Handa
2026-01-10Merge tag 'for-net-2026-01-09' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-01-10ipv4: ip_gre: make ipgre_header() robustEric Dumazet
2026-01-09net: update netdev_lock_{type,name}Eric Dumazet
2026-01-09ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv()Eric Dumazet
2026-01-09net: bridge: annotate data-races around fdb->{updated,used}Eric Dumazet
2026-01-09Merge tag 'ceph-for-6.19-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds
2026-01-09Bluetooth: hci_sync: enable PA Sync Lost eventYang Li
2026-01-08ipv4: ip_tunnel: spread netdev_lockdep_set_classes()Eric Dumazet
2026-01-08arp: do not assume dev_hard_header() does not change skb->headEric Dumazet
2026-01-08Merge tag 'wireless-2026-01-08' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-01-08net: do not write to msg_get_inq in calleeWillem de Bruijn
2026-01-08net/sched: sch_qfq: Fix NULL deref when deactivating inactive aggregate in qf...Xiang Mei
2026-01-08wifi: mac80211: collect station statistics earlier when disconnectBaochen Qiang
2026-01-08wifi: mac80211: restore non-chanctx injection behaviourJohannes Berg
2026-01-08wifi: mac80211: don't iterate not running interfacesMiri Korenblit
2026-01-08wifi: avoid kernel-infoleak from struct iw_pointEric Dumazet
2026-01-06net/sched: act_api: avoid dereferencing ERR_PTR in tcf_idrinfo_destroyShivani Gupta
2026-01-06udp: call skb_orphan() before skb_attempt_defer_free()Eric Dumazet
2026-01-06bpf, test_run: Subtract size of xdp_frame from allowed metadata sizeToke Høiland-Jørgensen
2026-01-05net: fix memory leak in skb_segment_list for GRO packetsMohammad Heib
2026-01-05net/sched: act_mirred: Fix leak when redirecting to self on egressJamal Hadi Salim
2026-01-05vsock: Make accept()ed sockets use custom setsockopt()Michal Luczaj
2026-01-06libceph: make calc_target() set t->paused, not just clear itIlya Dryomov
2026-01-05libceph: reset sparse-read state in osd_fault()Sam Edwards
2026-01-05libceph: return the handler error from mon_handle_auth_done()Ilya Dryomov