summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* 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-131-1/+1
* | net/tipc: make use of the helper macro LIST_HEAD()Hongbo Li2024-09-061-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-021-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-211-1/+1
|\ \ | |/ |/|
| * kernel-wide: fix spelling mistakes like "assocative" -> "associative"Jesse Brandeburg2024-06-281-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-221-8/+8
* net: change proto and proto_ops accept typeJens Axboe2024-05-131-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-011-1/+1
| * tipc: fix UAF in error pathPaolo Abeni2024-05-011-1/+5
* | inet: introduce dst_rtable() helperEric Dumazet2024-04-301-1/+1
* | tipc: remove redundant assignment to ret, simplify codeColin Ian King2024-04-121-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-241-2/+0
* | tipc: socket: remove Excess struct member kernel-doc warningRandy Dunlap2024-01-241-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-011-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
* | genetlink: use attrs from struct genl_infoJakub Kicinski2023-08-154-5/+5
* | genetlink: remove userhdr from struct genl_infoJakub Kicinski2023-08-151-1/+1
* | tipc: Remove unused declaration tipc_link_build_bc_sync_msg()Yue Haibing2023-08-091-2/+0
* | tipc: Remove unused function declarationsYue Haibing2023-08-034-5/+0
|/
* tipc: stop tipc crypto on failure in tipc_node_createFedor Pchelkin2023-07-271-1/+1
* tipc: check return value of pskb_trim()Yuanjun Gong2023-07-271-1/+2
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-151-2/+2
|\
| * net: tipc: resize nlattr array to correct sizeLin Ma2023-06-151-2/+2
* | tipc: replace open-code bearer rcu_dereference access in bearer.cXin Long2023-06-061-8/+6