summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe/xgbe-drv.c
Commit message (Expand)AuthorAgeFilesLines
* amd-xgbe: Add support for the netdev Tx watchdogLendacky, Thomas2015-04-091-0/+9
* amd-xgbe: Move Rx mode configuration into initLendacky, Thomas2015-04-091-11/+1
* amd-xgbe: Allow rx-frames coalescing to be changed anytimeLendacky, Thomas2015-04-091-1/+1
* amd-xgbe: Use napi_alloc_skb when allocating skb in softirqLendacky, Thomas2015-03-201-4/+3
* amd-xgbe: Fix Rx coalescing reportingLendacky, Thomas2015-03-201-0/+1
* amd-xgbe: Remove Tx coalescingLendacky, Thomas2015-03-201-11/+5
* amd-xgbe: Set DMA mask based on hardware register valueLendacky, Thomas2015-03-201-0/+16
* amd-xgbe: Use the new DMA memory barriers where appropriateLendacky, Thomas2015-03-201-1/+4
* amd-xgbe: Request IRQs only after driver is fully setupLendacky, Thomas2015-02-271-82/+93
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-091-5/+6
|\
| * amd-xgbe: Check per channel DMA interrupt use in main ISRLendacky, Thomas2015-02-071-5/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-1/+3
|\|
| * amd-xgbe: Set RSS enablement based on hardware featuresLendacky, Thomas2015-02-041-0/+1
| * amd-xgbe: Adjust for zero-based traffic class countLendacky, Thomas2015-02-041-1/+2
* | amd-xgbe: Remove need for Tx path spinlockLendacky, Thomas2015-01-161-20/+1
* | amd-xgbe: Simplify the Rx desciptor ring trackingLendacky, Thomas2015-01-161-4/+21
* | amd-xgbe: Clear all state during a device restartLendacky, Thomas2015-01-161-6/+5
* | amd-xgbe: Checkpatch fixesLendacky, Thomas2015-01-161-1/+1
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-101-1/+1
|\
| * amd-xgbe: Prevent Tx cleanup stallLendacky, Thomas2014-12-091-1/+1
* | amd-xgbe: Use disable_irq_nosync when in IRQ contextLendacky, Thomas2014-12-091-1/+1
* | amd-xgbe: IRQ names require allocated memoryLendacky, Thomas2014-12-091-4/+4
* | amd-xgbe: Add support for the skb->xmit_more flagLendacky, Thomas2014-11-211-6/+31
* | amd-xgbe: Add BQL supportLendacky, Thomas2014-11-211-1/+42
* | amd-xgbe: Separate Tx/Rx ring data fields into new structsLendacky, Thomas2014-11-211-14/+14
* | amd-xgbe: Add a read memory barrier to Tx/Rx pathLendacky, Thomas2014-11-211-0/+4
* | amd-xgbe: Check for complete packet on skb allocation errorLendacky, Thomas2014-11-061-2/+2
* | amd-xgbe: Free channel/ring structures laterLendacky, Thomas2014-11-061-3/+3
* | amd-xgbe: Fix a spelling errorLendacky, Thomas2014-11-051-2/+2
* | amd-xgbe: Provide support for receive side scalingLendacky, Thomas2014-11-051-1/+15
* | amd-xgbe: Add support for per DMA channel interruptsLendacky, Thomas2014-11-051-42/+184
* | amd-xgbe: Implement split header receive supportLendacky, Thomas2014-11-051-31/+32
* | amd-xgbe: Use page allocations for Rx buffersLendacky, Thomas2014-11-051-34/+61
* | amd-xgbe: Rename pre_xmit function to dev_xmitLendacky, Thomas2014-11-051-1/+1
* | amd-xgbe: Move ring allocation to device openLendacky, Thomas2014-11-051-4/+89
|/
* amd-xgbe: Fix napi Rx budget accountingLendacky, Thomas2014-10-221-8/+12
* amd-xgbe: Properly handle feature changes via ethtoolLendacky, Thomas2014-10-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-071-0/+2
|\
| * amd-xgbe: Check for Tx hardware queue flushing supportLendacky, Thomas2014-09-011-0/+2
* | amd-xgbe: Checkpatch driver fixesLendacky, Thomas2014-09-051-1/+0
|/
* amd: xgbe: fix duplicate #include of linux/phy.hJean Sacren2014-08-071-1/+0
* amd-xgbe: Perform phy connect/disconnect at dev open/stopLendacky, Thomas2014-08-051-1/+121
* amd-xgbe: Add traffic class supportLendacky, Thomas2014-07-301-0/+29
* amd-xgbe: Add hardware timestamp supportLendacky, Thomas2014-07-301-41/+331
* amd-xgbe: Performance enhancementsLendacky, Thomas2014-07-071-33/+58
* amd-xgbe: Call netif_napi_del on ndo_stop operationLendacky, Thomas2014-07-071-3/+6
* amd-xgbe: Change destination address filtering supportLendacky, Thomas2014-06-261-10/+17
* amd-xgbe: Add support for VLAN filteringLendacky, Thomas2014-06-261-13/+47
* amd-xgbe: Make defines in xgbe.h uniqueLendacky, Thomas2014-06-261-13/+15
OpenPOWER on IntegriCloud