index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-08
Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
11
-401
/
+141
2021-09-08
Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
46
-202
/
+397
2021-09-07
net: stmmac: fix MAC not working when system resume back with WoL active
Joakim Zhang
1
-18
/
+18
2021-09-07
net: phylink: add suspend/resume support
Russell King (Oracle)
1
-0
/
+82
2021-09-07
net: renesas: sh_eth: Fix freeing wrong tx descriptor
Yoshihiro Shimoda
1
-0
/
+1
2021-09-07
bonding: 3ad: pass parameter bond_params by reference
Colin Ian King
1
-4
/
+4
2021-09-07
Merge tag 'linux-can-fixes-for-5.15-20210907' of git://git.kernel.org/pub/scm...
David S. Miller
2
-4
/
+2
2021-09-07
Merge tag 'wireless-drivers-2021-09-07' of git://git.kernel.org/pub/scm/linux...
David S. Miller
4
-4
/
+9
2021-09-07
cxgb3: fix oops on module removal
Heiner Kallweit
1
-0
/
+3
2021-09-07
can: c_can: fix null-ptr-deref on ioctl()
Tong Zhang
1
-3
/
+1
2021-09-07
can: rcar_canfd: add __maybe_unused annotation to silence warning
Marc Kleine-Budde
1
-1
/
+1
2021-09-06
iwl: fix debug printf format strings
Linus Torvalds
1
-2
/
+2
2021-09-06
net: wwan: iosm: Unify IO accessors used in the driver
Andy Shevchenko
1
-10
/
+12
2021-09-06
net: wwan: iosm: Replace io.*64_lo_hi() with regular accessors
Andy Shevchenko
1
-4
/
+4
2021-09-06
net: qcom/emac: Replace strlcpy with strscpy
Jason Wang
1
-1
/
+1
2021-09-06
net: hns3: make hclgevf_cmd_caps_bit_map0 and hclge_cmd_caps_bit_map0 static
chongjiapeng
2
-2
/
+2
2021-09-06
bonding: Fix negative jump label count on nested bonding
Jussi Maki
1
-6
/
+5
2021-09-06
stmmac: dwmac-loongson:Fix missing return value
zhaoxiao
1
-1
/
+3
2021-09-06
iwlwifi: fix printk format warnings in uefi.c
Randy Dunlap
1
-2
/
+2
2021-09-05
bnxt_en: Fix possible unintended driver initiated error recovery
Michael Chan
1
-7
/
+18
2021-09-05
bnxt_en: Fix UDP tunnel logic
Michael Chan
1
-11
/
+17
2021-09-05
bnxt_en: Fix asic.rev in devlink dev info command
Michael Chan
1
-1
/
+1
2021-09-05
bnxt_en: fix read of stored FW_PSID version on P5 devices
Edwin Peer
2
-15
/
+34
2021-09-05
bnxt_en: fix stored FW_PSID version masks
Edwin Peer
1
-2
/
+2
2021-09-05
net: dsa: b53: Fix IMP port setup on BCM5301x
Rafał Miłecki
2
-3
/
+26
2021-09-05
bonding: complain about missing route only once for A/B ARP probes
David Decotigny
1
-3
/
+3
2021-09-05
net: stmmac: Fix overall budget calculation for rxtx_napi
Song Yoong Siang
1
-4
/
+6
2021-09-05
iwlwifi: pnvm: Fix a memory leak in 'iwl_pnvm_get_from_fs()'
Christophe JAILLET
1
-1
/
+5
2021-09-04
octeontx2-af: Fix some memory leaks in the error handling path of 'cgx_lmac_i...
Christophe JAILLET
1
-3
/
+5
2021-09-04
octeontx2-af: Add a 'rvu_free_bitmap()' function
Christophe JAILLET
2
-0
/
+6
2021-09-04
ethtool: Fix an error code in cxgb2.c
Yang Li
1
-0
/
+1
2021-09-04
qlcnic: Remove redundant unlock in qlcnic_pinit_from_rom
Dinghao Liu
1
-1
/
+0
2021-09-04
ionic: fix a sleeping in atomic bug
Dan Carpenter
1
-1
/
+1
2021-09-04
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2
-2
/
+0
2021-09-03
net: cs89x0: disable compile testing on powerpc
Arnd Bergmann
1
-1
/
+1
2021-09-03
net: usb: qmi_wwan: add Telit 0x1060 composition
Carlo Lobrano
1
-0
/
+1
2021-09-03
drivers: net: smc911x: clean up inconsistent indenting
Colin Ian King
1
-6
/
+6
2021-09-03
net: 3com: 3c59x: clean up inconsistent indenting
Colin Ian King
1
-1
/
+1
2021-09-03
ionic: fix double use of queue-lock
Shannon Nelson
2
-4
/
+13
2021-09-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-2
/
+2
2021-09-02
Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+1
2021-09-02
Merge branch 'pci/vpd'
Bjorn Helgaas
10
-403
/
+144
2021-09-02
iwlwifi: bump FW API to 66 for AX devices
Luca Coelho
1
-1
/
+1
2021-09-02
iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha
Justin M. Forbes
1
-0
/
+1
2021-09-02
iwlwifi: mvm: add rtnl_lock() in iwl_mvm_start_get_nvm()
Luca Coelho
1
-0
/
+1
2021-09-02
net: dsa: b53: Set correct number of ports in the DSA struct
Rafał Miłecki
1
-1
/
+2
2021-09-02
net: dsa: b53: Fix calculating number of switch ports
Rafał Miłecki
1
-2
/
+1
2021-09-02
net: usb: cdc_mbim: avoid altsetting toggling for Telit LN920
Daniele Palmas
1
-0
/
+5
2021-09-02
net: hso: add failure handler for add_net_device
Ziyang Xuan
1
-3
/
+8
2021-09-02
net: dsa: lantiq_gswip: fix maximum frame length
Jan Hoffmann
1
-1
/
+2
[next]