1. 14 5月, 2016 2 次提交
  2. 06 5月, 2016 9 次提交
  3. 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
  4. 02 5月, 2016 13 次提交
  5. 28 4月, 2016 7 次提交
  6. 27 4月, 2016 1 次提交
  7. 26 4月, 2016 4 次提交
  8. 14 4月, 2016 1 次提交
  9. 07 4月, 2016 2 次提交