summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-09-14net: tipc: avoid possible garbage valueSu Hui1-1/+1
2024-09-07net/tipc: make use of the helper macro LIST_HEAD()Hongbo Li1-4/+2
2024-08-29net/tipc: replace deprecated strcpy with strscpyHongbo Li1-1/+1
2024-08-26tipc: use min() to simplify the codeLi Zetao1-1/+1
2024-08-03tipc: guard against string buffer overrunSimon Horman1-2/+6
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+4
2024-07-24tipc: Return non-zero value from tipc_udp_addr2str() on errorShigeru Yoshida1-1/+4
2024-07-22Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-07-12tipc: Consolidate redundant functionsShigeru Yoshida1-17/+10
2024-07-12tipc: Remove unused struct declarationShigeru Yoshida1-1/+0
2024-06-29kernel-wide: fix spelling mistakes like "assocative" -> "associative"Jesse Brandeburg1-1/+1
2024-06-18tipc: force a dst refcount before doing decryptionXin Long1-0/+1
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-8/+8
2024-05-14net: change proto and proto_ops accept typeJens Axboe1-8/+5
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados1-1/+0
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2024-05-02tipc: fix a possible memleak in tipc_buf_appendXin Long1-1/+1
2024-05-02tipc: fix UAF in error pathPaolo Abeni1-1/+5
2024-05-01inet: introduce dst_rtable() helperEric Dumazet1-1/+1
2024-04-13tipc: remove redundant assignment to ret, simplify codeColin Ian King1-4/+1
2024-02-15tipc: Cleanup tipc_nl_bearer_add() error pathsShigeru Yoshida1-9/+6
2024-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2024-02-07net: tipc: remove redundant 'bool' from CONFIG_TIPC_{MEDIA_UDP,CRYPTO}Masahiro Yamada1-4/+3
2024-02-06tipc: rename the module name diag to tipc_diagXin Long1-2/+2
2024-02-06tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()Shigeru Yoshida1-0/+6
2024-01-25tipc: node: remove Excess struct member kernel-doc warningsRandy Dunlap1-2/+0
2024-01-25tipc: socket: remove Excess struct member kernel-doc warningRandy Dunlap1-1/+0
2024-01-23sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet1-0/+1
2023-12-23tipc: Remove some excess struct member documentationJonathan Corbet1-15/+0
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-11-19net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski1-0/+1
2023-11-17tipc: Remove redundant call to TLV_SPACE()Shigeru Yoshida1-1/+1
2023-11-13tipc: Fix kernel-infoleak due to uninitialized TLV valueShigeru Yoshida1-0/+1
2023-11-02tipc: Change nla_policy for bearer-related names to NLA_NUL_STRINGShigeru Yoshida1-2/+2
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-10-04tipc: fix a potential deadlock on &tx->lockChengfeng Ye1-2/+2
2023-09-18tipc: Use size_add() in calls to struct_size()Gustavo A. R. Silva1-2/+2
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-6/+6
2023-08-25minmax: add in_range() macroMatthew Wilcox (Oracle)2-6/+6
2023-08-16genetlink: use attrs from struct genl_infoJakub Kicinski4-5/+5
2023-08-16genetlink: remove userhdr from struct genl_infoJakub Kicinski1-1/+1
2023-08-09tipc: Remove unused declaration tipc_link_build_bc_sync_msg()Yue Haibing1-2/+0
2023-08-03tipc: Remove unused function declarationsYue Haibing4-5/+0
2023-07-27tipc: stop tipc crypto on failure in tipc_node_createFedor Pchelkin1-1/+1
2023-07-27tipc: check return value of pskb_trim()Yuanjun Gong1-1/+2
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-3/+0
2023-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-06-16net: tipc: resize nlattr array to correct sizeLin Ma1-2/+2
2023-06-07tipc: replace open-code bearer rcu_dereference access in bearer.cXin Long1-8/+6