summaryrefslogtreecommitdiff
path: root/net/ax25/af_ax25.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-27ax25: Fix UAF bugs in ax25 timersDuoming Zhou1-0/+5
2022-04-27ax25: Fix NULL pointer dereferences in ax25 timersDuoming Zhou1-2/+2
2022-04-27ax25: fix NPD bug in ax25_disconnectDuoming Zhou1-1/+1
2022-04-27ax25: fix UAF bug in ax25_send_control()Duoming Zhou1-4/+4
2022-04-27ax25: Fix refcount leaks caused by ax25_cb_del()Duoming Zhou1-3/+11
2022-04-27ax25: fix UAF bugs of net_device caused by rebinding operationDuoming Zhou1-1/+4
2022-04-27ax25: fix reference count leaks of ax25_devDuoming Zhou1-4/+8
2022-04-27ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou1-0/+2
2022-03-16ax25: Fix NULL pointer dereference in ax25_kill_by_deviceDuoming Zhou1-0/+7
2022-02-23ax25: improve the incomplete fix to avoid UAF and NPD bugsDuoming Zhou1-3/+6
2021-12-29ax25: NPD bug when detaching AX25 deviceLin Ma1-1/+3
2020-07-31AX.25: Prevent integer overflows in connect and sendmsgDan Carpenter1-1/+4
2020-07-31AX.25: Prevent out-of-bounds read in ax25_sendmsg()Peilin Ye1-1/+2
2020-07-31AX.25: Fix out-of-bounds read in ax25_connect()Peilin Ye1-1/+3
2020-06-03ax25: fix setsockopt(SO_BINDTODEVICE)Eric Dumazet1-2/+4
2019-10-05ax25: enforce CAP_NET_RAW for raw socketsOri Nimron1-0/+2
2019-01-09ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang1-2/+9
2017-07-05net, 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-10net: 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 <lin...Ingo Molnar1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-06-19AX.25: Close socket connection on session completionBasil Gunn1-1/+2
2015-12-15net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2015-06-29ax25: 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-06net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-01-19net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+2
2013-11-21net: 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-29net: pass info struct via netdevice notifierJiri Pirko1-3/+3
2013-04-08ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause1-0/+1
2013-02-28hlist: 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-17ax25: Fix missing breakAlan Cox1-0/+1
2012-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2012-04-21net 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-19net/ax25: Use available error codesJulia Lawall1-1/+1
2010-04-21net: sk_sleep() helperEric Dumazet1-4/+4