summaryrefslogtreecommitdiff
path: root/net/ax25
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 Zhou2-8/+16
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 Zhou3-16/+36
2022-04-27ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou3-2/+15
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-06-22ax25: fix inconsistent lock state in ax25_destroy_timerEric Dumazet1-0/+2
2019-02-23ax25: fix possible use-after-freeEric Dumazet2-13/+10
2019-01-09ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang2-2/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-05net, ax25: convert ax25_cb.refcount from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-05net, ax25: convert ax25_route.refcount from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-05net, ax25: convert ax25_uid_assoc.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
2017-01-16ax25: Fix segfault after sock connection timeoutBasil Gunn1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds17-17/+17
2016-06-19AX.25: Close socket connection on session completionBasil Gunn4-4/+12
2016-03-10ax25: add link layer header validation functionWillem de Bruijn1-0/+15
2015-12-15net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2015-07-16NET: AX.25: Stop heartbeat timer on disconnect.Richard Stearn1-0/+1
2015-06-29ax25: Stop using sock->sk_protinfo.David Miller2-16/+16
2015-06-18netfilter: Remove spurios included of netfilter.hEric W Biederman5-5/+0
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-2/+2
2015-03-05ax25: Fix the build when CONFIG_INET is disabledkbuild test robot1-1/+1
2015-03-03ax25: Stop using magic neighbour cache operations.Eric W. Biederman1-54/+6
2015-03-03ax25: Stop depending on arp_findEric W. Biederman1-12/+28
2015-03-03ax25: Stop calling/abusing dev_rebuild_headerEric W. Biederman1-8/+2
2015-03-03neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman1-2/+16
2015-03-03ax25: Refactor to use private neighbour operations.Eric W. Biederman1-0/+21
2015-03-03ax25: Make ax25_header and ax25_rebuild_header staticEric W. Biederman1-10/+8
2015-03-03ax25: In ax25_rebuild_header add missing kfree_skbEric W. Biederman1-0/+1
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-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.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