1. 28 7月, 2012 2 次提交
  2. 27 7月, 2012 2 次提交
  3. 26 7月, 2012 1 次提交
  4. 25 7月, 2012 1 次提交
    • E
      tcp: early_demux fixes · 9cb429d6
      Eric Dumazet 提交于
      1) Remove a non needed pskb_may_pull() in tcp_v4_early_demux()
         and fix a potential bug if skb->head was reallocated
         (iph & th pointers were not reloaded)
      
      TCP stack will pull/check headers anyway.
      
      2) must reload iph in ip_rcv_finish() after early_demux()
       call since skb->head might have changed.
      
      3) skb->dev->ifindex can be now replaced by skb->skb_iif
      Signed-off-by: NEric Dumazet <edumazet@google.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      9cb429d6
  5. 24 7月, 2012 6 次提交
  6. 23 7月, 2012 3 次提交
  7. 21 7月, 2012 21 次提交
  8. 20 7月, 2012 4 次提交