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
2021-12-14
net/qla3xxx: fix an error code in ql_adapter_up()
Dan Carpenter
1
-10
/
+9
2021-12-14
net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()
Joakim Zhang
2
-1
/
+4
2021-12-14
net: altera: set a couple error code in probe()
Dan Carpenter
1
-3
/
+6
2021-12-14
net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zero
Lee Jones
1
-0
/
+2
2021-12-14
can: pch_can: pch_can_rx_normal: fix use after free
Vincent Mailhol
1
-1
/
+1
2021-12-14
can: sja1000: fix use after free in ems_pcmcia_add_card()
Dan Carpenter
1
-1
/
+6
2021-12-08
net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()
Zhou Qingyang
1
-2
/
+8
2021-12-08
natsemi: xtensa: fix section mismatch warnings
Randy Dunlap
1
-1
/
+1
2021-12-08
vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmit
Stephen Suryaputra
1
-0
/
+2
2021-12-08
net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infob...
Teng Qi
1
-0
/
+4
2021-12-08
net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of ...
zhangyue
1
-13
/
+17
2021-12-08
ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns...
Teng Qi
1
-0
/
+4
2021-12-08
xen/netfront: don't trust the backend response data blindly
Juergen Gross
1
-5
/
+75
2021-12-08
xen/netfront: disentangle tx_skb_freelist
Juergen Gross
1
-36
/
+25
2021-12-08
xen/netfront: don't read data from request on the ring page
Juergen Gross
1
-43
/
+37
2021-12-08
xen/netfront: read response from backend only once
Juergen Gross
1
-19
/
+19
2021-11-26
tun: fix bonding active backup with arp monitoring
Nicolas Dichtel
1
-0
/
+5
2021-11-26
iavf: Fix for the false positive ASQ/ARQ errors while issuing VF reset
Surabhi Boob
1
-1
/
+1
2021-11-26
net: bnx2x: fix variable dereferenced before check
Pavel Skripkin
1
-1
/
+3
2021-11-26
net: mdio-mux: fix unbalanced put_device
Corentin Labbe
1
-4
/
+2
2021-11-26
bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failed
Huang Guobin
1
-25
/
+11
2021-11-26
net: davinci_emac: Fix interrupt pacing disable
Maxim Kiselev
1
-2
/
+14
2021-11-26
libertas: Fix possible memory leak in probe and disconnect
Wang Hai
1
-0
/
+2
2021-11-26
libertas_tf: Fix possible memory leak in probe and disconnect
Wang Hai
1
-0
/
+2
2021-11-26
phy: micrel: ksz8041nl: do not use power down mode
Stefan Agner
1
-2
/
+3
2021-11-26
mwifiex: Send DELBA requests according to spec
Jonas Dreßler
1
-2
/
+3
2021-11-26
ath10k: fix max antenna gain unit
Sven Eckelmann
2
-3
/
+6
2021-11-26
b43: fix a lower bounds test
Dan Carpenter
1
-1
/
+1
2021-11-26
b43legacy: fix a lower bounds test
Dan Carpenter
1
-1
/
+1
2021-11-26
ath9k: Fix potential interrupt storm on queue reset
Linus Lüssing
1
-1
/
+3
2021-11-26
iwlwifi: mvm: disable RX-diversity in powersave
Johannes Berg
1
-0
/
+3
2021-11-26
mwl8k: Fix use-after-free in mwl8k_fw_state_machine()
Zheyu Ma
1
-1
/
+1
2021-11-26
ath: dfs_pattern_detector: Fix possible null-pointer dereference in channel_d...
Tuo Li
1
-4
/
+6
2021-11-26
wcn36xx: handle connection loss indication
Benjamin Li
1
-11
/
+33
2021-11-26
mwifiex: Read a PCI register after writing the TX ring write pointer
Jonas Dreßler
1
-0
/
+8
2021-11-26
wcn36xx: Fix HT40 capability for 2Ghz band
Loic Poulain
1
-1
/
+3
2021-11-26
rtl8187: fix control-message timeouts
Johan Hovold
1
-7
/
+7
2021-11-26
ath6kl: fix control-message timeout
Johan Hovold
1
-1
/
+1
2021-11-26
ath6kl: fix division by zero in send path
Johan Hovold
1
-0
/
+5
2021-11-26
mwifiex: fix division by zero in fw download path
Johan Hovold
1
-0
/
+16
2021-11-26
vmxnet3: do not stop tx queues after netif_device_detach()
Dongli Zhang
1
-1
/
+0
2021-11-26
xen/netfront: stop tx queues during live migration
Dongli Zhang
1
-0
/
+8
2021-11-26
sfc: Don't use netif_info before net_device setup
Erik Ekman
2
-3
/
+3
2021-11-12
rsi: fix control-message timeout
Johan Hovold
1
-1
/
+1
2021-11-12
usb: hso: fix error handling code of hso_create_net_device
Dongliang Mu
1
-10
/
+23
2021-11-12
net: hso: register netdev later to avoid a race condition
Andreas Kemnade
1
-7
/
+7
2021-11-02
net: nxp: lpc_eth.c: avoid hang when bringing interface down
Trevor Woerner
1
-3
/
+2
2021-11-02
net: lan78xx: fix division by zero in send path
Johan Hovold
1
-0
/
+6
2021-11-02
Revert "net: mdiobus: Fix memory leak in __mdiobus_register"
Pavel Skripkin
1
-1
/
+0
2021-11-02
usbnet: fix error return code in usbnet_probe()
Wang Hai
1
-0
/
+1
[next]