aboutsummaryrefslogtreecommitdiff
path: root/net/ax25/af_ax25.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-3/+3
2018-02-12net: make getname() functions return length rather than use int* parameterGravatar Denys Vlasenko 1-2/+2
2018-01-16net: delete /proc THIS_MODULE referencesGravatar Alexey Dobriyan 1-1/+0
2017-10-25net: ax25: Convert timers to use timer_setup()Gravatar Kees Cook 1-4/+3
2017-07-04net, ax25: convert ax25_cb.refcount from atomic_t to refcount_tGravatar Reshetova, Elena 1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 1-1/+1
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 1-1/+1
2016-06-18AX.25: Close socket connection on session completionGravatar Basil Gunn 1-1/+2
2015-12-14net: add validation for the socket syscall protocol argumentGravatar Hannes Frederic Sowa 1-0/+3
2015-06-28ax25: Stop using sock->sk_protinfo.Gravatar David Miller 1-15/+15
2015-06-18netfilter: Remove spurios included of netfilter.hGravatar Eric W Biederman 1-1/+0
2015-05-11net: Pass kern from net_proto_family.create to sk_allocGravatar Eric W. Biederman 1-2/+2
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-01-18net: add build-time checks for msg->msg_name sizeGravatar Steffen Hurrle 1-2/+2
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicGravatar Hannes Frederic Sowa 1-2/+2
2013-10-18ax25: cleanup a range testGravatar Dan Carpenter 1-1/+1
2013-05-28net: pass info struct via netdevice notifierGravatar Jiri Pirko 1-3/+3
2013-04-07ax25: fix info leak via msg_name in ax25_recvmsg()Gravatar Mathias Krause 1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-10/+5
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 1-3/+3
2013-02-18net: proc: change proc_net_fops_create to proc_createGravatar Gao feng 1-3/+4
2012-07-16ax25: Fix missing breakGravatar Alan Cox 1-0/+1
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+4
2012-04-20net ax25: Simplify and cleanup the ax25 sysctl handling.Gravatar Eric W. Biederman 1-2/+0
2012-04-19net ax25: Reorder ax25_exit to remove races.Gravatar Eric W. Biederman 1-4/+5
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-12-28ax25: avoid overflows in ax25_setsockopt()Gravatar Xi Wang 1-5/+6
2011-11-29NET: AX.25: Check ioctl arguments to avoid overflows further down the road.Gravatar Ralf Baechle 1-6/+11
2011-04-14NET: AX.25, NETROM, ROSE: Remove SOCK_DEBUG callsGravatar Ralf Baechle 1-15/+1
2011-01-12net: ax25: fix information leak to userland harderGravatar Kees Cook 1-1/+1
2010-11-10net: ax25: fix information leak to userlandGravatar Vasiliy Kulikov 1-1/+1
2010-08-18net/ax25: Use available error codesGravatar Julia Lawall 1-1/+1
2010-04-20net: sk_sleep() helperGravatar Eric Dumazet 1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-10net: ax25: use seq_hlist_foo() helpersGravatar Li Zefan 1-15/+3
2009-11-25net: use net_eq to compare netsGravatar Octavian Purdila 1-1/+1
2009-11-05net: pass kern to net_proto_family create functionGravatar Eric Paris 1-1/+2
2009-10-29ax25: unsigned cannot be less than 0 in ax25_ctl_ioctl()Gravatar roel kluin 1-4/+3
2009-10-07net: mark net_proto_ops as constGravatar Stephen Hemminger 1-1/+1
2009-09-30ax25: Fix possible oops in ax25_make_newGravatar Jarek Poplawski 1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.Gravatar David S. Miller 1-1/+1
2009-09-28ax25: Add missing dev_put in ax25_setsockoptGravatar Ralf Baechle 1-9/+10
2009-09-25ax25: Fix ax25_cb refcounting in ax25_ctl_ioctlGravatar Jarek Poplawski 1-10/+17
2009-09-22ax25: Fix SIOCAX25GETINFO ioctlGravatar Eric Dumazet 1-2/+2
2009-06-18net: correct off-by-one write allocations reportsGravatar Eric Dumazet 1-5/+6
2009-06-17net: sk_wmem_alloc has initial value of one, not zeroGravatar Eric Dumazet 1-2/+1