Age | Commit message (Expand) | Author | Files | Lines |
2020-02-17 | sh_eth: use Gigabit register map for R7S72100 | Sergei Shtylyov | 2 | -68/+1 |
2020-02-17 | sh_eth: add sh_eth_cpu_data::gecmr flag | Sergei Shtylyov | 2 | -1/+14 |
2020-02-17 | sh_eth: check sh_eth_cpu_data::no_xdfar when dumping registers | Sergei Shtylyov | 1 | -2/+4 |
2020-02-17 | sh_eth: check sh_eth_cpu_data::cexcr when dumping registers | Sergei Shtylyov | 1 | -2/+4 |
2020-02-17 | sh_eth: check sh_eth_cpu_data::no_tx_cntrs when dumping registers | Sergei Shtylyov | 1 | -4/+6 |
2020-01-23 | net: convert suitable drivers to use phy_do_ioctl_running | Heiner Kallweit | 1 | -16/+2 |
2020-01-20 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -17/+21 |
2020-01-10 | sh_eth: check sh_eth_cpu_data::dual_port when dumping registers | Sergei Shtylyov | 1 | -17/+21 |
2019-12-13 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 2 | -2/+2 |
2019-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 3 | -13/+27 |
2019-11-15 | ptp: Introduce strict checking of external time stamp options. | Richard Cochran | 1 | -1/+2 |
2019-11-15 | renesas: reject unsupported external timestamp flags | Jacob Keller | 1 | -0/+6 |
2019-11-15 | net: reject PTP periodic output requests with unsupported flags | Jacob Keller | 1 | -0/+4 |
2019-11-15 | ravb: implement MTU change while device is up | Ulrich Hecht | 2 | -13/+16 |
2019-11-04 | net: of_get_phy_mode: Change API to solve int/unit warnings | Andrew Lunn | 2 | -4/+7 |
2019-09-06 | ravb: TROCR register is only present on R-Car Gen3 | Simon Horman | 2 | -3/+5 |
2019-09-06 | ravb: remove undocumented endianness selection | Simon Horman | 2 | -7/+0 |
2019-09-06 | ravb: remove undocumented counter processing | Simon Horman | 2 | -13/+0 |
2019-09-06 | ravb: correct typo in FBP field of SFO register | Simon Horman | 1 | -1/+1 |
2019-08-19 | ravb: Fix use-after-free ravb_tstamp_skb | Tho Vu | 1 | -2/+6 |
2019-05-29 | net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCs | Yoshihiro Shimoda | 1 | -0/+4 |
2019-05-11 | net: ethernet: fix similar warning reported by kbuild test robot | Petr Štetiar | 1 | -1/+1 |
2019-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -6/+16 |
2019-05-07 | net: ethernet: support of_get_mac_address new ERR_PTR error | Petr Štetiar | 2 | -2/+2 |
2019-04-24 | ravb: Avoid unsupported internal delay mode for R-Car E3/D3 | Simon Horman | 1 | -2/+13 |
2019-04-08 | drivers: Remove explicit invocations of mmiowb() | Will Deacon | 3 | -13/+0 |
2019-03-20 | net: remove 'fallback' argument from dev->ndo_select_queue() | Paolo Abeni | 1 | -2/+1 |
2019-03-13 | net: sh_eth: fix a missing check of of_get_phy_mode | Kangjie Lu | 1 | -1/+5 |
2019-03-07 | ravb: Decrease TxFIFO depth of Q3 and Q2 to one | Masaru Nagai | 1 | -1/+1 |
2019-02-05 | sh_eth: offload RX checksum on SH7763 | Sergei Shtylyov | 1 | -0/+1 |
2019-02-05 | sh_eth: offload RX checksum on SH7734 | Sergei Shtylyov | 1 | -0/+1 |
2019-02-05 | sh_eth: offload RX checksum on R8A77980 | Sergei Shtylyov | 1 | -0/+1 |
2019-02-05 | sh_eth: offload RX checksum on R8A7740 | Sergei Shtylyov | 1 | -0/+1 |
2019-02-05 | sh_eth: offload RX checksum on R7S72100 | Sergei Shtylyov | 1 | -0/+1 |
2019-02-05 | sh_eth: RX checksum offload support | Sergei Shtylyov | 2 | -2/+59 |
2019-02-05 | sh_eth: rename sh_eth_cpu_data::hw_checksum | Sergei Shtylyov | 2 | -8/+8 |
2019-01-23 | ravb: expand rx descriptor data to accommodate hw checksum | Simon Horman | 1 | -5/+7 |
2018-11-23 | ravb: Clean up duplex handling | Magnus Damm | 2 | -19/+1 |
2018-11-23 | ravb: Do not announce HDX as supported | Magnus Damm | 1 | -0/+4 |
2018-09-25 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -6/+12 |
2018-09-22 | ravb: Disable Pause Advertisement | Andrew Lunn | 1 | -1/+3 |
2018-09-20 | ravb: remove tx buffer addr 4byte alilgnment restriction for R-Car Gen3 | Kazuya Mizuguchi | 2 | -57/+92 |
2018-09-19 | ravb: do not write 1 to reserved bits | Kazuya Mizuguchi | 3 | -6/+12 |
2018-09-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -5/+3 |
2018-09-13 | net: ethernet: Add helper to remove a supported link mode | Andrew Lunn | 1 | -1/+2 |
2018-09-10 | ethernet: renesas: convert to SPDX identifiers | Kuninori Morimoto | 3 | -5/+3 |
2018-08-30 | sh_eth: Add R7S9210 support | Chris Brandt | 1 | -0/+36 |
2018-08-23 | net: ethernet: renesas: use SPDX identifier for Renesas drivers | Wolfram Sang | 4 | -32/+4 |
2018-07-23 | sh_eth: make sh_eth_tsu_{read|write}_entry() prototypes symmetric | Sergei Shtylyov | 1 | -5/+6 |
2018-07-23 | sh_eth: make sh_eth_tsu_write_entry() take 'offset' parameter | Sergei Shtylyov | 1 | -9/+6 |