1. 30 1月, 2013 3 次提交
  2. 20 9月, 2012 1 次提交
  3. 27 8月, 2012 1 次提交
  4. 18 5月, 2012 1 次提交
  5. 01 7月, 2010 1 次提交
    • C
      fragment: add fast path for in-order fragments · d6bebca9
      Changli Gao 提交于
      add fast path for in-order fragments
      
      As the fragments are sent in order in most of OSes, such as Windows, Darwin and
      FreeBSD, it is likely the new fragments are at the end of the inet_frag_queue.
      In the fast path, we check if the skb at the end of the inet_frag_queue is the
      prev we expect.
      Signed-off-by: NChangli Gao <xiaosuo@gmail.com>
      ----
       include/net/inet_frag.h |    1 +
       net/ipv4/ip_fragment.c  |   12 ++++++++++++
       net/ipv6/reassembly.c   |   11 +++++++++++
       3 files changed, 24 insertions(+)
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d6bebca9
  6. 27 2月, 2009 1 次提交
  7. 29 3月, 2008 1 次提交
  8. 29 1月, 2008 8 次提交
  9. 18 10月, 2007 5 次提交
  10. 16 10月, 2007 8 次提交