summaryrefslogtreecommitdiff
path: root/net/rose
AgeCommit message (Expand)Author
2023-12-15net/rose: fix races in rose_kill_by_device()Eric Dumazet
2023-12-12net/rose: Fix Use-After-Free in rose_ioctlHyunwoo Kim
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-01-28net/rose: Fix to not accept on connected socketHyunwoo Kim
2022-11-02rose: Fix NULL pointer dereference in rose_send_frame()Zhang Qilong
2022-08-22rose: check NULL rose_loopback_neigh->loopbackBernard Pidoux
2022-08-01net: rose: add netdev ref tracker to 'struct rose_sock'Eric Dumazet
2022-08-01net: rose: fix netdev reference changesEric Dumazet
2022-07-06net: rose: fix UAF bug caused by rose_t0timer_expiryDuoming Zhou
2022-06-30net: rose: fix UAF bugs caused by timer handlerDuoming Zhou
2022-05-09ROSE: Remove unused code and clean up some inconsistent indentingJiapeng Chong
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-10-13rose: constify dev_addr passingJakub Kicinski
2021-10-13ax25: constify dev_addr passingJakub Kicinski
2021-10-09net: use dev_addr_set()Jakub Kicinski
2021-03-10net: rose: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-20rose: Fix Null pointer dereference in rose_send_frame()Anmol Karn
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-06-09net: change addr_list_lock back to static keyCong Wang
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-24net/rose: fix spelling mistake "to" -> "too"Colin Ian King
2020-01-07net/rose: remove redundant assignment to variable failedColin Ian King
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-24net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-03-18net: rose: fix a possible stack overflowEric Dumazet
2019-02-19net: rose: add missing dev_put() on error in rose_bindYueHaibing
2019-01-27net/rose: fix NULL ax25_cb kernel panicBernard Pidoux
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
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-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-10-22net: rose: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-18net/core: Convert sk_timer users to use timer_setup()Kees Cook
2017-10-18net/core: Collapse redundant sk_timer callback data assignmentsKees Cook
2017-10-18net/rose: Convert timers to use timer_setup()Kees Cook
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells