aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-01-29Bluetooth: hci_conn: Fix using conn->le_{tx,rx}_phy as supported PHYsLuiz Augusto von Dentz2-9/+38
2026-01-29net: fix segmentation of forwarding fraglist GROJibin Zhang4-3/+8
2026-01-29Merge tag 'wireless-2026-01-29' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessPaolo Abeni1-3/+5
2026-01-29wifi: mac80211: correctly decode TTLM with default link mapBenjamin Berg1-3/+5
2026-01-29netfilter: nfnetlink_queue: optimize verdict lookup with hash tableScott Mitchell1-30/+116
2026-01-29netfilter: xt_time: use is_leap_year() helperJinjie Ruan1-6/+2
2026-01-29netfilter: flowtable: Add IP6IP6 tx sw accelerationLorenzo Bianconi1-2/+106
2026-01-29netfilter: flowtable: Add IP6IP6 rx sw accelerationLorenzo Bianconi2-13/+97
2026-01-29netfilter: Introduce tunnel metadata info in nf_flowtable_ctx structLorenzo Bianconi1-16/+25
2026-01-29netfilter: Add ctx pointer in nf_flow_skb_encap_protocol/nf_flow_ip4_tunnel_proto signatureLorenzo Bianconi1-11/+12
2026-01-299p: Track 9P RPC waiting time as IORemi Pommarel3-11/+11
2026-01-28mptcp: only reset subflow errors when propagatedMatthieu Baerts (NGI0)1-4/+5
2026-01-28mptcp: avoid dup SUB_CLOSED events after disconnectMatthieu Baerts (NGI0)1-2/+2
2026-01-28ipv6: remove __inet6_csk_dst_check()Eric Dumazet1-7/+1
2026-01-28tcp: tcp_tx_timestamp() must look at the rtx queueEric Dumazet1-0/+3
2026-01-28net: bridge: fix static key checkMartin Kaiser1-1/+1
2026-01-28ipv4: Use EXPORT_IPV6_MOD_GPL() for ip_fib_metrics_init().Kuniyuki Iwashima1-1/+1
2026-01-28ipv4: fib: Annotate access to struct fib_alias.fa_state.Kuniyuki Iwashima2-4/+6
2026-01-28nfc: nci: Fix race between rfkill and nci_unregister_device().Kuniyuki Iwashima2-4/+27
2026-01-28tcp: move tcp_rack_advance() to tcp_input.cEric Dumazet2-32/+32
2026-01-28tcp: move tcp_rack_update_reo_wnd() to tcp_input.cEric Dumazet2-43/+43
2026-01-28tcp: mark tcp_process_tlp_ack() as unlikelyEric Dumazet1-2/+2
2026-01-28vsock/virtio: reorder fields to reduce paddingMichael S. Tsirkin1-9/+9
2026-01-28sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSYJeff Layton1-9/+42
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