summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/tehuti/tehuti.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-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-251-5/+12
* net: tehuti: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-121-28/+25
* net: tehuti: remove unused inline function bdx_tx_db_sizeYueHaibing2020-05-051-12/+0
* net: tehuti: reject unsupported coalescing paramsJakub Kicinski2020-03-171-0/+2
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net: tehuti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-061-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-191-0/+2
* net: tehuti: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-271-25/+18
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-10/+4
* net: tehuti: fix typo: "eneble" -> "enable"Colin Ian King2016-08-211-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
* 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-141-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-061-4/+4
* tehuti: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-74/+103
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-2/+2
|\
| * tehuti: delete redundant NULL check before release_firmware()Jesper Juhl2012-04-301-2/+2
* | net: Fix spelling typo in netMasanari Iida2012-04-141-1/+1
* | tehuti: stop using net_device.{base_addr, irq}.Francois Romieu2012-04-071-4/+0
|/
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi2012-02-081-4/+3
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-1/+0
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-081-2/+4
* net: add skb frag size accessorsEric Dumazet2011-10-191-3/+3
* net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2011-10-061-1/+1
* tehuti: shorten PCI device table.françois romieu2011-10-031-4/+4
* tehuti: convert to SKB paged frag API.Ian Campbell2011-09-221-3/+3