summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/faraday/ftmac100.c
AgeCommit message (Expand)Author
2023-09-20net: ethernet: faraday: Convert to platform remove callback returning voidUwe Kleine-König
2023-08-11net: ftmac100: add multicast filtering possibilitySergei Antonov
2023-01-18net: ftmac100: handle netdev flags IFF_PROMISC and IFF_ALLMULTISergei Antonov
2022-10-31net: ftmac100: allow increasing MTU to make most use of single-segment buffersSergei Antonov
2022-10-31net: ftmac100: report the correct maximum MTU of 1500Vladimir Oltean
2022-10-31net: ftmac100: prepare data path for receiving single segment packets > 1514Vladimir Oltean
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-08-26net: ftmac100: add an opportunity to get ethaddr from the platformSergei Antonov
2022-08-23net: ftmac100: set max_mtu to allow DSA overhead settingSergei Antonov
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-03-24Simplify the code by using module_platform_driver macroZhichao Cai
2020-04-30net/faraday: Fix unnecessary check in ftmac100_probe()Tang Bin
2020-03-03net/faraday: Delete driver version from the driversLeon Romanovsky
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-11-21net: faraday: ftmac100: remove netif_running(netdev) check before disabling i...Vincent Chen
2018-09-26net: faraday: fix return type of ndo_start_xmit functionYueHaibing
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2017-10-27net: faraday: ftmac100: Use BUG_ON instead of if condition followed by BUG.Gustavo A. R. Silva
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com
2017-05-18net: ethernet: faraday: To support device tree usage.Greentime Hu
2017-03-02drivers: net: ethernet: remove incorrect __exit markupsDmitry Torokhov
2017-01-02net: faraday: ftmac100: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2014-10-20net: ethernet: faraday: drop owner assignment from platform_driversWolfram Sang
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2012-07-18net: ftgmac100/ftmac100: dont pull too much dataEric Dumazet
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka
2012-01-18net: ftgmac100/ftmac100: add missing interrupt.h includeThomas Faber
2011-10-13ftmac100: fix skb truesize underestimationEric Dumazet
2011-08-11ftgmac100/ftmac100: Move the Faraday driversJeff Kirsher