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
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-01
ipv6: avoid possible NULL deref in modify_prefix_route()
Eric Dumazet
1
-6
/
+7
2024-11-30
net: Fix icmp host relookup triggering ip_rt_bug
Dong Chenchen
1
-0
/
+3
2024-11-30
selftests: drv-net: rss_ctx: Add test for ntuple rule
Daniel Xu
1
-1
/
+11
2024-11-30
bnxt_en: ethtool: Supply ntuple rss context action
Daniel Xu
1
-2
/
+6
2024-11-30
net: hsr: avoid potential out-of-bound access in fill_frame_info()
Eric Dumazet
1
-0
/
+2
2024-11-30
docs: net: bareudp: fix spelling and grammar mistakes
Vyshnav Ajith
1
-5
/
+6
2024-11-30
selinux: use sk_to_full_sk() in selinux_ip_output()
Eric Dumazet
1
-1
/
+1
2024-11-30
net/sched: tbf: correct backlog statistic for GSO packets
Martin Ottens
1
-6
/
+12
2024-11-30
ptp: Add error handling for adjfine callback in ptp_clock_adjtime
Ajay Kaher
1
-1
/
+2
2024-11-30
tcp: populate XPS related fields of timewait sockets
Eric Dumazet
2
-0
/
+6
2024-11-29
net: enetc: Do not configure preemptible TCs if SIs do not support
Wei Fang
1
-0
/
+3
2024-11-29
net: enetc: read TSN capabilities from port register, not SI
Vladimir Oltean
3
-12
/
+22
2024-11-28
ipmr: fix build with clang and DEBUG_NET disabled.
Paolo Abeni
2
-2
/
+2
2024-11-28
Documentation: tls_offload: fix typos and grammar
Leo Stone
1
-14
/
+15
2024-11-28
Fix spelling mistake
Vyshnav Ajith
1
-1
/
+1
2024-11-28
ipmr: fix tables suspicious RCU usage
Paolo Abeni
1
-13
/
+29
2024-11-28
ip6mr: fix tables suspicious RCU usage
Paolo Abeni
1
-11
/
+27
2024-11-28
ipmr: add debug check for mr table cleanup
Paolo Abeni
2
-0
/
+28
2024-11-28
selftests: rds: move test.py to TEST_FILES
Hangbin Liu
1
-3
/
+2
2024-11-28
net_sched: sch_fq: don't follow the fast path if Tx is behind now
Jakub Kicinski
1
-0
/
+6
2024-11-28
tcp: Fix use-after-free of nreq in reqsk_timer_handler().
Kuniyuki Iwashima
1
-1
/
+1
2024-11-28
net: phy: fix phy_ethtool_set_eee() incorrectly enabling LPI
Russell King (Oracle)
3
-13
/
+21
2024-11-28
net: Comment copy_from_sockptr() explaining its behaviour
Michal Luczaj
1
-0
/
+2
2024-11-28
rxrpc: Improve setsockopt() handling of malformed user input
Michal Luczaj
1
-3
/
+4
2024-11-28
llc: Improve setsockopt() handling of malformed user input
Michal Luczaj
1
-1
/
+1
2024-11-27
Revert "fs: don't block i_writecount during exec"
Christian Brauner
5
-14
/
+49
2024-11-26
rust: fix up formatting after merge
Linus Torvalds
1
-2
/
+6
2024-11-26
RISC-V: Remove unnecessary include from compat.h
Palmer Dabbelt
1
-1
/
+0
2024-11-26
fs/backing_file: fix wrong argument in callback
Amir Goldstein
1
-1
/
+2
2024-11-26
Bluetooth: SCO: remove the redundant sco_conn_put
Edward Adam Davis
1
-1
/
+1
2024-11-26
Bluetooth: MGMT: Fix possible deadlocks
Luiz Augusto von Dentz
1
-9
/
+18
2024-11-26
Bluetooth: MGMT: Fix slab-use-after-free Read in set_powered_sync
Luiz Augusto von Dentz
1
-2
/
+9
2024-11-26
bnxt_en: Unregister PTP during PCI shutdown and suspend
Michael Chan
1
-0
/
+6
2024-11-26
bnxt_en: Refactor bnxt_ptp_init()
Michael Chan
3
-6
/
+7
2024-11-26
bnxt_en: Fix receive ring space parameters when XDP is active
Shravya KN
1
-1
/
+9
2024-11-26
bnxt_en: Fix queue start to update vnic RSS table
Somnath Kotur
1
-0
/
+7
2024-11-26
bnxt_en: Set backplane link modes correctly for ethtool
Shravya KN
1
-2
/
+7
2024-11-26
bnxt_en: Reserve rings after PCIe AER recovery if NIC interface is down
Saravanan Vajravel
1
-2
/
+6
2024-11-26
thermal: sun8i: Use scoped device node handling to simplify error paths
Krzysztof Kozlowski
1
-6
/
+5
2024-11-26
thermal: tegra: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-3
/
+2
2024-11-26
thermal: qcom-spmi-adc-tm5: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-5
/
+2
2024-11-26
thermal: of: Use scoped device node handling to simplify of_thermal_zone_find()
Krzysztof Kozlowski
1
-12
/
+6
2024-11-26
thermal: of: Use scoped memory and OF handling to simplify thermal_of_trips_init()
Krzysztof Kozlowski
1
-20
/
+7
2024-11-26
thermal: of: Simplify thermal_of_should_bind with scoped for each OF child
Krzysztof Kozlowski
1
-3
/
+2
2024-11-26
thermal: gov_power_allocator: Add missing NULL pointer check
Rafael J. Wysocki
1
-1
/
+6
2024-11-26
net: hsr: fix hsr_init_sk() vs network/transport headers.
Eric Dumazet
1
-2
/
+2
2024-11-26
spi: Fix acpi deferred irq probe
Stanislaw Gruszka
1
-3
/
+10
2024-11-26
spi: atmel-quadspi: Fix register name in verbose logging function
Csókás, Bence
1
-1
/
+1
2024-11-26
octeontx2-af: Quiesce traffic before NIX block reset
Hariprasad Kelam
8
-6
/
+145
2024-11-26
octeontx2-af: RPM: fix stale FCFEC counters
Hariprasad Kelam
2
-17
/
+17
[next]