index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
Commit message (
Expand
)
Author
Age
Files
Lines
*
ixgbe: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
2014-02-18
1
-12
/
+4
*
igbvf: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
2014-02-18
1
-3
/
+3
*
igb: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
2014-02-18
1
-4
/
+5
*
i40e: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
2014-02-18
1
-27
/
+6
*
e1000e: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
2014-02-18
1
-4
/
+7
*
benet: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
2014-02-18
1
-18
/
+13
*
enic: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
2014-02-18
1
-2
/
+4
*
cxgb4vf: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
2014-02-18
1
-18
/
+16
*
cxgb4vf: Remove superfluous call to pci_disable_msix()
Alexander Gordeev
2014-02-18
1
-1
/
+0
*
cxgb4: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
2014-02-18
1
-26
/
+24
*
cxgb3: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
2014-02-18
1
-14
/
+9
*
cxgb3: Remove superfluous call to pci_disable_msix()
Alexander Gordeev
2014-02-18
1
-3
/
+0
*
bna: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
2014-02-18
1
-14
/
+9
*
tg3: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
2014-02-18
1
-4
/
+2
*
bnx2x: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
2014-02-18
1
-26
/
+20
*
bnx2: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
2014-02-18
1
-11
/
+4
*
gianfar: Remove clean_rx_ring race from gfar_ethtool
Claudiu Manoil
2014-02-18
1
-55
/
+8
*
gianfar: Add missing graceful reset steps and fixes
Claudiu Manoil
2014-02-18
3
-30
/
+31
*
gianfar: Factor out enabling/disabling of hw interrupts
Claudiu Manoil
2014-02-18
1
-30
/
+30
*
gianfar: Remove useless HAS_PADDING device flag
Claudiu Manoil
2014-02-18
2
-13
/
+3
*
gianfar: Remove sysfs stubs for FIFOCFG and stashing
Claudiu Manoil
2014-02-18
4
-378
/
+28
*
gianfar: Cleanup/Fix gfar_probe and the hw init code
Claudiu Manoil
2014-02-18
2
-177
/
+188
*
net: i40evf: Remove duplicate include
Sachin Kamat
2014-02-17
1
-2
/
+0
*
net:cpsw: Pass unhandled ioctl's on to generic phy ioctl
Stefan Sørensen
2014-02-17
1
-7
/
+3
*
net: introduce netdev_alloc_pcpu_stats() for drivers
WANG Cong
2014-02-14
1
-8
/
+1
*
net: bcmgenet: hook into the build system
Florian Fainelli
2014-02-14
3
-0
/
+14
*
net: bcmgenet: add MDIO routines
Florian Fainelli
2014-02-14
1
-0
/
+464
*
net: bcmgenet: add main driver file
Florian Fainelli
2014-02-14
1
-0
/
+2595
*
net: bcmgenet: add driver definitions and private structure
Florian Fainelli
2014-02-14
1
-0
/
+630
*
be2net: refactor multi-channel config code for Skyhawk-R chip
Vasundhara Volam
2014-02-13
5
-32
/
+127
*
be2net: Update copyright year
Vasundhara Volam
2014-02-13
8
-8
/
+8
*
be2net: Log a kernel message when UE is detected in BE & Skyhawk
Somnath Kotur
2014-02-13
1
-41
/
+41
*
sh_eth: use ETH_ZLEN instead of home-grown #define
Sergei Shtylyov
2014-02-13
2
-4
/
+3
*
i40evf: refactor reset handling
Mitch Williams
2014-02-13
3
-39
/
+130
*
i40evf: change type of flags variable
Mitch Williams
2014-02-13
1
-1
/
+1
*
i40evf: don't store unnecessary array of strings
Mitch Williams
2014-02-13
2
-4
/
+5
*
i40evf: fix bogus comment
Mitch Williams
2014-02-13
1
-2
/
+1
*
i40evf: clean up adapter struct
Mitch Williams
2014-02-13
1
-28
/
+1
*
i40e: don't handle VF reset on unload
Mitch Williams
2014-02-13
2
-6
/
+7
*
i40e: enable extant VFs
Mitch Williams
2014-02-13
3
-8
/
+21
*
i40e: reset VFs after PF reset
Mitch Williams
2014-02-13
1
-0
/
+5
*
i40e: set VF state to active when reset is complete
Mitch Williams
2014-02-13
1
-0
/
+1
*
i40e: remove dead code
Mitch Williams
2014-02-13
1
-9
/
+1
*
i40e: Setting i40e_down bit for tx_timeout
Akeem G Abodunrin
2014-02-13
1
-0
/
+1
*
i40evf: clean up memsets
Mitch Williams
2014-02-13
1
-3
/
+2
*
i40evf: trivial fixes
Jesse Brandeburg
2014-02-13
2
-6
/
+4
*
i40e: bump driver version
Jesse Brandeburg
2014-02-13
1
-1
/
+1
*
i40e: spelling error
Jesse Brandeburg
2014-02-13
2
-2
/
+2
*
bnx2x: utilize FW 7.8.19
Dmitry Kravkov
2014-02-12
2
-3
/
+3
*
bnx2x: (semantic) revise scheduling of sp_rtnl
Yuval Mintz
2014-02-12
6
-44
/
+32
[next]