Age | Commit message (Expand) | Author |
2020-07-07 | Replace HTTP links with HTTPS ones: GRETH 10/100/1G Ethernet MAC device driver | Alexander A. Klimov |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-02-24 | net/aeroflex: Don't assign FW if it is not available | Leon Romanovsky |
2020-02-24 | net/aeroflex: Clean ethtool_info struct assignments | Leon Romanovsky |
2019-07-24 | Build fixes for skb_frag_size conversion | Matthew Wilcox (Oracle) |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2019-05-07 | net: ethernet: support of_get_mac_address new ERR_PTR error | Petr Štetiar |
2019-04-08 | drivers: Remove explicit invocations of mmiowb() | Will Deacon |
2019-01-08 | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain |
2018-11-11 | net: ethernet: Convert phydev advertize and supported from u32 to link mode | Andrew Lunn |
2018-09-12 | net: ethernet: Use phy_set_max_speed() to limit advertised speed | Andrew Lunn |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg |
2017-03-22 | net: greth: Utilize of_get_mac_address() | Tobias Klauser |
2017-02-05 | aeroflex/greth: use napi_complete_done() | Eric Dumazet |
2016-11-13 | net: phy: expose phy_aneg_done API for use by drivers | Lendacky, Thomas |
2016-08-08 | net: ethernet: greth: use phy_ethtool_{get|set}_link_ksettings | Philippe Reynes |
2016-08-08 | net: ethernet: greth: use phydev from struct net_device | Philippe Reynes |
2016-05-20 | aeroflex/greth: fix warning about unused variable | Sam Ravnborg |
2016-01-07 | mdio: Move allocation of interrupts into core | Andrew Lunn |
2015-10-16 | drivers/net: get rid of unnecessary initializations in .get_drvinfo() | Ivan Vecera |
2015-03-17 | net: greth: constify of_device_id array | Fabian Frederick |
2014-10-20 | net: ethernet: aeroflex: drop owner assignment from platform_drivers | Wolfram Sang |
2014-09-05 | greth: moved TX ring cleaning to NAPI rx poll func | Daniel Hellstrom |
2014-03-28 | net: greth: remove empty MDIO bus reset function | Florian Fainelli |
2014-01-16 | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker |
2013-12-09 | net: greth: use phy_read_status() | Florian Fainelli |
2013-08-29 | drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent | Joe Perches |
2013-05-25 | net: ethernet: use platform_{get,set}_drvdata() | Jingoo Han |
2013-03-17 | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) | Joe Perches |
2013-03-15 | drivers:net: Remove dma_alloc_coherent OOM messages | Joe Perches |
2013-01-14 | net: phy: remove flags argument from phy_{attach, connect, connect_direct} | Florian Fainelli |
2013-01-06 | ethtool: fix drvinfo strings set in drivers | Jiri Pirko |
2012-12-03 | aeroflex: remove __dev* attributes | Bill Pemberton |
2012-06-06 | ethernet: Remove casts to same type | Joe Perches |
2012-02-23 | ethernet: unify return value of .ndo_set_mac_address if address is invalid | Danny Kukawka |
2012-02-13 | aeroflex: Fix typo in greth.c | Masanari Iida |
2012-02-06 | netdev: ethernet dev_alloc_skb to netdev_alloc_skb | Pradeep A Dalvi |
2011-11-29 | net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver() | Axel Lin |
2011-10-19 | net: add skb frag size accessors | Eric Dumazet |
2011-09-22 | Merge branch 'master' of github.com:davem330/net | David S. Miller |
2011-08-30 | greth: convert to SKB paged frag API. | Ian Campbell |
2011-08-17 | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko |
2011-08-12 | greth: Move the Aeroflex Gaisler driver | Jeff Kirsher |