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
*
fm10k: Have the VF get the default VLAN during init
Jeff Kirsher
2015-04-14
1
-1
/
+5
*
fm10k: Correct spelling mistake
Jeff Kirsher
2015-04-14
1
-2
/
+2
*
fm10k: Remove redundant rx_errors in ethtool
Jeff Kirsher
2015-04-14
3
-7
/
+4
*
fm10k: Corrected an error in Tx statistics
Jeff Kirsher
2015-04-14
1
-2
/
+2
*
e1000e: Move pm_qos_req to e1000e adapter
Thomas Graf
2015-04-13
2
-4
/
+5
*
ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and key
Vlad Zolotarov
2015-04-11
1
-0
/
+69
*
ixgbevf: Add RSS Key query code
Vlad Zolotarov
2015-04-11
4
-0
/
+57
*
ixgbe: Add GET_RSS_KEY command to VF-PF channel commands set
Vlad Zolotarov
2015-04-11
2
-0
/
+22
*
ixgbevf: Add a RETA query code
Vlad Zolotarov
2015-04-11
5
-1
/
+80
*
ixgbe: Add a RETA query command to VF-PF channel API
Vlad Zolotarov
2015-04-10
2
-0
/
+39
*
ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS info
Vlad Zolotarov
2015-04-10
4
-2
/
+40
*
ixgbe: Add the appropriate ethtool ops to query RSS indirection table and key
Vlad Zolotarov
2015-04-10
3
-1
/
+44
*
ixgbe: Refactor the RSS configuration code
Vlad Zolotarov
2015-04-10
2
-44
/
+112
*
ixgbe: Drop unnecessary call to rcu_barrier
Alexander Duyck
2015-04-10
1
-2
/
+0
*
ixgbe: Remove NETIF_F_HW_VLAN_CTAG_FILTER from hw_features
Alexander Duyck
2015-04-10
1
-1
/
+1
*
ixgbe: adds x550 specific FCoE offloads
Vasu Dev
2015-04-10
3
-27
/
+107
*
ixgbe: add support for X550 source_address_prunning
Don Skidmore
2015-04-10
3
-0
/
+77
*
ixgbe: add new bridge mode support function.
Don Skidmore
2015-04-09
1
-16
/
+34
*
ixgbe: Move bridge mode from flag to variable
Don Skidmore
2015-04-09
3
-19
/
+20
*
e100: Use dma_rmb/wmb where appropriate
Alexander Duyck
2015-04-09
1
-3
/
+3
*
i40e/i40evf: Use dma_rmb where appropriate
Alexander Duyck
2015-04-09
2
-4
/
+4
*
e1000, e1000e: Use dma_rmb instead of rmb for descriptor read ordering
Alexander Duyck
2015-04-08
2
-7
/
+7
*
i40e: Bump to version 1.3.1
Catherine Sullivan
2015-04-03
1
-2
/
+2
*
i40evf: Refactor VF RSS code
Anjali Singhai Jain
2015-04-03
1
-32
/
+11
*
i40evf: protect VLAN filter list
Mitch Williams
2015-04-03
1
-2
/
+22
*
i40e: Communicate VSI id in place of VSI index to the VFs
Anjali Singhai Jain
2015-04-03
4
-53
/
+76
*
i40e: stop flow director on shutdown
Mitch Williams
2015-04-03
1
-0
/
+2
*
i40e: fix up VXLAN messages
Shannon Nelson
2015-04-03
1
-19
/
+19
*
i40e: Don't register/de-register apps on NIC partitions in MFP mode
Neerav Parikh
2015-04-03
1
-0
/
+8
*
i40e/i40evf: Set Ethernet protocol correctly when Tx VLAN offloads are disabled
Greg Rose
2015-04-03
2
-0
/
+27
*
i40e: warn at the right time
Mitch Williams
2015-04-03
1
-3
/
+2
*
i40e: fix invalid void return in FCoE code
Jesse Brandeburg
2015-04-03
1
-2
/
+1
*
i40e/i40evf: fix bug when skb allocation fails
Jesse Brandeburg
2015-04-03
2
-2
/
+8
*
i40e: Change some memcpys to struct assignments
Jesse Brandeburg
2015-04-03
1
-11
/
+8
*
i40e: Print some more info to help figure out the cause of HMC error
Anjali Singhai Jain
2015-04-03
1
-0
/
+3
*
i40e: validate VSI param from VFs
Mitch Williams
2015-04-03
1
-0
/
+2
*
i40evf: Fix Outer UDP RX checksum code
Anjali Singhai Jain
2015-04-03
1
-11
/
+13
*
ptp: ixgbe: use helpers for converting ns to timespec.
Richard Cochran
2015-03-31
1
-5
/
+2
*
ptp: igb: use helpers for converting ns to timespec.
Richard Cochran
2015-03-31
1
-5
/
+2
*
ptp: e1000e: use helpers for converting ns to timespec.
Richard Cochran
2015-03-31
1
-3
/
+1
*
ethernet: Use bool function returns of true/false instead of 1/0
Joe Perches
2015-03-31
1
-2
/
+2
*
Merge branch 'ptp-2038'
David S. Miller
2015-03-31
5
-54
/
+57
|
\
|
*
ptp: ixgbe: convert to the 64 bit get/set time methods.
Richard Cochran
2015-03-31
1
-7
/
+7
|
*
ptp: igb: convert to the 64 bit get/set time methods.
Richard Cochran
2015-03-31
1
-20
/
+21
|
*
ptp: i40e: convert to the 64 bit get/set time methods.
Richard Cochran
2015-03-31
1
-13
/
+13
|
*
ptp: fm10k: convert to the 64 bit get/set time methods.
Richard Cochran
2015-03-31
1
-6
/
+6
|
*
ptp: e1000e: convert to the 64 bit get/set time methods.
Richard Cochran
2015-03-31
1
-8
/
+8
|
/
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2015-03-29
10
-24
/
+46
|
\
|
*
i40e: Bump version to 1.2.43
Catherine Sullivan
2015-03-27
1
-1
/
+1
|
*
i40evf: add FW version to ethtool info
Mitch Williams
2015-03-27
1
-1
/
+1
[next]