index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/mlx4_en: Force CHECKSUM_NONE for short ethernet frames
Saeed Mahameed
2019-02-12
1
-2
/
+20
*
enetc: add PTP clock driver
Yangbo Lu
2019-02-12
4
-2
/
+162
*
ptp_qoriq: make structure/function names more consistent
Yangbo Lu
2019-02-12
2
-2
/
+2
*
rocker: Remove getting PORT_BRIDGE_FLAGS
Florian Fainelli
2019-02-12
3
-27
/
+0
*
mlxsw: spectrum_switchdev: Remove getting PORT_BRIDGE_FLAGS
Florian Fainelli
2019-02-12
1
-17
/
+0
*
net: phy: simplify genphy_config_eee_advert
Heiner Kallweit
2019-02-12
1
-21
/
+6
*
net: marvell: mvpp2: use mvpp2_is_xlg() helper elsewhere
Russell King
2019-02-12
1
-9
/
+6
*
net: marvell: mvpp2: add mvpp2_is_xlg() helper
Russell King
2019-02-12
1
-11
/
+9
*
net: phylink: add phylink_init_eee() helper
Russell King
2019-02-12
1
-0
/
+18
*
net: phylink: only call mac_config() during resolve when link is up
Russell King
2019-02-12
1
-2
/
+9
*
Revert "devlink: Add a generic wake_on_lan port parameter"
Vasundhara Volam
2019-02-12
2
-19
/
+1
*
smc911x: pass struct device to DMA API functions
Christoph Hellwig
2019-02-12
1
-2
/
+2
*
meth: pass struct device to DMA API functions
Christoph Hellwig
2019-02-12
1
-10
/
+15
*
moxart_ether: pass struct device to DMA API functions
Christoph Hellwig
2019-02-12
2
-4
/
+8
*
pxa168_eth: pass struct device to DMA API functions
Christoph Hellwig
2019-02-12
1
-4
/
+7
*
lantiq_etop: pass struct device to DMA API functions
Christoph Hellwig
2019-02-12
1
-2
/
+4
*
macb_main: pass struct device to DMA API functions
Christoph Hellwig
2019-02-12
1
-4
/
+4
*
au1000_eth: pass struct device to DMA API functions
Christoph Hellwig
2019-02-12
1
-3
/
+3
*
net: caif: pass struct device to DMA API functions
Christoph Hellwig
2019-02-12
1
-14
/
+16
*
mlxsw: spectrum_flower: Fix VLAN modify action support
Ido Schimmel
2019-02-12
1
-2
/
+1
*
mlxsw: spectrum_router: Drop unnecessary WARN_ON_ONCE()
Ido Schimmel
2019-02-12
1
-1
/
+1
*
mlxsw: spectrum: Set LAG port collector only when active
Nir Dotan
2019-02-12
1
-17
/
+45
*
nfp: flower: remove double new line
Jakub Kicinski
2019-02-12
1
-1
/
+0
*
nfp: devlink: include vendor/product info in serial number
Jakub Kicinski
2019-02-11
1
-3
/
+18
*
nfp: devlink: use the generic manufacture identifier instead of vendor
Jakub Kicinski
2019-02-11
1
-1
/
+1
*
net: dsa: microchip: add switch offload forwarding support
Tristram Ha
2019-02-11
1
-3
/
+4
*
net: phy: use phy_modify_changed in genphy_config_advert
Heiner Kallweit
2019-02-10
1
-28
/
+15
*
net: phy: marvell10g: fix usage of new MMD modifying helpers
Heiner Kallweit
2019-02-10
1
-7
/
+6
*
net: phy: add register modifying helpers returning 1 on change
Heiner Kallweit
2019-02-10
1
-9
/
+118
*
net: phy: aquantia: add support for AQCS109
Nikita Yushchenko
2019-02-09
1
-0
/
+12
*
net: dsa: mv88e6xxx: SERDES support 2500BaseT via external PHY
Andrew Lunn
2019-02-09
1
-1
/
+3
*
net: marvell: mvpp2: clear flow control modes in 10G mode
Russell King
2019-02-09
1
-0
/
+5
*
net: phy: Add support for asking the PHY its abilities
Andrew Lunn
2019-02-09
1
-16
/
+15
*
net: phy: probe the PHY before determining the supported features
Andrew Lunn
2019-02-09
1
-11
/
+13
*
net: phy: remove unneeded masking of PHY register read results
Heiner Kallweit
2019-02-09
1
-6
/
+6
*
net: phy: disregard "Clause 22 registers present" bit in get_phy_c45_devs_in_pkg
Heiner Kallweit
2019-02-08
1
-0
/
+3
*
net: marvell: mvpp2: fix AN restart
Russell King
2019-02-08
1
-10
/
+5
*
net: marvell: mvpp2: read correct pause bits
Russell King
2019-02-08
1
-2
/
+2
*
net: marvell: mvpp2: only reprogram what is necessary on mac_config
Russell King
2019-02-08
1
-23
/
+35
*
net: marvell: mvpp2: fix stuck in-band SGMII negotiation
Russell King
2019-02-08
1
-6
/
+11
*
net: marvell: mvpp2: phylink compliance updates
Russell King
2019-02-08
1
-36
/
+61
*
ixgbe: Use struct_size() helper
Gustavo A. R. Silva
2019-02-08
1
-5
/
+5
*
igc: Use struct_size() helper
Gustavo A. R. Silva
2019-02-08
1
-5
/
+4
*
igb: use struct_size() helper
Gustavo A. R. Silva
2019-02-08
1
-3
/
+3
*
net: phy: don't double-read link status register if link is up
Heiner Kallweit
2019-02-08
2
-1
/
+7
*
fm10k: use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-02-08
1
-4
/
+2
*
nfp: flower: cmsg: use struct_size() helper
Gustavo A. R. Silva
2019-02-08
1
-4
/
+2
*
mlxsw: spectrum_router: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-02-08
1
-8
/
+4
*
bnx2x: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-02-08
1
-6
/
+2
*
wimax/i2400m: use struct_size() helper
Gustavo A. R. Silva
2019-02-08
1
-2
/
+2
[next]