aboutsummaryrefslogtreecommitdiffstats
path: root/net/ax25
AgeCommit message (Expand)Author
2022-04-20ax25: Fix UAF bugs in ax25 timersDuoming Zhou
2022-04-20ax25: Fix NULL pointer dereferences in ax25 timersDuoming Zhou
2022-04-20ax25: fix NPD bug in ax25_disconnectDuoming Zhou
2022-04-20ax25: fix UAF bug in ax25_send_control()Duoming Zhou
2022-04-20ax25: Fix refcount leaks caused by ax25_cb_del()Duoming Zhou
2022-04-20ax25: fix UAF bugs of net_device caused by rebinding operationDuoming Zhou
2022-04-20ax25: fix reference count leaks of ax25_devDuoming Zhou
2022-04-20ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou
2022-03-16ax25: Fix NULL pointer dereference in ax25_kill_by_deviceDuoming Zhou
2022-02-23ax25: improve the incomplete fix to avoid UAF and NPD bugsDuoming Zhou
2022-01-27ax25: uninitialized variable in ax25_setsockopt()Dan Carpenter
2021-12-29ax25: NPD bug when detaching AX25 deviceLin Ma
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-23AX.25: Prevent integer overflows in connect and sendmsgDan Carpenter
2020-07-22AX.25: Prevent out-of-bounds read in ax25_sendmsg()Peilin Ye
2020-07-22AX.25: Fix out-of-bounds read in ax25_connect()Peilin Ye
2020-07-13AX.25 Kconfig: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-20ax25: fix setsockopt(SO_BINDTODEVICE)Eric Dumazet
2020-04-28docs: networking: convert ax25.txt to ReSTMauro Carvalho Chehab
2020-01-09net: Make sock protocol value checks more specificMat Martineau
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet
2019-09-24ax25: enforce CAP_NET_RAW for raw socketsOri Nimron
2019-06-16ax25: fix inconsistent lock state in ax25_destroy_timerEric Dumazet
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-21net: ax25: fix misuse of %xFuqian Huang
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-01-23ax25: fix possible use-after-freeEric Dumazet
2018-12-30ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang
2018-07-24ax25: remove blank line at EOFStephen Hemminger
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25net: ax25: Convert timers to use timer_setup()Kees Cook
2017-07-04net, ax25: convert ax25_cb.refcount from atomic_t to refcount_tReshetova, Elena
2017-07-04net, ax25: convert ax25_route.refcount from atomic_t to refcount_tReshetova, Elena
2017-07-04net, ax25: convert ax25_uid_assoc.refcount from atomic_t to refcount_tReshetova, Elena
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-16ax25: Fix segfault after sock connection timeoutBasil Gunn
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds