summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-01-29netfilter: Add ctx pointer in nf_flow_skb_encap_protocol/nf_flow_ip4_tunnel_p...Lorenzo Bianconi
2026-01-299p: Track 9P RPC waiting time as IORemi Pommarel
2026-01-28mptcp: only reset subflow errors when propagatedMatthieu Baerts (NGI0)
2026-01-28mptcp: avoid dup SUB_CLOSED events after disconnectMatthieu Baerts (NGI0)
2026-01-28ipv6: remove __inet6_csk_dst_check()Eric Dumazet
2026-01-28tcp: tcp_tx_timestamp() must look at the rtx queueEric Dumazet
2026-01-28net: bridge: fix static key checkMartin Kaiser
2026-01-28ipv4: Use EXPORT_IPV6_MOD_GPL() for ip_fib_metrics_init().Kuniyuki Iwashima
2026-01-28ipv4: fib: Annotate access to struct fib_alias.fa_state.Kuniyuki Iwashima
2026-01-28nfc: nci: Fix race between rfkill and nci_unregister_device().Kuniyuki Iwashima
2026-01-28tcp: move tcp_rack_advance() to tcp_input.cEric Dumazet
2026-01-28tcp: move tcp_rack_update_reo_wnd() to tcp_input.cEric Dumazet
2026-01-28tcp: mark tcp_process_tlp_ack() as unlikelyEric Dumazet
2026-01-28vsock/virtio: reorder fields to reduce paddingMichael S. Tsirkin
2026-01-28sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSYJeff Layton
2026-01-28sunrpc: split new thread creation into a separate functionJeff Layton
2026-01-28sunrpc: introduce the concept of a minimum number of threads per poolJeff Layton
2026-01-28sunrpc: track the max number of requested threads in a poolJeff Layton
2026-01-28sunrpc: remove special handling of NULL pool from svc_start/stop_kthreads()Jeff Layton
2026-01-28sunrpc: split svc_set_num_threads() into two functionsJeff Layton
2026-01-28svcrdma: use bvec-based RDMA read/write APIChuck Lever
2026-01-28RDMA/core: add rdma_rw_max_sge() helper for SQ sizingChuck Lever
2026-01-27ethtool: remove ETHTOOL_GRXRINGS fallback through get_rxnfcBreno Leitao
2026-01-27udp: gso: Use single MSS length in UDP header for GSO_PARTIALGal Pressman
2026-01-27ipv6: Switch to higher-level SHA-1 functionsEric Biggers
2026-01-27bpf, sockmap: Fix FIONREAD for sockmapJiayuan Chen
2026-01-27bpf, sockmap: Fix incorrect copied_seq calculationJiayuan Chen
2026-01-27tcp: move sk_forced_mem_schedule() to tcp.cEric Dumazet
2026-01-27wifi: mac80211: use u64_stats_t with u64_stats_sync properlyDavid Yang
2026-01-27wifi: nl80211/cfg80211: support operating as RSTA in PMSR FTM requestAvraham Stern
2026-01-27wifi: nl80211/cfg80211: add negotiated burst period to FTM resultAvraham Stern
2026-01-27wifi: nl80211/cfg80211: clarify periodic FTM parameters for non-EDCA based ra...Avraham Stern
2026-01-27wifi: nl80211/cfg80211: add new FTM capabilitiesAvraham Stern
2026-01-27vsock: add netns support to virtio transportsBobby Eshleman
2026-01-27virtio: set skb owner of virtio_transport_reset_no_sock() replyBobby Eshleman
2026-01-27vsock: add netns to vsock coreBobby Eshleman
2026-01-26nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame().Kuniyuki Iwashima
2026-01-26mptcp: fix race in mptcp_pm_nl_flush_addrs_doit()Eric Dumazet
2026-01-26net: include <linux/hex.h> from sysctl_net_core.cEric Dumazet
2026-01-26SUNRPC: auth_gss: fix memory leaks in XDR decoding error pathsChuck Lever
2026-01-26Merge 6.19-rc7 into char-misc-nextGreg Kroah-Hartman
2026-01-25net: core: neighbour: Make another netlink notification atomicallyPetr Machata
2026-01-25net: core: neighbour: Make one netlink notification atomicallyPetr Machata
2026-01-25net: core: neighbour: Reorder netlink & internal notificationPetr Machata
2026-01-25net: core: neighbour: Inline neigh_update_notify() callsPetr Machata
2026-01-25net: core: neighbour: Process ARP queue laterPetr Machata
2026-01-25net: core: neighbour: Extract ARP queue processing to a helper functionPetr Machata
2026-01-25net: core: neighbour: Call __neigh_notify() under a lockPetr Machata
2026-01-25net: core: neighbour: Add a neigh_fill_info() helper for when lock not heldPetr Machata
2026-01-25ipv4: igmp: annotate data-races around idev->mr_maxdelayEric Dumazet