index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-22
Merge branch 'signed-bpf-programs'
Alexei Starovoitov
28
-33
/
+660
2025-09-22
selftests/bpf: Enable signature verification for some lskel tests
KP Singh
8
-14
/
+89
2025-09-22
bpftool: Add support for signing BPF programs
KP Singh
9
-11
/
+372
2025-09-22
libbpf: Embed and verify the metadata hash in the loader
KP Singh
3
-1
/
+59
2025-09-22
libbpf: Update light skeleton for signing
KP Singh
1
-4
/
+72
2025-09-22
bpf: Implement signature verification for BPF programs
KP Singh
7
-3
/
+68
2025-09-22
bnxt_en: correct offset handling for IPv6 destination address
Alok Tiwari
1
-1
/
+1
2025-09-22
Merge branch 'tcp-move-few-fields-for-data-locality'
Jakub Kicinski
7
-39
/
+31
2025-09-22
tcp: reclaim 8 bytes in struct request_sock_queue
Eric Dumazet
2
-3
/
+3
2025-09-22
tcp: move mtu_info to remove two 32bit holes
Eric Dumazet
1
-3
/
+3
2025-09-22
tcp: move tcp_clean_acked to tcp_sock_read_tx group
Eric Dumazet
3
-7
/
+7
2025-09-22
tcp: move recvmsg_inq to tcp_sock_read_txrx
Eric Dumazet
2
-3
/
+3
2025-09-22
tcp: move tcp->rcv_tstamp to tcp_sock_write_txrx group
Eric Dumazet
3
-4
/
+4
2025-09-22
tcp: remove CACHELINE_ASSERT_GROUP_SIZE() uses
Eric Dumazet
1
-12
/
+0
2025-09-22
net: move sk->sk_err_soft and sk->sk_sndbuf
Eric Dumazet
3
-4
/
+6
2025-09-22
net: move sk_uid and sk_protocol to sock_read_tx
Eric Dumazet
2
-3
/
+5
2025-09-22
wifi: ath11k: HAL SRNG: don't deinitialize and re-initialize again
Muhammad Usama Anjum
3
-5
/
+18
2025-09-22
Merge branch 'add-more-functionality-to-bnge'
Jakub Kicinski
12
-7
/
+3140
2025-09-22
bng_en: Configure default VNIC
Bhargava Marreddy
4
-0
/
+386
2025-09-22
bng_en: Register default VNIC
Bhargava Marreddy
8
-2
/
+368
2025-09-22
bng_en: Register rings with the firmware
Bhargava Marreddy
8
-0
/
+581
2025-09-22
bng_en: Allocate stat contexts
Bhargava Marreddy
4
-0
/
+174
2025-09-22
bng_en: Allocate packet buffers
Bhargava Marreddy
1
-1
/
+287
2025-09-22
bng_en: Initialise core resources
Bhargava Marreddy
3
-0
/
+261
2025-09-22
bng_en: Introduce VNIC
Bhargava Marreddy
2
-0
/
+151
2025-09-22
bng_en: Add initial support for CP and NQ rings
Bhargava Marreddy
4
-1
/
+425
2025-09-22
bng_en: Add initial support for RX and TX rings
Bhargava Marreddy
6
-2
/
+503
2025-09-22
bng_en: make bnge_alloc_ring() self-unwind on failure
Bhargava Marreddy
1
-3
/
+6
2025-09-22
Merge branch 'net-replace-wq-users-and-add-wq_percpu-to-alloc_workqueue-users'
Jakub Kicinski
52
-73
/
+88
2025-09-22
net: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
35
-42
/
+57
2025-09-22
net: replace use of system_wq with system_percpu_wq
Marco Crivellari
14
-24
/
+24
2025-09-22
net: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
4
-7
/
+7
2025-09-22
Merge tag 'ipsec-2025-09-22' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
Jakub Kicinski
2
-1
/
+4
2025-09-22
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
29
-264
/
+989
2025-09-22
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
Jakub Kicinski
4
-52
/
+90
2025-09-22
net: phy: ax88796b: Replace hard-coded values with PHY_ID_MATCH_MODEL()
Thorsten Blum
1
-3
/
+2
2025-09-22
net: xilinx: axienet: Fix kernel-doc warnings for missing return descriptions
Suraj Gupta
1
-2
/
+8
2025-09-22
Merge branch 'net-dsa-microchip-add-strap-description-to-set-spi-as-interface-bus'
Jakub Kicinski
2
-34
/
+98
2025-09-22
net: dsa: microchip: Set SPI as bus interface during reset for KSZ8463
Bastien Curutchet
1
-0
/
+45
2025-09-22
dt-bindings: net: dsa: microchip: Add strap description to set SPI mode
Bastien Curutchet (Schneider Electric)
1
-0
/
+19
2025-09-22
dt-bindings: net: dsa: microchip: Group if clause under allOf tag
Bastien Curutchet (Schneider Electric)
1
-34
/
+34
2025-09-22
Merge tag 'mlx5-next-counters' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Jakub Kicinski
1
-2
/
+10
2025-09-22
Merge branch 'net-rework-sfp-capability-parsing-and-quirks'
Jakub Kicinski
11
-142
/
+126
2025-09-22
net: sfp: remove old sfp_parse_* functions
Russell King (Oracle)
2
-79
/
+0
2025-09-22
net: phy: update all PHYs to use sfp_get_module_caps()
Russell King (Oracle)
5
-25
/
+19
2025-09-22
net: phylink: use sfp_get_module_caps()
Russell King (Oracle)
1
-5
/
+6
2025-09-22
net: sfp: provide sfp_get_module_caps()
Russell King (Oracle)
2
-0
/
+13
2025-09-22
net: sfp: convert sfp quirks to modify struct sfp_module_support
Russell King (Oracle)
3
-30
/
+28
2025-09-22
net: sfp: pre-parse the module support
Russell King (Oracle)
2
-25
/
+77
2025-09-22
net: phy: add phy_interface_copy()
Russell King (Oracle)
1
-0
/
+5
[prev]
[next]