summaryrefslogtreecommitdiffstats
path: root/net/ax25
Commit message (Expand)AuthorAgeFilesLines
* ax25: Fix NULL pointer dereference in ax25_kill_by_deviceDuoming Zhou2022-03-091-0/+7
* ax25: fix UAF bugs of net_device caused by rebinding operationDuoming Zhou2022-02-091-1/+4
* ax25: fix NPD bug in ax25_disconnectDuoming Zhou2022-02-091-1/+1
* ax25: fix reference count leaks of ax25_devDuoming Zhou2022-02-033-16/+36
* ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou2022-01-283-2/+15
* ax25: improve the incomplete fix to avoid UAF and NPD bugsDuoming Zhou2022-01-281-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-091-5/+5
|\
| * ax25: uninitialized variable in ax25_setsockopt()Dan Carpenter2022-01-071-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-1/+3
|\|
| * ax25: NPD bug when detaching AX25 deviceLin Ma2021-12-181-1/+3
* | ax25: add net device refcount trackerEric Dumazet2021-12-071-4/+4
|/
* ax25: constify dev_addr passingJakub Kicinski2021-10-135-8/+8
* ax25: use skb_expand_headVasily Averin2021-08-033-23/+7
* net/ax25: Delete obsolete TODO fileWang Qing2021-03-301-20/+0
* net: ax25: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-101-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-2/+8
|\
| * AX.25: Prevent integer overflows in connect and sendmsgDan Carpenter2020-07-231-1/+4
| * AX.25: Prevent out-of-bounds read in ax25_sendmsg()Peilin Ye2020-07-221-1/+2
| * AX.25: Fix out-of-bounds read in ax25_connect()Peilin Ye2020-07-221-1/+3
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-3/+3
* | AX.25 Kconfig: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-131-5/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-2/+4
|\
| * ax25: fix setsockopt(SO_BINDTODEVICE)Eric Dumazet2020-05-201-2/+4
* | docs: networking: convert ax25.txt to ReSTMauro Carvalho Chehab2020-04-281-3/+3
|/
* net: Make sock protocol value checks more specificMat Martineau2020-01-091-1/+1
* net: use helpers to change sk_ack_backlogEric Dumazet2019-11-062-2/+2
* ax25: enforce CAP_NET_RAW for raw socketsOri Nimron2019-09-241-0/+2
* ax25: fix inconsistent lock state in ax25_destroy_timerEric Dumazet2019-06-161-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3018-72/+18
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* net: ax25: fix misuse of %xFuqian Huang2019-04-211-2/+2
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-8/+1
* ax25: fix possible use-after-freeEric Dumazet2019-01-232-13/+10
* ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang2018-12-302-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