summaryrefslogtreecommitdiff
path: root/net/llc/llc_core.c
AgeCommit message (Expand)Author
2014-01-03llc: make lock staticstephen hemminger
2013-12-27llc: "foo* bar" should be "foo *bar"Weilong Chen
2010-03-24llc: cleanup: remove dead code from llc_init()Dan Carpenter
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: convert the socket list to RCU lockingOctavian Purdila
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2008-03-28[LLC]: Kill llc_station_mac_sa symbol export.David S. Miller
2008-03-28[LLC]: station source mac addressJoonwoo Park
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris
2006-03-20[LLC]: Fix sap refcountingArnaldo Carvalho de Melo
2005-09-22[LLC]: Fix sparse warningsArnaldo Carvalho de Melo
2005-09-22[LLC]: Use refcounting with struct llc_sapArnaldo Carvalho de Melo
2005-08-29[NET]: Kill skb->real_devDavid S. Miller
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner
2004-12-27[LLC]: llc_sap_list_lock really does need to be exported.David S. Miller
2004-12-27[LLC]: Staticize and remove unnecessary functions and exports.Adrian Bunk
2003-10-06[NET]: Delete support for old-style protocols, no longer necessary.David S. Miller
2003-09-24[NET]: Add and use PKT_CAN_SHARE_SKB instead of (void *) 1.Joe Perches
2003-09-21Merge bk://kernel.bkbits.net/acme/llc-2.6David S. Miller
2003-09-21[LLC]: llc_core.c needs linux/init.hDavid S. Miller
2003-09-20o LLC: use list_for_each_entry in llc_sap_findArnaldo Carvalho de Melo
2003-09-19o LLC: consolidate the LLC station component into llc_station.cArnaldo Carvalho de Melo
2003-09-19o LLC: trim down llc_core to the very basic support needed by IPX et allArnaldo Carvalho de Melo