aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-01-28sunrpc: split new thread creation into a separate functionJeff Layton1-28/+45
2026-01-28sunrpc: introduce the concept of a minimum number of threads per poolJeff Layton1-8/+37
2026-01-28sunrpc: track the max number of requested threads in a poolJeff Layton1-0/+1
2026-01-28sunrpc: remove special handling of NULL pool from svc_start/stop_kthreads()Jeff Layton1-46/+7
2026-01-28sunrpc: split svc_set_num_threads() into two functionsJeff Layton1-15/+53
2026-01-28svcrdma: use bvec-based RDMA read/write APIChuck Lever1-69/+86
2026-01-28RDMA/core: add rdma_rw_max_sge() helper for SQ sizingChuck Lever1-2/+6
2026-01-27ethtool: remove ETHTOOL_GRXRINGS fallback through get_rxnfcBreno Leitao1-12/+2
2026-01-27udp: gso: Use single MSS length in UDP header for GSO_PARTIALGal Pressman1-2/+4
2026-01-27ipv6: Switch to higher-level SHA-1 functionsEric Biggers1-8/+13
2026-01-27bpf, sockmap: Fix FIONREAD for sockmapJiayuan Chen3-4/+42
2026-01-27bpf, sockmap: Fix incorrect copied_seq calculationJiayuan Chen2-5/+27
2026-01-27tcp: move sk_forced_mem_schedule() to tcp.cEric Dumazet2-27/+27
2026-01-27wifi: mac80211: use u64_stats_t with u64_stats_sync properlyDavid Yang3-11/+23
2026-01-27wifi: nl80211/cfg80211: support operating as RSTA in PMSR FTM requestAvraham Stern2-0/+19
2026-01-27wifi: nl80211/cfg80211: add negotiated burst period to FTM resultAvraham Stern1-0/+1
2026-01-27wifi: nl80211/cfg80211: clarify periodic FTM parameters for non-EDCA based rangingAvraham Stern1-5/+6
2026-01-27wifi: nl80211/cfg80211: add new FTM capabilitiesAvraham Stern1-0/+23
2026-01-27vsock: add netns support to virtio transportsBobby Eshleman3-27/+54
2026-01-27virtio: set skb owner of virtio_transport_reset_no_sock() replyBobby Eshleman1-0/+6
2026-01-27vsock: add netns to vsock coreBobby Eshleman6-44/+347
2026-01-26nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame().Kuniyuki Iwashima2-2/+19
2026-01-26mptcp: fix race in mptcp_pm_nl_flush_addrs_doit()Eric Dumazet1-3/+13
2026-01-26net: include <linux/hex.h> from sysctl_net_core.cEric Dumazet1-0/+1
2026-01-26SUNRPC: auth_gss: fix memory leaks in XDR decoding error pathsChuck Lever1-18/+64
2026-01-26Merge 6.19-rc7 into char-misc-nextGreg Kroah-Hartman47-261/+374
2026-01-25net: core: neighbour: Make another netlink notification atomicallyPetr Machata1-4/+9
2026-01-25net: core: neighbour: Make one netlink notification atomicallyPetr Machata1-3/+5
2026-01-25net: core: neighbour: Reorder netlink & internal notificationPetr Machata1-2/+2
2026-01-25net: core: neighbour: Inline neigh_update_notify() callsPetr Machata1-11/+10
2026-01-25net: core: neighbour: Process ARP queue laterPetr Machata1-1/+7
2026-01-25net: core: neighbour: Extract ARP queue processing to a helper functionPetr Machata1-35/+43
2026-01-25net: core: neighbour: Call __neigh_notify() under a lockPetr Machata1-6/+12
2026-01-25net: core: neighbour: Add a neigh_fill_info() helper for when lock not heldPetr Machata1-7/+17
2026-01-25ipv4: igmp: annotate data-races around idev->mr_maxdelayEric Dumazet1-2/+2
2026-01-25net: expand NETDEV_RSS_KEY_LEN to 256 bytesEric Dumazet1-2/+8
2026-01-25net: inline get_netmem() and put_netmem()Eric Dumazet1-21/+10
2026-01-25net: inline net_is_devmem_iov()Eric Dumazet2-11/+1
2026-01-25gro: change the BUG_ON() in gro_pull_from_frag0()Eric Dumazet1-1/+1
2026-01-25ipv6: use the right ifindex when replying to icmpv6 from localhostFernando Fernandez Mancera1-1/+3
2026-01-25net: bridge: mcast: fix memcpy with u64_statsDavid Yang1-1/+1
2026-01-24bpf: add fsession supportMenglong Dong2-0/+2
2026-01-23net/rds: rds_tcp_accept_one ought to not discard messagesGerd Rausch6-76/+169
2026-01-23net/rds: No shortcut out of RDS_CONN_ERRORGerd Rausch2-5/+2
2026-01-23net: add queue config validation callbackJakub Kicinski3-14/+66
2026-01-23net: use netdev_queue_config() for mp restartJakub Kicinski3-38/+34
2026-01-23net: move mp->rx_page_size validation to __net_mp_open_rxq()Jakub Kicinski1-4/+6
2026-01-23net: introduce a trivial netdev_queue_config()Jakub Kicinski2-0/+33
2026-01-23net: introduce mangleid_featuresPaolo Abeni1-1/+4
2026-01-23tcp: move tcp_stream_memory_free() to tcp.cEric Dumazet2-14/+13