1. 04 May, 2003 3 commits
  2. 03 May, 2003 11 commits
  3. 04 May, 2003 1 commit
  4. 03 May, 2003 21 commits
  5. 02 May, 2003 3 commits
  6. 03 May, 2003 1 commit
    • Arnaldo Carvalho de Melo's avatar
      o ipv4: use revised net module infrastructure · 8b97999a
      Arnaldo Carvalho de Melo authored
      Using sk_set_owner and having THIS_MODULE in the struct proto_ops
      registered with the core. The sk_set_owner cases are in the callers
      of tp->af_specific->syn_recv_sock so as to not have spurious extra
      sk_set_owner calls in the ipv6 code that reuses ipv4 code.
      8b97999a