summaryrefslogtreecommitdiffstats
path: root/net/rose
AgeCommit message (Expand)AuthorLines
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann-6/+1
2019-03-18net: rose: fix a possible stack overflowEric Dumazet-9/+12
2019-02-19net: rose: add missing dev_put() on error in rose_bindYueHaibing-1/+3
2019-01-27net/rose: fix NULL ax25_cb kernel panicBernard Pidoux-0/+5
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+2
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-60/+10
2018-03-26net: Use octal not symbolic permissionsJoe Perches-4/+4
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko-3/+2
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan-4/+0
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook-8/+8
2017-10-22net: rose: mark expected switch fall-throughsGustavo A. R. Silva-0/+3
2017-10-18net/core: Convert sk_timer users to use timer_setup()Kees Cook-4/+4
2017-10-18net/core: Collapse redundant sk_timer callback data assignmentsKees Cook-1/+0
2017-10-18net/rose: Convert timers to use timer_setup()Kees Cook-44/+36
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
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-2/+2
2016-07-13rose: limit sk_filter trim to payloadWillem de Bruijn-1/+2
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+2
2015-06-23NET: ROSE: Don't dereference NULL neighbour pointer.Ralf Baechle-1/+2
2015-06-18netfilter: Remove spurios included of netfilter.hEric W Biederman-2/+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-14/+0
2015-03-02rose: Transmit packets in rose_xmit not rose_rebuild_headerEric W. Biederman-27/+11
2015-03-02rose: Set the destination address in rose_headerEric W. Biederman-0/+3
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-09-07rose: use %*ph specifierAndy Shevchenko-1/+2
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/+3
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-12/+4
2013-12-29net: rose: restore old recvmsg behaviorFlorian Westphal-12/+4
2013-12-22rose: cleanup checkpatch errors,spaces requiredWeilong Chen-2/+2
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa-3/+5
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-3/+3
2013-04-07rose: fix info leak via msg_name in rose_recvmsg()Mathias Krause-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-9/+5
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng-4/+4
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng-4/+7
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-2/+2
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-2/+2
2012-04-01rose_dev: fix memcpy-bug in rose_set_mac_addressdanborkmann@iogearbox.net-2/+2