summaryrefslogtreecommitdiffstats
path: root/net/x25/af_x25.c
Commit message (Expand)AuthorAgeFilesLines
* X25 remove bkl in call user data length ioctlandrew hendry2010-11-281-5/+6
* X25 remove bkl from causediag ioctlsandrew hendry2010-11-281-8/+7Star
* 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/+4Star
* X25: remove bkl in routing ioctlsandrew hendry2010-11-191-4/+0Star
* X25: remove bkl in inq and outq ioctlsandrew hendry2010-11-191-4/+2Star
* X25: remove bkl in timestamp ioctlsandrew hendry2010-11-191-8/+0Star
* X25: pushdown bkl in ioctlsandrew hendry2010-11-191-3/+38
* X.25 remove bkl in pollandrew hendry2010-09-221-13/+1Star
* X.25 remove bkl in getsocknameandrew hendry2010-09-221-2/+0Star
* X.25 remove bkl in connectandrew hendry2010-09-151-2/+0Star
* X.25 remove bkl in acceptAndrew Hendry2010-09-151-3/+5
* X.25 remove bkl in bindandrew hendry2010-09-151-2/+2
* X.25 remove bkl in listenandrew hendry2010-09-151-2/+2
* X25: Remove bkl in sockoptsandrew hendry2010-05-181-4/+0Star
* X25: Move accept approve flag to bitfieldandrew hendry2010-05-181-6/+6
* X25: Move interrupt flag to bitfieldandrew hendry2010-05-181-0/+1
* X25: Move qbit flag to bitfieldandrew hendry2010-05-181-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-221-0/+1
* | net: sk_sleep() helperEric Dumazet2010-04-211-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-081-4/+16
* | x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet.John Hughes2010-04-081-1/+46
|/
* X25: Dont let x25_bind use addresses containing charactersandrew hendry2010-02-161-1/+10
* X25: Fix x25_create errors for bad protocol and ENOBUFSandrew hendry2010-02-161-4/+9
* X25: Check for errors in x25_initandrew hendry2009-11-291-3/+16
* X25: Move SYSCTL ifdefs into headerandrew hendry2009-11-291-4/+0Star
* net: use net_eq to compare netsOctavian Purdila2009-11-261-1/+1
* X25: Enable setting of cause and diagnostic fieldsAndrew Hendry2009-11-191-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-061-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-10-011-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/+1Star
* 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-141-6/+5Star
* 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-201-1/+1
* x25: Use sock_orphan() instead of open-coded (and buggy) variant.David S. Miller2008-06-171-2/+1Star
* x25: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller2008-06-171-5/+1Star
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-1/+1
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-1/+1