summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/xgbe/xgbe-main.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-17amd-xgbe: Mask auto-negotiation interrupts in ISRLendacky, Thomas1-3/+3
2015-11-07Merge branch 'acpi-pci'Rafael J. Wysocki1-1/+7
2015-11-07device property: ACPI: Make use of the new DMA Attribute APIsSuthikulpanit, Suravee1-1/+7
2015-10-05amd-xgbe: Use proper DT / ACPI precedence checkingLendacky, Thomas1-1/+1
2015-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-44/+340
2015-06-15amd-xgbe: Unify coherency checking logic with device_dma_is_coherent()Suthikulpanit, Suravee1-26/+1
2015-05-15amd-xgbe: Remove manual check and set of dma_mask pointerLendacky, Thomas1-2/+0
2015-05-15amd-xgbe: Support defining PHY resources in ETH device nodeLendacky, Thomas1-8/+15
2015-05-15amd-xgbe: Move the PHY support into amd-xgbeLendacky, Thomas1-40/+320
2015-05-15amd-xgbe: Add netif_* message support to the driverLendacky, Thomas1-2/+13
2015-04-10amd-xgbe: Add support for the netdev Tx watchdogLendacky, Thomas1-0/+3
2015-03-20amd-xgbe: Set DMA mask based on hardware register valueLendacky, Thomas1-9/+10
2015-01-17amd-xgbe: Add ACPI supportLendacky, Thomas1-44/+158
2015-01-17amd-xgbe: Clear all state during a device restartLendacky, Thomas1-0/+1
2014-11-16amd-xgbe: use netdev_rss_key_fill() helperEric Dumazet1-1/+1
2014-11-06amd-xgbe: Provide support for receive side scalingLendacky, Thomas1-0/+16
2014-11-06amd-xgbe: Add support for per DMA channel interruptsLendacky, Thomas1-2/+8
2014-11-06amd-xgbe: Move ring allocation to device openLendacky, Thomas1-62/+0
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-09-06amd-xgbe: Checkpatch driver fixesLendacky, Thomas1-1/+0
2014-09-03amd-xgbe: Fix initialization of the wrong spin lockLendacky, Thomas1-1/+1
2014-08-06amd-xgbe: Use dma_set_mask_and_coherent to set DMA maskLendacky, Thomas1-2/+5
2014-07-31amd-xgbe: Add traffic class supportLendacky, Thomas1-1/+4
2014-07-31amd-xgbe: Base queue fifo size and enablement on ring countLendacky, Thomas1-1/+9
2014-07-31amd-xgbe: Add hardware timestamp supportLendacky, Thomas1-4/+17
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-07-24amd-xgbe: Fix error return code in xgbe_probe()Wei Yongjun1-1/+2
2014-07-08amd-xgbe: Base AXI DMA cache settings on device treeLendacky, Thomas1-0/+10
2014-06-27amd-xgbe: Change destination address filtering supportLendacky, Thomas1-0/+2
2014-06-27amd-xgbe: Add support for VLAN filteringLendacky, Thomas1-1/+2
2014-06-27amd-xgbe: Make defines in xgbe.h uniqueLendacky, Thomas1-4/+4
2014-06-11amd-xgbe: Rename MAX_DMA_CHANNELS to avoid powerpc conflictLendacky, Thomas1-1/+1
2014-06-06amd-xgbe: Initial AMD 10GbE platform driverLendacky, Thomas1-0/+512