summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/tehuti
AgeCommit message (Expand)AuthorFilesLines
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2-3/+3
2024-07-09net: tn40xx: add per queue netdev-genl stats supportFUJITA Tomonori2-2/+53
2024-07-01net: tn40xx: add initial ethtool_ops supportFUJITA Tomonori1-0/+14
2024-06-26net: tn40xx: add phylink supportFUJITA Tomonori5-4/+114
2024-06-26net: tn40xx: add mdio bus supportFUJITA Tomonori3-1/+147
2024-06-26net: tn40xx: add basic Rx handlingFUJITA Tomonori3-1/+508
2024-06-26net: tn40xx: add basic Tx handlingFUJITA Tomonori3-0/+1411
2024-06-26net: tn40xx: add register definesFUJITA Tomonori2-0/+247
2024-06-26net: tn40xx: add pci driver for Tehuti Networks TN40xx chipsFUJITA Tomonori4-0/+78
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-4/+4
2022-01-02tehuti: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET1-18/+10
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+10
2021-10-20ethernet: tehuti: use eth_hw_addr_set()Jakub Kicinski1-2/+4
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-4/+8
2021-07-27tehuti: use ndo_siocdevprivateArnd Bergmann1-13/+5
2021-03-05net: tehuti: fix error return code in bdx_probe()Jia-Ju Bai1-0/+1
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-5/+12
2020-09-13net: tehuti: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-28/+25
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-05-05net: tehuti: remove unused inline function bdx_tx_db_sizeYueHaibing1-12/+0
2020-03-18net: tehuti: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-02tehuti: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-02-07net: tehuti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2018-07-05net: tehuti: remove redundant pointer skbColin Ian King1-2/+0
2017-07-20net: tehuti: don't process data if it has not been copied from userspaceColin Ian King1-0/+2
2017-03-28net: tehuti: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-25/+18
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson2-10/+7
2016-08-22net: tehuti: fix typo: "eneble" -> "enable"Colin Ian King1-1/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-04-26drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal1-7/+1
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-5/+0
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-01-15net: Spelling s/transmition/transmission/Geert Uytterhoeven1-1/+1
2013-12-03net: do not pretend FRAGLIST supportEric Dumazet1-1/+0
2013-10-24net: tehuti: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-2/+2
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-3/+3
2013-03-10drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches1-3/+2
2013-01-07ethtool: fix drvinfo strings set in driversJiri Pirko1-4/+4