1. 14 Aug, 2002 1 commit
    • Arnaldo Carvalho de Melo's avatar
      LLC: use skb->cb to store the LLC events · c1d567a8
      Arnaldo Carvalho de Melo authored
      . this allows us to kill the shorlived kmalloc/kfree for events in the fast path.
      . because of this there is no need for the skb member in the event structs
      . use more labeled elements in the transition tables
      . simplify llc_sock proc routine
      . more kernedoc style comments
      . 
      . remove unused defines in llc_main.h
      
      . create llc_set_backlog_type and llc_backlog_type
      . 
      c1d567a8
  2. 12 Aug, 2002 1 commit
  3. 10 Aug, 2002 1 commit
  4. 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
  5. 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
  6. 05 Aug, 2002 11 commits
  7. 04 Aug, 2002 23 commits
  8. 03 Aug, 2002 1 commit