| Commit message (Expand) | Author | Age | Files | Lines |
* | amd-xgbe: Incorporate Smatch coding suggestion | Lendacky, Thomas | 2014-11-21 | 1 | -1/+2 |
* | amd-xgbe: Tx engine must not be active before stopping it | Lendacky, Thomas | 2014-11-21 | 3 | -7/+74 |
* | amd-xgbe: Add a read memory barrier to Tx/Rx path | Lendacky, Thomas | 2014-11-21 | 2 | -0/+7 |
* | amd-xgbe: use netdev_rss_key_fill() helper | Eric Dumazet | 2014-11-16 | 1 | -1/+1 |
* | amd-xgbe: fix ->rss_hash_type | Dan Carpenter | 2014-11-13 | 1 | -1/+1 |
* | amd-xgbe: Fix sparse endian warnings | Lendacky, Thomas | 2014-11-12 | 1 | -4/+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: Add receive side scaling ethtool support | Lendacky, Thomas | 2014-11-05 | 3 | -0/+96 |
* | amd-xgbe: Provide support for receive side scaling | Lendacky, Thomas | 2014-11-05 | 5 | -2/+233 |
* | amd-xgbe: Add support for per DMA channel interrupts | Lendacky, Thomas | 2014-11-05 | 4 | -49/+209 |
* | amd-xgbe: Implement split header receive support | Lendacky, Thomas | 2014-11-05 | 5 | -111/+201 |
* | amd-xgbe: Use page allocations for Rx buffers | Lendacky, Thomas | 2014-11-05 | 4 | -127/+196 |
* | amd-xgbe: Use the u32 data type for descriptors | Lendacky, Thomas | 2014-11-05 | 1 | -4/+4 |
* | amd-xgbe: Rename pre_xmit function to dev_xmit | Lendacky, Thomas | 2014-11-05 | 3 | -6/+6 |
* | amd-xgbe: Move ring allocation to device open | Lendacky, Thomas | 2014-11-05 | 3 | -70/+93 |
* | 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 | 6 | -96/+136 |
|\ |
|
| * | amd-xgbe: Enable interrupts for all management counters | Lendacky, Thomas | 2014-09-05 | 1 | -2/+2 |
| * | amd-xgbe: Treat certain counter registers as 64 bit | Lendacky, Thomas | 2014-09-05 | 1 | -82/+108 |
| * | amd-xgbe: Fix initialization of the wrong spin lock | Lendacky, Thomas | 2014-09-02 | 1 | -1/+1 |
| * | amd-xgbe: Use the Tx queue count for Tx flow control support | Lendacky, Thomas | 2014-09-01 | 1 | -2/+2 |
| * | amd-xgbe: Fix the xpcs mmd debugfs support | Lendacky, Thomas | 2014-09-01 | 1 | -4/+4 |
| * | amd-xgbe: Reported fifo size from hardware is not correct | Lendacky, Thomas | 2014-09-01 | 2 | -2/+7 |
| * | amd-xgbe: Check for Tx hardware queue flushing support | Lendacky, Thomas | 2014-09-01 | 4 | -3/+12 |
* | | amd-xgbe: Checkpatch driver fixes | Lendacky, Thomas | 2014-09-05 | 11 | -26/+2 |
|/ |
|
* | 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 | 2 | -99/+121 |
* | amd-xgbe: Use dma_set_mask_and_coherent to set DMA mask | Lendacky, Thomas | 2014-08-05 | 1 | -2/+5 |
* | amd-xgbe: Remove unnecessary spinlocks | Lendacky, Thomas | 2014-08-02 | 2 | -20/+5 |
* | amd-xgbe: Add traffic class support | Lendacky, Thomas | 2014-07-30 | 7 | -27/+498 |
* | amd-xgbe: Base queue fifo size and enablement on ring count | Lendacky, Thomas | 2014-07-30 | 3 | -22/+33 |
* | amd-xgbe: Update/fix 2.5GbE support | Lendacky, Thomas | 2014-07-30 | 1 | -4/+13 |
* | amd-xgbe: Add hardware timestamp support | Lendacky, Thomas | 2014-07-30 | 9 | -52/+943 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-07-30 | 1 | -1/+2 |
|\ |
|
| * | amd-xgbe: Fix error return code in xgbe_probe() | Wei Yongjun | 2014-07-23 | 1 | -1/+2 |
* | | amd-xgbe: Remove the adjustments needed for fixed speed | Lendacky, Thomas | 2014-07-15 | 2 | -14/+0 |
* | | amd-xgbe: Base AXI DMA cache settings on device tree | Lendacky, Thomas | 2014-07-07 | 3 | -18/+37 |
* | | amd-xgbe: Performance enhancements | Lendacky, Thomas | 2014-07-07 | 4 | -78/+100 |
* | | amd-xgbe: Call netif_napi_del on ndo_stop operation | Lendacky, Thomas | 2014-07-07 | 1 | -3/+6 |
* | | amd-xgbe: Clear the proper MTL interrupt register | Lendacky, Thomas | 2014-07-07 | 1 | -1/+1 |
* | | amd-xgbe: Fix debugfs compatibility change with kstrtouint | Lendacky, Thomas | 2014-07-07 | 1 | -2/+2 |
* | | amd-xgbe: Resolve checkpatch warning about sscanf usage | Lendacky, Thomas | 2014-06-26 | 1 | -5/+4 |
* | | amd-xgbe: Change destination address filtering support | Lendacky, Thomas | 2014-06-26 | 5 | -69/+115 |
* | | amd-xgbe: Add support for VLAN filtering | Lendacky, Thomas | 2014-06-26 | 5 | -14/+164 |
* | | amd-xgbe: VLAN Rx tag stripping fix | Lendacky, Thomas | 2014-06-26 | 1 | -1/+3 |
* | | amd-xgbe: VLAN Tx tag insertion fix | Lendacky, Thomas | 2014-06-26 | 2 | -0/+8 |
* | | amd-xgbe: Make defines in xgbe.h unique | Lendacky, Thomas | 2014-06-26 | 5 | -100/+102 |
|/ |
|