summaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: Remove some excess struct member documentationJonathan Corbet2023-12-221-15/+0
* tipc: Use size_add() in calls to struct_size()Gustavo A. R. Silva2023-09-181-2/+2
* minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-241-5/+5
* tipc: do not update mtu if msg_max is too small in mtu negotiationXin Long2023-05-151-3/+6
* tipc: Fix potential OOB in tipc_link_proto_rcv()YueHaibing2022-12-061-1/+3
* tipc: fix incorrect order of state message data sanity checkTung Nguyen2022-03-081-4/+5
* tipc: improve size validations for received domain recordsJon Maloy2022-02-101-2/+7
* tipc: discard MSG_CRYPTO msgs when key_exchange_enabled is not setXin Long2021-12-131-1/+2
* tipc: only accept encrypted MSG_CRYPTO msgsXin Long2021-11-151-2/+5
* Revert "tipc: Return the correct errno code"Hoang Le2021-08-121-3/+3
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-3/+3
|\
| * tipc: Return the correct errno codeZheng Yongjun2021-06-041-3/+3
* | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-06-281-0/+1
|\ \ | |/ |/|
| * tipc: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-0/+1
* | tipc: simplify the finalize work queueXin Long2021-05-181-0/+5
|/
* net: tip: fix a couple kernel-doc markupsMauro Carvalho Chehab2021-01-141-1/+1
* tipc: fix NULL deref in tipc_link_xmit()Hoang Le2021-01-091-2/+7
* net/tipc: fix all function Return: notationRandy Dunlap2020-12-011-4/+4
* net/tipc: fix link.c kernel-docRandy Dunlap2020-12-011-2/+36
* tipc: remove unneeded semicolonTom Rix2020-11-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-1/+2
|\
| * net: tipc: kerneldoc fixesLu Wei2020-09-151-1/+2
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | tipc: add automatic session key exchangeTuong Lien2020-09-181-0/+5
* | tipc: Remove unused macro TIPC_NACK_INTVYueHaibing2020-08-311-5/+0
* | net: tipc: Convert to use the preferred fallthrough macroMiaohe Lin2020-08-181-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-1/+1
|\
| * tipc: allow to build NACK message in link timeout functionTung Nguyen2020-07-201-1/+1
* | net: tipc: kerneldoc fixesAndrew Lunn2020-07-131-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-8/+18
|\|
| * tipc: fix retransmission on unicast linksHamish Martin2020-07-081-8/+18
* | tipc: Use struct_size() helperGustavo A. R. Silva2020-06-191-4/+4
* | tipc: update a binding service via broadcastHoang Huu Le2020-06-171-1/+1
|/
* tipc: add support for broadcast rcv stats dumpingTuong Lien2020-05-261-32/+33
* tipc: enable broadcast retrans via unicastTuong Lien2020-05-261-4/+6
* tipc: add back link trace eventsTuong Lien2020-05-261-0/+3
* tipc: introduce Gap ACK blocks for broadcast linkTuong Lien2020-05-261-174/+251
* tipc: fix incorrect increasing of link windowTuong Lien2020-04-151-1/+1
* tipc: don't send gap blocks in ACK messagesJon Maloy2019-12-171-4/+4
* tipc: introduce variable window congestion controlJon Maloy2019-12-101-53/+122
* tipc: eliminate more unnecessary nacks and retransmissionsJon Maloy2019-12-101-1/+5
* tipc: eliminate gap indicator from ACK messagesJon Maloy2019-12-101-5/+9
* tipc: update replicast capability for broadcast send linkHoang Le2019-11-221-1/+1
* tipc: introduce TIPC encryption & authenticationTuong Lien2019-11-081-5/+14
* tipc: eliminate the dummy packet in link synchingTuong Lien2019-11-061-15/+14
* tipc: reduce sensitive to retransmit failuresHoang Le2019-11-061-1/+1
* tipc: improve message bundling algorithmTuong Lien2019-11-031-28/+31
* tipc: Spelling s/enpoint/endpoint/Geert Uytterhoeven2019-10-281-1/+1
* tipc: fix unlimited bundling of small messagesTuong Lien2019-10-021-11/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-40/+52
|\