summaryrefslogtreecommitdiffstats
path: root/net/ax25
Commit message (Expand)AuthorAgeFilesLines
* ax25: Fix UAF bugs in ax25 timersDuoming Zhou2022-04-271-0/+5
* ax25: Fix NULL pointer dereferences in ax25 timersDuoming Zhou2022-04-272-8/+16
* ax25: fix NPD bug in ax25_disconnectDuoming Zhou2022-04-271-1/+1
* ax25: fix UAF bug in ax25_send_control()Duoming Zhou2022-04-271-4/+4
* ax25: Fix refcount leaks caused by ax25_cb_del()Duoming Zhou2022-04-271-3/+11
* ax25: fix UAF bugs of net_device caused by rebinding operationDuoming Zhou2022-04-271-1/+4
* ax25: fix reference count leaks of ax25_devDuoming Zhou2022-04-273-16/+36
* ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou2022-04-273-2/+15
* ax25: Fix NULL pointer dereference in ax25_kill_by_deviceDuoming Zhou2022-03-161-0/+7
* ax25: improve the incomplete fix to avoid UAF and NPD bugsDuoming Zhou2022-02-231-3/+6
* ax25: NPD bug when detaching AX25 deviceLin Ma2021-12-291-1/+3
* AX.25: Prevent integer overflows in connect and sendmsgDan Carpenter2020-07-311-1/+4
* AX.25: Prevent out-of-bounds read in ax25_sendmsg()Peilin Ye2020-07-311-1/+2
* AX.25: Fix out-of-bounds read in ax25_connect()Peilin Ye2020-07-311-1/+3
* ax25: fix setsockopt(SO_BINDTODEVICE)Eric Dumazet2020-06-031-2/+4
* ax25: enforce CAP_NET_RAW for raw socketsOri Nimron2019-10-051-0/+2
* ax25: fix inconsistent lock state in ax25_destroy_timerEric Dumazet2019-06-221-0/+2
* ax25: fix possible use-after-freeEric Dumazet2019-02-232-13/+10
* ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang2019-01-092-2/+11
* ax25: remove blank line at EOFStephen Hemminger2018-07-245-5/+0
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-1/+1
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-163-45/+6
|/
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-3/+3
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-2/+2
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-163-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | net: ax25: Convert timers to use timer_setup()Kees Cook2017-10-253-30/+27
|/
* net, ax25: convert ax25_cb.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* net, ax25: convert ax25_route.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* net, ax25: convert ax25_uid_assoc.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* ax25: Fix segfault after sock connection timeoutBasil Gunn2017-01-161-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2417-17/+17
* AX.25: Close socket connection on session completionBasil Gunn2016-06-184-4/+12
* ax25: add link layer header validation functionWillem de Bruijn2016-03-091-0/+15
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-141-0/+3
* NET: AX.25: Stop heartbeat timer on disconnect.Richard Stearn2015-07-151-0/+1
* ax25: Stop using sock->sk_protinfo.David Miller2015-06-282-16/+16
* netfilter: Remove spurios included of netfilter.hEric W Biederman2015-06-185-5/+0
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-2/+2
* ax25: Fix the build when CONFIG_INET is disabledkbuild test robot2015-03-051-1/+1
* ax25: Stop using magic neighbour cache operations.Eric W. Biederman2015-03-031-54/+6
* ax25: Stop depending on arp_findEric W. Biederman2015-03-021-12/+28
* ax25: Stop calling/abusing dev_rebuild_headerEric W. Biederman2015-03-021-8/+2
* neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman2015-03-021-2/+16