summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-10-29net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msgZhengchao Shao1-0/+1
2025-10-29vsock: fix lock inversion in vsock_assign_transport()Stefano Garzarella1-19/+19
2025-10-29sctp: avoid NULL dereference when chunk data buffer is missingAlexey Simakov1-6/+7
2025-10-29rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck1-3/+0
2025-10-29net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_delNikolay Aleksandrov1-19/+48
2025-10-29net: rtnetlink: add bulk delete support flagNikolay Aleksandrov1-0/+8
2025-10-29net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov1-1/+1
2025-10-29net: rtnetlink: add msg kind namesNikolay Aleksandrov1-3/+3
2025-10-29tls: don't rely on tx_work during send()Sabrina Dubroca1-0/+13
2025-10-29tls: always set record_type in tls_process_cmsgSabrina Dubroca1-5/+2
2025-10-29tcp: fix tcp_tso_should_defer() vs large RTTEric Dumazet1-4/+15
2025-10-29net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov2-16/+1
2025-10-29minmax: add a few more MIN_T/MAX_T usersLinus Torvalds2-2/+2
2025-10-29minmax: add in_range() macroMatthew Wilcox (Oracle)3-9/+9
2025-10-29net/9p: fix double req put in p9_fd_cancelledNalivayko Sergey1-4/+4
2025-10-29sctp: Fix MAC comparison to be constant-timeEric Biggers2-2/+4
2025-10-29bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}Daniel Borkmann1-0/+2
2025-10-29tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().Kuniyuki Iwashima1-1/+0
2025-10-29net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce()Alexandr Sapozhnikov1-1/+2
2025-10-29Bluetooth: MGMT: Fix not exposing debug UUID on MGMT_OP_READ_EXP_FEATURES_INFOLuiz Augusto von Dentz1-6/+4
2025-10-29ipvs: Defer ip_vs_ftp unregister during netns cleanupSlavin Liu1-1/+3
2025-10-29netfilter: ipset: Remove unused htable_bits in macro ahash_regionZhen Ni1-4/+4
2025-10-29tcp: fix __tcp_close() to only send RST when requiredEric Dumazet1-4/+5
2025-10-29bpf: Explicitly check accesses to bpf_sock_addrPaul Chaignon1-6/+10
2025-10-29udp: Fix memory accounting leak.Kuniyuki Iwashima1-9/+7
2025-10-02nexthop: Forbid FDB status change while nexthop is in a groupIdo Schimmel1-0/+7
2025-10-02nexthop: Emit a notification when a single nexthop is replacedIdo Schimmel1-0/+10
2025-10-02nexthop: Emit a notification when a nexthop is addedIdo Schimmel1-1/+5
2025-10-02rtnetlink: Add RTNH_F_TRAP flagIdo Schimmel1-0/+2
2025-10-02nexthop: Pass extack to nexthop notifierIdo Schimmel1-2/+3
2025-10-02mptcp: propagate shutdown to subflows when possibleMatthieu Baerts (NGI0)1-0/+16
2025-10-02net: rfkill: gpio: Fix crash due to dereferencering uninitialized pointerHans de Goede1-2/+2
2025-10-02net: rfkill: gpio: add DT supportPhilipp Zabel1-2/+18
2025-10-02rds: ib: Increment i_fastreg_wrs before bailing outHåkon Bugge1-8/+12
2025-10-02tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().Kuniyuki Iwashima1-0/+5
2025-10-02wifi: mac80211: fix incorrect type for retLiao Yuanhong1-1/+1
2025-10-02can: j1939: j1939_local_ecu_get(): undo increment when j1939_local_ecu_get() ...Tetsuo Handa1-1/+4
2025-10-02can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately when j1939_loc...Tetsuo Handa1-0/+3
2025-10-02tunnels: reset the GSO metadata before reusing the skbAntoine Tenart1-0/+6
2025-10-02tcp_bpf: Call sk_msg_free() when tcp_bpf_send_verdict() fails to allocate pso...Kuniyuki Iwashima1-1/+4
2025-10-02net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima1-0/+5
2025-10-02mptcp: pm: kernel: flush: do not reset ADD_ADDR limitMatthieu Baerts (NGI0)1-1/+0
2025-09-09net: dsa: microchip: linearize skb for tail-tagging switchesJakob Unterwurzacher1-4/+15
2025-09-09net: dsa: microchip: update tag_ksz masks for KSZ9477 familyPieter Van Trappen1-2/+3
2025-09-09batman-adv: fix OOB read/write in network-coding decodeStanislav Fort1-1/+6
2025-09-09net: atm: fix memory leak in atm_register_sysfs when device_register failWang Liang1-2/+4
2025-09-09ax25: properly unshare skbs in ax25_kiss_rcv()Eric Dumazet1-0/+4
2025-09-09ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init()Dan Carpenter1-4/+3
2025-09-09icmp: fix icmp_ndo_send address translation for reply directionFabian Bläse2-4/+8
2025-09-09Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()Kuniyuki Iwashima1-0/+3