1. 04 May, 2003 2 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 2 commits
    • 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
    • Arnaldo Carvalho de Melo's avatar
      o ipv6: use revised net module infrastructure · 49bd36c7
      Arnaldo Carvalho de Melo authored
      Using sk_set_owner and having THIS_MODULE in the struct proto_ops
      registered with the core, also remove the MOD_{INC,DEC}_USE_COUNT,
      as they are not needed anymore with this new net module infrastructure
      for struct sock and struct socket. (well, see the netdev discussion :)
      49bd36c7