| Commit message (Expand) | Author | Age | Files | Lines |
* | amd-xgbe: Add support for the netdev Tx watchdog | Lendacky, Thomas | 2015-04-09 | 1 | -0/+9 |
* | amd-xgbe: Move Rx mode configuration into init | Lendacky, Thomas | 2015-04-09 | 1 | -11/+1 |
* | amd-xgbe: Allow rx-frames coalescing to be changed anytime | Lendacky, Thomas | 2015-04-09 | 1 | -1/+1 |
* | amd-xgbe: Use napi_alloc_skb when allocating skb in softirq | Lendacky, Thomas | 2015-03-20 | 1 | -4/+3 |
* | amd-xgbe: Fix Rx coalescing reporting | Lendacky, Thomas | 2015-03-20 | 1 | -0/+1 |
* | amd-xgbe: Remove Tx coalescing | Lendacky, Thomas | 2015-03-20 | 1 | -11/+5 |
* | amd-xgbe: Set DMA mask based on hardware register value | Lendacky, Thomas | 2015-03-20 | 1 | -0/+16 |
* | amd-xgbe: Use the new DMA memory barriers where appropriate | Lendacky, Thomas | 2015-03-20 | 1 | -1/+4 |
* | amd-xgbe: Request IRQs only after driver is fully setup | Lendacky, Thomas | 2015-02-27 | 1 | -82/+93 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-02-09 | 1 | -5/+6 |
|\ |
|
| * | amd-xgbe: Check per channel DMA interrupt use in main ISR | Lendacky, Thomas | 2015-02-07 | 1 | -5/+6 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-02-05 | 1 | -1/+3 |
|\| |
|
| * | amd-xgbe: Set RSS enablement based on hardware features | Lendacky, Thomas | 2015-02-04 | 1 | -0/+1 |
| * | amd-xgbe: Adjust for zero-based traffic class count | Lendacky, Thomas | 2015-02-04 | 1 | -1/+2 |
* | | amd-xgbe: Remove need for Tx path spinlock | Lendacky, Thomas | 2015-01-16 | 1 | -20/+1 |
* | | amd-xgbe: Simplify the Rx desciptor ring tracking | Lendacky, Thomas | 2015-01-16 | 1 | -4/+21 |
* | | amd-xgbe: Clear all state during a device restart | Lendacky, Thomas | 2015-01-16 | 1 | -6/+5 |
* | | amd-xgbe: Checkpatch fixes | Lendacky, Thomas | 2015-01-16 | 1 | -1/+1 |
* | | net: rename vlan_tx_* helpers since "tx" is misleading there | Jiri Pirko | 2015-01-13 | 1 | -4/+4 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-12-10 | 1 | -1/+1 |
|\ |
|
| * | amd-xgbe: Prevent Tx cleanup stall | Lendacky, Thomas | 2014-12-09 | 1 | -1/+1 |
* | | amd-xgbe: Use disable_irq_nosync when in IRQ context | Lendacky, Thomas | 2014-12-09 | 1 | -1/+1 |
* | | amd-xgbe: IRQ names require allocated memory | Lendacky, Thomas | 2014-12-09 | 1 | -4/+4 |
* | | amd-xgbe: Add support for the skb->xmit_more flag | Lendacky, Thomas | 2014-11-21 | 1 | -6/+31 |
* | | amd-xgbe: Add BQL support | Lendacky, Thomas | 2014-11-21 | 1 | -1/+42 |
* | | amd-xgbe: Separate Tx/Rx ring data fields into new structs | Lendacky, Thomas | 2014-11-21 | 1 | -14/+14 |
* | | amd-xgbe: Add a read memory barrier to Tx/Rx path | Lendacky, Thomas | 2014-11-21 | 1 | -0/+4 |
* | | amd-xgbe: Check for complete packet on skb allocation error | Lendacky, Thomas | 2014-11-06 | 1 | -2/+2 |
* | | amd-xgbe: Free channel/ring structures later | Lendacky, Thomas | 2014-11-06 | 1 | -3/+3 |
* | | amd-xgbe: Fix a spelling error | Lendacky, Thomas | 2014-11-05 | 1 | -2/+2 |
* | | amd-xgbe: Provide support for receive side scaling | Lendacky, Thomas | 2014-11-05 | 1 | -1/+15 |
* | | amd-xgbe: Add support for per DMA channel interrupts | Lendacky, Thomas | 2014-11-05 | 1 | -42/+184 |
* | | amd-xgbe: Implement split header receive support | Lendacky, Thomas | 2014-11-05 | 1 | -31/+32 |
* | | amd-xgbe: Use page allocations for Rx buffers | Lendacky, Thomas | 2014-11-05 | 1 | -34/+61 |
* | | amd-xgbe: Rename pre_xmit function to dev_xmit | Lendacky, Thomas | 2014-11-05 | 1 | -1/+1 |
* | | amd-xgbe: Move ring allocation to device open | Lendacky, Thomas | 2014-11-05 | 1 | -4/+89 |
|/ |
|
* | amd-xgbe: Fix napi Rx budget accounting | Lendacky, Thomas | 2014-10-22 | 1 | -8/+12 |
* | amd-xgbe: Properly handle feature changes via ethtool | Lendacky, Thomas | 2014-10-22 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-09-07 | 1 | -0/+2 |
|\ |
|
| * | amd-xgbe: Check for Tx hardware queue flushing support | Lendacky, Thomas | 2014-09-01 | 1 | -0/+2 |
* | | amd-xgbe: Checkpatch driver fixes | Lendacky, Thomas | 2014-09-05 | 1 | -1/+0 |
|/ |
|
* | amd: xgbe: fix duplicate #include of linux/phy.h | Jean Sacren | 2014-08-07 | 1 | -1/+0 |
* | amd-xgbe: Perform phy connect/disconnect at dev open/stop | Lendacky, Thomas | 2014-08-05 | 1 | -1/+121 |
* | amd-xgbe: Add traffic class support | Lendacky, Thomas | 2014-07-30 | 1 | -0/+29 |
* | amd-xgbe: Add hardware timestamp support | Lendacky, Thomas | 2014-07-30 | 1 | -41/+331 |
* | amd-xgbe: Performance enhancements | Lendacky, Thomas | 2014-07-07 | 1 | -33/+58 |
* | amd-xgbe: Call netif_napi_del on ndo_stop operation | Lendacky, Thomas | 2014-07-07 | 1 | -3/+6 |
* | amd-xgbe: Change destination address filtering support | Lendacky, Thomas | 2014-06-26 | 1 | -10/+17 |
* | amd-xgbe: Add support for VLAN filtering | Lendacky, Thomas | 2014-06-26 | 1 | -13/+47 |
* | amd-xgbe: Make defines in xgbe.h unique | Lendacky, Thomas | 2014-06-26 | 1 | -13/+15 |