An error occurred fetching the project authors.
- 06 Oct, 2004 2 commits
-
-
Arnaldo Carvalho de Melo authored
The token ring code in the kernel is bitrotting (no surprise :) ), it uses skb->data all around... I have an assortment of token ring cards but no MAU, can anybody send me one, please? I promise to make ssh work over LLC over Token Ring networks! Duh... :o) Signed-off-by: Arnaldo Carvalho de Melo <acme@conectiva.com.br> Signed-off-by: David S. Miller <davem@redhat.com>
-
Arnaldo Carvalho de Melo authored
Signed-off-by: Arnaldo Carvalho de Melo <acme@conectiva.com.br> Signed-off-by: David S. Miller <davem@redhat.com>
-
- 23 Sep, 2003 1 commit
-
-
Stephen Hemminger authored
-
- 19 Sep, 2003 1 commit
-
-
Arnaldo Carvalho de Melo authored
Renaming the basic support module to llc.ko and introducing llc_core.c, that has just the basic output path for llc_build_and_send_ui_pkt. Next step will be to rename llc_main.c to llc_station.c, then consolidate all the llc station code in this file, removing all the not needed llc_station parameters and killing struct llc_station altogether, no sense in having it as there is just one station, always. BTW in this changeset parts of llc_main_station was already moved to llc_core.c, namely the sap list and lock.
-
- 17 Sep, 2003 1 commit
-
-
Arnaldo Carvalho de Melo authored
Renaming lan_hdrs_init to llc_mac_hdr_init and making all places check if it fails.
-