summaryrefslogtreecommitdiff
path: root/net/tipc/link.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-16tipc: fix incorrect order of state message data sanity checkTung Nguyen1-4/+5
2022-02-11tipc: improve size validations for received domain recordsJon Maloy1-2/+7
2021-11-25tipc: only accept encrypted MSG_CRYPTO msgsXin Long1-2/+5
2021-08-12Revert "tipc: Return the correct errno code"Hoang Le1-3/+3
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-3/+3
2021-06-29Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2021-06-05tipc: Return the correct errno codeZheng Yongjun1-3/+3
2021-05-18tipc: simplify the finalize work queueXin Long1-0/+5
2021-05-18tipc: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-01-14net: tip: fix a couple kernel-doc markupsMauro Carvalho Chehab1-1/+1
2021-01-10tipc: fix NULL deref in tipc_link_xmit()Hoang Le1-2/+7
2020-12-02net/tipc: fix all function Return: notationRandy Dunlap1-4/+4
2020-12-02net/tipc: fix link.c kernel-docRandy Dunlap1-2/+36
2020-11-03tipc: remove unneeded semicolonTom Rix1-1/+1
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-09-18tipc: add automatic session key exchangeTuong Lien1-0/+5
2020-09-15net: tipc: kerneldoc fixesLu Wei1-1/+2
2020-08-31tipc: Remove unused macro TIPC_NACK_INTVYueHaibing1-5/+0
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-18net: tipc: Convert to use the preferred fallthrough macroMiaohe Lin1-1/+1
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-21tipc: allow to build NACK message in link timeout functionTung Nguyen1-1/+1
2020-07-14net: tipc: kerneldoc fixesAndrew Lunn1-3/+3
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+18
2020-07-09tipc: fix retransmission on unicast linksHamish Martin1-8/+18
2020-06-20tipc: Use struct_size() helperGustavo A. R. Silva1-4/+4
2020-06-17tipc: update a binding service via broadcastHoang Huu Le1-1/+1
2020-05-27tipc: add support for broadcast rcv stats dumpingTuong Lien1-32/+33
2020-05-27tipc: enable broadcast retrans via unicastTuong Lien1-4/+6
2020-05-27tipc: add back link trace eventsTuong Lien1-0/+3
2020-05-27tipc: introduce Gap ACK blocks for broadcast linkTuong Lien1-174/+251
2020-04-16tipc: fix incorrect increasing of link windowTuong Lien1-1/+1
2019-12-18tipc: don't send gap blocks in ACK messagesJon Maloy1-4/+4
2019-12-11tipc: introduce variable window congestion controlJon Maloy1-53/+122
2019-12-11tipc: eliminate more unnecessary nacks and retransmissionsJon Maloy1-1/+5
2019-12-11tipc: eliminate gap indicator from ACK messagesJon Maloy1-5/+9
2019-11-22tipc: update replicast capability for broadcast send linkHoang Le1-1/+1
2019-11-09tipc: introduce TIPC encryption & authenticationTuong Lien1-5/+14
2019-11-07tipc: eliminate the dummy packet in link synchingTuong Lien1-15/+14
2019-11-07tipc: reduce sensitive to retransmit failuresHoang Le1-1/+1
2019-11-04tipc: improve message bundling algorithmTuong Lien1-28/+31
2019-10-28tipc: Spelling s/enpoint/endpoint/Geert Uytterhoeven1-1/+1
2019-10-02tipc: fix unlimited bundling of small messagesTuong Lien1-11/+18
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-40/+52
2019-08-19tipc: clean up skb list lock handling on send pathJon Maloy1-7/+7
2019-08-17tipc: fix false detection of retransmit failuresTuong Lien1-40/+52
2019-08-02tipc: reduce risk of wakeup queue starvationJon Maloy1-8/+21
2019-07-26tipc: fix changeover issues due to large packetTuong Lien1-14/+79
2019-07-26tipc: optimize link synching mechanismTuong Lien1-0/+26
2019-07-02tipc: embed jiffies in macro TIPC_BC_RETR_LIMJon Maloy1-5/+4