aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27tipc: move bc link creation back to tipc_node_createXin Long1-19/+22
2022-02-16tipc: fix wrong notification node addressesJon Maloy1-5/+6
2022-02-14tipc: fix wrong publisher node address in link publicationsJon Maloy1-1/+1
2021-06-10node.c: fix the use of indefinite articlegushengxian1-1/+1
2021-05-10tipc: make node link identity publish thread safeHoang Le1-6/+6
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-04-07net: tipc: Fix spelling errors in net/tipc moduleZheng Yongjun1-1/+1
2021-03-28node.c: A typo fixBhaskar Chowdhury1-1/+1
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+8
2021-03-17tipc: simplify signature of tipc_nametbl_withdraw() functionsJon Maloy1-2/+1
2021-03-17tipc: simplify signature of tipc_namtbl_publish()Jon Maloy1-14/+15
2021-03-15tipc: better validate user input in tipc_nl_retrieve_key()Eric Dumazet1-3/+8
2021-03-11tipc: clean up warnings detected by sparseHoang Huu Le1-0/+5
2021-01-14net: tip: fix a couple kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2020-12-08net: tipc: prevent possible null deref of linkCengiz Can1-2/+4
2020-12-04tipc: support 128bit node identity for peer removingHoang Le1-3/+18
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2020-12-01net/tipc: fix all function Return: notationRandy Dunlap1-3/+3
2020-12-01net/tipc: fix node.c kernel-docRandy Dunlap1-1/+25
2020-12-01net/tipc: fix various kernel-doc warningsRandy Dunlap1-2/+3
2020-12-01tipc: fix incompatible mtu of transmissionHoang Le1-0/+2
2020-11-02tipc: remove unneeded semicolonTom Rix1-1/+1
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-10-09tipc: fix NULL pointer dereference in tipc_named_rcvHoang Huu Le1-1/+1
2020-09-18tipc: add automatic rekeying for encryption keyTuong Lien1-2/+23
2020-09-18tipc: add automatic session key exchangeTuong Lien1-1/+16
2020-09-18tipc: introduce encryption master keyTuong Lien1-2/+4
2020-09-18tipc: optimize key switching time and logicTuong Lien1-27/+25
2020-07-13net: tipc: kerneldoc fixesAndrew Lunn1-2/+2
2020-06-17tipc: update a binding service via broadcastHoang Huu Le1-6/+23
2020-06-02Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv"Tuong Lien1-1/+0
2020-05-26tipc: add support for broadcast rcv stats dumpingTuong Lien1-8/+53
2020-05-26tipc: enable broadcast retrans via unicastTuong Lien1-1/+1
2020-05-26tipc: introduce Gap ACK blocks for broadcast linkTuong Lien1-2/+8
2020-04-18tipc: Fix potential tipc_node refcnt leak in tipc_rcvXiyu Yang1-1/+3
2020-03-26tipc: Add a missing case of TIPC_DIRECT_MSG typeHoang Le1-1/+2
2020-02-10tipc: make three functions staticChen Wandun1-3/+4
2019-12-10tipc: introduce variable window congestion controlJon Maloy1-7/+9
2019-11-22tipc: update replicast capability for broadcast send linkHoang Le1-1/+7
2019-11-08tipc: add support for AEAD key setting via netlinkTuong Lien1-0/+135
2019-11-08tipc: introduce TIPC encryption & authenticationTuong Lien1-19/+80
2019-11-08tipc: enable creating a "preliminary" nodeTuong Lien1-27/+72
2019-11-07tipc: eliminate checking netns if node establishedHoang Le1-9/+5
2019-11-06tipc: update cluster capabilities if node deletedHoang Le1-1/+11
2019-10-29tipc: improve throughput between nodes in netnsHoang Le1-4/+151
2019-10-06net: tipc: have genetlink code to parse the attrs during dumpitJiri Pirko1-5/+1
2019-08-18tipc: clean up skb list lock handling on send pathJon Maloy1-3/+4
2019-08-08tipc: add loopback device trackingJohn Rutherford1-0/+1
2019-07-25tipc: optimize link synching mechanismTuong Lien1-2/+4