summaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: node: remove Excess struct member kernel-doc warningsRandy Dunlap2024-01-241-2/+0
* genetlink: use attrs from struct genl_infoJakub Kicinski2023-08-151-2/+2
* tipc: stop tipc crypto on failure in tipc_node_createFedor Pchelkin2023-07-271-1/+1
* tipc: fix unexpected link reset due to discovery messagesTung Nguyen2023-01-061-4/+8
* tipc: call tipc_lxc_xmit without holding node_read_lockXin Long2022-12-071-3/+9
* tipc: move bc link creation back to tipc_node_createXin Long2022-06-271-19/+22
* tipc: fix wrong notification node addressesJon Maloy2022-02-161-5/+6
* tipc: fix wrong publisher node address in link publicationsJon Maloy2022-02-141-1/+1
* node.c: fix the use of indefinite articlegushengxian2021-06-101-1/+1
* tipc: make node link identity publish thread safeHoang Le2021-05-101-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-1/+1
|\
| * net: tipc: Fix spelling errors in net/tipc moduleZheng Yongjun2021-04-071-1/+1
* | node.c: A typo fixBhaskar Chowdhury2021-03-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-3/+8
|\|
| * tipc: better validate user input in tipc_nl_retrieve_key()Eric Dumazet2021-03-151-3/+8
* | tipc: simplify signature of tipc_nametbl_withdraw() functionsJon Maloy2021-03-171-2/+1
* | tipc: simplify signature of tipc_namtbl_publish()Jon Maloy2021-03-171-14/+15
* | tipc: clean up warnings detected by sparseHoang Huu Le2021-03-111-0/+5
|/
* net: tip: fix a couple kernel-doc markupsMauro Carvalho Chehab2021-01-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-2/+4
|\
| * net: tipc: prevent possible null deref of linkCengiz Can2020-12-081-2/+4
* | tipc: support 128bit node identity for peer removingHoang Le2020-12-041-3/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-0/+2
|\|
| * tipc: fix incompatible mtu of transmissionHoang Le2020-12-011-0/+2
* | net/tipc: fix all function Return: notationRandy Dunlap2020-12-011-3/+3
* | net/tipc: fix node.c kernel-docRandy Dunlap2020-12-011-1/+25
* | net/tipc: fix various kernel-doc warningsRandy Dunlap2020-12-011-2/+3
* | tipc: remove unneeded semicolonTom Rix2020-11-021-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-151-1/+1
|\
| * tipc: fix NULL pointer dereference in tipc_named_rcvHoang Huu Le2020-10-091-1/+1
* | tipc: add automatic rekeying for encryption keyTuong Lien2020-09-181-2/+23
* | tipc: add automatic session key exchangeTuong Lien2020-09-181-1/+16
* | tipc: introduce encryption master keyTuong Lien2020-09-181-2/+4
* | tipc: optimize key switching time and logicTuong Lien2020-09-181-27/+25
|/
* net: tipc: kerneldoc fixesAndrew Lunn2020-07-131-2/+2
* tipc: update a binding service via broadcastHoang Huu Le2020-06-171-6/+23
* Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv"Tuong Lien2020-06-021-1/+0
* tipc: add support for broadcast rcv stats dumpingTuong Lien2020-05-261-8/+53
* tipc: enable broadcast retrans via unicastTuong Lien2020-05-261-1/+1
* tipc: introduce Gap ACK blocks for broadcast linkTuong Lien2020-05-261-2/+8
* tipc: Fix potential tipc_node refcnt leak in tipc_rcvXiyu Yang2020-04-181-1/+3
* tipc: Add a missing case of TIPC_DIRECT_MSG typeHoang Le2020-03-261-1/+2
* tipc: make three functions staticChen Wandun2020-02-101-3/+4
* tipc: introduce variable window congestion controlJon Maloy2019-12-101-7/+9
* tipc: update replicast capability for broadcast send linkHoang Le2019-11-221-1/+7
* tipc: add support for AEAD key setting via netlinkTuong Lien2019-11-081-0/+135
* tipc: introduce TIPC encryption & authenticationTuong Lien2019-11-081-19/+80
* tipc: enable creating a "preliminary" nodeTuong Lien2019-11-081-27/+72
* tipc: eliminate checking netns if node establishedHoang Le2019-11-071-9/+5
* tipc: update cluster capabilities if node deletedHoang Le2019-11-061-1/+11