aboutsummaryrefslogtreecommitdiffstats
path: root/net/llc/llc_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2012-08-14llc: Fix races between llc2 handler use and (un)registrationBen Hutchings1-4/+17
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-04-11llc: Fix length check in llc_fixup_skb().David S. Miller1-2/+1
2011-02-28llc: avoid skb_clone() if there is only one handlerChangli Gao1-12/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-1/+1
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+5
2008-03-28[LLC]: bogus llc packet lengthJoonwoo Park1-1/+5
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+4
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-1/+1
2007-02-10[NET] LLC: Fix whitespace errors.YOSHIFUJI Hideaki1-4/+4
2006-12-02[LLC]: anotationsAl Viro1-2/+2
2006-06-17[LLC]: Fix double receive of SKB.Andrew Morton1-1/+0
2006-06-17[LLC]: allow applications to get copy of kernel datagramsStephen Hemminger1-1/+3
2006-06-17[LLC]: use rcu_dereference on receive handlerStephen Hemminger1-2/+5
2006-04-19[LLC]: Use pskb_trim_rcsum() in llc_fixup_skb().David S. Miller1-1/+2
2005-09-22[LLC]: Fix llc_fixup_skb() bugJochen Friedrich1-2/+6
2005-09-22[LLC]: Use refcounting with struct llc_sapArnaldo Carvalho de Melo1-2/+7
2005-09-22[LLC]: Help the compiler with likely/unlikely, saving some more bytesArnaldo Carvalho de Melo1-1/+1
2005-08-29[NET]: Kill skb->real_devDavid S. Miller1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+189