aboutsummaryrefslogtreecommitdiffstats
path: root/net/rose (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/+2
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-60/+10
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-4/+4
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-3/+2
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan2-4/+0
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2-8/+8
2017-10-22net: rose: mark expected switch fall-throughsGustavo A. R. Silva2-0/+3
2017-10-18net/core: Convert sk_timer users to use timer_setup()Kees Cook1-4/+4
2017-10-18net/core: Collapse redundant sk_timer callback data assignmentsKees Cook1-1/+0
2017-10-18net/rose: Convert timers to use timer_setup()Kees Cook5-44/+36
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
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-07-13rose: limit sk_filter trim to payloadWillem de Bruijn1-1/+2
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-06-23NET: ROSE: Don't dereference NULL neighbour pointer.Ralf Baechle1-1/+2
2015-06-18netfilter: Remove spurios included of netfilter.hEric W Biederman2-2/+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-14/+0
2015-03-02rose: Transmit packets in rose_xmit not rose_rebuild_headerEric W. Biederman1-27/+11
2015-03-02rose: Set the destination address in rose_headerEric W. Biederman1-0/+3
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-09-07rose: use %*ph specifierAndy Shevchenko1-1/+2
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/+3
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+4
2013-12-29net: rose: restore old recvmsg behaviorFlorian Westphal1-12/+4
2013-12-22rose: cleanup checkpatch errors,spaces requiredWeilong Chen2-2/+2
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-3/+5
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-3/+3
2013-04-07rose: fix info leak via msg_name in rose_recvmsg()Mathias Krause1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-9/+5
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-4/+4
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-4/+7
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 Dumazet2-2/+2
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2012-04-01rose_dev: fix memcpy-bug in rose_set_mac_addressdanborkmann@iogearbox.net1-2/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells8-8/+0
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-07-07rose: Delete commented out references to ancient firewalling code.David S. Miller2-12/+0
2011-04-14NET: AX.25, NETROM, ROSE: Remove SOCK_DEBUG callsRalf Baechle1-14/+2