summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe/xgbe-drv.c
Commit message (Expand)AuthorAgeFilesLines
* amd-xgbe: Add support for VXLAN offload capabilitiesLendacky, Thomas2017-08-191-2/+363
* amd-xgbe: Add hardware features debug outputLendacky, Thomas2017-08-191-3/+75
* amd-xgbe: Add support to handle device renamingLendacky, Thomas2017-08-191-3/+41
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-3/+4
* net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko2017-08-071-1/+1
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-1/+0Star
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-3/+3
* amd-xgbe: Add NUMA affinity support for IRQ hintsLendacky, Thomas2017-06-291-3/+15
* amd-xgbe: Add NUMA affinity support for memory allocationsLendacky, Thomas2017-06-291-80/+97
* amd-xgbe: Re-issue interrupt if interrupt status not clearedLendacky, Thomas2017-06-291-7/+46
* amd-xgbe: Add a check for an skb in the timestamp pathLendacky, Thomas2017-06-291-1/+6
* net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-1/+2
* net: ethernet: update drivers to make both SW and HW TX timestampsMiroslav Lichvar2017-05-211-2/+1Star
* net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-0/+1
* drivers: add explicit interrupt.h includesFlorian Westphal2017-03-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-241-39/+63
|\
| * amd-xgbe: Fix jumbo MTU processing on newer hardwareLendacky, Thomas2017-03-151-39/+63
* | mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar2017-03-151-1/+2
|/
* amd-xgbe: Enable IRQs only if napi_complete_done() is trueLendacky, Thomas2017-03-101-8/+2Star
* amd-xgbe: Stop the PHY before releasing interruptsLendacky, Thomas2017-03-021-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-1/+3
|\
| * amd-xgbe: Check xgbe_init() return codeLendacky, Thomas2017-01-221-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-091-1/+1
|\|
| * amd-xgbe: Fix IRQ processing when running in single IRQ modeLendacky, Thomas2017-01-061-1/+1
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2Star
|/
* amd-xgbe: Add support for MDIO attached PHYsLendacky, Thomas2016-11-131-1/+18
* amd-xgbe: Add I2C support for sideband communicationLendacky, Thomas2016-11-131-0/+4
* amd-xgbe: Add ECC status support for the device memoryLendacky, Thomas2016-11-131-2/+178
* amd-xgbe: Add support for new DMA interrupt modeLendacky, Thomas2016-11-131-31/+68
* amd-xgbe: Add PCI device supportLendacky, Thomas2016-11-131-7/+11
* amd-xgbe: Prepare for supporting PCI devicesLendacky, Thomas2016-11-041-16/+6Star
* amd-xgbe: Prepare for working with more than one type of phyLendacky, Thomas2016-11-041-3/+3
* ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-5/+0Star
* xgbe: constify get_netdev_ops and get_ethtool_opsstephen hemminger2016-08-311-2/+2
* net: amd-xgbe: use correct format specifierxypron.glpk@gmx.de2016-08-011-1/+1
* net: relax setup_tc ndo op handle restrictionJohn Fastabend2016-03-031-1/+1
* amd-xgbe: Do traffic class setup when called through dcbnlLendacky, Thomas2016-02-171-18/+4Star
* amd-xgbe: Use __napi_schedule_irqoffLendacky, Thomas2016-02-171-2/+2
* amd-xgbe: Change from napi_complete to napi_complete_doneLendacky, Thomas2016-02-171-4/+4
* net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2016-02-171-3/+6
* net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-171-1/+4
* net: move skb_mark_napi_id() into core networking stackEric Dumazet2015-11-181-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-011-0/+4
|\
| * amd-xgbe: Fix race between access of desc and desc indexLendacky, Thomas2015-10-281-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-1/+3
|\|
| * amd-xgbe: Use wmb before updating current descriptor countLendacky, Thomas2015-10-231-1/+3
* | amd-xgbe: Use system workqueue for device restartLendacky, Thomas2015-10-151-2/+2
* | amd-xgbe: Use device workqueue instead of system workqueueLendacky, Thomas2015-10-051-5/+6
* | amd-xgbe: Add receive buffer unavailable statisticLendacky, Thomas2015-10-051-0/+3
|/
* amd-xgbe: Fix DMA API debug warningLendacky, Thomas2015-07-091-6/+11