summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd
Commit message (Expand)AuthorAgeFilesLines
* 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/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com2017-06-051-4/+1Star
* | 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
|/
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-112-6/+6
|\
| * Annotate hardware config module parameters in drivers/net/ethernet/David Howells2017-04-202-6/+6
* | format-security: move static strings to constKees Cook2017-05-093-4/+5
* | scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-091-2/+2
* | net: nmlan_cs: Use net_device_stats from struct net_deviceTobias Klauser2017-04-071-25/+24Star
* | 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
* drivers: net: ethernet: remove incorrect __exit markupsDmitry Torokhov2017-03-021-15/+15
* 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
* | pcnet32: fix BNC/AUI port on AM79C970AOndrej Zary2017-02-141-52/+125
* | pcnet32: factor out pcnet32_clr_suspend()Ondrej Zary2017-02-141-11/+10Star
* | pcnet32: use napi_complete_done()Eric Dumazet2017-02-051-8/+3Star
* | amd8111e: add GRO supportEric Dumazet2017-02-051-92/+72Star
* | 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
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-132-3/+5
|\
| * ptp_clock: Allow for it to be optionalNicolas Pitre2016-11-162-3/+5
* | 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
| |/
* | net: atarilance: use %8ph for printing hex stringRasmus Villemoes2016-12-021-6/+2Star
* | 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-136-8/+1642
* | 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-137-3/+340