summaryrefslogtreecommitdiffstats
path: root/net/x25
Commit message (Expand)AuthorAgeFilesLines
* net/x25: prevent a couple of overflowsDan Carpenter2020-12-111-2/+4
* net: x25: Increase refcnt of "struct x25_neigh" in x25_rx_call_requestXie He2020-11-241-0/+1
* net/x25: Fix null-ptr-deref in x25_connectMartin Schiller2020-11-181-1/+1
* net/x25: Fix null-ptr-deref in x25_disconnectYueHaibing2020-08-211-4/+6
* net/x25: Fix x25_neigh refcnt leak when x25 disconnectXiyu Yang2020-08-211-0/+4
* net/x25: Fix x25_neigh refcnt leak when receiving frameXiyu Yang2020-05-021-1/+3
* net/x25: fix nonblocking connectMartin Schiller2020-01-291-1/+5
* net/x25: fix null_x25_address handlingMartin Schiller2019-12-211-6/+10
* net/x25: fix called/calling length calculation in x25_parse_address_blockMartin Schiller2019-12-211-1/+1
* net/x25: fix a race in x25_bind()Eric Dumazet2019-03-191-5/+8
* net/x25: reset state in x25_connect()Eric Dumazet2019-03-191-0/+1
* net/x25: fix use-after-free in x25_device_event()Eric Dumazet2019-03-191-1/+5
* net/x25: do not hold the cpu too long in x25_new_lci()Eric Dumazet2019-02-231-4/+2
* net: x25: fix one potential use-after-free issuelinzhang2018-04-132-9/+20
* 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-181-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-041-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-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