summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/faraday/ftmac100.c
Commit message (Expand)AuthorAgeFilesLines
* net: ftmac100: handle netdev flags IFF_PROMISC and IFF_ALLMULTISergei Antonov2023-01-181-0/+6
* net: ftmac100: allow increasing MTU to make most use of single-segment buffersSergei Antonov2022-10-311-2/+31
* net: ftmac100: report the correct maximum MTU of 1500Vladimir Oltean2022-10-311-1/+2
* net: ftmac100: prepare data path for receiving single segment packets > 1514Vladimir Oltean2022-10-311-17/+12
* 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-2/+2
* net: ftmac100: add an opportunity to get ethaddr from the platformSergei Antonov2022-08-261-0/+5
* net: ftmac100: set max_mtu to allow DSA overhead settingSergei Antonov2022-08-231-0/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* Simplify the code by using module_platform_driver macroZhichao Cai2021-03-241-12/+1
* net/faraday: Fix unnecessary check in ftmac100_probe()Tang Bin2020-04-301-3/+0
* net/faraday: Delete driver version from the driversLeon Romanovsky2020-03-031-3/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-4/+3
* net: faraday: ftmac100: remove netif_running(netdev) check before disabling i...Vincent Chen2018-11-211-4/+3
* net: faraday: fix return type of ndo_start_xmit functionYueHaibing2018-09-261-3/+4
* headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* net: faraday: ftmac100: Use BUG_ON instead of if condition followed by BUG.Gustavo A. R. Silva2017-10-271-2/+3
* net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com2017-06-051-1/+4
* net: ethernet: faraday: To support device tree usage.Greentime Hu2017-05-181-0/+7
* drivers: net: ethernet: remove incorrect __exit markupsDmitry Torokhov2017-03-021-2/+2
* net: faraday: ftmac100: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-021-6/+8
* net: ethernet: faraday: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-291-4/+4
* net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-271-2/+0
* drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-4/+4
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-3/+3
* net: ftgmac100/ftmac100: dont pull too much dataEric Dumazet2012-07-181-4/+7
* net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-151-1/+1
* net: ftgmac100/ftmac100: add missing interrupt.h includeThomas Faber2012-01-181-0/+1
* ftmac100: fix skb truesize underestimationEric Dumazet2011-10-131-1/+4
* ftgmac100/ftmac100: Move the Faraday driversJeff Kirsher2011-08-111-0/+1198