1. 09 5月, 2011 3 次提交
  2. 04 5月, 2011 1 次提交
  3. 29 4月, 2011 4 次提交
  4. 28 4月, 2011 1 次提交
    • D
      ipv4: Sanitize and simplify ip_route_{connect,newports}() · 2d7192d6
      David S. Miller 提交于
      These functions are used together as a unit for route resolution
      during connect().  They address the chicken-and-egg problem that
      exists when ports need to be allocated during connect() processing,
      yet such port allocations require addressing information from the
      routing code.
      
      It's currently more heavy handed than it needs to be, and in
      particular we allocate and initialize a flow object twice.
      
      Let the callers provide the on-stack flow object.  That way we only
      need to initialize it once in the ip_route_connect() call.
      
      Later, if ip_route_newports() needs to do anything, it re-uses that
      flow object as-is except for the ports which it updates before the
      route re-lookup.
      
      Also, describe why this set of facilities are needed and how it works
      in a big comment.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      Reviewed-by: NEric Dumazet <eric.dumazet@gmail.com>
      2d7192d6
  5. 18 4月, 2011 1 次提交
  6. 22 3月, 2011 1 次提交
    • J
      l2tp: fix possible oops on l2tp_eth module unload · 8aa525a9
      James Chapman 提交于
      A struct used in the l2tp_eth driver for registering network namespace
      ops was incorrectly marked as __net_initdata, leading to oops when
      module unloaded.
      
      BUG: unable to handle kernel paging request at ffffffffa00ec098
      IP: [<ffffffff8123dbd8>] ops_exit_list+0x7/0x4b
      PGD 142d067 PUD 1431063 PMD 195da8067 PTE 0
      Oops: 0000 [#1] SMP 
      last sysfs file: /sys/module/l2tp_eth/refcnt
      Call Trace:
       [<ffffffff8123dc94>] ? unregister_pernet_operations+0x32/0x93
       [<ffffffff8123dd20>] ? unregister_pernet_device+0x2b/0x38
       [<ffffffff81068b6e>] ? sys_delete_module+0x1b8/0x222
       [<ffffffff810c7300>] ? do_munmap+0x254/0x318
       [<ffffffff812c64e5>] ? page_fault+0x25/0x30
       [<ffffffff812c6952>] ? system_call_fastpath+0x16/0x1b
      Signed-off-by: NJames Chapman <jchapman@katalix.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      8aa525a9
  7. 13 3月, 2011 1 次提交
  8. 03 3月, 2011 1 次提交
  9. 02 3月, 2011 3 次提交
  10. 09 12月, 2010 1 次提交
  11. 18 11月, 2010 1 次提交
  12. 01 11月, 2010 1 次提交
  13. 25 10月, 2010 2 次提交
  14. 21 10月, 2010 1 次提交
  15. 22 9月, 2010 1 次提交
  16. 03 9月, 2010 1 次提交
  17. 27 8月, 2010 1 次提交
  18. 05 8月, 2010 1 次提交
  19. 11 6月, 2010 1 次提交
  20. 24 4月, 2010 2 次提交
  21. 16 4月, 2010 2 次提交
  22. 04 4月, 2010 9 次提交