summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-10-02net: rfkill: gpio: Fix crash due to dereferencering uninitialized pointerHans de Goede
2025-10-02net: rfkill: gpio: add DT supportPhilipp Zabel
2025-10-02rds: ib: Increment i_fastreg_wrs before bailing outHåkon Bugge
2025-10-02tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().Kuniyuki Iwashima
2025-10-02wifi: mac80211: fix incorrect type for retLiao Yuanhong
2025-10-02can: j1939: j1939_local_ecu_get(): undo increment when j1939_local_ecu_get() ...Tetsuo Handa
2025-10-02can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately when j1939_loc...Tetsuo Handa
2025-10-02tcp_bpf: Call sk_msg_free() when tcp_bpf_send_verdict() fails to allocate pso...Kuniyuki Iwashima
2025-10-02net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima
2025-09-09net: dsa: microchip: linearize skb for tail-tagging switchesJakob Unterwurzacher
2025-09-09net: dsa: microchip: update tag_ksz masks for KSZ9477 familyPieter Van Trappen
2025-09-09batman-adv: fix OOB read/write in network-coding decodeStanislav Fort
2025-09-09net: atm: fix memory leak in atm_register_sysfs when device_register failWang Liang
2025-09-09ax25: properly unshare skbs in ax25_kiss_rcv()Eric Dumazet
2025-09-09ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init()Dan Carpenter
2025-09-09icmp: fix icmp_ndo_send address translation for reply directionFabian Bläse
2025-09-09Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()Kuniyuki Iwashima
2025-09-09netfilter: conntrack: helper: Replace -EEXIST by -EBUSYPhil Sutter
2025-09-09wifi: cfg80211: fix use-after-free in cmp_bss()Dmitry Antipov
2025-09-04sctp: initialize more fields in sctp_v6_from_sk()Eric Dumazet
2025-09-04atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima
2025-09-04net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig
2025-09-04Bluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is unbalancedLuiz Augusto von Dentz
2025-09-04net: ipv4: fix regression in local-broadcast routesOscar Maes
2025-08-28net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_...William Liu
2025-08-28net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limitWilliam Liu
2025-08-28ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_addMinhong He
2025-08-28Bluetooth: fix use-after-free in device_for_each_child()Dmitry Antipov
2025-08-28act_mirred: use the backlog for nested calls to mirred ingressDavide Caratti
2025-08-28net/sched: act_mirred: better wording on protection against excessive stack g...Davide Caratti
2025-08-28net/sched: act_mirred: refactor the handle of xmitwenxu
2025-08-28net: sched: don't expose action qstats to skb_tc_reinsert()Vlad Buslov
2025-08-28net: sched: extract qstats update code into functionsVlad Buslov
2025-08-28net: sched: extract bstats update code into functionVlad Buslov
2025-08-28net: sched: extract common action counters update code into functionVlad Buslov
2025-08-28codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()Cong Wang
2025-08-28sch_qfq: make qfq_qlen_notify() idempotentCong Wang
2025-08-28sch_hfsc: make hfsc_qlen_notify() idempotentCong Wang
2025-08-28sch_drr: make drr_qlen_notify() idempotentCong Wang
2025-08-28net: ncsi: Fix buffer overflow in fetching version idHari Kalavakunta
2025-08-28net: ipv4: fix incorrect MTU in broadcast routesOscar Maes
2025-08-28wifi: cfg80211: reject HTC bit for management framesJohannes Berg
2025-08-28sctp: linearize cloned gso packets in sctp_rcvXin Long
2025-08-28netfilter: ctnetlink: fix refcount leak on table dumpFlorian Westphal
2025-08-28udp: also consider secpath when evaluating ipsec use for checksummingSabrina Dubroca
2025-08-28netlink: avoid infinite retry looping in netlink_unicast()Fedor Pchelkin
2025-08-28vsock: Do not allow binding to VMADDR_PORT_ANYBudimir Markovic
2025-08-28net/packet: fix a race in packet_set_ring() and packet_notifier()Quang Le
2025-08-28ipv6: reject malicious packets in ipv6_gso_segment()Eric Dumazet
2025-08-28netpoll: prevent hanging NAPI when netcons gets enabledJakub Kicinski