aboutsummaryrefslogtreecommitdiff
path: root/net/rose
AgeCommit message (Expand)AuthorFilesLines
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsGravatar Joel Granados 1-1/+0
2023-12-15net/rose: fix races in rose_kill_by_device()Gravatar Eric Dumazet 1-5/+34
2023-12-12net/rose: Fix Use-After-Free in rose_ioctlGravatar Hyunwoo Kim 1-1/+3
2023-10-01net: implement lockless SO_PRIORITYGravatar Eric Dumazet 1-1/+1
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)Gravatar David Howells 1-1/+0
2023-01-28net/rose: Fix to not accept on connected socketGravatar Hyunwoo Kim 1-0/+8
2022-11-02rose: Fix NULL pointer dereference in rose_send_frame()Gravatar Zhang Qilong 1-0/+3
2022-08-22rose: check NULL rose_loopback_neigh->loopbackGravatar Bernard Pidoux 1-1/+2
2022-08-01net: rose: add netdev ref tracker to 'struct rose_sock'Gravatar Eric Dumazet 1-3/+9
2022-08-01net: rose: fix netdev reference changesGravatar Eric Dumazet 2-2/+11
2022-07-06net: rose: fix UAF bug caused by rose_t0timer_expiryGravatar Duoming Zhou 1-2/+2
2022-06-30net: rose: fix UAF bugs caused by timer handlerGravatar Duoming Zhou 1-15/+19
2022-05-09ROSE: Remove unused code and clean up some inconsistent indentingGravatar Jiapeng Chong 1-16/+9
2022-04-06net: remove noblock parameter from skb_recv_datagram()Gravatar Oliver Hartkopp 1-1/+2
2021-12-29net: Don't include filter.h from net/sock.hGravatar Jakub Kicinski 1-0/+1
2021-10-13rose: constify dev_addr passingGravatar Jakub Kicinski 3-9/+12
2021-10-13ax25: constify dev_addr passingGravatar Jakub Kicinski 1-4/+4
2021-10-09net: use dev_addr_set()Gravatar Jakub Kicinski 1-1/+1
2021-03-10net: rose: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+2
2020-11-20rose: Fix Null pointer dereference in rose_send_frame()Gravatar Anmol Karn 1-4/+13
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-3/+3
2020-07-24net: pass a sockptr_t into ->setsockoptGravatar Christoph Hellwig 1-2/+2
2020-06-09net: change addr_list_lock back to static keyGravatar Cong Wang 1-0/+2
2020-05-04net: partially revert dynamic lockdep key changesGravatar Cong Wang 1-0/+21
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2020-01-24net/rose: fix spelling mistake "to" -> "too"Gravatar Colin Ian King 1-1/+1
2020-01-07net/rose: remove redundant assignment to variable failedGravatar Colin Ian King 1-1/+0
2019-11-06net: use helpers to change sk_ack_backlogGravatar Eric Dumazet 1-2/+2
2019-10-24net: core: add generic lockdep keysGravatar Taehee Yoo 1-23/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 10-40/+10
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-11/+16
2019-04-24net/rose: fix unbound loop in rose_loopback_timer()Gravatar Eric Dumazet 1-11/+16
2019-04-19net: rework SIOCGSTAMP ioctl handlingGravatar Arnd Bergmann 1-6/+1
2019-03-18net: rose: fix a possible stack overflowGravatar Eric Dumazet 1-9/+12
2019-02-19net: rose: add missing dev_put() on error in rose_bindGravatar YueHaibing 1-1/+3
2019-01-27net/rose: fix NULL ax25_cb kernel panicGravatar Bernard Pidoux 1-0/+5
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+2
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2018-05-26net: convert datagram_poll users tp ->poll_maskGravatar Christoph Hellwig 1-1/+1
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 2-60/+10
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-4/+4
2018-02-12net: make getname() functions return length rather than use int* parameterGravatar Denys Vlasenko 1-3/+2
2018-01-16net: delete /proc THIS_MODULE referencesGravatar Alexey Dobriyan 2-4/+0
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsGravatar Kees Cook 2-8/+8
2017-10-22net: rose: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 2-0/+3
2017-10-18net/core: Convert sk_timer users to use timer_setup()Gravatar Kees Cook 1-4/+4
2017-10-18net/core: Collapse redundant sk_timer callback data assignmentsGravatar Kees Cook 1-1/+0
2017-10-18net/rose: Convert timers to use timer_setup()Gravatar Kees Cook 5-44/+36