aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/msg.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-04tipc: reduce duplicate packets for unicast trafficTuong Lien1-0/+21
2019-04-04tipc: improve TIPC throughput by Gap ACK blocksTuong Lien1-0/+31
2019-03-19tipc: smooth change between replicast and broadcastHoang Le1-0/+10
2019-02-11tipc: fix link session and re-establish issuesTuong Lien1-0/+22
2018-11-11tipc: improve broadcast retransmission algorithmLUU Duc Canh1-0/+1
2018-09-29tipc: buffer overflow handling in listener socketTung Nguyen1-0/+1
2018-09-29tipc: add SYN bit to connection setup messagesJon Maloy1-0/+10
2018-03-23tipc: handle collisions of 32-bit node address hash valuesJon Maloy1-1/+22
2017-12-01tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy1-1/+2
2017-11-16tipc: enforce valid ratio between skb truesize and contentsJon Maloy1-1/+6
2017-11-11tipc: improve link resiliency when rps is activatedJon Maloy1-0/+10
2017-10-13tipc: add multipoint-to-point flow controlJon Maloy1-0/+12
2017-10-13tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy1-0/+21
2017-10-13tipc: introduce group multicast messagingJon Maloy1-2/+9
2017-10-13tipc: introduce group unicast messagingJon Maloy1-1/+2
2017-10-13tipc: introduce flow control for group broadcast messagesJon Maloy1-2/+3
2017-10-13tipc: receive group membership events via member socketJon Maloy1-2/+20
2017-10-13tipc: add second source address to recvmsg()/recvfrom()Jon Maloy1-0/+1
2017-10-13tipc: introduce communication groupsJon Maloy1-6/+44
2017-10-13tipc: refactor function filter_rcv()Jon Maloy1-0/+2
2017-10-13tipc: add ability to order and receive topology events in driverJon Maloy1-0/+1
2017-01-20tipc: introduce replicast as transport option for multicastJon Paul Maloy1-5/+4
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-16tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan1-1/+1
2017-01-03tipc: reduce risk of user starvation during link congestionJon Paul Maloy1-2/+0
2016-11-01tipc: rename struct tipc_skb_cb member handle to bytes_readParthasarathy Bhuvaragan1-1/+1
2016-10-29tipc: fix broadcast link synchronization problemJon Paul Maloy1-0/+17
2016-09-02tipc: transfer broadcast nacks in link state messagesJon Paul Maloy1-0/+10
2016-06-22tipc: unclone unbundled buffers before forwardingJon Paul Maloy1-11/+0
2016-05-03tipc: redesign connection-level flow controlJon Paul Maloy1-2/+12
2016-04-15tipc: guarantee peer bearer id exchange after rebootJon Paul Maloy1-0/+10
2016-04-07tipc: stricter filtering of packets in bearer layerJon Paul Maloy1-0/+5
2015-10-24tipc: let broadcast packet reception use new link receive functionJon Paul Maloy1-0/+5
2015-10-24tipc: let broadcast transmission use new link transmit functionJon Paul Maloy1-1/+1
2015-10-24tipc: make struct tipc_link generic to support broadcastJon Paul Maloy1-0/+1
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-10-15tipc: disallow packet duplicates in link deferred queueJon Paul Maloy1-32/+2
2015-10-14tipc: move fragment importance field to new header positionJon Paul Maloy1-2/+2
2015-07-30tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy1-22/+0
2015-07-30tipc: make resetting of links non-atomicJon Paul Maloy1-0/+29
2015-07-30tipc: move link synch and failover to link aggregation levelJon Paul Maloy1-21/+11
2015-07-26tipc: clean up socket layer message receptionJon Paul Maloy1-2/+1
2015-07-26tipc: introduce new tipc_sk_respond() functionJon Paul Maloy1-1/+1
2015-07-26tipc: let function tipc_msg_reverse() expand header when neededJon Paul Maloy1-2/+1
2015-07-20tipc: reduce locking scope during packet receptionJon Paul Maloy1-4/+46
2015-07-20tipc: introduce node contact FSMJon Paul Maloy1-0/+7
2015-05-14tipc: add packet sequence number at instant of transmissionJon Paul Maloy1-3/+3
2015-05-14tipc: improve link congestion algorithmJon Paul Maloy1-5/+9
2015-05-14tipc: simplify packet sequence number handlingJon Paul Maloy1-6/+11
2015-04-02tipc: eliminate delayed link deletion at link failoverJon Paul Maloy1-5/+5