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
path:
root
/
include
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-20
bpf: Add networking timestamping support to bpf_get/setsockopt()
Jason Xing
2
-0
/
+10
2025-02-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
20
-38
/
+106
2025-02-13
Merge tag 'net-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
7
-7
/
+30
2025-02-13
Merge tag 'for-net-2025-02-13' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
Jakub Kicinski
1
-1
/
+2
2025-02-13
Reapply "net: skb: introduce and use a single page frag cache"
Jakub Kicinski
1
-0
/
+1
2025-02-13
sctp: Remove commented out code
Thorsten Blum
1
-1
/
+0
2025-02-13
Bluetooth: L2CAP: Fix corrupted list in hci_chan_del
Luiz Augusto von Dentz
1
-1
/
+2
2025-02-12
net: avoid unconditionally touching sk_tsflags on RX
Paolo Abeni
1
-4
/
+5
2025-02-12
net: phylink: provide phylink_mac_implements_lpi()
Russell King (Oracle)
1
-0
/
+12
2025-02-12
net: report csum_complete via qstats
Jakub Kicinski
1
-0
/
+1
2025-02-12
net: phy: Add support for driver-specific next update time
Oleksij Rempel
1
-0
/
+13
2025-02-11
net: phy: remove unused PHY_INIT_TIMEOUT and PHY_FORCE_TIMEOUT
Heiner Kallweit
1
-3
/
+0
2025-02-11
net: phy: rename phy_set_eee_broken to phy_disable_eee_mode
Heiner Kallweit
1
-3
/
+3
2025-02-11
net: phy: rename eee_broken_modes to eee_disabled_modes
Heiner Kallweit
1
-3
/
+3
2025-02-11
tcp: add tcp_rto_max_ms sysctl
Eric Dumazet
1
-0
/
+1
2025-02-11
tcp: add the ability to control max RTO
Eric Dumazet
3
-5
/
+13
2025-02-11
tcp: add a @pace_delay parameter to tcp_reset_xmit_timer()
Eric Dumazet
1
-4
/
+6
2025-02-11
tcp: remove tcp_reset_xmit_timer() @max_when argument
Eric Dumazet
1
-4
/
+3
2025-02-10
net: fib_rules: Factorise fib_newrule() and fib_delrule().
Kuniyuki Iwashima
1
-4
/
+4
2025-02-10
vrf: use RCU protection in l3mdev_l3_out()
Eric Dumazet
1
-0
/
+2
2025-02-10
r8152: add vendor/device ID pair for Dell Alienware AW1022z
Aleksander Jan Bajkowski
1
-0
/
+1
2025-02-10
xsk: add helper to get &xdp_desc's DMA and meta pointer in one go
Alexander Lobakin
2
-3
/
+48
2025-02-10
unroll: add generic loop unroll helpers
Alexander Lobakin
1
-0
/
+44
2025-02-09
Merge tag 'kbuild-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2
-1
/
+5
2025-02-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+0
2025-02-08
Merge tag 'hardening-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2
-17
/
+27
2025-02-08
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-3
/
+2
2025-02-08
Merge tag 'i2c-for-6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
1
-2
/
+8
2025-02-07
net: devmem: don't call queue stop / start when the interface is down
Jakub Kicinski
1
-0
/
+4
2025-02-07
Revert "net: skb: introduce and use a single page frag cache"
Paolo Abeni
1
-1
/
+0
2025-02-07
Merge tag 'drm-fixes-2025-02-08' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2
-1
/
+9
2025-02-07
tcp: rename inet_csk_{delete|reset}_keepalive_timer()
Eric Dumazet
2
-3
/
+1
2025-02-07
Merge tag 'vfs-6.14-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
3
-6
/
+25
2025-02-07
of: base: Add of_get_available_child_by_name()
Biju Das
1
-0
/
+9
2025-02-07
vfs: sanity check the length passed to inode_set_cached_link()
Mateusz Guzik
1
-0
/
+13
2025-02-07
fsnotify: use accessor to set FMODE_NONOTIFY_*
Amir Goldstein
2
-3
/
+8
2025-02-07
lockref: remove count argument of lockref_init
Andreas Gruenbacher
1
-3
/
+4
2025-02-07
Merge tag 'drm-misc-fixes-2025-02-06' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Dave Airlie
1
-0
/
+1
2025-02-06
string.h: Use ARRAY_SIZE() for memtostr*()/strtomem*()
Kees Cook
1
-4
/
+8
2025-02-06
compiler.h: Introduce __must_be_byte_array()
Kees Cook
1
-1
/
+7
2025-02-06
compiler.h: Move C string helpers into C-only kernel section
Kees Cook
1
-13
/
+13
2025-02-06
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
1
-0
/
+2
2025-02-06
netdev-genl: Elide napi_id when not present
Joe Damato
1
-0
/
+5
2025-02-06
net: ethtool: tsconfig: Fix netlink type of hwtstamp flags
Kory Maincent
1
-0
/
+2
2025-02-06
Merge branch 'io_uring-zero-copy-rx'
Jakub Kicinski
4
-1
/
+76
2025-02-06
net: add helpers for setting a memory provider on an rx queue
David Wei
1
-0
/
+5
2025-02-06
net: page_pool: add memory provider helpers
Pavel Begunkov
1
-0
/
+19
2025-02-06
net: page_pool: add a mp hook to unregister_netdevice*
Pavel Begunkov
1
-0
/
+1
2025-02-06
net: page_pool: add callback for mp info printing
Pavel Begunkov
1
-0
/
+5
2025-02-06
netdev: add io_uring memory provider info
David Wei
1
-0
/
+7
[next]