index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-03
mt76x02u: use usb_bulk_msg to upload firmware
Stanislaw Gruszka
3
-37
/
+29
2019-04-03
net: dsa: qca8k: remove leftover phy accessors
Christian Lamparter
1
-18
/
+0
2019-04-03
tun: add a missing rcu_read_unlock() in error path
Eric Dumazet
1
-0
/
+1
2019-04-03
r8169: fix cable re-plugging issue
Heiner Kallweit
1
-1
/
+1
2019-04-03
net: phy: don't clear BMCR in genphy_soft_reset
Heiner Kallweit
1
-1
/
+1
2019-04-03
net: dsa: mv88e6xxx: fix few issues in mv88e6390x_port_set_cmode
Heiner Kallweit
1
-8
/
+16
2019-04-03
thunderx: eliminate extra calls to put_page() for pages held for recycling
Dean Nelson
1
-4
/
+3
2019-04-03
thunderx: enable page recycling for non-XDP case
Dean Nelson
1
-12
/
+11
2019-04-03
vxlan: Don't call gro_cells_destroy() before device is unregistered
Zhiqiang Liu
1
-3
/
+1
2019-04-03
vrf: prevent adding upper devices
Sabrina Dubroca
1
-0
/
+1
2019-04-03
tun: properly test for IFF_UP
Eric Dumazet
1
-4
/
+11
2019-04-03
net: usb: aqc111: Extend HWID table by QNAP device
Dmitry Bezrukov
2
-0
/
+23
2019-04-03
net: stmmac: fix memory corruption with large MTUs
Aaro Koskinen
1
-2
/
+3
2019-04-03
net: phy: meson-gxl: fix interrupt support
Jerome Brunet
1
-0
/
+6
2019-04-03
net: aquantia: fix rx checksum offload for UDP/TCP over IPv6
Dmitry Bogdanov
1
-2
/
+3
2019-04-03
mac8390: Fix mmio access size probe
Finn Thain
1
-7
/
+12
2019-04-03
gtp: change NET_UDP_TUNNEL dependency to select
Matteo Croce
1
-2
/
+2
2019-03-27
net/mlx5: Fix DCT creation bad flow
Yishai Hadas
1
-30
/
+36
2019-03-23
net: dsa: lantiq_gswip: fix OF child-node lookups
Johan Hovold
1
-7
/
+9
2019-03-23
net: dsa: lantiq_gswip: fix use-after-free on failed probe
Johan Hovold
1
-1
/
+4
2019-03-23
libertas_tf: don't set URB_ZERO_PACKET on IN USB transfer
Lubomir Rintel
1
-2
/
+0
2019-03-23
mt76: fix corrupted software generated tx CCMP PN
Felix Fietkau
1
-1
/
+1
2019-03-19
net: hns3: fix to stop multiple HNS reset due to the AER changes
Shiju Jose
3
-3
/
+11
2019-03-19
net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA ports
Andrew Lunn
4
-0
/
+42
2019-03-19
net/mlx4_core: Fix qp mtt size calculation
Jack Morgenstein
1
-3
/
+3
2019-03-19
net/mlx4_core: Fix locking in SRIOV mode when switching between events and po...
Jack Morgenstein
1
-0
/
+8
2019-03-19
net/mlx4_core: Fix reset flow when in command polling mode
Jack Morgenstein
1
-0
/
+1
2019-03-19
vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()
Eric Dumazet
1
-0
/
+11
2019-03-19
vxlan: Fix GRO cells race condition between receive and link delete
Stefano Brivio
1
-1
/
+2
2019-03-19
ravb: Decrease TxFIFO depth of Q3 and Q2 to one
Masaru Nagai
1
-1
/
+1
2019-03-19
pptp: dst_release sk_dst_cache in pptp_sock_destruct
Xin Long
1
-0
/
+1
2019-03-19
net: hns3: add dma_rmb() for rx description
Jian Shen
1
-0
/
+2
2019-03-19
lan743x: Fix TX Stall Issue
Bryan Whitehead
1
-8
/
+1
2019-03-19
lan743x: Fix RX Kernel Panic
Bryan Whitehead
1
-14
/
+32
2019-03-13
ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
Daniel F. Dickinson
1
-3
/
+3
2019-03-10
team: Free BPF filter when unregistering netdev
Ido Schimmel
1
-0
/
+15
2019-03-10
sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79
Kai-Heng Feng
1
-1
/
+23
2019-03-10
qmi_wwan: Add support for Quectel EG12/EM12
Kristian Evensen
1
-8
/
+18
2019-03-10
net: mscc: Enable all ports in QSGMII
Kavya Sree Kotagiri
1
-3
/
+11
2019-03-10
net: dsa: mv8e6xxx: fix number of internal PHYs for 88E6x90 family
Heiner Kallweit
1
-6
/
+6
2019-03-10
net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in mv88e6xxx_port...
Heiner Kallweit
1
-1
/
+1
2019-03-10
net: dsa: mv88e6xxx: add call to mv88e6xxx_ports_cmode_init to probe for new ...
Heiner Kallweit
1
-0
/
+1
2019-03-02
net: dsa: mv88e6xxx: Fix statistics on mv88e6161
Andrew Lunn
1
-1
/
+1
2019-03-01
geneve: correctly handle ipv6.disable module parameter
Jiri Benc
1
-3
/
+8
2019-03-01
net: dsa: mv88e6xxx: prevent interrupt storm caused by mv88e6390x_port_set_cmode
Heiner Kallweit
3
-0
/
+15
2019-03-01
lan743x: Fix TX Stall Issue
Bryan Whitehead
1
-4
/
+12
2019-03-01
net: phy: phylink: fix uninitialized variable in phylink_get_mac_state
Heiner Kallweit
1
-0
/
+4
2019-03-01
net: aquantia: regression on cpus with high cores: set mode with 8 queues
Dmitry Bogdanov
4
-0
/
+29
2019-02-28
net: dsa: mv88e6xxx: power serdes on/off for 10G interfaces on 6390X
Maxime Chevallier
1
-2
/
+2
2019-02-28
net: dsa: mv88e6xxx: Fix u64 statistics
Andrew Lunn
1
-1
/
+1
[next]