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
2019-08-31
bnxt_en: Prepare bnxt_init_one() to be called multiple times.
Michael Chan
3
-40
/
+93
2019-08-31
bnxt_en: Suppress all error messages in hwrm_do_send_msg() in silent mode.
Michael Chan
1
-10
/
+17
2019-08-31
bnxt_en: Simplify error checking in the SR-IOV message forwarding functions.
Michael Chan
1
-64
/
+8
2019-08-31
bnxt_en: Convert error code in firmware message response to standard code.
Michael Chan
6
-77
/
+44
2019-08-31
bnxt_en: Remove the -1 error return code from bnxt_hwrm_do_send_msg().
Michael Chan
1
-3
/
+3
2019-08-31
bnxt_en: Use a common function to print the same ethtool -f error message.
Michael Chan
1
-6
/
+8
2019-08-30
net: sgi: ioc3-eth: no need to stop queue set_multicast_list
Thomas Bogendoerfer
1
-4
/
+0
2019-08-30
net: sgi: ioc3-eth: protect emcr in all cases
Thomas Bogendoerfer
1
-0
/
+8
2019-08-30
net: sgi: ioc3-eth: Fix IPG settings
Thomas Bogendoerfer
1
-2
/
+2
2019-08-30
net: sgi: ioc3-eth: use csum_fold
Thomas Bogendoerfer
1
-5
/
+1
2019-08-30
net: sgi: ioc3-eth: use dma-direct for dma allocations
Thomas Bogendoerfer
1
-33
/
+113
2019-08-30
net: sgi: ioc3-eth: refactor rx buffer allocation
Thomas Bogendoerfer
1
-50
/
+45
2019-08-30
net: sgi: ioc3-eth: split ring cleaning/freeing and allocation
Thomas Bogendoerfer
1
-15
/
+13
2019-08-30
net: sgi: ioc3-eth: introduce chip start function
Thomas Bogendoerfer
1
-20
/
+29
2019-08-30
net: sgi: ioc3-eth: separate tx and rx ring handling
Thomas Bogendoerfer
1
-12
/
+8
2019-08-30
net: sgi: ioc3-eth: get rid of ioc3_clean_rx_ring()
Thomas Bogendoerfer
1
-21
/
+1
2019-08-30
net: sgi: ioc3-eth: allocate space for desc rings only once
Thomas Bogendoerfer
1
-53
/
+52
2019-08-30
net: sgi: ioc3-eth: use defines for constants dealing with desc rings
Thomas Bogendoerfer
1
-18
/
+24
2019-08-30
net: sgi: ioc3-eth: remove checkpatch errors/warning
Thomas Bogendoerfer
1
-145
/
+130
2019-08-30
MIPS: SGI-IP27: restructure ioc3 register access
Thomas Bogendoerfer
1
-233
/
+185
2019-08-30
wimax/i2400m: remove debug containing bogus calculation of index
Colin Ian King
1
-7
/
+2
2019-08-30
net: spider_net: Use struct_size() helper
Gustavo A. R. Silva
1
-4
/
+2
2019-08-30
r8169: add support for EEE on RTL8125
Heiner Kallweit
1
-0
/
+24
2019-08-30
r8169: add RTL8125 PHY initialization
Heiner Kallweit
1
-3
/
+127
2019-08-30
r8169: add support for RTL8125
Heiner Kallweit
2
-18
/
+265
2019-08-30
r8169: don't use bit LastFrag in tx descriptor after send
Heiner Kallweit
1
-1
/
+1
2019-08-30
r8169: read common register for PCI commit
Heiner Kallweit
1
-1
/
+1
2019-08-30
r8169: move disabling interrupt coalescing to RTL8169/RTL8168 init
Heiner Kallweit
1
-2
/
+6
2019-08-30
r8169: factor out reading MAC address from registers
Heiner Kallweit
1
-3
/
+10
2019-08-30
r8169: restrict rtl_is_8168evl_up to RTL8168 chip versions
Heiner Kallweit
1
-1
/
+2
2019-08-30
r8169: change interrupt mask type to u32
Heiner Kallweit
1
-5
/
+11
2019-08-30
Merge tag 'mlx5-updates-2019-08-22' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
20
-112
/
+280
2019-08-30
net: dsa: mv88e6xxx: fix freeing unused SERDES IRQ
Vivien Didelot
1
-1
/
+2
2019-08-30
net: dsa: mv88e6xxx: keep CMODE writable code private
Vivien Didelot
4
-11
/
+8
2019-08-30
net: dsa: mv88e6xxx: get serdes lane after lock
Vivien Didelot
1
-2
/
+4
2019-08-30
net: hns3: not allow SSU loopback while execute ethtool -t dev
Yufeng Mo
4
-2
/
+75
2019-08-30
net: hns3: check reset interrupt status when reset fails
Huazhong Tan
2
-4
/
+4
2019-08-30
net: hns3: add phy selftest function
Yufeng Mo
2
-19
/
+138
2019-08-30
net: hns3: implement .process_hw_error for hns3 client
Weihang Li
7
-2
/
+78
2019-08-30
net: hns3: optimize waiting time for TQP reset
Zhongzhu Liu
2
-5
/
+7
2019-08-30
net: hns3: fix incorrect type in assignment.
Guojia Liao
2
-18
/
+30
2019-08-30
net: hns3: make some reusable codes into a function
Yonglong Liu
1
-26
/
+28
2019-08-30
net: hns3: optimize some log printings
Yufeng Mo
3
-29
/
+30
2019-08-30
net: hns3: reduce the parameters of some functions
Guojia Liao
1
-14
/
+14
2019-08-30
net: hns3: modify base parameter of kstrtouint in hclge_dbg_dump_tm_map
Huazhong Tan
1
-3
/
+4
2019-08-30
net: hns3: use macro instead of magic number
Huazhong Tan
2
-3
/
+6
2019-08-30
net: hns3: code optimization for debugfs related to "dump reg"
Zhongzhu Liu
2
-110
/
+132
2019-08-30
dpaa2-eth: Add pause frame support
Ioana Radulescu
6
-13
/
+177
2019-08-30
dpaa2-eth: Use stored link settings
Ioana Radulescu
2
-14
/
+7
2019-08-30
dpaa2-eth: Remove support for changing link settings
Ioana Radulescu
1
-50
/
+1
[next]