aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/link.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-22tipc: Remove some excess struct member documentationGravatar Jonathan Corbet 1-15/+0
2023-09-18tipc: Use size_add() in calls to struct_size()Gravatar Gustavo A. R. Silva 1-2/+2
2023-08-24minmax: add in_range() macroGravatar Matthew Wilcox (Oracle) 1-5/+5
2023-05-15tipc: do not update mtu if msg_max is too small in mtu negotiationGravatar Xin Long 1-3/+6
2022-12-06tipc: Fix potential OOB in tipc_link_proto_rcv()Gravatar YueHaibing 1-1/+3
2022-03-08tipc: fix incorrect order of state message data sanity checkGravatar Tung Nguyen 1-4/+5
2022-02-10tipc: improve size validations for received domain recordsGravatar Jon Maloy 1-2/+7
2021-12-13tipc: discard MSG_CRYPTO msgs when key_exchange_enabled is not setGravatar Xin Long 1-1/+2
2021-11-15tipc: only accept encrypted MSG_CRYPTO msgsGravatar Xin Long 1-2/+5
2021-08-12Revert "tipc: Return the correct errno code"Gravatar Hoang Le 1-3/+3
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-3/+3
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-0/+1
2021-06-04tipc: Return the correct errno codeGravatar Zheng Yongjun 1-3/+3
2021-05-18tipc: simplify the finalize work queueGravatar Xin Long 1-0/+5
2021-05-17tipc: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+1
2021-01-14net: tip: fix a couple kernel-doc markupsGravatar Mauro Carvalho Chehab 1-1/+1
2021-01-09tipc: fix NULL deref in tipc_link_xmit()Gravatar Hoang Le 1-2/+7
2020-12-01net/tipc: fix all function Return: notationGravatar Randy Dunlap 1-4/+4
2020-12-01net/tipc: fix link.c kernel-docGravatar Randy Dunlap 1-2/+36
2020-11-02tipc: remove unneeded semicolonGravatar Tom Rix 1-1/+1
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+2
2020-09-18tipc: add automatic session key exchangeGravatar Tuong Lien 1-0/+5
2020-09-15net: tipc: kerneldoc fixesGravatar Lu Wei 1-1/+2
2020-08-31tipc: Remove unused macro TIPC_NACK_INTVGravatar YueHaibing 1-5/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-18net: tipc: Convert to use the preferred fallthrough macroGravatar Miaohe Lin 1-1/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2020-07-20tipc: allow to build NACK message in link timeout functionGravatar Tung Nguyen 1-1/+1
2020-07-13net: tipc: kerneldoc fixesGravatar Andrew Lunn 1-3/+3
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-8/+18
2020-07-08tipc: fix retransmission on unicast linksGravatar Hamish Martin 1-8/+18
2020-06-19tipc: Use struct_size() helperGravatar Gustavo A. R. Silva 1-4/+4
2020-06-17tipc: update a binding service via broadcastGravatar Hoang Huu Le 1-1/+1
2020-05-26tipc: add support for broadcast rcv stats dumpingGravatar Tuong Lien 1-32/+33
2020-05-26tipc: enable broadcast retrans via unicastGravatar Tuong Lien 1-4/+6
2020-05-26tipc: add back link trace eventsGravatar Tuong Lien 1-0/+3
2020-05-26tipc: introduce Gap ACK blocks for broadcast linkGravatar Tuong Lien 1-174/+251
2020-04-15tipc: fix incorrect increasing of link windowGravatar Tuong Lien 1-1/+1
2019-12-17tipc: don't send gap blocks in ACK messagesGravatar Jon Maloy 1-4/+4
2019-12-10tipc: introduce variable window congestion controlGravatar Jon Maloy 1-53/+122
2019-12-10tipc: eliminate more unnecessary nacks and retransmissionsGravatar Jon Maloy 1-1/+5
2019-12-10tipc: eliminate gap indicator from ACK messagesGravatar Jon Maloy 1-5/+9
2019-11-22tipc: update replicast capability for broadcast send linkGravatar Hoang Le 1-1/+1
2019-11-08tipc: introduce TIPC encryption & authenticationGravatar Tuong Lien 1-5/+14
2019-11-06tipc: eliminate the dummy packet in link synchingGravatar Tuong Lien 1-15/+14
2019-11-06tipc: reduce sensitive to retransmit failuresGravatar Hoang Le 1-1/+1
2019-11-03tipc: improve message bundling algorithmGravatar Tuong Lien 1-28/+31
2019-10-28tipc: Spelling s/enpoint/endpoint/Gravatar Geert Uytterhoeven 1-1/+1
2019-10-02tipc: fix unlimited bundling of small messagesGravatar Tuong Lien 1-11/+18
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-40/+52