summaryrefslogtreecommitdiffstats
path: root/net/rose
AgeCommit message (Expand)AuthorLines
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
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-8/+0
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker-0/+1
2011-07-07rose: Delete commented out references to ancient firewalling code.David S. Miller-12/+0
2011-04-14NET: AX.25, NETROM, ROSE: Remove SOCK_DEBUG callsRalf Baechle-14/+2
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-27rose: Add length checks to CALL_REQUEST parsingBen Hutchings-46/+86
2011-03-27ROSE: prevent heap corruption with bad facilitiesDan Rosenberg-2/+16
2011-02-14ROSE: AX25: finding routes simplificationBernard Pidoux-7/+0
2011-02-14ROSE: rose AX25 packet routing improvementBernard Pidoux-12/+16
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-2/+2
2010-09-23net: return operator cleanupEric Dumazet-2/+2
2010-09-20rose: Fix signedness issues wrt. digi count.David S. Miller-2/+2
2010-08-01net/rose: Use GFP_ATOMICJulia Lawall-1/+3
2010-04-20net: sk_sleep() helperEric Dumazet-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+7
2010-02-10net: rose: use seq_hlist_foo() helpersLi Zefan-19/+3
2010-01-16ax25: netrom: rose: Fix timer oopsesJarek Poplawski-0/+13
2010-01-03rose_loopback_timer sets VC number <= ROSE_DEFAULT_MAXVCBernard Pidoux F6BVP-1/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-16/+19
2009-11-29net: Move && and || to end of previous lineJoe Perches-4/+6
2009-11-25net: use net_eq to compare netsOctavian Purdila-1/+1
2009-11-17Merge commit 'v2.6.32-rc7'Eric W. Biederman-10/+6
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman-23/+3
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-10/+6
2009-11-05net: pass kern to net_proto_family create functionEric Paris-1/+2
2009-11-05rose: device refcount leakEric Dumazet-10/+6
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet-9/+9
2009-10-07net: mark net_proto_ops as constStephen Hemminger-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller-1/+1