1. 31 1月, 2017 1 次提交
    • S
      sh_eth: rename EESIPR bits · 1a0bee6c
      Sergei Shtylyov 提交于
      Since the  commit  b0ca2a21 ("sh_eth: Add support of SH7763 to sh_eth")
      the *enum* declaring the EESIPR bits (interrupt mask) went out of sync with
      the *enum* declaring the EESR bits (interrupt status) WRT  bit naming  and
      formatting. I'd like to restore the consistency by using EESIPR as the bit
      name prefix, renaming the *enum* to EESIPR_BIT, and (finally) renaming the
      bits according to the available  Renesas SH77{34|63} manuals; additionally,
      reconstruct  couple names using  the EESR bit declaration above...
      Signed-off-by: NSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      1a0bee6c
  2. 10 1月, 2017 7 次提交
  3. 07 1月, 2017 2 次提交
  4. 05 1月, 2017 4 次提交
  5. 30 12月, 2016 1 次提交
  6. 03 12月, 2016 1 次提交
  7. 13 10月, 2016 1 次提交
    • J
      net: deprecate eth_change_mtu, remove usage · a52ad514
      Jarod Wilson 提交于
      With centralized MTU checking, there's nothing productive done by
      eth_change_mtu that isn't already done in dev_set_mtu, so mark it as
      deprecated and remove all usage of it in the kernel. All callers have been
      audited for calls to alloc_etherdev* or ether_setup directly, which means
      they all have a valid dev->min_mtu and dev->max_mtu. Now eth_change_mtu
      prints out a netdev_warn about being deprecated, for the benefit of
      out-of-tree drivers that might be utilizing it.
      
      Of note, dvb_net.c actually had dev->mtu = 4096, while using
      eth_change_mtu, meaning that if you ever tried changing it's mtu, you
      couldn't set it above 1500 anymore. It's now getting dev->max_mtu also set
      to 4096 to remedy that.
      
      v2: fix up lantiq_etop, missed breakage due to drive not compiling on x86
      
      CC: netdev@vger.kernel.org
      Signed-off-by: NJarod Wilson <jarod@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a52ad514
  8. 28 9月, 2016 1 次提交
  9. 11 9月, 2016 1 次提交
  10. 11 8月, 2016 2 次提交
  11. 02 8月, 2016 1 次提交
  12. 20 7月, 2016 1 次提交
  13. 09 5月, 2016 2 次提交
  14. 27 4月, 2016 3 次提交
  15. 10 4月, 2016 1 次提交
  16. 17 3月, 2016 1 次提交
  17. 15 3月, 2016 1 次提交
  18. 11 3月, 2016 2 次提交
  19. 04 3月, 2016 1 次提交
  20. 18 2月, 2016 1 次提交
  21. 10 2月, 2016 1 次提交
  22. 12 1月, 2016 1 次提交
  23. 08 1月, 2016 3 次提交