Age | Commit message (Expand) | Author |
2018-05-16 | drivers: net: Remove device_node checks with of_mdiobus_register() | Florian Fainelli |
2018-04-07 | treewide: fix up files incorrectly marked executable | Linus Torvalds |
2018-03-30 | net: macb: Try to retrieve MAC addess from nvmem provider | Mike Looijmans |
2018-03-16 | net: macb: Add phy-handle DT support | Brad Mouring |
2018-03-16 | net: macb: Remove redundant poll irq assignment | Brad Mouring |
2018-03-16 | net: macb: Reorganize macb_mii bringup | Brad Mouring |
2018-01-29 | net: macb: Handle HRESP error | Harini Katakam |
2017-12-05 | net: macb: change GFP_ATOMIC to GFP_KERNEL | Julia Cartwright |
2017-12-05 | net: macb: reduce scope of rx_fs_lock-protected regions | Julia Cartwright |
2017-12-05 | net: macb: kill useless use of list_empty() | Julia Cartwright |
2017-12-05 | macb: Kill PHY reset code | Sergei Shtylyov |
2017-12-05 | net: macb: change GFP_KERNEL to GFP_ATOMIC | Julia Lawall |
2017-11-30 | net: macb: Added support for RX filtering | Rafal Ozieblo |
2017-11-30 | net: macb: Added some queue statistics | Rafal Ozieblo |
2017-11-30 | net: macb: Added support for many RX queues | Rafal Ozieblo |
2017-11-11 | net: macb: add of_node_put to error paths | Michael Grzeschik |
2017-11-11 | net: macb: add of_phy_deregister_fixed_link to error paths | Michael Grzeschik |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-11-01 | net: macb: remove redundant assignment to variable work_done | Colin Ian King |
2017-08-22 | net: ethernet: make ptp_clock_info const | Bhumika Goyal |
2017-07-17 | net: cadence: macb: constify pci_device_id. | Arvind Yadav |
2017-07-17 | macb: Remove bogus reference to NETIF_F_UFO. | David S. Miller |
2017-07-08 | net: macb: Adding Support for Jumbo Frames up to 10240 Bytes in SAMA5D3 | vishnuvardhan |
2017-07-05 | net: macb: remove extraneous return when MACB_EXT_DESC is defined | Colin Ian King |
2017-06-30 | net: macb: Add hardware PTP support | Rafal Ozieblo |
2017-06-30 | net: macb: macb.c changed to macb_main.c | Rafal Ozieblo |
2017-06-30 | net: macb: Add support for PTP timestamps in DMA descriptors | Rafal Ozieblo |
2017-06-25 | net: macb: add fixed-link node support | Michael Grzeschik |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg |
2017-04-30 | net: macb: fix phy interrupt parsing | Alexandre Belloni |
2017-04-07 | net: macb: Use net_device_stats from struct net_device | Tobias Klauser |
2017-02-27 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan |
2017-02-10 | net: macb: fix build errors when linux/phy*.h is removed from net/dsa.h | Russell King |
2017-02-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-01-30 | drivers: net: generalize napi_complete_done() | Eric Dumazet |
2017-01-29 | net: macb: Fix 64 bit addressing support for GEM | Rafal Ozieblo |
2017-01-19 | macb: Common code to enable ptp support for MACB/GEM | Andrei.Pistirica@microchip.com |
2017-01-03 | net: macb: Updated resource allocation function calls to new version of API. | Bartosz Folta |
2016-12-17 | net: macb: Added PCI wrapper for Platform Driver. | Bartosz Folta |
2016-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-11-29 | net: macb: ensure ordering write to re-enable RX smoothly | Zumeng Chen |
2016-11-29 | net: macb: fix the RX queue reset in macb_rx() | Cyrille Pitchen |
2016-11-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-11-19 | net: macb: add check for dma mapping error in start_xmit() | Alexey Khoroshilov |
2016-11-16 | cadence: Add LSO support. | Rafal Ozieblo |
2016-10-19 | net: macb: Add ethtool get_ringparam and set_ringparam functionality | Zach Brown |
2016-10-19 | net: macb: Use variables with defaults for tx/rx ring sizes instead of hardco... | Zach Brown |
2016-10-18 | ethernet: use core min/max MTU checking | Jarod Wilson |
2016-10-13 | net: deprecate eth_change_mtu, remove usage | Jarod Wilson |