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
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
e1000e: fix compiler warning (maybe-unitialized variable)
David Ertman
2013-12-17
1
-2
/
+5
|
*
e1000e: fix compiler warnings
David Ertman
2013-12-17
1
-3
/
+7
*
|
i40e: Do not allow AQ calls from ndo-ops
Anjali Singhai Jain
2014-01-06
1
-17
/
+13
*
|
i40e: check asq alive before notify
Anjali Singhai Jain
2014-01-06
1
-1
/
+2
*
|
i40e: Admin queue shutdown fixes
Anjali Singhai Jain
2014-01-06
4
-28
/
+44
*
|
i40e: Hide the Port VLAN VLAN ID
Greg Rose
2014-01-06
1
-1
/
+1
*
|
i40e: use correct struct for get and update vsi params
Shannon Nelson
2014-01-06
1
-6
/
+6
*
|
i40e: Fix VF driver MAC address configuration
Greg Rose
2014-01-06
2
-13
/
+48
*
|
i40e: support VFs on PFs other than 0
Mitch Williams
2014-01-06
1
-8
/
+10
*
|
i40e: acknowledge VFLR when disabling SR-IOV
Mitch Williams
2014-01-06
1
-2
/
+13
*
|
i40e: don't allocate zero size
Mitch Williams
2014-01-06
1
-0
/
+1
*
|
i40e: use struct assign instead of memcpy
Mitch Williams
2014-01-06
1
-1
/
+1
*
|
i40e: Do not enable default port on the VEB
Greg Rose
2014-01-06
1
-1
/
+1
*
|
i40e: avoid unnecessary register read
Mitch Williams
2014-01-06
1
-2
/
+1
*
|
i40e: fix whitespace
Jesse Brandeburg
2014-01-06
1
-0
/
+1
*
|
i40e: Fix SR-IOV VF port VLAN
Greg Rose
2014-01-05
3
-5
/
+20
*
|
i40e: Record dma buffer info for dummy packets
Anjali Singhai Jain
2014-01-05
1
-1
/
+8
*
|
i40e: remove un-necessary io-write
Anjali Singhai Jain
2014-01-05
1
-4
/
+0
*
|
i40e: Remove unnecessary prototypes
Anjali Singhai Jain
2014-01-05
1
-7
/
+0
*
|
i40e: I40E_FLAG_MQ_ENABLED is not used
Neerav Parikh
2014-01-05
2
-19
/
+14
*
|
i40e: Fix ring allocation
Neerav Parikh
2014-01-05
2
-13
/
+4
*
|
i40e: catch unset q_vector
Shannon Nelson
2014-01-04
1
-1
/
+2
*
|
i40e: keep allocated memory in structs
David Cassard
2014-01-04
3
-69
/
+51
*
|
i40e: fix error handling when alloc of vsi array fails
Shannon Nelson
2014-01-04
1
-1
/
+2
*
|
i40e: reinit buffer size each time
Mitch Williams
2014-01-04
1
-1
/
+1
*
|
i40e: use functions to enable and disable icr 0
Mitch Williams
2014-01-04
3
-15
/
+20
*
|
i40e: add header file flag _I40E_TXRX_H_
Vasu Dev
2014-01-04
1
-0
/
+4
*
|
i40e: guard against vf message races
Mitch Williams
2014-01-04
1
-5
/
+18
*
|
i40e: fix constant cast issues
Jesse Brandeburg
2014-01-04
1
-4
/
+4
*
|
i40e: Change the ethtool NVM read method to use AQ
Anjali Singhai Jain
2014-01-04
1
-22
/
+46
*
|
i40e: fix mac address checking
Jesse Brandeburg
2014-01-04
3
-29
/
+1
*
|
i40e: Dump the whole NVM, not half
Anjali Singhai Jain
2014-01-04
2
-3
/
+3
*
|
i40e: report VF MAC addresses correctly
Mitch Williams
2014-01-03
1
-6
/
+1
*
|
i40e: update led set args
Jesse Brandeburg
2014-01-03
3
-31
/
+69
*
|
i40e: make a define from a large constant
Mitch Williams
2014-01-03
2
-20
/
+21
*
|
i40e: be more informative
Mitch Williams
2014-01-03
1
-1
/
+2
*
|
i40e: fix error return
Mitch Williams
2014-01-03
1
-1
/
+1
*
|
i40e: remove chatty log messages
Mitch Williams
2014-01-03
1
-15
/
+5
*
|
i40e: remove redundant code
Mitch Williams
2014-01-03
1
-219
/
+4
*
|
i40e: refactor VF reset flow
Mitch Williams
2014-01-03
4
-108
/
+99
*
|
i40e: move i40e_reset_vf
Mitch Williams
2014-01-03
1
-128
/
+128
*
|
i40e: Rx checksum offload for VXLAN
Joseph Gasparakis
2014-01-03
3
-28
/
+81
*
|
i40e: Implementation of VXLAN ndo's
Jeff Kirsher
2014-01-03
7
-1
/
+244
*
|
i40e: fix curly brace use and return type
Shannon Nelson
2014-01-03
1
-4
/
+3
*
|
i40e: add wake-on-lan support
Shannon Nelson
2014-01-03
4
-4
/
+56
*
|
i40e: Populate and check pci bus speed and width
Catherine Sullivan
2014-01-03
3
-0
/
+68
*
|
i40e: Suppress HMC error to Interrupt message level
Anjali Singhai Jain
2014-01-03
1
-9
/
+9
*
|
i40e: using for_each_set_bit to simplify the code
Wei Yongjun
2014-01-03
1
-52
/
+12
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2014-01-01
22
-0
/
+16092
|
\
\
|
*
|
i40evf: A0 silicon specific
Greg Rose
2013-12-31
3
-6
/
+36
[prev]
[next]