Age | Commit message (Expand) | Author | Files | Lines |
2022-03-09 | tipc: fix incorrect order of state message data sanity check | Tung Nguyen | 1 | -4/+5 |
2022-02-10 | tipc: improve size validations for received domain records | Jon Maloy | 1 | -2/+7 |
2021-12-13 | tipc: discard MSG_CRYPTO msgs when key_exchange_enabled is not set | Xin Long | 1 | -1/+2 |
2021-11-15 | tipc: only accept encrypted MSG_CRYPTO msgs | Xin Long | 1 | -2/+5 |
2021-08-12 | Revert "tipc: Return the correct errno code" | Hoang Le | 1 | -3/+3 |
2021-07-01 | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -3/+3 |
2021-06-29 | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+1 |
2021-06-05 | tipc: Return the correct errno code | Zheng Yongjun | 1 | -3/+3 |
2021-05-18 | tipc: simplify the finalize work queue | Xin Long | 1 | -0/+5 |
2021-05-18 | tipc: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
2021-01-14 | net: tip: fix a couple kernel-doc markups | Mauro Carvalho Chehab | 1 | -1/+1 |
2021-01-10 | tipc: fix NULL deref in tipc_link_xmit() | Hoang Le | 1 | -2/+7 |
2020-12-02 | net/tipc: fix all function Return: notation | Randy Dunlap | 1 | -4/+4 |
2020-12-02 | net/tipc: fix link.c kernel-doc | Randy Dunlap | 1 | -2/+36 |
2020-11-03 | tipc: remove unneeded semicolon | Tom Rix | 1 | -1/+1 |
2020-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+2 |
2020-09-18 | tipc: add automatic session key exchange | Tuong Lien | 1 | -0/+5 |
2020-09-15 | net: tipc: kerneldoc fixes | Lu Wei | 1 | -1/+2 |
2020-08-31 | tipc: Remove unused macro TIPC_NACK_INTV | YueHaibing | 1 | -5/+0 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-08-18 | net: tipc: Convert to use the preferred fallthrough macro | Miaohe Lin | 1 | -1/+1 |
2020-07-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
2020-07-21 | tipc: allow to build NACK message in link timeout function | Tung Nguyen | 1 | -1/+1 |
2020-07-14 | net: tipc: kerneldoc fixes | Andrew Lunn | 1 | -3/+3 |
2020-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -8/+18 |
2020-07-09 | tipc: fix retransmission on unicast links | Hamish Martin | 1 | -8/+18 |
2020-06-20 | tipc: Use struct_size() helper | Gustavo A. R. Silva | 1 | -4/+4 |
2020-06-17 | tipc: update a binding service via broadcast | Hoang Huu Le | 1 | -1/+1 |
2020-05-27 | tipc: add support for broadcast rcv stats dumping | Tuong Lien | 1 | -32/+33 |
2020-05-27 | tipc: enable broadcast retrans via unicast | Tuong Lien | 1 | -4/+6 |
2020-05-27 | tipc: add back link trace events | Tuong Lien | 1 | -0/+3 |
2020-05-27 | tipc: introduce Gap ACK blocks for broadcast link | Tuong Lien | 1 | -174/+251 |
2020-04-16 | tipc: fix incorrect increasing of link window | Tuong Lien | 1 | -1/+1 |
2019-12-18 | tipc: don't send gap blocks in ACK messages | Jon Maloy | 1 | -4/+4 |
2019-12-11 | tipc: introduce variable window congestion control | Jon Maloy | 1 | -53/+122 |
2019-12-11 | tipc: eliminate more unnecessary nacks and retransmissions | Jon Maloy | 1 | -1/+5 |
2019-12-11 | tipc: eliminate gap indicator from ACK messages | Jon Maloy | 1 | -5/+9 |
2019-11-22 | tipc: update replicast capability for broadcast send link | Hoang Le | 1 | -1/+1 |
2019-11-09 | tipc: introduce TIPC encryption & authentication | Tuong Lien | 1 | -5/+14 |
2019-11-07 | tipc: eliminate the dummy packet in link synching | Tuong Lien | 1 | -15/+14 |
2019-11-07 | tipc: reduce sensitive to retransmit failures | Hoang Le | 1 | -1/+1 |
2019-11-04 | tipc: improve message bundling algorithm | Tuong Lien | 1 | -28/+31 |
2019-10-28 | tipc: Spelling s/enpoint/endpoint/ | Geert Uytterhoeven | 1 | -1/+1 |
2019-10-02 | tipc: fix unlimited bundling of small messages | Tuong Lien | 1 | -11/+18 |
2019-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -40/+52 |
2019-08-19 | tipc: clean up skb list lock handling on send path | Jon Maloy | 1 | -7/+7 |
2019-08-17 | tipc: fix false detection of retransmit failures | Tuong Lien | 1 | -40/+52 |
2019-08-02 | tipc: reduce risk of wakeup queue starvation | Jon Maloy | 1 | -8/+21 |
2019-07-26 | tipc: fix changeover issues due to large packet | Tuong Lien | 1 | -14/+79 |
2019-07-26 | tipc: optimize link synching mechanism | Tuong Lien | 1 | -0/+26 |