summaryrefslogtreecommitdiffstats
path: root/net/netrom
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig-1/+1
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig-42/+5
2018-03-26net: Use octal not symbolic permissionsJoe Perches-3/+3
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko-4/+5
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan-3/+0
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook-2/+2
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook-2/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-71/+47
2017-11-01net: netrom: nr_route: mark expected switch fall-throughsGustavo A. R. Silva-0/+3
2017-11-01net: netrom: nr_route: refactor code in nr_add_nodeGustavo A. R. Silva-43/+16
2017-10-22net: netrom: nr_in: mark expected switch fall-throughGustavo A. R. Silva-1/+1
2017-10-18net/core: Convert sk_timer users to use timer_setup()Kees Cook-26/+27
2017-10-18net/core: Collapse redundant sk_timer callback data assignmentsKees Cook-1/+0
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook-1/+1
2017-07-04net, netrom: convert nr_node.refcount from atomic_t to refcount_tReshetova, Elena-1/+1
2017-07-04net, netrom: convert nr_neigh.refcount from atomic_t to refcount_tReshetova, Elena-2/+2
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+1
2015-06-18netfilter: Remove spurios included of netfilter.hEric W Biederman-1/+0
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman-2/+2
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman-31/+0
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue-4/+3
2014-11-24new helper: memcpy_from_msg()Al Viro-1/+1
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller-1/+1
2014-10-17netrom: use linux/uaccess.hFabian Frederick-7/+7
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller-1/+1
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle-2/+2
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa-2/+1
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches-1/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko-1/+1
2013-04-25netrom: info leak in ->getname()Dan Carpenter-0/+2
2013-04-08netrom: fix invalid use of sizeof in nr_recvmsg()Wei Yongjun-1/+1
2013-04-07netrom: fix info leak via msg_name in nr_recvmsg()Mathias Krause-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-25/+17
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng-3/+3
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng-3/+3
2012-09-21net: change return values from -EACCES to -EPERMZhao Hongjiang-1/+1
2012-09-04netrom: copy_datagram_iovec can failAlan Cox-1/+6
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman-7/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman-2/+2
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-7/+0
2011-12-28netrom: avoid overflows in nr_setsockopt()Xi Wang-7/+7
2011-11-29NET: NETROM: Fix formatting.Ralf Baechle-1/+2
2011-11-29NET: NETROM: Cleanup argument SIOCADDRT ioctl argument checking.Ralf Baechle-4/+2
2011-11-29NET: NETROM: When adding a route verify length of mnemonic string.Ralf Baechle-0/+5
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker-0/+1