Age | Commit message (Expand) | Author |
2016-05-09 | ravb: Add missing free_irq() call to ravb_close() | Geert Uytterhoeven |
2016-05-09 | sh_eth: reuse sh_eth_chip_reset() | Sergei Shtylyov |
2016-05-09 | sh_eth: call sh_eth_tsu_write() from sh_eth_chip_reset_giga() | Sergei Shtylyov |
2016-05-03 | ravb: Remove rx buffer ALIGN | Kazuya Mizuguchi |
2016-04-26 | sh_eth: rename ARSTR register bit | Sergei Shtylyov |
2016-04-26 | sh_eth: use EDMR_SRST_GETHER in sh_eth_check_reset() | Sergei Shtylyov |
2016-04-26 | sh_eth: get rid of the 2nd parameter to sh_eth_dev_init() | Sergei Shtylyov |
2016-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-04-14 | ravb: make ravb_ptp_interrupt() *void* | Sergei Shtylyov |
2016-04-13 | net: ethernet: renesas: ravb_main: test clock rate to avoid division by 0 | Wolfram Sang |
2016-04-09 | sh_eth: re-enable-E-MAC interrupts in sh_eth_set_ringparam() | Sergei Shtylyov |
2016-04-04 | ravb: Add dma queue interrupt support | Kazuya Mizuguchi |
2016-03-27 | ravb: fix software timestamping | Lino Sanfilippo |
2016-03-18 | ravb: fix result value overwrite | Yoshihiro Kaneko |
2016-03-16 | sh_eth: do not call netif_start_queue() from sh_eth_dev_init() | Sergei Shtylyov |
2016-03-14 | sh_eth: kill useless initializers | Sergei Shtylyov |
2016-03-10 | sh_eth: advance 'rxdesc' later in sh_eth_ring_format() | Sergei Shtylyov |
2016-03-10 | sh_eth: fix NULL pointer dereference in sh_eth_ring_format() | Sergei Shtylyov |
2016-03-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-03-03 | sh_eth, ravb: Use ARCH_RENESAS | Simon Horman |
2016-03-03 | net: ethernet: renesas: sh_eth: don't open code of_device_get_match_data() | Wolfram Sang |
2016-03-03 | net: ethernet: renesas: ravb_main: don't open code of_device_get_match_data() | Wolfram Sang |
2016-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-02-17 | sh_eth: kill useless *switch* defaults | Sergei Shtylyov |
2016-02-17 | ravb: kill useless *switch* defaults | Sergei Shtylyov |
2016-02-16 | ravb: skip gPTP start/stop on R-Car gen3 | Sergei Shtylyov |
2016-02-16 | ravb: kill duplicate setting of CCC.CSEL | Sergei Shtylyov |
2016-02-10 | sh_eth: factor out register bit twiddling code | Sergei Shtylyov |
2016-02-10 | ravb: factor out register bit twiddling code | Sergei Shtylyov |
2016-01-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-01-11 | sh_eth: stop reading ECMR in sh_eth_dev_init() | Sergei Shtylyov |
2016-01-11 | ravb: stop reading ECMR in ravb_emac_init() | Sergei Shtylyov |
2016-01-07 | mdio: Move allocation of interrupts into core | Andrew Lunn |
2016-01-07 | phy: Centralise print about attached phy | Andrew Lunn |
2016-01-07 | phy: add phydev_name() wrapper | Andrew Lunn |
2016-01-04 | sh_eth: get rid of {cpu|edmac}_to_{edmac|cpu}() | Sergei Shtylyov |
2016-01-04 | sh_eth: remove EDMAC_BIG_ENDIAN | Sergei Shtylyov |
2015-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-12-22 | sh_eth: fix 16-bit descriptor field access endianness too | Sergei Shtylyov |
2015-12-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-12-15 | ravb: Add fixed-link support | Kazuya Mizuguchi |
2015-12-15 | ravb: Add disable 10base | Kazuya Mizuguchi |
2015-12-15 | sh_eth: fix descriptor access endianness | Sergei Shtylyov |
2015-12-15 | sh_eth: fix TX buffer byte-swapping | Sergei Shtylyov |
2015-12-14 | sh_eth: uninline sh_eth_{write|read}() | Sergei Shtylyov |
2015-12-14 | ravb: clear RIC1 in init instead of stop | Kazuya Mizuguchi |
2015-12-08 | sh_eth: get rid of bb_{set|clr|read}() | Sergei Shtylyov |
2015-12-08 | sh_eth: factor out common code from MDIO bitbang methods | Sergei Shtylyov |
2015-12-08 | sh_eth: remove mask fields from 'struct bb_info' | Sergei Shtylyov |
2015-12-05 | sh_eth: read MAC address registers only once | Sergei Shtylyov |