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
/
ethernet
Commit message (
Expand
)
Author
Age
Files
Lines
*
r8169: enable ASPM L0s state
Heiner Kallweit
2021-08-24
1
-3
/
+2
*
cxgb4: improve printing NIC information
Heiner Kallweit
2021-08-24
1
-2
/
+1
*
via-velocity: Use of_device_get_match_data to simplify code
Tang Bin
2021-08-23
1
-4
/
+2
*
via-rhine: Use of_device_get_match_data to simplify code
Tang Bin
2021-08-23
1
-7
/
+2
*
hinic: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-08-23
1
-15
/
+2
*
qlcnic: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-08-23
3
-29
/
+25
*
net/mellanox: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-08-23
4
-34
/
+13
*
net: 8139cp: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-08-23
1
-19
/
+12
*
myri10ge: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-08-23
1
-30
/
+29
*
net: sunhme: Remove unused macros
Christophe JAILLET
2021-08-23
1
-24
/
+0
*
forcedeth: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-08-23
1
-5
/
+1
*
net: jme: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-08-23
1
-44
/
+26
*
net: ec_bhf: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-08-23
1
-9
/
+1
*
net: chelsio: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-08-23
6
-86
/
+63
*
net: broadcom: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-08-23
5
-70
/
+68
*
net: atlantic: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-08-23
1
-9
/
+3
*
Revert "sfc: falcon: Read VPD with pci_vpd_alloc()"
David S. Miller
2021-08-23
1
-14
/
+16
*
Revert "sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()"
David S. Miller
2021-08-23
1
-14
/
+51
*
Revert "cxgb4: Validate VPD checksum with pci_vpd_check_csum()"
David S. Miller
2021-08-23
1
-32
/
+20
*
Revert "bnx2x: Read VPD with pci_vpd_alloc()"
David S. Miller
2021-08-23
2
-10
/
+35
*
Revert "Revert "cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()""
David S. Miller
2021-08-23
1
-40
/
+27
*
Revert "bnx2: Search VPD with pci_vpd_find_ro_info_keyword()"
David S. Miller
2021-08-23
1
-8
/
+25
*
Revert "bnxt: Search VPD with pci_vpd_find_ro_info_keyword()"
David S. Miller
2021-08-23
1
-0
/
+6
*
Revert "bnx2x: Search VPD with pci_vpd_find_ro_info_keyword()"
David S. Miller
2021-08-23
1
-15
/
+42
*
Revert "bnxt: Read VPD with pci_vpd_alloc()"
David S. Miller
2021-08-23
1
-4
/
+9
*
Revert "bnxt: Search VPD with pci_vpd_find_ro_info_keyword()"
David S. Miller
2021-08-23
1
-9
/
+29
*
Revert "cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()"
David S. Miller
2021-08-23
1
-27
/
+40
*
cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
2021-08-22
1
-40
/
+27
*
cxgb4: Remove unused vpd_param member ec
Heiner Kallweit
2021-08-22
2
-6
/
+1
*
cxgb4: Validate VPD checksum with pci_vpd_check_csum()
Heiner Kallweit
2021-08-22
1
-8
/
+4
*
bnxt: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
2021-08-22
1
-29
/
+9
*
bnxt: Read VPD with pci_vpd_alloc()
Heiner Kallweit
2021-08-22
1
-9
/
+4
*
bnx2x: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
2021-08-22
1
-42
/
+15
*
bnx2x: Read VPD with pci_vpd_alloc()
Heiner Kallweit
2021-08-22
2
-35
/
+10
*
bnx2: Replace open-coded version with swab32s()
Heiner Kallweit
2021-08-22
1
-9
/
+4
*
bnx2: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
2021-08-22
1
-25
/
+8
*
sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
2021-08-22
1
-51
/
+14
*
sfc: falcon: Read VPD with pci_vpd_alloc()
Heiner Kallweit
2021-08-22
1
-16
/
+14
*
mlxsw: spectrum_router: Increase parsing depth for multipath hash
Amit Cohen
2021-08-22
2
-1
/
+44
*
mlxsw: Remove old parsing depth infrastructure
Amit Cohen
2021-08-22
2
-69
/
+0
*
mlxsw: Convert existing consumers to use new API for parsing configuration
Amit Cohen
2021-08-22
2
-8
/
+22
*
mlxsw: spectrum: Add infrastructure for parsing configuration
Amit Cohen
2021-08-22
2
-0
/
+94
*
octeontx2-af: cn10k: Use FLIT0 register instead of FLIT1
Geetha sowjanya
2021-08-22
2
-3
/
+3
*
octeontx2-pf: Fix algorithm index in MCAM rules with RSS action
Sunil Goutham
2021-08-22
3
-0
/
+15
*
octeontx2-pf: Don't install VLAN offload rule if netdev is down
Sunil Goutham
2021-08-22
1
-1
/
+2
*
octeontx2-af: Check capability flag while freeing ipolicer memory
Geetha sowjanya
2021-08-22
1
-3
/
+6
*
octeontx2-af: Use DMA_ATTR_FORCE_CONTIGUOUS attribute in DMA alloc
Geetha sowjanya
2021-08-22
1
-5
/
+6
*
octeontx2-pf: send correct vlan priority mask to npc_install_flow_req
Naveen Mamindlapalli
2021-08-22
1
-2
/
+2
*
octeontx2-pf: Don't mask out supported link modes
Hariprasad Kelam
2021-08-22
1
-5
/
+0
*
octeontx2-af: Handle return value in block reset.
Geetha sowjanya
2021-08-22
1
-1
/
+4
[next]