summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/tehuti
AgeCommit message (Expand)Author
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-01-02tehuti: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-20ethernet: tehuti: use eth_hw_addr_set()Jakub Kicinski
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-07-27tehuti: use ndo_siocdevprivateArnd Bergmann
2021-03-05net: tehuti: fix error return code in bdx_probe()Jia-Ju Bai
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-12net: tehuti: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-05net: tehuti: remove unused inline function bdx_tx_db_sizeYueHaibing
2020-03-17net: tehuti: reject unsupported coalescing paramsJakub Kicinski
2020-03-02tehuti: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-02-06net: tehuti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei
2018-07-05net: tehuti: remove redundant pointer skbColin Ian King
2017-07-19net: tehuti: don't process data if it has not been copied from userspaceColin Ian King
2017-03-27net: tehuti: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson
2016-08-21net: tehuti: fix typo: "eneble" -> "enable"Colin Ian King
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-04-26drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-01-14net: Spelling s/transmition/transmission/Geert Uytterhoeven
2013-12-02net: do not pretend FRAGLIST supportEric Dumazet
2013-10-23net: tehuti: remove unnecessary pci_set_drvdata()Jingoo Han
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2012-12-03tehuti: remove __dev* attributesBill Pemberton
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-04-30tehuti: delete redundant NULL check before release_firmware()Jesper Juhl
2012-04-14net: Fix spelling typo in netMasanari Iida
2012-04-07tehuti: stop using net_device.{base_addr, irq}.Francois Romieu
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko
2011-10-19net: add skb frag size accessorsEric Dumazet