1. 22 7月, 2016 1 次提交
  2. 28 6月, 2016 10 次提交
  3. 18 6月, 2016 1 次提交
  4. 21 5月, 2016 2 次提交
  5. 14 5月, 2016 3 次提交
  6. 06 5月, 2016 3 次提交
  7. 05 5月, 2016 1 次提交
    • F
      net: remove dev->trans_start · 9b36627a
      Florian Westphal 提交于
      previous patches removed all direct accesses to dev->trans_start,
      so change the netif_trans_update helper to update trans_start of
      netdev queue 0 instead and then remove trans_start from struct net_device.
      
      AFAICS a lot of the netif_trans_update() invocations are now useless
      because they occur in ndo_start_xmit and driver doesn't set LLTX
      (i.e. stack already took care of the update).
      
      As I can't test any of them it seems better to just leave them alone.
      Signed-off-by: NFlorian Westphal <fw@strlen.de>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      9b36627a
  8. 02 5月, 2016 5 次提交
  9. 26 4月, 2016 3 次提交
  10. 07 4月, 2016 3 次提交
  11. 06 4月, 2016 8 次提交