summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/tehuti (follow)
Commit message (Expand)AuthorAgeFilesLines
* netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-032-3/+3
* net: tn40xx: add per queue netdev-genl stats supportFUJITA Tomonori2024-07-092-2/+53
* net: tn40xx: add initial ethtool_ops supportFUJITA Tomonori2024-07-011-0/+14
* net: tn40xx: add phylink supportFUJITA Tomonori2024-06-265-4/+114
* net: tn40xx: add mdio bus supportFUJITA Tomonori2024-06-263-1/+147
* net: tn40xx: add basic Rx handlingFUJITA Tomonori2024-06-263-1/+508
* net: tn40xx: add basic Tx handlingFUJITA Tomonori2024-06-263-0/+1411
* net: tn40xx: add register definesFUJITA Tomonori2024-06-262-0/+247
* net: tn40xx: add pci driver for Tehuti Networks TN40xx chipsFUJITA Tomonori2024-06-264-0/+78
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-081-1/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-291-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-4/+4
* tehuti: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET2022-01-021-18/+10
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+10
* ethernet: tehuti: use eth_hw_addr_set()Jakub Kicinski2021-10-201-2/+4
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-4/+8
* tehuti: use ndo_siocdevprivateArnd Bergmann2021-07-271-13/+5
* net: tehuti: fix error return code in bdx_probe()Jia-Ju Bai2021-03-051-0/+1
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-261-5/+12
* net: tehuti: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-131-28/+25
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-2/+2
* net: tehuti: remove unused inline function bdx_tx_db_sizeYueHaibing2020-05-051-12/+0
* net: tehuti: reject unsupported coalescing paramsJakub Kicinski2020-03-181-0/+2
* tehuti: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-021-1/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-231-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-10/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* net: tehuti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-071-1/+1
* net: tehuti: remove redundant pointer skbColin Ian King2018-07-051-2/+0
* net: tehuti: don't process data if it has not been copied from userspaceColin Ian King2017-07-201-0/+2
* net: tehuti: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-281-25/+18
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* ethernet: use core min/max MTU checkingJarod Wilson2016-10-182-10/+7
* net: tehuti: fix typo: "eneble" -> "enable"Colin Ian King2016-08-221-1/+1
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal2016-04-261-7/+1
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-5/+0
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* net: Spelling s/transmition/transmission/Geert Uytterhoeven2014-01-151-1/+1
* net: do not pretend FRAGLIST supportEric Dumazet2013-12-021-1/+0
* net: tehuti: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-231-1/+0
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-2/+2
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-3/+3
* drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2013-03-091-3/+2
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-071-4/+4