aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe/xgbe-drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-29amd-xgbe: Add NUMA affinity support for IRQ hintsLendacky, Thomas1-3/+15
2017-06-29amd-xgbe: Add NUMA affinity support for memory allocationsLendacky, Thomas1-80/+97
2017-06-29amd-xgbe: Re-issue interrupt if interrupt status not clearedLendacky, Thomas1-7/+46
2017-06-29amd-xgbe: Add a check for an skb in the timestamp pathLendacky, Thomas1-1/+6
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-1/+2
2017-05-21net: ethernet: update drivers to make both SW and HW TX timestampsMiroslav Lichvar1-2/+1
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal1-0/+1
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-39/+63
2017-03-15amd-xgbe: Fix jumbo MTU processing on newer hardwareLendacky, Thomas1-39/+63
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar1-1/+2
2017-03-09amd-xgbe: Enable IRQs only if napi_complete_done() is trueLendacky, Thomas1-8/+2
2017-03-02amd-xgbe: Stop the PHY before releasing interruptsLendacky, Thomas1-2/+2
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2017-01-22amd-xgbe: Check xgbe_init() return codeLendacky, Thomas1-1/+3
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2017-01-06amd-xgbe: Fix IRQ processing when running in single IRQ modeLendacky, Thomas1-1/+1
2016-11-13amd-xgbe: Add support for MDIO attached PHYsLendacky, Thomas1-1/+18
2016-11-13amd-xgbe: Add I2C support for sideband communicationLendacky, Thomas1-0/+4
2016-11-13amd-xgbe: Add ECC status support for the device memoryLendacky, Thomas1-2/+178
2016-11-13amd-xgbe: Add support for new DMA interrupt modeLendacky, Thomas1-31/+68
2016-11-13amd-xgbe: Add PCI device supportLendacky, Thomas1-7/+11
2016-11-04amd-xgbe: Prepare for supporting PCI devicesLendacky, Thomas1-16/+6
2016-11-04amd-xgbe: Prepare for working with more than one type of phyLendacky, Thomas1-3/+3
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-5/+0
2016-08-31xgbe: constify get_netdev_ops and get_ethtool_opsstephen hemminger1-2/+2
2016-08-01net: amd-xgbe: use correct format specifierxypron.glpk@gmx.de1-1/+1
2016-03-03net: relax setup_tc ndo op handle restrictionJohn Fastabend1-1/+1
2016-02-17amd-xgbe: Do traffic class setup when called through dcbnlLendacky, Thomas1-18/+4
2016-02-17amd-xgbe: Use __napi_schedule_irqoffLendacky, Thomas1-2/+2
2016-02-17amd-xgbe: Change from napi_complete to napi_complete_doneLendacky, Thomas1-4/+4
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend1-3/+6
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-1/+4
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet1-1/+0
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2015-10-27amd-xgbe: Fix race between access of desc and desc indexLendacky, Thomas1-0/+4
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2015-10-23amd-xgbe: Use wmb before updating current descriptor countLendacky, Thomas1-1/+3
2015-10-15amd-xgbe: Use system workqueue for device restartLendacky, Thomas1-2/+2
2015-10-05amd-xgbe: Use device workqueue instead of system workqueueLendacky, Thomas1-5/+6
2015-10-05amd-xgbe: Add receive buffer unavailable statisticLendacky, Thomas1-0/+3
2015-07-08amd-xgbe: Fix DMA API debug warningLendacky, Thomas1-6/+11
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-06-07amd-xgbe: Use disable_irq_nosync from within timer functionLendacky, Thomas1-1/+1
2015-05-25amd-xgbe: Add setting of a missing hardware featureLendacky, Thomas1-0/+1
2015-05-15amd-xgbe: Fix flow control setting logicLendacky, Thomas1-2/+0
2015-05-15amd-xgbe: Move the PHY support into amd-xgbeLendacky, Thomas1-124/+52
2015-05-15amd-xgbe: Rework the Rx path SKB allocationLendacky, Thomas1-29/+37
2015-05-15amd-xgbe: Add netif_* message support to the driverLendacky, Thomas1-45/+56