| Commit message (Expand) | Author | Age | Files | Lines |
* | net: tipc: remove unused static inlines | Jakub Kicinski | 2022-01-27 | 1 | -23/+0 |
* | net: tipc: fix FB_MTU eat two pages | Menglong Dong | 2021-06-28 | 1 | -1/+2 |
* | tipc: add automatic session key exchange | Tuong Lien | 2020-09-18 | 1 | -0/+4 |
* | tipc: introduce encryption master key | Tuong Lien | 2020-09-18 | 1 | -1/+3 |
* | tipc: Use struct_size() helper | Gustavo A. R. Silva | 2020-06-19 | 1 | -4/+2 |
* | tipc: update a binding service via broadcast | Hoang Huu Le | 2020-06-17 | 1 | -0/+40 |
* | tipc: add test for Nagle algorithm effectiveness | Tuong Lien | 2020-05-26 | 1 | -2/+12 |
* | tipc: add support for broadcast rcv stats dumping | Tuong Lien | 2020-05-26 | 1 | -1/+1 |
* | tipc: introduce Gap ACK blocks for broadcast link | Tuong Lien | 2020-05-26 | 1 | -4/+23 |
* | tipc: Add a missing case of TIPC_DIRECT_MSG type | Hoang Le | 2020-03-26 | 1 | -0/+5 |
* | tipc: introduce TIPC encryption & authentication | Tuong Lien | 2019-11-08 | 1 | -10/+36 |
* | tipc: improve message bundling algorithm | Tuong Lien | 2019-11-03 | 1 | -3/+2 |
* | tipc: add smart nagle feature | Jon Maloy | 2019-10-30 | 1 | -0/+12 |
* | tipc: improve throughput between nodes in netns | Hoang Le | 2019-10-29 | 1 | -0/+14 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-08-19 | 1 | -3/+5 |
|\ |
|
| * | tipc: fix false detection of retransmit failures | Tuong Lien | 2019-08-16 | 1 | -3/+5 |
* | | tipc: fix changeover issues due to large packet | Tuong Lien | 2019-07-25 | 1 | -1/+17 |
* | | tipc: optimize link synching mechanism | Tuong Lien | 2019-07-25 | 1 | -0/+10 |
|/ |
|
* | tipc: rename function msg_get_wrapped() to msg_inner_hdr() | Jon Maloy | 2019-06-25 | 1 | -2/+2 |
* | tipc: reduce duplicate packets for unicast traffic | Tuong Lien | 2019-04-04 | 1 | -0/+21 |
* | tipc: improve TIPC throughput by Gap ACK blocks | Tuong Lien | 2019-04-04 | 1 | -0/+31 |
* | tipc: smooth change between replicast and broadcast | Hoang Le | 2019-03-19 | 1 | -0/+10 |
* | tipc: fix link session and re-establish issues | Tuong Lien | 2019-02-11 | 1 | -0/+22 |
* | tipc: improve broadcast retransmission algorithm | LUU Duc Canh | 2018-11-11 | 1 | -0/+1 |
* | tipc: buffer overflow handling in listener socket | Tung Nguyen | 2018-09-29 | 1 | -0/+1 |
* | tipc: add SYN bit to connection setup messages | Jon Maloy | 2018-09-29 | 1 | -0/+10 |
* | tipc: handle collisions of 32-bit node address hash values | Jon Maloy | 2018-03-23 | 1 | -1/+22 |
* | tipc: fall back to smaller MTU if allocation of local send skb fails | Jon Maloy | 2017-12-01 | 1 | -1/+2 |
* | tipc: enforce valid ratio between skb truesize and contents | Jon Maloy | 2017-11-16 | 1 | -1/+6 |
* | tipc: improve link resiliency when rps is activated | Jon Maloy | 2017-11-11 | 1 | -0/+10 |
* | tipc: add multipoint-to-point flow control | Jon Maloy | 2017-10-13 | 1 | -0/+12 |
* | tipc: guarantee that group broadcast doesn't bypass group unicast | Jon Maloy | 2017-10-13 | 1 | -0/+21 |
* | tipc: introduce group multicast messaging | Jon Maloy | 2017-10-13 | 1 | -2/+9 |
* | tipc: introduce group unicast messaging | Jon Maloy | 2017-10-13 | 1 | -1/+2 |
* | tipc: introduce flow control for group broadcast messages | Jon Maloy | 2017-10-13 | 1 | -2/+3 |
* | tipc: receive group membership events via member socket | Jon Maloy | 2017-10-13 | 1 | -2/+20 |
* | tipc: add second source address to recvmsg()/recvfrom() | Jon Maloy | 2017-10-13 | 1 | -0/+1 |
* | tipc: introduce communication groups | Jon Maloy | 2017-10-13 | 1 | -6/+44 |
* | tipc: refactor function filter_rcv() | Jon Maloy | 2017-10-13 | 1 | -0/+2 |
* | tipc: add ability to order and receive topology events in driver | Jon Maloy | 2017-10-13 | 1 | -0/+1 |
* | tipc: introduce replicast as transport option for multicast | Jon Paul Maloy | 2017-01-20 | 1 | -5/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-01-17 | 1 | -1/+1 |
|\ |
|
| * | tipc: allocate user memory with GFP_KERNEL flag | Parthasarathy Bhuvaragan | 2017-01-16 | 1 | -1/+1 |
* | | tipc: reduce risk of user starvation during link congestion | Jon Paul Maloy | 2017-01-03 | 1 | -2/+0 |
|/ |
|
* | tipc: rename struct tipc_skb_cb member handle to bytes_read | Parthasarathy Bhuvaragan | 2016-11-01 | 1 | -1/+1 |
* | tipc: fix broadcast link synchronization problem | Jon Paul Maloy | 2016-10-29 | 1 | -0/+17 |
* | tipc: transfer broadcast nacks in link state messages | Jon Paul Maloy | 2016-09-02 | 1 | -0/+10 |
* | tipc: unclone unbundled buffers before forwarding | Jon Paul Maloy | 2016-06-22 | 1 | -11/+0 |
* | tipc: redesign connection-level flow control | Jon Paul Maloy | 2016-05-03 | 1 | -2/+12 |
* | tipc: guarantee peer bearer id exchange after reboot | Jon Paul Maloy | 2016-04-15 | 1 | -0/+10 |