summaryrefslogtreecommitdiff
path: root/include/net/llc.h
AgeCommit message (Expand)Author
2012-09-17llc: Remove stray reference to sysctl_llc_station_ack_timeout.David S. Miller
2012-08-14llc2: Fix silent failure of llc_station_init()Ben Hutchings
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2009-12-26llc: convert llc_sap_list to RCUOctavian Purdila
2009-12-26llc: replace the socket list with a local address based hashOctavian Purdila
2009-12-26llc: use a device based hash table to speed up multicast deliveryOctavian Purdila
2009-12-26llc: convert the socket list to RCU lockingOctavian Purdila
2008-03-28[LLC]: station source mac addressJoonwoo Park
2006-03-20[LLC]: llc_mac_hdr_init const argumentsStephen Hemminger
2005-09-22[LLC]: Fix sparse warningsArnaldo Carvalho de Melo
2005-09-22[LLC]: Use refcounting with struct llc_sapArnaldo Carvalho de Melo
2005-09-22[LLC]: Add sysctl support for the LLC timeoutsArnaldo Carvalho de Melo
2005-08-29[NET]: Kill skb->real_devDavid S. Miller
2003-10-20[LLC]: Make LLC2 compile with PROC_FS=nDavid S. Miller
2003-09-19o LLC: llc_station.h is not useful anymore, kill itArnaldo Carvalho de Melo
2003-09-19o LLC: consolidate the LLC station component into llc_station.cArnaldo Carvalho de Melo
2003-09-19o LLC: rename llc_main.[ch] to llc_station.[ch]Arnaldo Carvalho de Melo
2003-09-19o LLC: trim down llc_core to the very basic support needed by IPX et allArnaldo Carvalho de Melo
2003-09-19o LLC: rename llc_mac.c to llc_input.c, net/llc_mac.h to net/llc.hArnaldo Carvalho de Melo
2002-08-02Fix bug in LLC state tables, remove old LLC stack, etcArnaldo Carvalho de Melo
2002-02-04Import changesetLinus Torvalds