1. 10 Aug, 2002 1 commit
  2. 08 Aug, 2002 1 commit
    • Arnaldo Carvalho de Melo's avatar
      LLC: Remove global variables used in confirms and indications · 9a1d0278
      Arnaldo Carvalho de Melo authored
      . moved the global variables llc_ind_prim and llc_cfm_prim
        to struct llc_sap, to make the code reentrant
      . one kerneldoc comment for a struct
      . created llc_pdu_{s,u}n_hdr and llc_set_pdu_hdr to abstract
        access to skb internals (skb->nh.raw)
      . renamed llc_get_llc_hdr_length to llc_get_hdr_len and simplify it
      . killed some uneeded variables in llc_sap_send_ev
      9a1d0278
  3. 06 Aug, 2002 1 commit
    • Arnaldo Carvalho de Melo's avatar
      make psnap and p8022 use the new LLC stack · 913bd2b6
      Arnaldo Carvalho de Melo authored
      . kill BR_LLC_LOCK, not needed anymore
      . kill net/core/ext8022.c, not needed anymore as all
        UI 802.2 protocols now use the new LLC stack
      . use struct list_head in datalink_proto (only needed by psnap)
      . make IPX and Appletalk use datalink_proto->request
      . make CONFIG_ATALK and CONFIG_IPX dependent on CONFIG_LLC
      . fix __FUNCTION__ usage in LLC 
      913bd2b6
  4. 05 Aug, 2002 11 commits
  5. 04 Aug, 2002 23 commits
  6. 03 Aug, 2002 3 commits