| Commit message (Expand) | Author | Age | Files | Lines |
* | am2150: Update nmclan_cs.c to use update PCMCIA API | Jeff Kirsher | 2014-09-22 | 1 | -1/+1 |
* | ethernet: amd: use pr_info_once() | Varka Bhadram | 2014-09-13 | 1 | -4/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-09-08 | 6 | -96/+136 |
|\ |
|
| * | amd-xgbe: Enable interrupts for all management counters | Lendacky, Thomas | 2014-09-06 | 1 | -2/+2 |
| * | amd-xgbe: Treat certain counter registers as 64 bit | Lendacky, Thomas | 2014-09-06 | 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-02 | 1 | -2/+2 |
| * | amd-xgbe: Fix the xpcs mmd debugfs support | Lendacky, Thomas | 2014-09-02 | 1 | -4/+4 |
| * | amd-xgbe: Reported fifo size from hardware is not correct | Lendacky, Thomas | 2014-09-02 | 2 | -2/+7 |
| * | amd-xgbe: Check for Tx hardware queue flushing support | Lendacky, Thomas | 2014-09-02 | 4 | -3/+12 |
* | | amd-xgbe: Checkpatch driver fixes | Lendacky, Thomas | 2014-09-06 | 11 | -26/+2 |
|/ |
|
* | Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-08-15 | 1 | -1/+1 |
|\ |
|
| * | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 2014-08-12 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-08-14 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | amd: xgbe: fix duplicate #include of linux/phy.h | Jean Sacren | 2014-08-08 | 1 | -1/+0 |
* | | drivers/net/ethernet/amd/pcnet32.c: neaten and remove unnecessary OOM messages | Joe Perches | 2014-08-09 | 1 | -25/+18 |
* | | amd: use pci_zalloc_consistent | Joe Perches | 2014-08-09 | 1 | -10/+8 |
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2014-08-07 | 1 | -12/+137 |
|\ \
| |/
|/| |
|
| * | MIPS: Alchemy: remove au_read/write/sync | Manuel Lauss | 2014-07-30 | 1 | -12/+19 |
| * | MIPS: Alchemy: move ethernet registers to ethernet driver | Manuel Lauss | 2014-07-30 | 1 | -0/+118 |
* | | amd-xgbe: Perform phy connect/disconnect at dev open/stop | Lendacky, Thomas | 2014-08-06 | 2 | -99/+121 |
* | | amd-xgbe: Use dma_set_mask_and_coherent to set DMA mask | Lendacky, Thomas | 2014-08-06 | 1 | -2/+5 |
* | | amd-xgbe: Remove unnecessary spinlocks | Lendacky, Thomas | 2014-08-03 | 2 | -20/+5 |
* | | amd-xgbe: Add traffic class support | Lendacky, Thomas | 2014-07-31 | 8 | -27/+508 |
* | | amd-xgbe: Base queue fifo size and enablement on ring count | Lendacky, Thomas | 2014-07-31 | 3 | -22/+33 |
* | | amd-xgbe: Update/fix 2.5GbE support | Lendacky, Thomas | 2014-07-31 | 1 | -4/+13 |
* | | amd-xgbe: Add hardware timestamp support | Lendacky, Thomas | 2014-07-31 | 10 | -52/+944 |
* | | 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-16 | 2 | -14/+0 |
* | | ethernet: amd: fix 'foo* bar' | Varka Bhadram | 2014-07-15 | 1 | -36/+40 |
* | | ethernet: amd: fix pci device ids | Varka Bhadram | 2014-07-15 | 1 | -9/+11 |
* | | ethernet: amd: fix comment styles | Varka Bhadram | 2014-07-15 | 1 | -95/+86 |
* | | ethernet: amd: dynamic debug fixes | Varka Bhadram | 2014-07-15 | 1 | -32/+26 |
* | | ethernet: amd: use devm_ioremap() | Varka Bhadram | 2014-07-15 | 1 | -5/+2 |
* | | ethernet: amd: move amd111e_remove_one after probe | Varka Bhadram | 2014-07-15 | 1 | -12/+13 |
* | | declance: Fix 64-bit compilation warnings | Maciej W. Rozycki | 2014-07-08 | 1 | -6/+6 |
* | | amd-xgbe: Base AXI DMA cache settings on device tree | Lendacky, Thomas | 2014-07-08 | 3 | -18/+37 |
* | | amd-xgbe: Performance enhancements | Lendacky, Thomas | 2014-07-08 | 4 | -78/+100 |
* | | amd-xgbe: Call netif_napi_del on ndo_stop operation | Lendacky, Thomas | 2014-07-08 | 1 | -3/+6 |
* | | amd-xgbe: Clear the proper MTL interrupt register | Lendacky, Thomas | 2014-07-08 | 1 | -1/+1 |
* | | amd-xgbe: Fix debugfs compatibility change with kstrtouint | Lendacky, Thomas | 2014-07-08 | 1 | -2/+2 |
* | | amd-xgbe: Resolve checkpatch warning about sscanf usage | Lendacky, Thomas | 2014-06-27 | 1 | -5/+4 |
* | | amd-xgbe: Change destination address filtering support | Lendacky, Thomas | 2014-06-27 | 6 | -69/+116 |
* | | amd-xgbe: Add support for VLAN filtering | Lendacky, Thomas | 2014-06-27 | 6 | -14/+165 |
* | | amd-xgbe: VLAN Rx tag stripping fix | Lendacky, Thomas | 2014-06-27 | 1 | -1/+3 |
* | | amd-xgbe: VLAN Tx tag insertion fix | Lendacky, Thomas | 2014-06-27 | 2 | -0/+8 |
* | | amd-xgbe: Make defines in xgbe.h unique | Lendacky, Thomas | 2014-06-27 | 5 | -100/+102 |
|/ |
|
* | amd-xgbe: unwind on error in xgbe_mdio_register() | Dan Carpenter | 2014-06-12 | 1 | -1/+1 |
* | amd-xgbe: Rename MAX_DMA_CHANNELS to avoid powerpc conflict | Lendacky, Thomas | 2014-06-11 | 2 | -2/+2 |