aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/llc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-13llc: avoid blocking in llc_sap_close()Cong Wang1-0/+1
2018-08-07llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang1-0/+5
2017-07-04net, llc: convert llc_sap.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2014-01-03llc: make lock staticstephen hemminger1-1/+0
2013-09-21llc*.h: Remove extern from function prototypesJoe Perches1-25/+25
2012-09-17llc: Remove stray reference to sysctl_llc_station_ack_timeout.David S. Miller1-1/+0
2012-08-14llc2: Fix silent failure of llc_station_init()Ben Hutchings1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2009-12-26llc: convert llc_sap_list to RCUOctavian Purdila1-1/+1
2009-12-26llc: replace the socket list with a local address based hashOctavian Purdila1-1/+20
2009-12-26llc: use a device based hash table to speed up multicast deliveryOctavian Purdila1-0/+11
2009-12-26llc: convert the socket list to RCU lockingOctavian Purdila1-4/+3
2008-03-28[LLC]: station source mac addressJoonwoo Park1-1/+0
2006-03-20[LLC]: llc_mac_hdr_init const argumentsStephen Hemminger1-1/+1
2005-09-22[LLC]: Fix sparse warningsArnaldo Carvalho de Melo1-2/+11
2005-09-22[LLC]: Use refcounting with struct llc_sapArnaldo Carvalho de Melo1-1/+15
2005-09-22[LLC]: Add sysctl support for the LLC timeoutsArnaldo Carvalho de Melo1-0/+7
2005-08-29[NET]: Kill skb->real_devDavid S. Miller1-3/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+99