summaryrefslogtreecommitdiff
path: root/net/x25
Commit message (Expand)AuthorAge
* net: Use octal not symbolic permissionsJoe Perches2018-03-26
* x25: use %*ph to print small bufferAntonio Cardace2018-02-20
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-21
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-04
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | net: x25: mark expected switch fall-throughsGustavo A. R. Silva2017-10-22
* | net/core: Convert sk_timer users to use timer_setup()Kees Cook2017-10-18
* | net/core: Collapse redundant sk_timer callback data assignmentsKees Cook2017-10-18
|/
* X25: constify null_x25_addressJulia Lawall2017-08-03
* net, x25: convert x25_neigh.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-04
* net, x25: convert x25_route.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-04
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-20
* networking: introduce and use skb_put_data()Johannes Berg2017-06-16
* net: x25: fix one potential use-after-free issuelinzhang2017-05-18
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-09
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* net/x25: use designated initializersKees Cook2016-12-17
* net: x25: remove null checks on arrays calling_ae and called_aeColin Ian King2016-09-09
* net: fix a kernel infoleak in x25 moduleKangjie Lu2016-05-09
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-11
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* new helper: memcpy_from_msg()Al Viro2014-11-24
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-05
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-18
* x25: convert printks to pr_<level>wangweidong2013-12-09
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-20
* net: x25: Fix dead URLs in KconfigMichael Drüing2013-10-29
* x25: add a sanity check parsing X.25 facilitiesDan Carpenter2013-09-04
* x25: Fix broken locking in ioctl error paths.Dave Jones2013-07-01
* net: pass info struct via netdevice notifierJiri Pirko2013-05-28
* x25: use proc_remove_subtree()Al Viro2013-04-09
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* net/x25: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-11
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-10
* net: add a limit parameter to sk_add_backlog()Eric Dumazet2012-04-23
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-20
* net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-20
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-15
* net:x25: use IS_ENABLEDIgor Maravić2011-12-16
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-31
* | x25: Fix NULL dereference in x25_recvmsgDave Jones2011-11-02
|/
* x25: Prevent skb overreads when checking call user dataMatthew Daley2011-10-17
* x25: Handle undersized/fragmented skbsMatthew Daley2011-10-17
* x25: Validate incoming call user data lengthsMatthew Daley2011-10-17
* x25: Reduce switch/case indentJoe Perches2011-07-01