summaryrefslogtreecommitdiff
path: root/net/ax25/af_ax25.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-20ax25: Fix UAF bugs in ax25 timersDuoming Zhou1-0/+5
2022-04-20ax25: Fix NULL pointer dereferences in ax25 timersDuoming Zhou1-2/+2
2022-04-20ax25: fix NPD bug in ax25_disconnectDuoming Zhou1-1/+1
2022-04-20ax25: fix UAF bug in ax25_send_control()Duoming Zhou1-4/+4
2022-04-20ax25: Fix refcount leaks caused by ax25_cb_del()Duoming Zhou1-3/+11
2022-04-20ax25: fix UAF bugs of net_device caused by rebinding operationDuoming Zhou1-1/+4
2022-04-20ax25: fix reference count leaks of ax25_devDuoming Zhou1-4/+8
2022-04-20ax25: 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
2022-01-27ax25: uninitialized variable in ax25_setsockopt()Dan Carpenter1-5/+5
2021-12-29ax25: NPD bug when detaching AX25 deviceLin Ma1-1/+3
2021-03-10net: ax25: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+8
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-3/+3
2020-07-23AX.25: Prevent integer overflows in connect and sendmsgDan Carpenter1-1/+4
2020-07-23AX.25: Prevent out-of-bounds read in ax25_sendmsg()Peilin Ye1-1/+2
2020-07-23AX.25: Fix out-of-bounds read in ax25_connect()Peilin Ye1-1/+3
2020-05-21ax25: fix setsockopt(SO_BINDTODEVICE)Eric Dumazet1-2/+4
2020-01-10net: Make sock protocol value checks more specificMat Martineau1-1/+1
2019-11-07net: use helpers to change sk_ack_backlogEric Dumazet1-1/+1
2019-09-24ax25: enforce CAP_NET_RAW for raw socketsOri Nimron1-0/+2
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-20net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-8/+1
2018-12-31ax25: 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/vi...Linus 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-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