1. 08 1月, 2016 3 次提交
  2. 08 12月, 2015 1 次提交
  3. 02 11月, 2015 1 次提交
  4. 22 10月, 2015 2 次提交
  5. 15 10月, 2015 2 次提交
  6. 13 10月, 2015 1 次提交
  7. 11 10月, 2015 3 次提交
  8. 07 10月, 2015 1 次提交
  9. 03 10月, 2015 6 次提交
  10. 30 9月, 2015 5 次提交
  11. 26 9月, 2015 1 次提交
  12. 25 9月, 2015 4 次提交
  13. 19 8月, 2015 1 次提交
  14. 14 8月, 2015 1 次提交
  15. 13 8月, 2015 1 次提交
  16. 12 8月, 2015 3 次提交
  17. 10 8月, 2015 1 次提交
  18. 01 8月, 2015 2 次提交
    • F
      net: dsa: Add netconsole support · 04ff53f9
      Florian Fainelli 提交于
      Add support for using DSA slave network devices with netconsole, which
      requires us to allocate and free custom netpoll instances and invoke the
      parent network device poll controller callback.
      
      In order for netconsole to work, we need to construct the DSA tag, but
      not queue the skb for transmission on the master network device xmit
      function.
      Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      04ff53f9
    • F
      net: dsa: Refactor transmit path to eliminate duplication · 4ed70ce9
      Florian Fainelli 提交于
      All tagging protocols do the same thing: increment device statistics,
      make room for the tag to be inserted, create the tag, invoke the parent
      network device transmit function.
      
      In order to prepare for adding netpoll support, which requires the tag
      creation, but not using the parent network device transmit function, do
      some little refactoring which eliminates duplication between the 4
      tagging protocols supported.
      
      We need to return a sk_buff pointer back to the caller because the tag
      specific transmit function may have to reallocate the original skb (e.g:
      tag_trailer.c) and this is the one we should be transmitting, not the
      original sk_buff we were passed.
      Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4ed70ce9
  19. 29 6月, 2015 1 次提交