summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-10-29net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msgZhengchao Shao
2025-10-29sctp: avoid NULL dereference when chunk data buffer is missingAlexey Simakov
2025-10-29rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck
2025-10-29net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_delNikolay Aleksandrov
2025-10-29net: rtnetlink: add bulk delete support flagNikolay Aleksandrov
2025-10-29net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov
2025-10-29net: rtnetlink: add msg kind namesNikolay Aleksandrov
2025-10-29net: rtnetlink: remove redundant assignment to variable errColin Ian King
2025-10-29tls: don't rely on tx_work during send()Sabrina Dubroca
2025-10-29tls: always set record_type in tls_process_cmsgSabrina Dubroca
2025-10-29tcp: fix tcp_tso_should_defer() vs large RTTEric Dumazet
2025-10-29net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov
2025-10-29net/9p: fix double req put in p9_fd_cancelledNalivayko Sergey
2025-10-29sctp: Fix MAC comparison to be constant-timeEric Biggers
2025-10-29tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().Kuniyuki Iwashima
2025-10-29net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce()Alexandr Sapozhnikov
2025-10-29ipvs: Defer ip_vs_ftp unregister during netns cleanupSlavin Liu
2025-10-29netfilter: ipset: Remove unused htable_bits in macro ahash_regionZhen Ni
2025-10-29tcp: fix __tcp_close() to only send RST when requiredEric Dumazet
2025-10-29bpf: Explicitly check accesses to bpf_sock_addrPaul Chaignon
2025-10-29udp: Fix memory accounting leak.Kuniyuki Iwashima
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