1. 26 Sep, 2002 3 commits
  2. 25 Sep, 2002 4 commits
  3. 24 Sep, 2002 3 commits
    • Arnaldo Carvalho de Melo's avatar
      [LLC] use struct sock list members · 97ef8f8c
      Arnaldo Carvalho de Melo authored
      Now that we don't have anymore the double sock (PF_LLC + core) we can
      use struct sock list members.
      
      Also use use rw locks instead of spinlocks in some places.
      97ef8f8c
    • Arnaldo Carvalho de Melo's avatar
      [LLC] clean up the ui sending routines and core · 9950c8fe
      Arnaldo Carvalho de Melo authored
      OK, now I managed to kill the last remnants of bloated structs from
      LLC, I feel better now :)
      
      Also deleted include/net/llc_{frame,name,state}.h, remnants of the
      old LLC stack still in the tree.
      9950c8fe
    • Arnaldo Carvalho de Melo's avatar
      [LLC] kill sap->{ind,conf}, finally! · 71d24cc6
      Arnaldo Carvalho de Melo authored
      With this one the sap->ind and ->conf callbacks are gone, now the core
      is tightly integrated with the socket layer (PF_LLC) and the
      datalink_protos are mostly working like when the old LLC stack was
      in the kernel, i.e. without special receiving routines for IPX in
      802.2 mode, now I have to work on the UI sending routines to kill more
      stupid structs. 
      71d24cc6
  4. 22 Sep, 2002 5 commits
  5. 21 Sep, 2002 2 commits
  6. 19 Sep, 2002 2 commits
  7. 18 Sep, 2002 1 commit
  8. 17 Sep, 2002 3 commits
  9. 16 Sep, 2002 17 commits