Age | Commit message (Expand) | Author |
2023-09-20 | net: ethernet: faraday: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-08-11 | net: ftmac100: add multicast filtering possibility | Sergei Antonov |
2023-01-18 | net: ftmac100: handle netdev flags IFF_PROMISC and IFF_ALLMULTI | Sergei Antonov |
2022-10-31 | net: ftmac100: allow increasing MTU to make most use of single-segment buffers | Sergei Antonov |
2022-10-31 | net: ftmac100: report the correct maximum MTU of 1500 | Vladimir Oltean |
2022-10-31 | net: ftmac100: prepare data path for receiving single segment packets > 1514 | Vladimir Oltean |
2022-09-28 | net: drop the weight argument from netif_napi_add | Jakub Kicinski |
2022-08-31 | net: ethernet: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-08-26 | net: ftmac100: add an opportunity to get ethaddr from the platform | Sergei Antonov |
2022-08-23 | net: ftmac100: set max_mtu to allow DSA overhead setting | Sergei Antonov |
2021-07-27 | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann |
2021-03-24 | Simplify the code by using module_platform_driver macro | Zhichao Cai |
2020-04-30 | net/faraday: Fix unnecessary check in ftmac100_probe() | Tang Bin |
2020-03-03 | net/faraday: Delete driver version from the drivers | Leon Romanovsky |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner |
2019-01-08 | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain |
2018-11-21 | net: faraday: ftmac100: remove netif_running(netdev) check before disabling i... | Vincent Chen |
2018-09-26 | net: faraday: fix return type of ndo_start_xmit function | YueHaibing |
2018-07-07 | headers: separate linux/mod_devicetable.h from linux/platform_device.h | Randy Dunlap |
2017-10-27 | net: faraday: ftmac100: Use BUG_ON instead of if condition followed by BUG. | Gustavo A. R. Silva |
2017-06-05 | net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ... | yuval.shaia@oracle.com |
2017-05-18 | net: ethernet: faraday: To support device tree usage. | Greentime Hu |
2017-03-02 | drivers: net: ethernet: remove incorrect __exit markups | Dmitry Torokhov |
2017-01-02 | net: faraday: ftmac100: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes |
2014-10-20 | net: ethernet: faraday: drop owner assignment from platform_drivers | Wolfram Sang |
2014-05-13 | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe |
2013-08-29 | drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent | Joe Perches |
2013-05-27 | net: ethernet: remove unnecessary platform_set_drvdata() | Jingoo Han |
2013-03-17 | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) | Joe Perches |
2013-01-06 | ethtool: fix drvinfo strings set in drivers | Jiri Pirko |
2012-07-18 | net: ftgmac100/ftmac100: dont pull too much data | Eric Dumazet |
2012-02-15 | net: replace random_ether_addr() with eth_hw_addr_random() | Danny Kukawka |
2012-01-18 | net: ftgmac100/ftmac100: add missing interrupt.h include | Thomas Faber |
2011-10-13 | ftmac100: fix skb truesize underestimation | Eric Dumazet |
2011-08-11 | ftgmac100/ftmac100: Move the Faraday drivers | Jeff Kirsher |