index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-23
wireguard: timers: move to using timer_delete_sync
HEAD
stable
Jason A. Donenfeld
1
-5
/
+5
2023-05-19
wireguard: netlink: send staged packets when setting initial private key
Jason A. Donenfeld
1
-5
/
+9
2023-05-18
wireguard: queueing: use saner cpu selection wrapping
Jason A. Donenfeld
4
-16
/
+14
2023-05-17
net: wwan: t7xx: Ensure init is completed before system sleep
davem/net
Kai-Heng Feng
2
-0
/
+19
2023-05-17
net: pcs: xpcs: fix C73 AN not getting enabled
Vladimir Oltean
1
-1
/
+1
2023-05-17
net: wwan: iosm: fix NULL pointer dereference when removing device
M Chetan Kumar
3
-12
/
+33
2023-05-17
igb: fix bit_shift to be in [1..8] range
Aleksandr Loktionov
1
-2
/
+2
2023-05-17
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
David S. Miller
6
-9
/
+30
2023-05-17
net: dsa: mv88e6xxx: Fix mv88e6393x EPC write command offset
Marco Migliore
1
-1
/
+1
2023-05-17
cassini: Fix a memory leak in the error handling path of cas_init_one()
Christophe JAILLET
1
-0
/
+2
2023-05-17
tun: Fix memory leak for detached NAPI queue.
Kuniyuki Iwashima
1
-0
/
+15
2023-05-16
Merge tag 'linux-can-fixes-for-6.4-20230515' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
Jakub Kicinski
3
-13
/
+26
2023-05-16
iavf: send VLAN offloading caps once after VFR
Ahmed Zaki
1
-5
/
+0
2023-05-16
ice: Fix ice VF reset during iavf initialization
Dawid Wesierski
4
-4
/
+25
2023-05-16
ice: Fix stats after PF reset
Ahmed Zaki
1
-0
/
+5
2023-05-16
net: bcmgenet: Restore phy_stop() depending upon suspend/close
Florian Fainelli
1
-3
/
+5
2023-05-15
can: bxcan: add support for single peripheral configuration
Dario Binacchi
1
-11
/
+23
2023-05-15
can: CAN_BXCAN should depend on ARCH_STM32
Geert Uytterhoeven
1
-1
/
+1
2023-05-15
can: dev: fix missing CAN XL support in can_put_echo_skb()
Oliver Hartkopp
1
-1
/
+2
2023-05-15
net: phylink: fix ksettings_set() ethtool call
Russell King (Oracle)
1
-4
/
+4
2023-05-15
net: mdio: i2c: fix rollball accessors
Russell King (Oracle)
1
-7
/
+8
2023-05-15
virtio_net: Fix error unwinding of XDP initialization
Feng Liu
1
-17
/
+44
2023-05-15
net: fec: remove the xdp_return_frame when lack of tx BDs
Shenwei Wang
1
-1
/
+0
2023-05-13
net: hns3: fix reset timeout when enable full VF
Jijie Shao
2
-5
/
+28
2023-05-13
net: hns3: fix reset delay time to avoid configuration timeout
Jie Wang
1
-1
/
+4
2023-05-13
net: hns3: fix sending pfc frames after reset issue
Jijie Shao
3
-8
/
+16
2023-05-13
net: hns3: fix output information incomplete for dumping tx queue info with debugfs
Jie Wang
2
-1
/
+2
2023-05-13
net: dsa: rzn1-a5psw: disable learning for standalone ports
Clément Léger
1
-8
/
+16
2023-05-13
net: dsa: rzn1-a5psw: fix STP states handling
Alexis Lothoré
2
-9
/
+49
2023-05-13
net: dsa: rzn1-a5psw: enable management frames for CPU port
Clément Léger
2
-2
/
+2
2023-05-12
sfc: disable RXFCS and RXALL features by default
Pieter Jansen van Vuuren
1
-1
/
+3
2023-05-12
ice: Fix undersized tx_flags variable
Jan Sokolowski
3
-14
/
+8
2023-05-12
nfp: fix NFP_NET_MAX_DSCP definition error
Huayu Chen
1
-1
/
+1
2023-05-12
net: phy: dp83867: add w/a for packet errors seen with short cables
Grygorii Strashko
1
-1
/
+21
2023-05-11
net: fec: Better handle pm_runtime_get() failing in .remove()
Uwe Kleine-König
1
-4
/
+11
2023-05-11
Merge tag 'net-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
13
-30
/
+54
2023-05-11
Merge tag 'media/v6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
3
-11
/
+19
2023-05-10
Merge tag 'platform-drivers-x86-v6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Linus Torvalds
6
-8
/
+76
2023-05-10
net: mscc: ocelot: fix stat counter register values
Colin Foster
1
-9
/
+9
2023-05-10
ipvlan:Fix out-of-bounds caused by unclear skb->cb
t.feng
1
-0
/
+6
2023-05-10
gve: Remove the code of clearing PBA bit
Ziwei Xiao
1
-13
/
+0
2023-05-10
net: add vlan_get_protocol_and_depth() helper
Eric Dumazet
1
-2
/
+2
2023-05-10
net: pcs: xpcs: fix incorrect number of interfaces
Russell King (Oracle)
1
-1
/
+1
2023-05-10
bonding: fix send_peer_notif overflow
Hangbin Liu
2
-2
/
+13
2023-05-10
net: ethernet: mtk_eth_soc: fix NULL pointer dereference
Daniel Golle
1
-1
/
+1
2023-05-09
net: phy: bcm7xx: Correct read from expansion register
Florian Fainelli
2
-1
/
+6
2023-05-09
net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER register
Marek Vasut
2
-0
/
+6
2023-05-09
platform/mellanox: fix potential race in mlxbf-tmfifo driver
Liming Sun
1
-2
/
+9
2023-05-09
platform/x86: touchscreen_dmi: Add info for the Dexp Ursus KX210i
Andrey Avdeev
1
-0
/
+24
2023-05-09
platform/x86: touchscreen_dmi: Add upside-down quirk for GDIX1002 ts on the Juno Tablet
Hans de Goede
1
-0
/
+17
[next]