summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe
Commit message (Expand)AuthorAgeFilesLines
...
* amd-xgbe: Add NUMA affinity support for IRQ hintsLendacky, Thomas2017-06-292-3/+17
* amd-xgbe: Add NUMA affinity support for memory allocationsLendacky, Thomas2017-06-294-194/+217
* amd-xgbe: Re-issue interrupt if interrupt status not clearedLendacky, Thomas2017-06-296-17/+115
* amd-xgbe: Limit the I2C error messages that are outputLendacky, Thomas2017-06-291-3/+6
* amd-xgbe: Fixes for working with PHYs that support 2.5GbELendacky, Thomas2017-06-291-0/+7
* amd-xgbe: Handle return code from software reset functionLendacky, Thomas2017-06-291-1/+5
* amd-xgbe: Prevent looping forever if timestamp update failsLendacky, Thomas2017-06-291-2/+13
* amd-xgbe: Add a check for an skb in the timestamp pathLendacky, Thomas2017-06-291-1/+6
* amd-xgbe: Use the proper register during PTP initializationLendacky, Thomas2017-06-291-1/+1
* amd-xgbe: Fix SFP PHY supported/advertised settingsLendacky, Thomas2017-06-291-22/+47
* amd-xgbe: Simplify mailbox interface rate change codeLendacky, Thomas2017-06-291-126/+29Star
* net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-071-3/+2Star
|\
| * amd-xgbe: use PAGE_ALLOC_COSTLY_ORDER in xgbe_map_rx_bufferMichal Hocko2017-06-051-3/+2Star
* | 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-303-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-243-62/+90
|\
| * amd-xgbe: Fix the ECC-related bit position definitionsLendacky, Thomas2017-03-231-12/+12
| * amd-xgbe: Fix jumbo MTU processing on newer hardwareLendacky, Thomas2017-03-153-50/+78
* | 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: Don't overwrite SFP PHY mod_absent settingsLendacky, Thomas2017-03-021-0/+2
* amd-xgbe: Be sure to set MDIO modes on device (re)startLendacky, Thomas2017-03-022-1/+23
* amd-xgbe: Stop the PHY before releasing interruptsLendacky, Thomas2017-03-021-2/+2
* Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-232-95/+41Star
|\
| * amd-xgbe: Update PCI support to use new IRQ functionsTom Lendacky2017-01-132-95/+41Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-285-5/+26
|\ \
| * | amd-xgbe: Check xgbe_init() return codeLendacky, Thomas2017-01-222-2/+6
| * | amd-xgbe: Add a hardware quirk for register definitionsLendacky, Thomas2017-01-224-3/+20
* | | 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
|/
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-131-2/+4
|\
| * ptp_clock: Allow for it to be optionalNicolas Pitre2016-11-161-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-2/+2
|\ \
| * | amd-xgbe: Fix unused suspend handlers build warningBorislav Petkov2016-11-281-2/+2
| |/
* | amd-xgbe: Update connection validation for backplane modeLendacky, Thomas2016-11-181-0/+2
* | amd-xgbe: Fix maximum GPIO value checkLendacky, Thomas2016-11-161-2/+2
* | amd-xgbe: Fix possible uninitialized variableLendacky, Thomas2016-11-161-1/+1
* | amd-xgbe: Fix up some coccinelle identified warningsLendacky, Thomas2016-11-161-3/+2Star
* | amd-xgbe: Fix mask appliciation for Clause 37 registerLendacky, Thomas2016-11-161-2/+2
* | amd-xgbe: Add support for a KR redriverLendacky, Thomas2016-11-135-37/+458
* | amd-xgbe: Add support for MDIO attached PHYsLendacky, Thomas2016-11-136-11/+557
* | amd-xgbe: Add support for SFP+ modulesLendacky, Thomas2016-11-135-8/+1641
* | amd-xgbe: Add I2C support for sideband communicationLendacky, Thomas2016-11-139-1/+753
* | amd-xgbe: Add ECC status support for the device memoryLendacky, Thomas2016-11-136-3/+335
* | amd-xgbe: Add support for new DMA interrupt modeLendacky, Thomas2016-11-136-36/+91
* | amd-xgbe: Allow for a greater number of Rx queuesLendacky, Thomas2016-11-131-2/+1Star