aboutsummaryrefslogtreecommitdiff
path: root/net/rose
AgeCommit message (Expand)AuthorFilesLines
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+2
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2018-05-26net: convert datagram_poll users tp ->poll_maskGravatar Christoph Hellwig 1-1/+1
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 2-60/+10
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-4/+4
2018-02-12net: make getname() functions return length rather than use int* parameterGravatar Denys Vlasenko 1-3/+2
2018-01-16net: delete /proc THIS_MODULE referencesGravatar Alexey Dobriyan 2-4/+0
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsGravatar Kees Cook 2-8/+8
2017-10-22net: rose: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 2-0/+3
2017-10-18net/core: Convert sk_timer users to use timer_setup()Gravatar Kees Cook 1-4/+4
2017-10-18net/core: Collapse redundant sk_timer callback data assignmentsGravatar Kees Cook 1-1/+0
2017-10-18net/rose: Convert timers to use timer_setup()Gravatar Kees Cook 5-44/+36
2017-03-09net: Work around lockdep limitation in sockets that use socketsGravatar David Howells 1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 2-2/+2
2016-07-13rose: limit sk_filter trim to payloadGravatar Willem de Bruijn 1-1/+2
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2015-06-23NET: ROSE: Don't dereference NULL neighbour pointer.Gravatar Ralf Baechle 1-1/+2
2015-06-18netfilter: Remove spurios included of netfilter.hGravatar Eric W Biederman 2-2/+0
2015-05-11net: Pass kern from net_proto_family.create to sk_allocGravatar Eric W. Biederman 1-2/+2
2015-03-02net: Kill dev_rebuild_headerGravatar Eric W. Biederman 1-14/+0
2015-03-02rose: Transmit packets in rose_xmit not rose_rebuild_headerGravatar Eric W. Biederman 1-27/+11
2015-03-02rose: Set the destination address in rose_headerGravatar Eric W. Biederman 1-0/+3
2015-03-02net: Remove iocb argument from sendmsg and recvmsgGravatar Ying Xue 1-4/+3
2014-11-24new helper: memcpy_from_msg()Gravatar Al Viro 1-1/+1
2014-11-05net: Add and use skb_copy_datagram_msg() helper.Gravatar David S. Miller 1-1/+1
2014-09-07rose: use %*ph specifierGravatar Andy Shevchenko 1-1/+2
2014-07-15net: set name_assign_type in alloc_netdev()Gravatar Tom Gundersen 1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.Gravatar David S. Miller 1-1/+1
2014-01-18net: add build-time checks for msg->msg_name sizeGravatar Steffen Hurrle 1-2/+3
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-12/+4
2013-12-29net: rose: restore old recvmsg behaviorGravatar Florian Westphal 1-12/+4
2013-12-22rose: cleanup checkpatch errors,spaces requiredGravatar Weilong Chen 2-2/+2
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicGravatar Hannes Frederic Sowa 1-3/+5
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-1/+1
2013-05-28net: pass info struct via netdevice notifierGravatar Jiri Pirko 1-3/+3
2013-04-07rose: fix info leak via msg_name in rose_recvmsg()Gravatar Mathias Krause 1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-9/+5
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 1-4/+4
2013-02-18net: proc: change proc_net_fops_create to proc_createGravatar Gao feng 1-4/+7
2012-04-20net: Convert all sysctl registrations to register_net_sysctlGravatar Eric W. Biederman 1-7/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Gravatar Eric W. Biederman 1-2/+2
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 2-2/+2
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+2
2012-04-01rose_dev: fix memcpy-bug in rose_set_mac_addressGravatar danborkmann@iogearbox.net 1-2/+2
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 8-8/+0
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 1-0/+1
2011-07-07rose: Delete commented out references to ancient firewalling code.Gravatar David S. Miller 2-12/+0
2011-04-14NET: AX.25, NETROM, ROSE: Remove SOCK_DEBUG callsGravatar Ralf Baechle 1-14/+2