summaryrefslogtreecommitdiff
path: root/net/rose
Commit message (Expand)AuthorAgeFilesLines
* net/rose: Fix to not accept on connected socketHyunwoo Kim2023-01-281-0/+8
* rose: Fix NULL pointer dereference in rose_send_frame()Zhang Qilong2022-11-021-0/+3
* rose: check NULL rose_loopback_neigh->loopbackBernard Pidoux2022-08-221-1/+2
* net: rose: add netdev ref tracker to 'struct rose_sock'Eric Dumazet2022-08-011-3/+9
* net: rose: fix netdev reference changesEric Dumazet2022-08-012-2/+11
* net: rose: fix UAF bug caused by rose_t0timer_expiryDuoming Zhou2022-07-061-2/+2
* net: rose: fix UAF bugs caused by timer handlerDuoming Zhou2022-06-301-15/+19
* ROSE: Remove unused code and clean up some inconsistent indentingJiapeng Chong2022-05-091-16/+9
* net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-1/+2
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* rose: constify dev_addr passingJakub Kicinski2021-10-133-9/+12
* ax25: constify dev_addr passingJakub Kicinski2021-10-131-4/+4
* net: use dev_addr_set()Jakub Kicinski2021-10-091-1/+1
* net: rose: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-101-0/+2
* rose: Fix Null pointer dereference in rose_send_frame()Anmol Karn2020-11-201-4/+13
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
* net: change addr_list_lock back to static keyCong Wang2020-06-091-0/+2
* net: partially revert dynamic lockdep key changesCong Wang2020-05-041-0/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-1/+1
|\
| * net/rose: fix spelling mistake "to" -> "too"Colin Ian King2020-01-241-1/+1
* | net/rose: remove redundant assignment to variable failedColin Ian King2020-01-071-1/+0
|/
* net: use helpers to change sk_ack_backlogEric Dumazet2019-11-061-2/+2
* net: core: add generic lockdep keysTaehee Yoo2019-10-241-23/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3010-40/+10
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-251-11/+16
|\
| * net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet2019-04-241-11/+16
* | net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-6/+1
|/
* net: rose: fix a possible stack overflowEric Dumazet2019-03-181-9/+12
* net: rose: add missing dev_put() on error in rose_bindYueHaibing2019-02-191-1/+3
* net/rose: fix NULL ax25_cb kernel panicBernard Pidoux2019-01-271-0/+5
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* 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-162-60/+10
|/
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-4/+4
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-162-4/+0
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-212-8/+8
* net: rose: mark expected switch fall-throughsGustavo A. R. Silva2017-10-222-0/+3
* net/core: Convert sk_timer users to use timer_setup()Kees Cook2017-10-181-4/+4
* net/core: Collapse redundant sk_timer callback data assignmentsKees Cook2017-10-181-1/+0
* net/rose: Convert timers to use timer_setup()Kees Cook2017-10-185-44/+36
* 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
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* rose: limit sk_filter trim to payloadWillem de Bruijn2016-07-131-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-1/+2
|\