Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-13llc: avoid blocking in llc_sap_close()Cong Wang
2018-08-08llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang
2017-07-05net, llc: convert llc_sap.refcnt from atomic_t to refcount_tReshetova, Elena
2014-01-04llc: 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-27llc: convert llc_sap_list to RCUOctavian Purdila
2009-12-27llc: replace the socket list with a local address based hashOctavian Purdila
2009-12-27llc: 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-29[LLC]: Kill llc_station_mac_sa symbol export.David S. Miller
2008-03-29[LLC]: station source mac addressJoonwoo Park
2007-10-11[NET]: Make the device list and device lookups per namespace.Eric W. Biederman
2007-05-04[NET]: Rework dev_base via list_head (v3)Pavel Emelianov
2006-07-22[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris
2006-03-21[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-30[NET]: Kill skb->real_devDavid S. Miller
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds