Age | Commit message (Expand) | Author | Files | Lines |
2014-11-21 | amd-xgbe: Remove unused variable | Lendacky, Thomas | 2 | -2/+0 |
2014-11-21 | amd-xgbe: Add BQL support | Lendacky, Thomas | 3 | -1/+51 |
2014-11-21 | amd-xgbe: Separate Tx/Rx ring data fields into new structs | Lendacky, Thomas | 4 | -46/+54 |
2014-11-21 | amd-xgbe: Incorporate Smatch coding suggestion | Lendacky, Thomas | 1 | -1/+2 |
2014-11-21 | amd-xgbe: Tx engine must not be active before stopping it | Lendacky, Thomas | 3 | -7/+74 |
2014-11-21 | amd-xgbe: Add a read memory barrier to Tx/Rx path | Lendacky, Thomas | 2 | -0/+7 |
2014-11-16 | amd-xgbe: use netdev_rss_key_fill() helper | Eric Dumazet | 1 | -1/+1 |
2014-11-13 | amd-xgbe: fix ->rss_hash_type | Dan Carpenter | 1 | -1/+1 |
2014-11-12 | amd-xgbe: Fix sparse endian warnings | Lendacky, Thomas | 1 | -4/+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: Let AMD_XGBE depend on HAS_IOMEM | Lendacky, Thomas | 1 | -1/+1 |
2014-11-06 | amd-xgbe: Fix a spelling error | Lendacky, Thomas | 1 | -2/+2 |
2014-11-06 | amd-xgbe: Add receive side scaling ethtool support | Lendacky, Thomas | 3 | -0/+96 |
2014-11-06 | amd-xgbe: Provide support for receive side scaling | Lendacky, Thomas | 5 | -2/+233 |
2014-11-06 | amd-xgbe: Add support for per DMA channel interrupts | Lendacky, Thomas | 4 | -49/+209 |
2014-11-06 | amd-xgbe: Implement split header receive support | Lendacky, Thomas | 5 | -111/+201 |
2014-11-06 | amd-xgbe: Use page allocations for Rx buffers | Lendacky, Thomas | 4 | -127/+196 |
2014-11-06 | amd-xgbe: Use the u32 data type for descriptors | Lendacky, Thomas | 1 | -4/+4 |
2014-11-06 | amd-xgbe: Rename pre_xmit function to dev_xmit | Lendacky, Thomas | 3 | -6/+6 |
2014-11-06 | amd-xgbe: Move ring allocation to device open | Lendacky, Thomas | 3 | -70/+93 |
2014-11-04 | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 2 | -2/+0 |
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-10-20 | net: ethernet: amd: drop owner assignment from platform_drivers | Wolfram Sang | 2 | -2/+0 |
2014-09-22 | am2150: Update nmclan_cs.c to use update PCMCIA API | Jeff Kirsher | 1 | -1/+1 |
2014-09-13 | ethernet: amd: use pr_info_once() | Varka Bhadram | 1 | -4/+2 |
2014-09-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -96/+136 |
2014-09-06 | amd-xgbe: Enable interrupts for all management counters | Lendacky, Thomas | 1 | -2/+2 |
2014-09-06 | amd-xgbe: Treat certain counter registers as 64 bit | Lendacky, Thomas | 1 | -82/+108 |
2014-09-06 | amd-xgbe: Checkpatch driver fixes | Lendacky, Thomas | 11 | -26/+2 |
2014-09-03 | amd-xgbe: Fix initialization of the wrong spin lock | Lendacky, Thomas | 1 | -1/+1 |
2014-09-02 | amd-xgbe: Use the Tx queue count for Tx flow control support | Lendacky, Thomas | 1 | -2/+2 |
2014-09-02 | amd-xgbe: Fix the xpcs mmd debugfs support | Lendacky, Thomas | 1 | -4/+4 |
2014-09-02 | amd-xgbe: Reported fifo size from hardware is not correct | Lendacky, Thomas | 2 | -2/+7 |
2014-09-02 | amd-xgbe: Check for Tx hardware queue flushing support | Lendacky, Thomas | 4 | -3/+12 |
2014-08-15 | Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2014-08-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+0 |
2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 1 | -1/+1 |
2014-08-09 | drivers/net/ethernet/amd/pcnet32.c: neaten and remove unnecessary OOM messages | Joe Perches | 1 | -25/+18 |
2014-08-09 | amd: use pci_zalloc_consistent | Joe Perches | 1 | -10/+8 |
2014-08-08 | amd: xgbe: fix duplicate #include of linux/phy.h | Jean Sacren | 1 | -1/+0 |
2014-08-07 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -12/+137 |
2014-08-06 | amd-xgbe: Perform phy connect/disconnect at dev open/stop | Lendacky, Thomas | 2 | -99/+121 |
2014-08-06 | amd-xgbe: Use dma_set_mask_and_coherent to set DMA mask | Lendacky, Thomas | 1 | -2/+5 |
2014-08-03 | amd-xgbe: Remove unnecessary spinlocks | Lendacky, Thomas | 2 | -20/+5 |
2014-07-31 | amd-xgbe: Add traffic class support | Lendacky, Thomas | 8 | -27/+508 |
2014-07-31 | amd-xgbe: Base queue fifo size and enablement on ring count | Lendacky, Thomas | 3 | -22/+33 |
2014-07-31 | amd-xgbe: Update/fix 2.5GbE support | Lendacky, Thomas | 1 | -4/+13 |
2014-07-31 | amd-xgbe: Add hardware timestamp support | Lendacky, Thomas | 10 | -52/+944 |