1. 18 Jun, 2003 3 commits
    • Arnaldo Carvalho de Melo's avatar
      o llc: don't use inverted logic · 0931a9dd
      Arnaldo Carvalho de Melo authored
      I don't understand what was on the mind of Procom programmers,
      why do all this inverted logic? Its plain confusing, revert it.
      Thanks to DaveM for asking if the logic was inverted, I should
      have killed this weird stuff a long time ago :-\
      0931a9dd
    • Jon Grimm's avatar
      o hlist change on sctp not quite right. · ff0753c6
      Jon Grimm authored
      ff0753c6
    • Arnaldo Carvalho de Melo's avatar
      o net: make sk_{add,del}_node functions take care of sock refcounting · dec22cdc
      Arnaldo Carvalho de Melo authored
      With this we make it easier to write correct network families as less
      details need to be taken into account, as well in the current state we
      make the non-refcounting protocols (the ones still keeping deliver_to_old_ones
      in the tree) suck less. 8)
      
      Left a WARN_ON in sk_del_node_init for a while, so that we can catch cases
      where we're using __sock_put on a struct sock that has refcnt == 1, which
      is not the case for all the ones I tested.
      dec22cdc
  2. 17 Jun, 2003 16 commits
  3. 16 Jun, 2003 21 commits