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
8 hours
wireguard: netlink: enable strict genetlink validation
devel
Asbjørn Sloth Tønnesen
1
-1
/
+0
10 hours
Merge branch 'gve-implement-xdp-hw-rx-timestamping-support-for-dq'
davem/net-next
Paolo Abeni
5
-24
/
+80
10 hours
gve: Add Rx HWTS metadata to AF_XDP ZC mode
Tim Hostetler
2
-2
/
+21
10 hours
gve: Prepare bpf_xdp_metadata_rx_timestamp support
Tim Hostetler
3
-10
/
+34
10 hours
gve: Wrap struct xdp_buff
Tim Hostetler
2
-8
/
+13
10 hours
gve: Move ptp_schedule_worker to gve_init_clock
Tim Hostetler
2
-4
/
+12
11 hours
net: phy: micrel: lan8814: Enable in-band auto-negotiation
Horatiu Vultur
1
-5
/
+21
14 hours
selftests: af_unix: Add tests for ECONNRESET and EOF semantics
Sunday Adelodun
3
-0
/
+179
15 hours
Merge branch 'net-stmmac-disable-eee-rx-clock-stop-when-vlan-is-enabled'
Paolo Abeni
2
-2
/
+7
15 hours
net: stmmac: Disable EEE RX clock stop when VLAN is enabled
Ovidiu Panait
1
-1
/
+5
15 hours
net: stmmac: Fix VLAN 0 deletion in vlan_del_hw_rx_fltr()
Ovidiu Panait
1
-1
/
+2
20 hours
Merge branch 'dpll-zl3073x-refactor-state-management'
Jakub Kicinski
11
-946
/
+1019
20 hours
dpll: zl3073x: Remove unused dev wrappers
Ivan Vecera
1
-77
/
+0
20 hours
dpll: zl3073x: Cache all output properties in zl3073x_out
Ivan Vecera
3
-290
/
+193
20 hours
dpll: zl3073x: Cache all reference properties in zl3073x_ref
Ivan Vecera
4
-232
/
+239
20 hours
dpll: zl3073x: Cache reference monitor status
Ivan Vecera
4
-75
/
+68
20 hours
dpll: zl3073x: Split ref, out, and synth logic from core
Ivan Vecera
11
-315
/
+584
20 hours
dpll: zl3073x: Store raw register values instead of parsed state
Ivan Vecera
2
-82
/
+60
21 hours
Merge branch 's390-qeth-improve-handling-of-osa-rcs'
Jakub Kicinski
3
-59
/
+210
21 hours
s390/qeth: Handle ambiguous OSA RCs in s390dbf
Aswin Karuvally
3
-49
/
+205
21 hours
s390/qeth: Move all OSA RCs to single enum
Aswin Karuvally
1
-10
/
+5
21 hours
r8169: bail out from probe if fiber mode is detected on RTL8127AF
Heiner Kallweit
1
-0
/
+9
21 hours
Merge branch 'net-stmmac-dwmac-sophgo-add-phy-interface-filter'
Jakub Kicinski
4
-1
/
+84
21 hours
net: stmmac: dwmac-sophgo: Add phy interface filter
Inochi Amaoto
1
-1
/
+19
21 hours
net: phy: Add helper for fixing RGMII PHY mode based on internal mac delay
Inochi Amaoto
2
-0
/
+46
21 hours
dt-bindings: net: sophgo,sg2044-dwmac: add phy mode restriction
Inochi Amaoto
1
-0
/
+19
21 hours
Merge branch 'net-mana-refactor-gf-stats-handling-and-add-rx_missed_errors-counter'
Jakub Kicinski
4
-80
/
+130
21 hours
net: mana: Add standard counter rx_missed_errors
Erni Sri Satya Vennela
4
-7
/
+43
21 hours
net: mana: Move hardware counter stats from per-port to per-VF context
Erni Sri Satya Vennela
3
-76
/
+90
21 hours
Merge branch 'net-stmmac-clean-up-plat_dat-allocation-initialisation'
Jakub Kicinski
7
-148
/
+53
21 hours
net: stmmac: remove unnecessary .pkt_route queue initialisation
Russell King (Oracle)
4
-19
/
+2
21 hours
net: stmmac: remove unnecessary .prio queue initialisation
Russell King (Oracle)
1
-10
/
+4
21 hours
net: stmmac: remove unnecessary .use_prio queue initialisation
Russell King (Oracle)
4
-21
/
+0
21 hours
net: stmmac: setup default RX channel map in stmmac_plat_dat_alloc()
Russell King (Oracle)
4
-5
/
+7
21 hours
net: stmmac: move initialisation of queues_to_use to stmmac_plat_dat_alloc()
Russell King (Oracle)
5
-23
/
+8
21 hours
net: stmmac: move initialisation of unicast_filter_entries to stmmac_plat_dat_alloc()
Russell King (Oracle)
6
-19
/
+2
21 hours
net: stmmac: move initialisation of multicast_filter_bins to stmmac_plat_dat_alloc()
Russell King (Oracle)
5
-16
/
+3
21 hours
net: stmmac: move initialisation of maxmtu to stmmac_plat_dat_alloc()
Russell King (Oracle)
5
-20
/
+2
21 hours
net: stmmac: move initialisation of clk_csr to stmmac_plat_dat_alloc()
Russell King (Oracle)
2
-5
/
+2
21 hours
net: stmmac: move initialisation of phy_addr to stmmac_plat_dat_alloc()
Russell King (Oracle)
4
-6
/
+5
21 hours
net: stmmac: add stmmac_plat_dat_alloc()
Russell King (Oracle)
6
-4
/
+18
21 hours
NFC: mei_phy: fix kernel-doc warnings
Randy Dunlap
1
-2
/
+2
21 hours
Merge branch 'convert-drivers-to-use-ndo_hwtstamp-callbacks-part-4'
Jakub Kicinski
4
-72
/
+102
21 hours
qede: convert to use ndo_hwtstamp callbacks
Vadim Fedorenko
3
-50
/
+54
21 hours
bnx2x: convert to use ndo_hwtstamp callbacks
Vadim Fedorenko
1
-22
/
+48
21 hours
Merge branch 'selftests-mptcp-counter-cache-stats-before-timeout'
Jakub Kicinski
6
-155
/
+208
21 hours
selftests: mptcp: get stats just before timing out
Matthieu Baerts (NGI0)
5
-42
/
+86
21 hours
selftests: mptcp: wait for port instead of sleep
Matthieu Baerts (NGI0)
2
-2
/
+3
21 hours
selftests: mptcp: connect: avoid double packet traces
Matthieu Baerts (NGI0)
1
-4
/
+10
21 hours
selftests: mptcp: lib: get counters from nstat history
Matthieu Baerts (NGI0)
2
-56
/
+47
[next]