summaryrefslogtreecommitdiff
path: root/net/tipc/link.c
AgeCommit message (Expand)Author
2023-12-22tipc: Remove some excess struct member documentationJonathan Corbet
2023-09-18tipc: Use size_add() in calls to struct_size()Gustavo A. R. Silva
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)
2023-05-15tipc: do not update mtu if msg_max is too small in mtu negotiationXin Long
2022-12-06tipc: Fix potential OOB in tipc_link_proto_rcv()YueHaibing
2022-03-08tipc: fix incorrect order of state message data sanity checkTung Nguyen
2022-02-10tipc: improve size validations for received domain recordsJon Maloy
2021-12-13tipc: discard MSG_CRYPTO msgs when key_exchange_enabled is not setXin Long
2021-11-15tipc: only accept encrypted MSG_CRYPTO msgsXin Long
2021-08-12Revert "tipc: Return the correct errno code"Hoang Le
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-06-04tipc: Return the correct errno codeZheng Yongjun
2021-05-18tipc: simplify the finalize work queueXin Long
2021-05-17tipc: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-01-14net: tip: fix a couple kernel-doc markupsMauro Carvalho Chehab
2021-01-09tipc: fix NULL deref in tipc_link_xmit()Hoang Le
2020-12-01net/tipc: fix all function Return: notationRandy Dunlap
2020-12-01net/tipc: fix link.c kernel-docRandy Dunlap
2020-11-02tipc: remove unneeded semicolonTom Rix
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-18tipc: add automatic session key exchangeTuong Lien
2020-09-15net: tipc: kerneldoc fixesLu Wei
2020-08-31tipc: Remove unused macro TIPC_NACK_INTVYueHaibing
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18net: tipc: Convert to use the preferred fallthrough macroMiaohe Lin
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-20tipc: allow to build NACK message in link timeout functionTung Nguyen
2020-07-13net: tipc: kerneldoc fixesAndrew Lunn
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-08tipc: fix retransmission on unicast linksHamish Martin
2020-06-19tipc: Use struct_size() helperGustavo A. R. Silva
2020-06-17tipc: update a binding service via broadcastHoang Huu Le
2020-05-26tipc: add support for broadcast rcv stats dumpingTuong Lien
2020-05-26tipc: enable broadcast retrans via unicastTuong Lien
2020-05-26tipc: add back link trace eventsTuong Lien
2020-05-26tipc: introduce Gap ACK blocks for broadcast linkTuong Lien
2020-04-15tipc: fix incorrect increasing of link windowTuong Lien
2019-12-17tipc: don't send gap blocks in ACK messagesJon Maloy
2019-12-10tipc: introduce variable window congestion controlJon Maloy
2019-12-10tipc: eliminate more unnecessary nacks and retransmissionsJon Maloy
2019-12-10tipc: eliminate gap indicator from ACK messagesJon Maloy
2019-11-22tipc: update replicast capability for broadcast send linkHoang Le
2019-11-08tipc: introduce TIPC encryption & authenticationTuong Lien
2019-11-06tipc: eliminate the dummy packet in link synchingTuong Lien
2019-11-06tipc: reduce sensitive to retransmit failuresHoang Le
2019-11-03tipc: improve message bundling algorithmTuong Lien
2019-10-28tipc: Spelling s/enpoint/endpoint/Geert Uytterhoeven
2019-10-02tipc: fix unlimited bundling of small messagesTuong Lien
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller