summaryrefslogtreecommitdiffstats
path: root/net/x25
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-1/+1
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-42/+6
|/
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-6/+6
* x25: use %*ph to print small bufferAntonio Cardace2018-02-201-2/+1
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-2/+2
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-212-2/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-042-0/+2
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* | net: x25: mark expected switch fall-throughsGustavo A. R. Silva2017-10-222-1/+2
* | net/core: Convert sk_timer users to use timer_setup()Kees Cook2017-10-182-11/+14
* | net/core: Collapse redundant sk_timer callback data assignmentsKees Cook2017-10-182-2/+0
|/
* X25: constify null_x25_addressJulia Lawall2017-08-031-1/+1
* net, x25: convert x25_neigh.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* net, x25: convert x25_route.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-8/+8
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-13/+8
* net: x25: fix one potential use-after-free issuelinzhang2017-05-182-9/+20
* 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-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
OpenPOWER on IntegriCloud