aboutsummaryrefslogtreecommitdiffstats
path: root/net/x25
Commit message (Expand)AuthorAgeFilesLines
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* net/x25: use designated initializersKees Cook2016-12-171-1/+1
* net: x25: remove null checks on arrays calling_ae and called_aeColin Ian King2016-09-091-4/+0
* net: fix a kernel infoleak in x25 moduleKangjie Lu2016-05-091-0/+1
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-4/+4
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+2
* new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-112-2/+2
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-191-2/+2
* x25: convert printks to pr_<level>wangweidong2013-12-097-17/+32
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-2/+1
* net: x25: Fix dead URLs in KconfigMichael Drüing2013-10-291-2/+2
* x25: add a sanity check parsing X.25 facilitiesDan Carpenter2013-09-031-0/+4
* x25: Fix broken locking in ioctl error paths.Dave Jones2013-07-011-7/+8
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* x25: use proc_remove_subtree()Al Viro2013-04-091-33/+14
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-8/+4
* net/x25: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-2/+1
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-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-011-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-101-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