summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/xgbe
AgeCommit message (Expand)AuthorFilesLines
2017-06-29amd-xgbe: fix spelling mistake: "avialable" -> "available"Colin Ian King1-1/+1
2017-06-29amd-xgbe: Adjust register settings to improve performanceLendacky, Thomas5-6/+58
2017-06-29amd-xgbe: Simplify the burst length settingsLendacky, Thomas4-64/+31
2017-06-29amd-xgbe: Prepare for more fine grained cache coherency controlsLendacky, Thomas5-67/+14
2017-06-29amd-xgbe: Add NUMA affinity support for IRQ hintsLendacky, Thomas2-3/+17
2017-06-29amd-xgbe: Add NUMA affinity support for memory allocationsLendacky, Thomas4-194/+217
2017-06-29amd-xgbe: Re-issue interrupt if interrupt status not clearedLendacky, Thomas6-17/+115
2017-06-29amd-xgbe: Limit the I2C error messages that are outputLendacky, Thomas1-3/+6
2017-06-29amd-xgbe: Fixes for working with PHYs that support 2.5GbELendacky, Thomas1-0/+7
2017-06-29amd-xgbe: Handle return code from software reset functionLendacky, Thomas1-1/+5
2017-06-29amd-xgbe: Prevent looping forever if timestamp update failsLendacky, Thomas1-2/+13
2017-06-29amd-xgbe: Add a check for an skb in the timestamp pathLendacky, Thomas1-1/+6
2017-06-29amd-xgbe: Use the proper register during PTP initializationLendacky, Thomas1-1/+1
2017-06-29amd-xgbe: Fix SFP PHY supported/advertised settingsLendacky, Thomas1-22/+47
2017-06-29amd-xgbe: Simplify mailbox interface rate change codeLendacky, Thomas1-126/+29
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-1/+2
2017-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2017-06-05amd-xgbe: use PAGE_ALLOC_COSTLY_ORDER in xgbe_map_rx_bufferMichal Hocko1-3/+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 Westphal3-0/+3
2017-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-62/+90
2017-03-23amd-xgbe: Fix the ECC-related bit position definitionsLendacky, Thomas1-12/+12
2017-03-16amd-xgbe: Fix jumbo MTU processing on newer hardwareLendacky, Thomas3-50/+78
2017-03-16mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar1-1/+2
2017-03-10amd-xgbe: Enable IRQs only if napi_complete_done() is trueLendacky, Thomas1-8/+2
2017-03-02amd-xgbe: Don't overwrite SFP PHY mod_absent settingsLendacky, Thomas1-0/+2
2017-03-02amd-xgbe: Be sure to set MDIO modes on device (re)startLendacky, Thomas2-1/+23
2017-03-02amd-xgbe: Stop the PHY before releasing interruptsLendacky, Thomas1-2/+2
2017-02-23Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-95/+41
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-5/+26
2017-01-23amd-xgbe: Check xgbe_init() return codeLendacky, Thomas2-2/+6
2017-01-23amd-xgbe: Add a hardware quirk for register definitionsLendacky, Thomas4-3/+20
2017-01-13amd-xgbe: Update PCI support to use new IRQ functionsTom Lendacky2-95/+41
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-09net: 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-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2016-12-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+4
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-11-28amd-xgbe: Fix unused suspend handlers build warningBorislav Petkov1-2/+2
2016-11-18amd-xgbe: Update connection validation for backplane modeLendacky, Thomas1-0/+2
2016-11-16amd-xgbe: Fix maximum GPIO value checkLendacky, Thomas1-2/+2
2016-11-16amd-xgbe: Fix possible uninitialized variableLendacky, Thomas1-1/+1
2016-11-16ptp_clock: Allow for it to be optionalNicolas Pitre1-2/+4
2016-11-16amd-xgbe: Fix up some coccinelle identified warningsLendacky, Thomas1-3/+2
2016-11-16amd-xgbe: Fix mask appliciation for Clause 37 registerLendacky, Thomas1-2/+2
2016-11-13amd-xgbe: Add support for a KR redriverLendacky, Thomas5-37/+458
2016-11-13amd-xgbe: Add support for MDIO attached PHYsLendacky, Thomas6-11/+557
2016-11-13amd-xgbe: Add support for SFP+ modulesLendacky, Thomas5-8/+1641