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-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-29tls: wait for async encrypt in case of error during latter iterations of sendmsgSabrina Dubroca1-3/+4
2025-10-29net: tls: wait for async completion on last messageSascha Hauer1-1/+1
2025-10-29splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells1-0/+10
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-19mptcp: pm: in-kernel: usable client side with C-flagMatthieu Baerts (NGI0)3-3/+61
2025-10-19minmax: add a few more MIN_T/MAX_T usersLinus Torvalds2-2/+2
2025-10-19sctp: Fix MAC comparison to be constant-timeEric Biggers2-2/+4
2025-10-19bridge: br_vlan_fill_forward_path_pvid: use br_vlan_group_rcu()Eric Woudstra1-1/+1
2025-10-19bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}Daniel Borkmann1-0/+2
2025-10-19tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().Kuniyuki Iwashima1-1/+0
2025-10-19net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce()Alexandr Sapozhnikov1-1/+2
2025-10-19net: nfc: nci: Add parameter validation for packet dataDeepak Sharma1-36/+99
2025-10-19Bluetooth: MGMT: Fix not exposing debug UUID on MGMT_OP_READ_EXP_FEATURES_INFOLuiz Augusto von Dentz1-6/+4
2025-10-19ipvs: Defer ip_vs_ftp unregister during netns cleanupSlavin Liu1-1/+3
2025-10-19netfilter: ipset: Remove unused htable_bits in macro ahash_regionZhen Ni1-4/+4
2025-10-19tcp: fix __tcp_close() to only send RST when requiredEric Dumazet1-4/+5
2025-10-19bpf: Explicitly check accesses to bpf_sock_addrPaul Chaignon1-6/+10
2025-10-19net/9p: fix double req put in p9_fd_cancelledNalivayko Sergey1-4/+4
2025-10-19minmax: add in_range() macroMatthew Wilcox (Oracle)3-9/+9
2025-10-19udp: Fix memory accounting leak.Kuniyuki Iwashima1-9/+7
2025-10-02af_unix: Don't leave consecutive consumed OOB skbs.Kuniyuki Iwashima1-3/+12
2025-10-02nexthop: Forbid FDB status change while nexthop is in a groupIdo Schimmel1-0/+7
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-02mptcp: propagate shutdown to subflows when possibleMatthieu Baerts (NGI0)1-0/+15
2025-10-02mptcp: set remote_deny_join_id0 on SYN recvMatthieu Baerts (NGI0)1-0/+3
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-02net: hsr: hsr_slave: Fix the promiscuous mode in offload modeRavi Gunasekaran1-1/+2
2025-10-02hsr: use hsr_for_each_port_rtnl in hsr_port_get_hsrHangbin Liu2-1/+4
2025-10-02hsr: use rtnl lock when iterating over portsHangbin Liu3-10/+13
2025-10-02net: hsr: Add VLAN CTAG filter supportMurali Karicheri1-1/+79
2025-10-02net: hsr: Add support for MC filtering at the slave deviceMurali Karicheri1-1/+66
2025-10-02net: hsr: Disable promiscuous mode in offload modeRavi Gunasekaran3-4/+17
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-02libceph: fix invalid accesses to ceph_connection_v1_infoIlya Dryomov1-3/+4
2025-10-02mptcp: sockopt: make sync_socket_options propagate SOCK_KEEPOPENKrister Johansen1-6/+5