aboutsummaryrefslogtreecommitdiff
path: root/net/x25/x25_in.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-22net: x25: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.Gravatar David S. Miller 1-1/+1
2013-12-09x25: convert printks to pr_<level>Gravatar wangweidong 1-1/+3
2011-10-17x25: Handle undersized/fragmented skbsGravatar Matthew Daley 1-5/+35
2011-10-17x25: Validate incoming call user data lengthsGravatar Matthew Daley 1-0/+3
2011-07-01x25: Reduce switch/case indentGravatar Joe Perches 1-59/+59
2011-02-07x25: possible skb leak on bad facilitiesGravatar andrew hendry 1-3/+11
2010-11-03memory corruption in X.25 facilities parsingGravatar andrew hendry 1-0/+2
2010-05-17X25: Move interrupt flag to bitfieldGravatar andrew hendry 1-1/+1
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 1-0/+1
2010-04-07x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet.Gravatar John Hughes 1-4/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-10-29net: Cleanup redundant tests on unsignedGravatar roel kluin 1-1/+1
2008-01-28[X25]: Avoid divides and sparse warningsGravatar Eric Dumazet 1-1/+1
2007-04-25[SK_BUFF]: Some more conversions to skb_copy_from_linear_dataGravatar Arnaldo Carvalho de Melo 1-2/+5
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Gravatar Arnaldo Carvalho de Melo 1-2/+3
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Gravatar Arnaldo Carvalho de Melo 1-1/+1
2007-02-10[NET] X25: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-4/+4
2006-03-22[X25]: allow ITU-T DTE facilities for x25Gravatar Shaun Pereira 1-1/+2
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hGravatar Arnaldo Carvalho de Melo 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+361