aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-09-25net: gro: only merge packets with incrementing or fixed outer idsRichard Gobert1-1/+4
2025-09-25net: gro: remove is_ipv6 from napi_gro_cbRichard Gobert3-22/+14
2025-09-25ns: move ns type into struct ns_commonChristian Brauner1-1/+0
2025-09-24Merge tag 'nf-next-25-09-24' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski5-9/+18
2025-09-24tls: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-1/+2
2025-09-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-31/+141
2025-09-24netfilter: nf_conntrack: do not skip entries in /proc/net/nf_conntrackEric Dumazet1-0/+3
2025-09-24netfilter: nft_set_pipapo_avx2: fix skip of expired entriesFlorian Westphal1-2/+5
2025-09-24netfilter: nft_set_pipapo: use 0 genmask for packetpath lookupsFlorian Westphal2-6/+5
2025-09-24netfilter: nfnetlink: reset nlh pointer during batch replayFernando Fernandez Mancera1-0/+2
2025-09-24ipvs: Defer ip_vs_ftp unregister during netns cleanupSlavin Liu1-1/+3
2025-09-23tcp: Remove stale locking comment for TFO.Kuniyuki Iwashima1-3/+1
2025-09-23net: ethtool: tsconfig: set command must provide a replyVadim Fedorenko1-7/+5
2025-09-23net: bridge: Install FDB for bridge MAC on VLAN 0Petr Machata1-0/+5
2025-09-23nexthop: Forbid FDB status change while nexthop is in a groupIdo Schimmel1-0/+7
2025-09-23net: allow alloc_skb_with_frags() to use MAX_SKB_FRAGSJason Baron1-1/+1
2025-09-23udp: remove busylock and add per NUMA queuesEric Dumazet2-48/+74
2025-09-23Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'Martin KaFai Lau2-31/+141
2025-09-23Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/net'Martin KaFai Lau2-31/+141
2025-09-23bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUNAmery Hung1-3/+12
2025-09-23bpf: Make variables in bpf_prog_test_run_xdp less confusingAmery Hung1-13/+13
2025-09-23bpf: Support pulling non-linear xdp dataAmery Hung1-0/+93
2025-09-23bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tailAmery Hung1-17/+24
2025-09-23bpf: Clear pfmemalloc flag when freeing all fragmentsAmery Hung1-0/+1
2025-09-23SUNRPC: Update gssx_accept_sec_context() to use xdr_set_scratch_folio()Anna Schumaker1-4/+4
2025-09-23SUNRPC: Update svcxdr_init_decode() to call xdr_set_scratch_folio()Anna Schumaker1-5/+5
2025-09-23SUNRPC: Remove redundant __GFP_NOWARNQianfeng Rong2-2/+2
2025-09-23SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever2-2/+6
2025-09-23sunrpc: add a Kconfig option to redirect dfprintk() output to trace bufferJeff Layton1-0/+14
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown1-3/+3
2025-09-23dibs: Move event handling to dibs layerJulian Ruess2-68/+32
2025-09-23dibs: Move data path to dibs layerAlexandra Winter5-381/+35
2025-09-23dibs: Move query_remote_gid() to dibs_dev_opsAlexandra Winter2-15/+6
2025-09-23dibs: Move vlan support to dibs_dev_opsAlexandra Winter2-10/+9
2025-09-23dibs: Local gid for dibs devicesAlexandra Winter6-31/+31
2025-09-23dibs: Create class dibsJulian Ruess1-4/+12
2025-09-23dibs: Move struct device to dibs_devJulian Ruess5-58/+27
2025-09-23dibs: Define dibs_client_ops and dibs_dev_opsAlexandra Winter7-162/+115
2025-09-23dibs: Register smc as dibs_clientAlexandra Winter2-1/+7
2025-09-23dibs: Create drivers/dibsAlexandra Winter1-0/+1
2025-09-23net/smc: Decouple sf and attached send_buf in smc_loopbackAlexandra Winter4-6/+12
2025-09-23net/smc: Remove error handling of unregister_dmb()Alexandra Winter2-10/+7
2025-09-23tcp: Update bind bucket state on port releaseJakub Sitnicki3-5/+52
2025-09-23can: annotate mtu accesses with READ_ONCE()Vincent Mailhol3-3/+3
2025-09-23wifi: cfg80211: fix width unit in cfg80211_radio_chandef_valid()Ryder Lee1-1/+1
2025-09-22tcp: reclaim 8 bytes in struct request_sock_queueEric Dumazet1-2/+2
2025-09-22tcp: move tcp_clean_acked to tcp_sock_read_tx groupEric Dumazet1-3/+3
2025-09-22tcp: move tcp->rcv_tstamp to tcp_sock_write_txrx groupEric Dumazet1-1/+1
2025-09-22tcp: remove CACHELINE_ASSERT_GROUP_SIZE() usesEric Dumazet1-12/+0
2025-09-22net: move sk->sk_err_soft and sk->sk_sndbufEric Dumazet2-2/+4