Age | Commit message (Expand) | Author | Files | Lines |
2017-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -14/+9 |
2017-02-14 | net: fec: fix multicast filtering hardware setup | Rui Sousa | 1 | -14/+9 |
2017-02-13 | net: fs_enet: Simplify code | Christophe Jaillet | 1 | -4/+3 |
2017-02-13 | net: fs_enet: Fix an error handling path | Christophe Jaillet | 1 | -1/+1 |
2017-02-10 | net: fman: fix build errors when linux/phy*.h is removed from net/dsa.h | Russell King | 1 | -0/+1 |
2017-02-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2017-01-30 | drivers: net: generalize napi_complete_done() | Eric Dumazet | 5 | -6/+6 |
2017-01-30 | gianfar: synchronize DMA API usage by free_skb_rx_queue w/ gfar_new_page | Arseny Solokha | 1 | -2/+2 |
2017-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2017-01-19 | gianfar: Do not reuse pages from emergency reserve | Eric Dumazet | 1 | -1/+1 |
2017-01-08 | net: make ndo_get_stats64 a void function | stephen hemminger | 1 | -4/+2 |
2017-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+5 |
2017-01-04 | dpaa_eth: Initialize CGR structure before init | Roy Pledge | 1 | -0/+2 |
2017-01-04 | dpaa_eth: cleanup after init_phy() failure | Madalin Bucur | 1 | -1/+3 |
2017-01-03 | net: freescale: dpaa: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -9/+9 |
2016-12-25 | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 1 | -1/+1 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 10 | -10/+10 |
2016-12-20 | fsl/fman: enable compilation on ARM64 | Madalin Bucur | 1 | -1/+1 |
2016-12-20 | fsl/fman: A007273 only applies to PPC SoCs | Madalin Bucur | 1 | -0/+8 |
2016-12-20 | powerpc: fsl/fman: remove fsl,fman from of_device_ids[] | Madalin Bucur | 1 | -0/+7 |
2016-12-20 | fsl/fman: fix 1G support for QSGMII interfaces | Madalin Bucur | 1 | -0/+1 |
2016-12-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -35/+38 |
2016-12-17 | dpaa_eth: remove redundant dependency on FSL_SOC | Madalin Bucur | 1 | -1/+1 |
2016-12-17 | dpaa_eth: use big endian accessors | Claudiu Manoil | 1 | -34/+37 |
2016-12-16 | Makefile: drop -D__CHECK_ENDIAN__ from cflags | Michael S. Tsirkin | 1 | -2/+0 |
2016-12-12 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2016-12-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+10 |
2016-12-06 | net: fec: fix compile with CONFIG_M5272 | Nikita Yushchenko | 1 | -3/+10 |
2016-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 7 | -12/+61 |
2016-11-30 | net: fec: cache statistics while device is down | Nikita Yushchenko | 2 | -4/+21 |
2016-11-29 | net: ethernet: ucc_geth: fix fixed-link phydev leaks | Johan Hovold | 1 | -7/+16 |
2016-11-29 | net: ethernet: gianfar: fix fixed-link phydev leaks | Johan Hovold | 1 | -0/+8 |
2016-11-29 | net: ethernet: fs_enet: fix fixed-link phydev leaks | Johan Hovold | 1 | -1/+6 |
2016-11-29 | net: ethernet: fec: fix fixed-link phydev leaks | Johan Hovold | 1 | -0/+5 |
2016-11-27 | net: fsl/fman: fix fixed-link-phydev reference leak | Johan Hovold | 1 | -0/+2 |
2016-11-27 | net: fsl/fman: fix phydev reference leak | Johan Hovold | 1 | -0/+3 |
2016-11-27 | ptp: gianfar: Use high resolution frequency method. | Ulrik De Bie | 1 | -8/+13 |
2016-11-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+0 |
2016-11-25 | fsl/fman: fix a leak in tgec_free() | Dan Carpenter | 1 | -3/+0 |
2016-11-18 | net: fsl: Allow most drivers to be built with COMPILE_TEST | Florian Fainelli | 1 | -1/+3 |
2016-11-18 | net: gianfar_ptp: Rename FS bit to FIPERST | Florian Fainelli | 1 | -2/+2 |
2016-11-16 | ptp_clock: Allow for it to be optional | Nicolas Pitre | 1 | -1/+1 |
2016-11-15 | dpaa_eth: add trace points | Madalin Bucur | 4 | -0/+158 |
2016-11-15 | dpaa_eth: add sysfs exports | Madalin Bucur | 4 | -1/+174 |
2016-11-15 | dpaa_eth: add ethtool statistics | Madalin Bucur | 3 | -2/+284 |
2016-11-15 | dpaa_eth: add ethtool functionality | Madalin Bucur | 4 | -1/+224 |
2016-11-15 | dpaa_eth: add support for DPAA Ethernet | Madalin Bucur | 6 | -0/+2850 |
2016-11-15 | net: ethernet: ucc: Utilize phy_ethtool_nway_reset | Florian Fainelli | 1 | -8/+1 |
2016-11-15 | net: fec: Utilize phy_ethtool_nway_reset | Florian Fainelli | 1 | -11/+1 |
2016-11-15 | net: fs_enet: Utilize phy_ethtool_nway_reset | Florian Fainelli | 1 | -6/+1 |