summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2026-01-28tcp: move tcp_rack_advance() to tcp_input.cEric Dumazet-32/+32
2026-01-28tcp: move tcp_rack_update_reo_wnd() to tcp_input.cEric Dumazet-43/+43
2026-01-28tcp: mark tcp_process_tlp_ack() as unlikelyEric Dumazet-2/+2
2026-01-28vsock/virtio: reorder fields to reduce paddingMichael S. Tsirkin-9/+9
2026-01-28sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSYJeff Layton-9/+42
2026-01-28sunrpc: split new thread creation into a separate functionJeff Layton-29/+46
2026-01-28sunrpc: introduce the concept of a minimum number of threads per poolJeff Layton-8/+37
2026-01-28sunrpc: track the max number of requested threads in a poolJeff Layton-0/+1
2026-01-28sunrpc: remove special handling of NULL pool from svc_start/stop_kthreads()Jeff Layton-46/+7
2026-01-28sunrpc: split svc_set_num_threads() into two functionsJeff Layton-15/+53
2026-01-28svcrdma: use bvec-based RDMA read/write APIChuck Lever-69/+86
2026-01-28RDMA/core: add rdma_rw_max_sge() helper for SQ sizingChuck Lever-2/+6
2026-01-27ethtool: remove ETHTOOL_GRXRINGS fallback through get_rxnfcBreno Leitao-12/+2
2026-01-27udp: gso: Use single MSS length in UDP header for GSO_PARTIALGal Pressman-2/+4
2026-01-27ipv6: Switch to higher-level SHA-1 functionsEric Biggers-8/+13
2026-01-27bpf, sockmap: Fix FIONREAD for sockmapJiayuan Chen-4/+42
2026-01-27bpf, sockmap: Fix incorrect copied_seq calculationJiayuan Chen-5/+27
2026-01-27tcp: move sk_forced_mem_schedule() to tcp.cEric Dumazet-27/+27
2026-01-27wifi: mac80211: use u64_stats_t with u64_stats_sync properlyDavid Yang-11/+23
2026-01-27wifi: nl80211/cfg80211: support operating as RSTA in PMSR FTM requestAvraham Stern-0/+19
2026-01-27wifi: nl80211/cfg80211: add negotiated burst period to FTM resultAvraham Stern-0/+1
2026-01-27wifi: nl80211/cfg80211: clarify periodic FTM parameters for non-EDCA based ra...Avraham Stern-5/+6
2026-01-27wifi: nl80211/cfg80211: add new FTM capabilitiesAvraham Stern-0/+23
2026-01-27vsock: add netns support to virtio transportsBobby Eshleman-27/+54
2026-01-27virtio: set skb owner of virtio_transport_reset_no_sock() replyBobby Eshleman-0/+6
2026-01-27vsock: add netns to vsock coreBobby Eshleman-44/+347
2026-01-26nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame().Kuniyuki Iwashima-2/+19
2026-01-26mptcp: fix race in mptcp_pm_nl_flush_addrs_doit()Eric Dumazet-3/+13
2026-01-26net: include <linux/hex.h> from sysctl_net_core.cEric Dumazet-0/+1
2026-01-26SUNRPC: auth_gss: fix memory leaks in XDR decoding error pathsChuck Lever-18/+64
2026-01-26Merge 6.19-rc7 into char-misc-nextGreg Kroah-Hartman-261/+374
2026-01-25net: core: neighbour: Make another netlink notification atomicallyPetr Machata-4/+9
2026-01-25net: core: neighbour: Make one netlink notification atomicallyPetr Machata-3/+5
2026-01-25net: core: neighbour: Reorder netlink & internal notificationPetr Machata-2/+2
2026-01-25net: core: neighbour: Inline neigh_update_notify() callsPetr Machata-11/+10
2026-01-25net: core: neighbour: Process ARP queue laterPetr Machata-1/+7
2026-01-25net: core: neighbour: Extract ARP queue processing to a helper functionPetr Machata-35/+43
2026-01-25net: core: neighbour: Call __neigh_notify() under a lockPetr Machata-6/+12
2026-01-25net: core: neighbour: Add a neigh_fill_info() helper for when lock not heldPetr Machata-7/+17
2026-01-25ipv4: igmp: annotate data-races around idev->mr_maxdelayEric Dumazet-2/+2
2026-01-25net: expand NETDEV_RSS_KEY_LEN to 256 bytesEric Dumazet-2/+8
2026-01-25net: inline get_netmem() and put_netmem()Eric Dumazet-21/+10
2026-01-25net: inline net_is_devmem_iov()Eric Dumazet-11/+1
2026-01-25gro: change the BUG_ON() in gro_pull_from_frag0()Eric Dumazet-1/+1
2026-01-25ipv6: use the right ifindex when replying to icmpv6 from localhostFernando Fernandez Mancera-1/+3
2026-01-25net: bridge: mcast: fix memcpy with u64_statsDavid Yang-1/+1
2026-01-24bpf: add fsession supportMenglong Dong-0/+2
2026-01-23net/rds: rds_tcp_accept_one ought to not discard messagesGerd Rausch-76/+169
2026-01-23net/rds: No shortcut out of RDS_CONN_ERRORGerd Rausch-5/+2
2026-01-23net: add queue config validation callbackJakub Kicinski-14/+66