aboutsummaryrefslogtreecommitdiffstats
path: root/net/x25/af_x25.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-243/+244
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-14/+38
* x25: Prevent skb overreads when checking call user dataMatthew Daley2011-10-251-1/+2
* x25: remove the BKLArnd Bergmann2011-03-051-40/+18
* X25 remove bkl in call user data length ioctlandrew hendry2010-11-281-5/+6
* X25 remove bkl from causediag ioctlsandrew hendry2010-11-281-8/+7
* X25 remove bkl from calluserdata ioctlsandrew hendry2010-11-281-7/+7
* X25 remove bkl in facility ioctlsandrew hendry2010-11-281-23/+25
* X25 remove bkl in subscription ioctlsandrew hendry2010-11-281-8/+4
* X25: remove bkl in routing ioctlsandrew hendry2010-11-191-4/+0
* X25: remove bkl in inq and outq ioctlsandrew hendry2010-11-191-4/+2
* X25: remove bkl in timestamp ioctlsandrew hendry2010-11-191-8/+0
* X25: pushdown bkl in ioctlsandrew hendry2010-11-191-3/+38
* X.25 remove bkl in pollandrew hendry2010-09-221-13/+1
* X.25 remove bkl in getsocknameandrew hendry2010-09-221-2/+0
* X.25 remove bkl in connectandrew hendry2010-09-141-2/+0
* X.25 remove bkl in acceptAndrew Hendry2010-09-141-3/+5
* X.25 remove bkl in bindandrew hendry2010-09-141-2/+2
* X.25 remove bkl in listenandrew hendry2010-09-141-2/+2
* X25: Remove bkl in sockoptsandrew hendry2010-05-171-4/+0
* X25: Move accept approve flag to bitfieldandrew hendry2010-05-171-6/+6
* X25: Move interrupt flag to bitfieldandrew hendry2010-05-171-0/+1
* X25: Move qbit flag to bitfieldandrew hendry2010-05-171-7/+10
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-271-0/+1
|\
| * X25 fix dead unaccepted socketsandrew hendry2010-04-211-0/+1
* | net: sk_sleep() helperEric Dumazet2010-04-201-4/+4
|/
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | x.25 attempts to negotiate invalid throughputJohn Hughes2010-04-071-4/+16
* | x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet.John Hughes2010-04-071-1/+46
|/
* X25: Dont let x25_bind use addresses containing charactersandrew hendry2010-02-151-1/+10
* X25: Fix x25_create errors for bad protocol and ENOBUFSandrew hendry2010-02-151-4/+9
* X25: Check for errors in x25_initandrew hendry2009-11-291-3/+16
* X25: Move SYSCTL ifdefs into headerandrew hendry2009-11-291-4/+0
* net: use net_eq to compare netsOctavian Purdila2009-11-251-1/+1
* X25: Enable setting of cause and diagnostic fieldsAndrew Hendry2009-11-181-0/+12
* net/x25: push BKL usage into x25_protoArnd Bergmann2009-11-071-11/+60
* net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+2
* x25: bit and/or confusion in x25_ioctl()?roel kluin2009-10-131-1/+1
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* net: correct off-by-one write allocations reportsEric Dumazet2009-06-181-2/+2
* net: sk_wmem_alloc has initial value of one, not zeroEric Dumazet2009-06-171-2/+1
* x25: Fix sleep from timer on socket destroy.David S. Miller2009-06-161-5/+18
* af_rose/x25: Sanity check the maximum user frame sizeAlan Cox2009-03-271-0/+6
* x25: '< 0' and '>= 0' test on unsignedRoel Kluin2009-03-131-6/+5
* net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-101-1/+1
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-191-1/+1