summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe/xgbe-drv.c
Commit message (Expand)AuthorAgeFilesLines
* amd-xgbe: Add ethtool show/set channels supportTom Lendacky2018-05-231-0/+25
* amd-xgbe: Prepare for ethtool set-channel supportTom Lendacky2018-05-231-41/+67
* amd-xgbe: Add ethtool show/set ring parameter supportTom Lendacky2018-05-231-5/+1
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-5/+5
* net: amd-xgbe: fix comparison to bitshift when dealing with a maskWolfram Sang2018-02-061-1/+1
* net: amd-xgbe: Get rid of custom hex_dump_to_buffer()Andy Shevchenko2017-12-201-17/+7
* net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
* drivers/net: amd: Convert timers to use timer_setup()Kees Cook2017-10-281-8/+6
* amd-xgbe: Add support for VXLAN offload capabilitiesLendacky, Thomas2017-08-181-2/+363
* amd-xgbe: Add hardware features debug outputLendacky, Thomas2017-08-181-3/+75
* amd-xgbe: Add support to handle device renamingLendacky, Thomas2017-08-181-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/+0
* 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/+1
* 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-231-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-091-8/+2
* 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/+2
|/
* 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/+6
* 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/+0
* 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/+4
* 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/+0
OpenPOWER on IntegriCloud