summaryrefslogtreecommitdiffstats
path: root/net/rose
AgeCommit message (Expand)AuthorFilesLines
2022-11-02rose: Fix NULL pointer dereference in rose_send_frame()Zhang Qilong1-0/+3
2022-08-22rose: check NULL rose_loopback_neigh->loopbackBernard Pidoux1-1/+2
2022-08-01net: rose: add netdev ref tracker to 'struct rose_sock'Eric Dumazet1-3/+9
2022-08-01net: rose: fix netdev reference changesEric Dumazet2-2/+11
2022-07-06net: rose: fix UAF bug caused by rose_t0timer_expiryDuoming Zhou1-2/+2
2022-06-30net: rose: fix UAF bugs caused by timer handlerDuoming Zhou1-15/+19
2022-05-09ROSE: Remove unused code and clean up some inconsistent indentingJiapeng Chong1-16/+9
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp1-1/+2
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-10-13rose: constify dev_addr passingJakub Kicinski3-9/+12
2021-10-13ax25: constify dev_addr passingJakub Kicinski1-4/+4
2021-10-09net: use dev_addr_set()Jakub Kicinski1-1/+1
2021-03-10net: rose: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2020-11-20rose: Fix Null pointer dereference in rose_send_frame()Anmol Karn1-4/+13
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-2/+2
2020-06-09net: change addr_list_lock back to static keyCong Wang1-0/+2
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+21
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-01-24net/rose: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-01-07net/rose: remove redundant assignment to variable failedColin Ian King1-1/+0
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet1-2/+2
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-23/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner10-40/+10
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+16
2019-04-24net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet1-11/+16
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-6/+1
2019-03-18net: rose: fix a possible stack overflowEric Dumazet1-9/+12
2019-02-19net: rose: add missing dev_put() on error in rose_bindYueHaibing1-1/+3
2019-01-27net/rose: fix NULL ax25_cb kernel panicBernard Pidoux1-0/+5
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-1/+1
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig2-60/+10
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-4/+4
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-3/+2
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan2-4/+0
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2-8/+8
2017-10-22net: rose: mark expected switch fall-throughsGustavo A. R. Silva2-0/+3
2017-10-18net/core: Convert sk_timer users to use timer_setup()Kees Cook1-4/+4
2017-10-18net/core: Collapse redundant sk_timer callback data assignmentsKees Cook1-1/+0
2017-10-18net/rose: Convert timers to use timer_setup()Kees Cook5-44/+36
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-07-13rose: limit sk_filter trim to payloadWillem de Bruijn1-1/+2
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-06-23NET: ROSE: Don't dereference NULL neighbour pointer.Ralf Baechle1-1/+2