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