aboutsummaryrefslogtreecommitdiffstats
path: root/net/netrom (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-1/+1
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig2-42/+5
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-3/+3
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-4/+5
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan2-3/+0
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2-2/+2
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-71/+47
2017-11-01net: netrom: nr_route: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2017-11-01net: netrom: nr_route: refactor code in nr_add_nodeGustavo A. R. Silva1-43/+16
2017-10-22net: netrom: nr_in: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-10-18net/core: Convert sk_timer users to use timer_setup()Kees Cook2-26/+27
2017-10-18net/core: Collapse redundant sk_timer callback data assignmentsKees Cook1-1/+0
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-07-04net, netrom: convert nr_node.refcount from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-04net, netrom: convert nr_neigh.refcount from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2015-06-18netfilter: Remove spurios included of netfilter.hEric W Biederman1-1/+0
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-2/+2
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman1-31/+0
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+3
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-10-17netrom: use linux/uaccess.hFabian Frederick7-7/+7
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+2
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-2/+1
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-04-25netrom: info leak in ->getname()Dan Carpenter1-0/+2
2013-04-08netrom: fix invalid use of sizeof in nr_recvmsg()Wei Yongjun1-1/+1
2013-04-07netrom: fix info leak via msg_name in nr_recvmsg()Mathias Krause1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-25/+17
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-3/+3
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-3/+3
2012-09-21net: change return values from -EACCES to -EPERMZhao Hongjiang1-1/+1
2012-09-04netrom: copy_datagram_iovec can failAlan Cox1-1/+6
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-7/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman1-2/+2
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells7-7/+0
2011-12-28netrom: avoid overflows in nr_setsockopt()Xi Wang1-7/+7
2011-11-29NET: NETROM: Fix formatting.Ralf Baechle1-1/+2
2011-11-29NET: NETROM: Cleanup argument SIOCADDRT ioctl argument checking.Ralf Baechle1-4/+2
2011-11-29NET: NETROM: When adding a route verify length of mnemonic string.Ralf Baechle1-0/+5