aboutsummaryrefslogtreecommitdiffstats
path: root/net/ax25/af_ax25.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2019-04-21net: ax25: fix misuse of %xFuqian Huang1-2/+2
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-8/+1
2018-12-30ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang1-2/+9
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+1
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 Hellwig1-17/+4
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-3/+3
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-2/+2
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2017-10-25net: ax25: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-07-04net, ax25: convert ax25_cb.refcount from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
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 Torvalds1-1/+1
2016-06-18AX.25: Close socket connection on session completionBasil Gunn1-1/+2
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2015-06-28ax25: Stop using sock->sk_protinfo.David Miller1-15/+15
2015-06-18netfilter: Remove spurios included of netfilter.hEric W Biederman1-1/+0
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-2/+2
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-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+2
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-2/+2
2013-10-18ax25: cleanup a range testDan Carpenter1-1/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-3/+3
2013-04-07ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-10/+5
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-3/+3
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-3/+4
2012-07-16ax25: Fix missing breakAlan Cox1-0/+1
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2012-04-20net ax25: Simplify and cleanup the ax25 sysctl handling.Eric W. Biederman1-2/+0
2012-04-19net ax25: Reorder ax25_exit to remove races.Eric W. Biederman1-4/+5
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-12-28ax25: avoid overflows in ax25_setsockopt()Xi Wang1-5/+6
2011-11-29NET: AX.25: Check ioctl arguments to avoid overflows further down the road.Ralf Baechle1-6/+11
2011-04-14NET: AX.25, NETROM, ROSE: Remove SOCK_DEBUG callsRalf Baechle1-15/+1
2011-01-12net: ax25: fix information leak to userland harderKees Cook1-1/+1
2010-11-10net: ax25: fix information leak to userlandVasiliy Kulikov1-1/+1
2010-08-18net/ax25: Use available error codesJulia Lawall1-1/+1
2010-04-20net: sk_sleep() helperEric Dumazet1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-10net: ax25: use seq_hlist_foo() helpersLi Zefan1-15/+3
2009-11-25net: use net_eq to compare netsOctavian Purdila1-1/+1
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-10-29ax25: unsigned cannot be less than 0 in ax25_ctl_ioctl()roel kluin1-4/+3