summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/xgbe/xgbe-drv.c
AgeCommit message (Expand)Author
2026-03-19amd-xgbe: reset PHY settings before starting PHYRaju Rangoju
2026-03-19amd-xgbe: prevent CRC errors during RX adaptation with AN disabledRaju Rangoju
2026-03-12amd-xgbe: fix sleep while atomic on suspend/resumeRaju Rangoju
2026-01-17amd-xgbe: avoid misleading per-packet error logRaju Rangoju
2025-12-01amd-xgbe: schedule NAPI on Rx Buffer Unavailable (RBU)Raju Rangoju
2025-12-01amd-xgbe: refactor the dma IRQ handling code pathRaju Rangoju
2025-11-26amd-xgbe: let the MAC manage PHY PMRaju Rangoju
2025-10-20amd-xgbe: convert to ndo_hwtstamp callbacksVadim Fedorenko
2025-10-14amd-xgbe: Avoid spurious link down messages during interface toggleRaju Rangoju
2025-09-14amd-xgbe: Add PPS periodic output supportRaju Rangoju
2025-07-21amd-xgbe: add hardware PTP timestamping supportRaju Rangoju
2025-07-21and-xgbe: remove the abstraction for hwptpRaju Rangoju
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-28amd-xgbe: Fix to ensure dependent features are toggled with RX checksum offloadVishal Badole
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-08amd-xgbe: Convert to SPDX identifierRaju Rangoju
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2024-07-31net: xgbe: Convert tasklet API to new bottom half workqueue mechanismAllen Pais
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2023-11-23amd-xgbe: handle the corner-case during tx completionRaju Rangoju
2022-12-30net: amd-xgbe: add missed tasklet_killJiguang Xiao
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-06-08net: amd-xgbe: fix clang -Wformat warningJustin Stitt
2022-01-27net: amd-xgbe: ensure to reset the tx_timer_active flagRaju Rangoju
2022-01-27net: amd-xgbe: Fix skb data length underflowShyam Sundar S K
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-16net: amd-xgbe: Fix NETDEV WATCHDOG transmit queue timeout warningShyam Sundar S K
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski
2020-09-14net: amd-xgbe: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-14xgbe: convert to new udp_tunnel_nic infraJakub Kicinski
2020-07-14xgbe: switch to more generic VxLAN detectionJakub Kicinski
2020-04-16amd-xgbe: Use __napi_schedule() in BH contextSebastian Andrzej Siewior
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-04-26amd-xgbe: Mark expected switch fall-throughsGustavo A. R. Silva
2018-10-25drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet
2018-09-19net: amd: fix return type of ndo_start_xmit functionYueHaibing
2018-05-23amd-xgbe: Add ethtool show/set channels supportTom Lendacky
2018-05-23amd-xgbe: Prepare for ethtool set-channel supportTom Lendacky
2018-05-23amd-xgbe: Add ethtool show/set ring parameter supportTom Lendacky
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2018-02-06net: amd-xgbe: fix comparison to bitshift when dealing with a maskWolfram Sang
2017-12-20net: amd-xgbe: Get rid of custom hex_dump_to_buffer()Andy Shevchenko