aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix NULL pointer dereference in tipc_mon_reinit_self()Tung Nguyen2025-04-231-1/+2
* Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2025-04-101-0/+1
|\
| * tipc: fix memory leak in tipc_link_xmitTung Nguyen2025-04-081-0/+1
* | treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2025-04-052-2/+2
|/
* tipc: Reduce scope for the variable “fdefq” in tipc_link_tnl_prepare()Markus Elfring2025-03-051-1/+2
* tipc: re-order conditions in tipc_crypto_key_rcv()Dan Carpenter2025-01-201-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-12-121-1/+6
|\
| * tipc: fix NULL deref in cleanup_bearer()Eric Dumazet2024-12-061-1/+6
* | net: tipc: remove one synchronize_net() from tipc_nametbl_stop()Eric Dumazet2024-12-072-2/+4
|/
* tipc: Fix use-after-free of kernel socket in cleanup_bearer().Kuniyuki Iwashima2024-12-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-151-1/+1
|\
| * net: tipc: avoid possible garbage valueSu Hui2024-09-141-1/+1
* | net/tipc: make use of the helper macro LIST_HEAD()Hongbo Li2024-09-071-4/+2
* | net/tipc: replace deprecated strcpy with strscpyHongbo Li2024-08-291-1/+1
* | tipc: use min() to simplify the codeLi Zetao2024-08-261-1/+1
* | tipc: guard against string buffer overrunSimon Horman2024-08-031-2/+6
|/
* Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-07-251-1/+4
|\
| * tipc: Return non-zero value from tipc_udp_addr2str() on errorShigeru Yoshida2024-07-241-1/+4
* | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-221-1/+1
|\ \ | |/ |/|
| * kernel-wide: fix spelling mistakes like "assocative" -> "associative"Jesse Brandeburg2024-06-291-1/+1
* | tipc: Consolidate redundant functionsShigeru Yoshida2024-07-121-17/+10
* | tipc: Remove unused struct declarationShigeru Yoshida2024-07-121-1/+0
|/
* tipc: force a dst refcount before doing decryptionXin Long2024-06-181-0/+1
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-231-8/+8
* net: change proto and proto_ops accept typeJens Axboe2024-05-141-8/+5
* net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados2024-05-031-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-2/+6
|\
| * tipc: fix a possible memleak in tipc_buf_appendXin Long2024-05-021-1/+1
| * tipc: fix UAF in error pathPaolo Abeni2024-05-021-1/+5
* | inet: introduce dst_rtable() helperEric Dumazet2024-05-011-1/+1
* | tipc: remove redundant assignment to ret, simplify codeColin Ian King2024-04-131-4/+1
|/
* tipc: Cleanup tipc_nl_bearer_add() error pathsShigeru Yoshida2024-02-151-9/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-081-0/+6
|\
| * tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()Shigeru Yoshida2024-02-061-0/+6
* | net: tipc: remove redundant 'bool' from CONFIG_TIPC_{MEDIA_UDP,CRYPTO}Masahiro Yamada2024-02-071-4/+3
* | tipc: rename the module name diag to tipc_diagXin Long2024-02-061-2/+2
* | tipc: node: remove Excess struct member kernel-doc warningsRandy Dunlap2024-01-251-2/+0
* | tipc: socket: remove Excess struct member kernel-doc warningRandy Dunlap2024-01-251-1/+0
* | sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet2024-01-231-0/+1
|/
* tipc: Remove some excess struct member documentationJonathan Corbet2023-12-221-15/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-11-231-0/+1
|\
| * net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski2023-11-191-0/+1
* | tipc: Remove redundant call to TLV_SPACE()Shigeru Yoshida2023-11-171-1/+1
|/
* tipc: Fix kernel-infoleak due to uninitialized TLV valueShigeru Yoshida2023-11-131-0/+1
* tipc: Change nla_policy for bearer-related names to NLA_NUL_STRINGShigeru Yoshida2023-11-021-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-2/+2
|\
| * tipc: fix a potential deadlock on &tx->lockChengfeng Ye2023-10-041-2/+2
* | tipc: Use size_add() in calls to struct_size()Gustavo A. R. Silva2023-09-181-2/+2
|/
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-292-6/+6
|\
| * minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-242-6/+6