index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Lines
2025-09-24
netfilter: nft_set_pipapo: use 0 genmask for packetpath lookups
Florian Westphal
-6
/
+5
2025-09-24
netfilter: nfnetlink: reset nlh pointer during batch replay
Fernando Fernandez Mancera
-0
/
+2
2025-09-24
ipvs: Defer ip_vs_ftp unregister during netns cleanup
Slavin Liu
-1
/
+3
2025-09-23
tcp: Remove stale locking comment for TFO.
Kuniyuki Iwashima
-3
/
+1
2025-09-23
net: ethtool: tsconfig: set command must provide a reply
Vadim Fedorenko
-7
/
+5
2025-09-23
net: bridge: Install FDB for bridge MAC on VLAN 0
Petr Machata
-0
/
+5
2025-09-23
nexthop: Forbid FDB status change while nexthop is in a group
Ido Schimmel
-0
/
+7
2025-09-23
net: allow alloc_skb_with_frags() to use MAX_SKB_FRAGS
Jason Baron
-1
/
+1
2025-09-23
udp: remove busylock and add per NUMA queues
Eric Dumazet
-48
/
+74
2025-09-23
Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'
Martin KaFai Lau
-31
/
+141
2025-09-23
Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/net'
Martin KaFai Lau
-31
/
+141
2025-09-23
bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
Amery Hung
-3
/
+12
2025-09-23
bpf: Make variables in bpf_prog_test_run_xdp less confusing
Amery Hung
-13
/
+13
2025-09-23
bpf: Support pulling non-linear xdp data
Amery Hung
-0
/
+93
2025-09-23
bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tail
Amery Hung
-17
/
+24
2025-09-23
bpf: Clear pfmemalloc flag when freeing all fragments
Amery Hung
-0
/
+1
2025-09-23
SUNRPC: Update gssx_accept_sec_context() to use xdr_set_scratch_folio()
Anna Schumaker
-4
/
+4
2025-09-23
SUNRPC: Update svcxdr_init_decode() to call xdr_set_scratch_folio()
Anna Schumaker
-5
/
+5
2025-09-23
SUNRPC: Remove redundant __GFP_NOWARN
Qianfeng Rong
-2
/
+2
2025-09-23
SUNRPC: Move the svc_rpcb_cleanup() call sites
Chuck Lever
-2
/
+6
2025-09-23
sunrpc: add a Kconfig option to redirect dfprintk() output to trace buffer
Jeff Layton
-0
/
+14
2025-09-23
VFS: rename kern_path_locked() and related functions.
NeilBrown
-3
/
+3
2025-09-23
dibs: Move event handling to dibs layer
Julian Ruess
-68
/
+32
2025-09-23
dibs: Move data path to dibs layer
Alexandra Winter
-381
/
+35
2025-09-23
dibs: Move query_remote_gid() to dibs_dev_ops
Alexandra Winter
-15
/
+6
2025-09-23
dibs: Move vlan support to dibs_dev_ops
Alexandra Winter
-10
/
+9
2025-09-23
dibs: Local gid for dibs devices
Alexandra Winter
-31
/
+31
2025-09-23
dibs: Create class dibs
Julian Ruess
-4
/
+12
2025-09-23
dibs: Move struct device to dibs_dev
Julian Ruess
-58
/
+27
2025-09-23
dibs: Define dibs_client_ops and dibs_dev_ops
Alexandra Winter
-162
/
+115
2025-09-23
dibs: Register smc as dibs_client
Alexandra Winter
-1
/
+7
2025-09-23
dibs: Create drivers/dibs
Alexandra Winter
-0
/
+1
2025-09-23
net/smc: Decouple sf and attached send_buf in smc_loopback
Alexandra Winter
-6
/
+12
2025-09-23
net/smc: Remove error handling of unregister_dmb()
Alexandra Winter
-10
/
+7
2025-09-23
tcp: Update bind bucket state on port release
Jakub Sitnicki
-5
/
+52
2025-09-23
can: annotate mtu accesses with READ_ONCE()
Vincent Mailhol
-3
/
+3
2025-09-23
wifi: cfg80211: fix width unit in cfg80211_radio_chandef_valid()
Ryder Lee
-1
/
+1
2025-09-22
tcp: reclaim 8 bytes in struct request_sock_queue
Eric Dumazet
-2
/
+2
2025-09-22
tcp: move tcp_clean_acked to tcp_sock_read_tx group
Eric Dumazet
-3
/
+3
2025-09-22
tcp: move tcp->rcv_tstamp to tcp_sock_write_txrx group
Eric Dumazet
-1
/
+1
2025-09-22
tcp: remove CACHELINE_ASSERT_GROUP_SIZE() uses
Eric Dumazet
-12
/
+0
2025-09-22
net: move sk->sk_err_soft and sk->sk_sndbuf
Eric Dumazet
-2
/
+4
2025-09-22
net: move sk_uid and sk_protocol to sock_read_tx
Eric Dumazet
-0
/
+2
2025-09-22
net: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
-11
/
+13
2025-09-22
net: replace use of system_wq with system_percpu_wq
Marco Crivellari
-16
/
+16
2025-09-22
net: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
-3
/
+3
2025-09-22
Merge tag 'ipsec-2025-09-22' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
-1
/
+4
2025-09-22
mptcp: remove unused returned value of check_data_fin
Matthieu Baerts (NGI0)
-4
/
+1
2025-09-22
mptcp: pm: netlink: deprecate server-side attribute
Matthieu Baerts (NGI0)
-1
/
+1
2025-09-22
mptcp: pm: netlink: announce server-side flag
Matthieu Baerts (NGI0)
-4
/
+7
[prev]
[next]