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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-13
Merge tag 'vfs-7.1-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
5
-16
/
+80
2026-04-13
Merge tag 'vfs-7.1-rc1.directory' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-6
/
+0
2026-04-13
Merge tag 'vfs-7.1-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
3
-9
/
+42
2026-04-13
Merge tag 'vfs-7.1-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+13
2026-04-13
Merge tag 'kvm-s390-next-7.1-1' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
Paolo Bonzini
1
-0
/
+1
2026-04-13
Merge tag 'kvm-x86-svm-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+7
2026-04-13
Merge tag 'rcu.2026.03.31a' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux
Linus Torvalds
4
-9
/
+10
2026-04-13
Merge tag 'asoc-v7.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
Takashi Iwai
14
-61
/
+188
2026-04-13
Merge branch 'nocache-cleanup'
Linus Torvalds
1
-3
/
+8
2026-04-13
tcp: update window_clamp when SO_RCVBUF is set
Jakub Kicinski
2
-0
/
+2
2026-04-13
dt-bindings: soc: mobileye: Add EyeQ6Lplus OLB
BenoƮt Monin
1
-0
/
+37
2026-04-13
Bluetooth: hci.h: Avoid a couple -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
1
-4
/
+12
2026-04-13
net: team: Track rx enablement separately from tx enablement
Marc Harvey
1
-2
/
+14
2026-04-13
net: team: Rename enablement functions and struct members to tx
Marc Harvey
1
-22
/
+24
2026-04-13
net: team: Rename port_disabled team mode op to port_tx_disabled
Marc Harvey
1
-1
/
+1
2026-04-13
net: team: Remove unused team_mode_op, port_enabled
Marc Harvey
1
-1
/
+0
2026-04-13
net: team: Annotate reads and writes for mixed lock accessed values
Marc Harvey
1
-2
/
+2
2026-04-13
platform/wmi: Replace .no_notify_data with .min_event_size
Armin Wolf
1
-2
/
+5
2026-04-13
platform/wmi: Extend wmidev_query_block() to reject undersized data
Armin Wolf
1
-1
/
+2
2026-04-13
platform/wmi: Extend wmidev_invoke_method() to reject undersized data
Armin Wolf
1
-1
/
+1
2026-04-13
platform/wmi: Add wmidev_invoke_procedure()
Armin Wolf
1
-0
/
+3
2026-04-13
platform/x86: int3472: Add support for GPIO type 0x02 (IR flood LED)
Marco Nenciarini
1
-2
/
+5
2026-04-13
Merge tag 'kvm-x86-vmxon-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-9
/
+7
2026-04-13
Merge tag 'kvm-x86-mmio-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+2
2026-04-13
Merge tag 'kvmarm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
13
-12
/
+553
2026-04-13
Merge tag 'loongarch-kvm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEAD
Paolo Bonzini
1
-0
/
+2
2026-04-12
mailbox: prefix new constants with MBOX_
Wolfram Sang
1
-3
/
+3
2026-04-12
pppox: convert pppox_sk() to use container_of()
Qingfang Deng
1
-1
/
+1
2026-04-12
pppox: remove sk_pppox() helper
Qingfang Deng
1
-5
/
+0
2026-04-12
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Jakub Kicinski
2
-5
/
+13
2026-04-12
Merge branch 'net-reduce-sk_filter-and-friends-bloat'
Jakub Kicinski
3
-13
/
+25
2026-04-12
net: change sk_filter_trim_cap() to return a drop_reason by value
Eric Dumazet
2
-11
/
+7
2026-04-12
tcp: change tcp_filter() to return the reason by value
Eric Dumazet
1
-3
/
+5
2026-04-12
net: change sk_filter_reason() to return the reason by value
Eric Dumazet
1
-3
/
+6
2026-04-12
net: change sock_queue_rcv_skb_reason() to return a drop_reason
Eric Dumazet
1
-3
/
+14
2026-04-12
bpf: Move BTF checking logic into check_btf.c
Alexei Starovoitov
1
-0
/
+5
2026-04-12
bpf: Move backtracking logic to backtrack.c
Alexei Starovoitov
1
-0
/
+18
2026-04-12
bpf: Move state equivalence logic to states.c
Alexei Starovoitov
1
-0
/
+67
2026-04-12
bpf: Move check_cfg() into cfg.c
Alexei Starovoitov
1
-1
/
+114
2026-04-12
bpf: Move compute_insn_live_regs() into liveness.c
Alexei Starovoitov
1
-0
/
+2
2026-04-12
bpf: Move fixup/post-processing logic from verifier.c into fixups.c
Alexei Starovoitov
1
-0
/
+78
2026-04-12
net_sched: fix skb memory leak in deferred qdisc drops
Fernando Fernandez Mancera
1
-3
/
+13
2026-04-12
net: phy: broadcom: implement .disable_autonomous_eee for BCM54xx
Nicolai Buchwitz
1
-0
/
+3
2026-04-12
net: phy: add support for disabling PHY-autonomous EEE
Nicolai Buchwitz
1
-0
/
+14
2026-04-12
netlink: add a nla_nest_end_safe() helper
Hangbin Liu
1
-0
/
+19
2026-04-12
net: tso: Introduce tso_dma_map and helpers
Joe Damato
2
-0
/
+111
2026-04-12
Merge tag 'timers-urgent-2026-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+2
2026-04-12
Merge tag 'nf-next-26-04-10' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
2
-10
/
+0
2026-04-12
Merge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
3
-2
/
+198
2026-04-12
tcp: add indirect call wrapper in tcp_conn_request()
Eric Dumazet
1
-0
/
+6
[prev]
[next]