index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
2019-10-31
10
-55
/
+122
|
\
|
*
e1000e: Fix compiler warning when CONFIG_PM_SLEEP is not set
Sasha Neftin
2019-10-30
1
-0
/
+2
|
*
e1000e: Add support for Tiger Lake
Sasha Neftin
2019-10-30
5
-1
/
+26
|
*
i40e: Add UDP segmentation offload support
Josh Hunt
2019-10-30
2
-3
/
+10
|
*
ixgbe: Add UDP segmentation offload support
Josh Hunt
2019-10-30
1
-6
/
+18
|
*
igb: Add UDP segmentation offload support
Josh Hunt
2019-10-30
2
-6
/
+18
|
*
e1000e: Drop unnecessary __E1000_DOWN bit twiddling
Alexander Duyck
2019-10-30
1
-6
/
+1
|
*
e1000e: Use rtnl_lock to prevent race conditions between net and pci/pm
Alexander Duyck
2019-10-30
1
-33
/
+35
|
*
e1000e: Add support for Comet Lake
Sasha Neftin
2019-10-30
2
-0
/
+12
*
|
wimax: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fops
zhong jiang
2019-10-31
1
-3
/
+3
*
|
vxlan: drop "vxlan" parameter in vxlan_fdb_alloc()
Guillaume Nault
2019-10-31
1
-3
/
+2
*
|
net: phy: marvell: add downshift support for 88E1145
Heiner Kallweit
2019-10-31
1
-0
/
+3
*
|
bonding: balance ICMP echoes in layer3+4 mode
Matteo Croce
2019-10-31
1
-7
/
+70
*
|
mlxsw: Enforce firmware version for Spectrum-2
Ido Schimmel
2019-10-30
1
-0
/
+18
*
|
mlxsw: Bump firmware version to 13.2000.2308
Ido Schimmel
2019-10-30
1
-1
/
+1
*
|
mlxsw: pci: Increase PCI reset timeout for SN3800 systems
Ido Schimmel
2019-10-30
1
-1
/
+1
*
|
mlxsw: reg: Increase size of MPAR register
Ido Schimmel
2019-10-30
1
-1
/
+1
*
|
broadcom: bnxt: Fix use true/false for bool
Saurav Girepunje
2019-10-30
1
-1
/
+1
*
|
cavium: thunder: Fix use true/false for bool type
Saurav Girepunje
2019-10-30
1
-6
/
+6
*
|
net: phy: marvell: add PHY tunable support for more PHY versions
Heiner Kallweit
2019-10-30
1
-0
/
+12
*
|
net: phy: marvell: add downshift support for M88E1111
Heiner Kallweit
2019-10-30
1
-0
/
+64
*
|
net: phy: marvell: fix downshift function naming
Heiner Kallweit
2019-10-30
1
-15
/
+15
*
|
net: phy: marvell: fix typo in constant MII_M1011_PHY_SRC_DOWNSHIFT_MASK
Heiner Kallweit
2019-10-30
1
-4
/
+4
|
/
*
ionic: Remove set but not used variable 'sg_desc'
YueHaibing
2019-10-30
1
-2
/
+0
*
net: phy: dp83867: support Wake on LAN
Thomas Haemmerle
2019-10-30
1
-1
/
+130
*
net: aquantia: fix error handling in aq_ptp_poll
Gustavo A. R. Silva
2019-10-30
1
-0
/
+2
*
net: aquantia: remove unused including <linux/version.h>
YueHaibing
2019-10-30
1
-1
/
+0
*
net: dsa: LAN9303: select REGMAP when LAN9303 enable
Mao Wenan
2019-10-30
1
-0
/
+1
*
net: aquantia: make two symbols be static
Mao Wenan
2019-10-30
2
-2
/
+2
*
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
2019-10-30
14
-131
/
+289
|
\
|
*
i40e: prevent memory leak in i40e_setup_macvlans
Navid Emamdoost
2019-10-25
1
-0
/
+1
|
*
i40e: Refactoring VF MAC filters counting to make more reliable
Aleksandr Loktionov
2019-10-25
4
-27
/
+39
|
*
i40e: Fix LED blinking flow for X710T*L devices
Damian Milosek
2019-10-25
2
-3
/
+28
|
*
i40e: allow ethtool to report SW and FW versions in recovery mode
Piotr Kwapulinski
2019-10-25
1
-0
/
+1
|
*
i40e: initialize ITRN registers with correct values
Nicholas Nunley
2019-10-25
1
-5
/
+5
|
*
i40e: Extend PHY access with page change flag
Piotr Azarewicz
2019-10-25
5
-26
/
+87
|
*
i40e: Extract detection of HW flags into a function
Piotr Azarewicz
2019-10-25
2
-17
/
+58
|
*
i40e: Wrong 'Advertised FEC modes' after set FEC to AUTO
Jaroslaw Gawin
2019-10-25
2
-19
/
+26
|
*
i40e: Fix for persistent lldp support
Sylwia Wnuczko
2019-10-25
4
-34
/
+44
*
|
net: fec: remove redundant assignment to pointer bdp
Colin Ian King
2019-10-29
1
-1
/
+0
*
|
net: aquantia: fix unintention integer overflow on left shift
Colin Ian King
2019-10-29
1
-1
/
+1
*
|
net: aquantia: fix spelling mistake: tx_queus -> tx_queues
Colin Ian King
2019-10-29
1
-1
/
+1
*
|
net: mediatek: remove unneeded semicolon
YueHaibing
2019-10-29
2
-4
/
+4
*
|
mlxsw: spectrum_buffers: remove unneeded semicolon
YueHaibing
2019-10-29
1
-2
/
+2
*
|
net: dsa: mv88e6xxx: Add devlink param for ATU hash algorithm.
Andrew Lunn
2019-10-29
4
-1
/
+169
*
|
r8169: use helper rtl_hw_aspm_clkreq_enable also in rtl_hw_start_8168g_2
Heiner Kallweit
2019-10-29
1
-2
/
+1
*
|
net: dsa: bcm_sf2: Wire up MDB operations
Florian Fainelli
2019-10-28
1
-0
/
+3
*
|
net: dsa: b53: Add support for MDB
Florian Fainelli
2019-10-28
2
-3
/
+67
*
|
mvpp2: prefetch frame header
Matteo Croce
2019-10-28
1
-0
/
+1
*
|
mvpp2: sync only the received frame
Matteo Croce
2019-10-28
1
-2
/
+7
[next]