aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe/xgbe-drv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* amd-xgbe: handle the corner-case during tx completionRaju Rangoju2023-11-231-0/+14
* net: amd-xgbe: add missed tasklet_killJiguang Xiao2022-12-301-0/+3
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+2
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-4/+2
* net: amd-xgbe: fix clang -Wformat warningJustin Stitt2022-06-081-1/+1
* net: amd-xgbe: ensure to reset the tx_timer_active flagRaju Rangoju2022-01-271-0/+2
* net: amd-xgbe: Fix skb data length underflowShyam Sundar S K2022-01-271-1/+11
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-3/+0
* ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-101-2/+0
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-161-0/+1
|\
| * net: amd-xgbe: Fix NETDEV WATCHDOG transmit queue timeout warningShyam Sundar S K2021-02-161-0/+1
* | net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-071-2/+0
|/
* net: amd-xgbe: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-10/+9
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* xgbe: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-141-222/+26
* xgbe: switch to more generic VxLAN detectionJakub Kicinski2020-07-141-19/+8
* amd-xgbe: Use __napi_schedule() in BH contextSebastian Andrzej Siewior2020-04-161-1/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-1/+1
* amd-xgbe: Mark expected switch fall-throughsGustavo A. R. Silva2019-04-261-3/+3
* drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet2018-10-251-1/+0
* net: amd: fix return type of ndo_start_xmit functionYueHaibing2018-09-191-2/+2
* 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 onlyJiri 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