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