summaryrefslogtreecommitdiffstats
path: root/net/x25
Commit message (Expand)AuthorAgeFilesLines
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-1/+1
* net: add a limit parameter to sk_add_backlog()Eric Dumazet2012-04-231-1/+1
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-201-7/+1
* net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-201-2/+2
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-2/+2
* net:x25: use IS_ENABLEDIgor Maravić2011-12-163-5/+5
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* | x25: Fix NULL dereference in x25_recvmsgDave Jones2011-11-021-3/+8
|/
* x25: Prevent skb overreads when checking call user dataMatthew Daley2011-10-171-1/+2
* x25: Handle undersized/fragmented skbsMatthew Daley2011-10-176-17/+87
* x25: Validate incoming call user data lengthsMatthew Daley2011-10-172-0/+9
* x25: Reduce switch/case indentJoe Perches2011-07-015-402/+396
* Fix common misspellingsLucas De Marchi2011-03-312-3/+3
* x25: remove the BKLArnd Bergmann2011-03-053-43/+23
* x25: Do not reference freed memory.David S. Miller2011-02-091-1/+4
* x25: possible skb leak on bad facilitiesandrew hendry2011-02-072-12/+30
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-081-0/+1
|\
| * x25: decrement netdev reference counts on unloadApollon Oikonomopoulos2010-12-081-0/+1
* | 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-282-10/+10
* | 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
|/
* x25: Prevent crashing when parsing bad X.25 facilitiesDan Rosenberg2010-11-121-3/+9
* memory corruption in X.25 facilities parsingandrew hendry2010-11-032-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-231-24/+10
|\
| * 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
* | BKL: introduce CONFIG_BKL.Arnd Bergmann2010-10-211-0/+1
|/
* 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-173-3/+5
* 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
* | X25: Add if_x25.h and x25 to device identifiersAndrew Hendry2010-04-221-16/+20
* | net: sk_sleep() helperEric Dumazet2010-04-201-4/+4
|/
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-118-0/+8
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-308-0/+8
* | x.25 attempts to negotiate invalid throughputJohn Hughes2010-04-072-7/+28
* | x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet.John Hughes2010-04-073-6/+68
|/