summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe
Commit message (Expand)AuthorAgeFilesLines
* net: relax setup_tc ndo op handle restrictionJohn Fastabend2016-03-031-1/+1
* amd-xgbe: Mask auto-negotiation interrupts in ISRLendacky, Thomas2016-02-174-33/+41
* amd-xgbe: Check Rx queue fifos before stopping Rx DMALendacky, Thomas2016-02-172-3/+37
* amd-xgbe: Do traffic class setup when called through dcbnlLendacky, Thomas2016-02-174-30/+70
* amd-xgbe: Fix the mapping of priorities to traffic classesLendacky, Thomas2016-02-171-29/+21Star
* amd-xgbe: Enable/disable PFC per traffic classLendacky, Thomas2016-02-171-2/+34
* amd-xgbe: Verify forced speed matches the active speedsetLendacky, Thomas2016-02-171-2/+14
* 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
* amd-xgbe: Disable VLAN filtering when in promiscuous modeLendacky, Thomas2016-02-171-112/+117
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-181-2/+2
|\
| * amd-xgbe: fix a couple timeout loopsDan Carpenter2015-12-151-2/+2
* | net: move skb_mark_napi_id() into core networking stackEric Dumazet2015-11-181-1/+0Star
|/
* Merge branch 'acpi-pci'Rafael J. Wysocki2015-11-071-1/+7
|\
| * device property: ACPI: Make use of the new DMA Attribute APIsSuthikulpanit, Suravee2015-11-071-1/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-012-1/+5
|\ \
| * | amd-xgbe: Fix race between access of desc and desc indexLendacky, Thomas2015-10-282-1/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-242-2/+4
|\| |
| * | amd-xgbe: Use wmb before updating current descriptor countLendacky, Thomas2015-10-232-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-0/+4
|\| |
| * | amd-xgbe: Check for successful buffer allocation before useTom Lendacky2015-10-061-0/+3
| * | amd-xgbe: fix potential memory leak in xgbe-debugfsGeliang Tang2015-10-051-0/+1
| |/
* | drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-1/+0Star
* | amd-xgbe: Use system workqueue for device restartLendacky, Thomas2015-10-151-2/+2
* | amd-xgbe: Remove the XGBE_LINK state bitLendacky, Thomas2015-10-052-13/+4Star
* | amd-xgbe: Use device workqueue instead of system workqueueLendacky, Thomas2015-10-051-5/+6
* | amd-xgbe: Add receive buffer unavailable statisticLendacky, Thomas2015-10-053-0/+5
* | amd-xgbe: Simplify calculation and setting of queue fifosLendacky, Thomas2015-10-052-83/+14Star
* | amd-xgbe: Add ethtool error and debug messagesLendacky, Thomas2015-10-051-52/+37Star
* | amd-xgbe: Add ethtool support for setting the msglevelLendacky, Thomas2015-10-051-0/+16
* | amd-xgbe: Use proper DT / ACPI precedence checkingLendacky, Thomas2015-10-051-1/+1
* | amd-xgbe: Remove an unneeded semicolon on a switch statementLendacky, Thomas2015-10-051-1/+1
|/
* treewide: fix typos in comment blocksMasahiro Yamada2015-08-071-1/+1
* amd-xgbe: Fix DMA API debug warningLendacky, Thomas2015-07-094-12/+22
* amd-xgbe: Add the __GFP_NOWARN flag to Rx buffer allocationTom Lendacky2015-06-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-259-526/+2152
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-091-1/+1
| |\
| * | amd-xgbe: Add more netif_dbg output to the driverLendacky, Thomas2015-05-251-6/+62
| * | amd-xgbe: Fix initial mode when auto-negotiation is disabledLendacky, Thomas2015-05-251-3/+42
| * | amd-xgbe: Add setting of a missing hardware featureLendacky, Thomas2015-05-251-0/+1
| * | amd-xgbe: Remove manual check and set of dma_mask pointerLendacky, Thomas2015-05-151-2/+0Star
| * | amd-xgbe: Fix flow control setting logicLendacky, Thomas2015-05-154-40/+72
| * | amd-xgbe: Support defining PHY resources in ETH device nodeLendacky, Thomas2015-05-152-9/+16
| * | amd-xgbe: Move the PHY support into amd-xgbeLendacky, Thomas2015-05-157-349/+1779
| * | amd-xgbe: Rework the Rx path SKB allocationLendacky, Thomas2015-05-153-33/+37
| * | amd-xgbe: Add netif_* message support to the driverLendacky, Thomas2015-05-157-151/+191
| * | amd-xgbe: Add additional stats to be reported via ethtoolLendacky, Thomas2015-05-153-3/+23
| * | net: batch of last_rx update avoidance in ethernet drivers.françois romieu2015-05-141-1/+0Star