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
*
ixgbevf: merge ixgbevf_tx_map and ixgbevf_tx_queue into a single function
Emil Tantilov
2014-01-17
2
-140
/
+133
*
ixgbevf: redo dma mapping using the tx buffer info
Emil Tantilov
2014-01-17
2
-40
/
+59
*
ixgbevf: make the first tx_buffer a repository for most of the skb info
Emil Tantilov
2014-01-17
2
-95
/
+130
*
ixgbevf: add tx counters
Emil Tantilov
2014-01-17
1
-0
/
+2
*
ixgbevf: remove counters for Tx/Rx checksum offload
Emil Tantilov
2014-01-17
3
-20
/
+9
*
ixgbevf: move ring specific stats into ring specific structure
Emil Tantilov
2014-01-17
3
-44
/
+62
*
ixgbevf: make use of the dev pointer in the ixgbevf_ring struct
Emil Tantilov
2014-01-17
3
-84
/
+61
*
i40e: Fix device ID define names to align to standard
Shannon Nelson
2014-01-17
7
-70
/
+70
*
i40e: add DCB option to Kconfig
Neerav Parikh
2014-01-17
2
-0
/
+10
*
i40e: add DCB and DCBNL support
Neerav Parikh
2014-01-17
4
-20
/
+669
*
i40e: implement DCB support infastructure
Neerav Parikh
2014-01-17
5
-15
/
+712
*
i40e: refactor flow director
Anjali Singhai Jain
2014-01-17
3
-160
/
+221
*
i40e: rename defines
Jesse Brandeburg
2014-01-17
4
-33
/
+33
*
i40e: whitespace fixes
Jesse Brandeburg
2014-01-17
4
-5
/
+5
*
i40e: Change firmware workaround
Jesse Brandeburg
2014-01-17
2
-7
/
+2
*
i40e: fix compile warning on checksum_local
Jesse Brandeburg
2014-01-17
1
-1
/
+1
*
ixgbevf: bump version
Don Skidmore
2014-01-17
1
-1
/
+1
*
ixgbe: bump version number
Don Skidmore
2014-01-17
1
-1
/
+1
*
ixgbe: add braces around else condition in ixgbe_qv_lock_* calls
Jacob Keller
2014-01-17
1
-2
/
+4
*
net: ftgmac100: use kfree_skb() where appropriate
Eric Dumazet
2014-01-17
1
-3
/
+3
*
ixgbe: set driver_max_VFs should be done before enabling SRIOV
ethan.zhao
2014-01-17
1
-1
/
+1
*
ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63
ethan.zhao
2014-01-17
3
-4
/
+9
*
sh_eth: Add support for r7s72100
Simon Horman
2014-01-17
2
-8
/
+119
*
sh_eth: Use bool as return type of sh_eth_is_gether()
Simon Horman
2014-01-17
1
-5
/
+2
*
qlcnic: remove unused code
stephen hemminger
2014-01-17
2
-31
/
+0
*
qlcnic: make local functions static
stephen hemminger
2014-01-17
13
-103
/
+97
*
net: davinci_mdio: Fix sparse warning
Lad, Prabhakar
2014-01-16
1
-1
/
+1
*
i40e: updates to AdminQ interface
Shannon Nelson
2014-01-16
2
-15
/
+8
*
i40e: check desc pointer before printing
Shannon Nelson
2014-01-16
1
-28
/
+39
*
r6040: use ETH_ZLEN instead of MISR for SKB length checking
Florian Fainelli
2014-01-16
1
-2
/
+2
*
r6040: add delays in MDIO read/write polling loops
Florian Fainelli
2014-01-16
1
-0
/
+2
*
vxge: make local functions static
stephen hemminger
2014-01-16
5
-46
/
+5
*
bnad: code cleanup
stephen hemminger
2014-01-16
2
-27
/
+2
*
dm9000: fix a lot of checkpatch issues
Barry Song
2014-01-16
1
-12
/
+11
*
i40e: Remove autogenerated Module.symvers file.
David S. Miller
2014-01-16
1
-0
/
+0
*
net/mlx4_core: clean up srq_res_start_move_to()
Paul Bolle
2014-01-16
1
-30
/
+16
*
net/mlx4_core: clean up cq_res_start_move_to()
Paul Bolle
2014-01-16
1
-33
/
+19
*
ixgbe: Fix incorrect logic for fixed fiber eeprom write
Don Skidmore
2014-01-16
1
-1
/
+1
*
ixgbevf: create function for all of ring init
Don Skidmore
2014-01-16
2
-137
/
+183
*
ixgbevf: Convert ring storage form pointer to an array to array of pointers
Don Skidmore
2014-01-16
3
-86
/
+98
*
ixgbevf: use pci drvdata correctly in ixgbevf_suspend()
Wei Yongjun
2014-01-16
1
-2
/
+2
*
ixgbevf: set the disable state when ixgbevf_qv_disable is called
Jacob Keller
2014-01-16
1
-0
/
+1
*
ixgbe: reinit_locked() should be called with rtnl_lock
John Fastabend
2014-01-16
1
-0
/
+2
*
net: stmmac: notify the PM core of a wakeup event.
Srinivas Kandagatla
2014-01-16
2
-2
/
+8
*
net: stmmac: restore pinstate in pm resume.
Srinivas Kandagatla
2014-01-16
1
-0
/
+3
*
net: stmmac: use suspend functions for hibernation
Srinivas Kandagatla
2014-01-16
3
-50
/
+12
*
net: stmmac: fix power management suspend-resume case
Srinivas Kandagatla
2014-01-16
1
-6
/
+7
*
net: stmmac: make stmmac_mdio_reset non-static
Srinivas Kandagatla
2014-01-16
2
-1
/
+2
*
net: stmmac: move hardware setup for stmmac_open to new function
Srinivas Kandagatla
2014-01-16
1
-67
/
+88
*
net: stmmac: move dma allocation to new function
Srinivas Kandagatla
2014-01-16
1
-84
/
+85
[next]