Age | Commit message (Expand) | Author |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-04-30 | net/faraday: Fix unnecessary check in ftmac100_probe() | Tang Bin |
2020-04-01 | net/faraday: fix grammar in function ftgmac100_setup_clk() in ftgmac100.c | Hu Haowen |
2020-03-11 | ftgmac100: Remove redundant judgement | tangbin |
2020-03-03 | net/faraday: Delete driver version from the drivers | Leon Romanovsky |
2020-01-21 | net: convert suitable network drivers to use phy_do_ioctl | Heiner Kallweit |
2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin |
2019-12-02 | Merge tag 'docs-5.5a' of git://git.lwn.net/linux | Linus Torvalds |
2019-11-04 | net: of_get_phy_mode: Change API to solve int/unit warnings | Andrew Lunn |
2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-10-28 | net: ethernet: ftgmac100: Fix DMA coherency issue with SW checksum | Benjamin Herrenschmidt |
2019-10-11 | net: ftgmac100: Ungate RCLK for RMII on ASPEED MACs | Andrew Jeffery |
2019-10-10 | docs: fix some broken references | Mauro Carvalho Chehab |
2019-08-02 | net: ftgmac100: Select ASPEED MDIO driver for the AST2600 | Andrew Jeffery |
2019-08-02 | net: ftgmac100: Add support for DT phy-handle property | Andrew Jeffery |
2019-07-23 | ftgmac100: Fix build. | David S. Miller |
2019-06-14 | Merge tag 'v5.2-rc4' into mauro | Jonathan Corbet |
2019-06-08 | docs: fix broken documentation links | Mauro Carvalho Chehab |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-03-01 | drivers: net: Remove unnecessary semicolon | YueHaibing |
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-09-12 | net: ethernet: Add helper for set_pauseparam for Asym Pause | Andrew Lunn |
2018-09-12 | net: ethernet: Add helper for MACs which support asym pause | Andrew Lunn |
2018-07-07 | headers: separate linux/mod_devicetable.h from linux/platform_device.h | Randy Dunlap |
2018-06-20 | net/ncsi: Silence debug messages | Joel Stanley |
2018-02-22 | net: faraday add nds32 support. | Greentime Hu |
2017-10-27 | net: faraday: ftmac100: Use BUG_ON instead of if condition followed by BUG. | Gustavo A. R. Silva |
2017-10-18 | net: ftgmac100: Request clock and set speed | Joel Stanley |
2017-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-08-28 | ftgmac100: Support NCSI VLAN filtering when available | Samuel Mendoza-Jonas |
2017-08-22 | net: ftgmac100: Fix oops in probe on failure to find associated PHY | Andrew Jeffery |
2017-07-25 | ftgmac100: return error in ftgmac100_alloc_rx_buf | Joel Stanley |
2017-07-24 | ftgmac100: Make the MDIO bus a child of the ethernet device | Benjamin Herrenschmidt |
2017-07-24 | ftgmac100: Increase reset timeout | Benjamin Herrenschmidt |
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-04-18 | ftgmac100: Fix potential ordering issue in NAPI poll | Benjamin Herrenschmidt |
2017-04-18 | ftgmac100: Display the discovered PHY device info | Benjamin Herrenschmidt |
2017-04-18 | ftgmac100: Allow configuration of phy interface via device-tree | Benjamin Herrenschmidt |
2017-04-18 | ftgmac100: Add netpoll support | Benjamin Herrenschmidt |
2017-04-18 | ftgmac100: Add vlan HW offload | Benjamin Herrenschmidt |
2017-04-18 | ftgmac100: Add ndo_set_rx_mode() and support for multicast & promisc | Benjamin Herrenschmidt |
2017-04-18 | ftgmac100: Add pause frames configuration and support | Benjamin Herrenschmidt |
2017-04-18 | ftgmac100: Add ethtool n-way reset call | Benjamin Herrenschmidt |
2017-04-12 | ftgmac100: Set default ring sizes to 128 entries | Benjamin Herrenschmidt |
2017-04-12 | ftgmac100: Make ring sizes configurable via ethtool | Benjamin Herrenschmidt |
2017-04-12 | ftgmac100: Add more register inits in ftgmac100_init_hw() | Benjamin Herrenschmidt |