aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe/xgbe-drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2023-11-23amd-xgbe: handle the corner-case during tx completionRaju Rangoju1-0/+14
2022-12-30net: amd-xgbe: add missed tasklet_killJiguang Xiao1-0/+3
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+2
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-4/+2
2022-06-08net: amd-xgbe: fix clang -Wformat warningJustin Stitt1-1/+1
2022-01-27net: amd-xgbe: ensure to reset the tx_timer_active flagRaju Rangoju1-0/+2
2022-01-27net: amd-xgbe: Fix skb data length underflowShyam Sundar S K1-1/+11
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-3/+0
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-2/+0
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2021-02-16net: amd-xgbe: Fix NETDEV WATCHDOG transmit queue timeout warningShyam Sundar S K1-0/+1
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-2/+0
2020-09-14net: amd-xgbe: convert tasklets to use new tasklet_setup() APIAllen Pais1-10/+9
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-07-14xgbe: convert to new udp_tunnel_nic infraJakub Kicinski1-222/+26
2020-07-14xgbe: switch to more generic VxLAN detectionJakub Kicinski1-19/+8
2020-04-16amd-xgbe: Use __napi_schedule() in BH contextSebastian Andrzej Siewior1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2019-04-26amd-xgbe: Mark expected switch fall-throughsGustavo A. R. Silva1-3/+3
2018-10-25drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet1-1/+0
2018-09-19net: amd: fix return type of ndo_start_xmit functionYueHaibing1-2/+2
2018-05-23amd-xgbe: Add ethtool show/set channels supportTom Lendacky1-0/+25
2018-05-23amd-xgbe: Prepare for ethtool set-channel supportTom Lendacky1-41/+67
2018-05-23amd-xgbe: Add ethtool show/set ring parameter supportTom Lendacky1-5/+1
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-5/+5
2018-02-06net: amd-xgbe: fix comparison to bitshift when dealing with a maskWolfram Sang1-1/+1
2017-12-20net: amd-xgbe: Get rid of custom hex_dump_to_buffer()Andy Shevchenko1-17/+7
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel1-1/+1
2017-10-28drivers/net: amd: Convert timers to use timer_setup()Kees Cook1-8/+6
2017-08-18amd-xgbe: Add support for VXLAN offload capabilitiesLendacky, Thomas1-2/+363
2017-08-18amd-xgbe: Add hardware features debug outputLendacky, Thomas1-3/+75
2017-08-18amd-xgbe: Add support to handle device renamingLendacky, Thomas1-3/+41
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-3/+4
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio onlyJiri Pirko1-1/+1
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-1/+0
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko1-3/+3
2017-06-29amd-xgbe: Add NUMA affinity support for IRQ hintsLendacky, Thomas1-3/+15
2017-06-29amd-xgbe: Add NUMA affinity support for memory allocationsLendacky, Thomas1-80/+97
2017-06-29amd-xgbe: Re-issue interrupt if interrupt status not clearedLendacky, Thomas1-7/+46
2017-06-29amd-xgbe: Add a check for an skb in the timestamp pathLendacky, Thomas1-1/+6
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-1/+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 Westphal1-0/+1
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-39/+63
2017-03-15amd-xgbe: Fix jumbo MTU processing on newer hardwareLendacky, Thomas1-39/+63