summaryrefslogtreecommitdiffstats
path: root/net/tipc/msg.h
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix false detection of retransmit failuresTuong Lien2019-08-171-3/+5
* tipc: rename function msg_get_wrapped() to msg_inner_hdr()Jon Maloy2019-06-251-2/+2
* tipc: reduce duplicate packets for unicast trafficTuong Lien2019-04-051-0/+21
* tipc: improve TIPC throughput by Gap ACK blocksTuong Lien2019-04-051-0/+31
* tipc: smooth change between replicast and broadcastHoang Le2019-03-191-0/+10
* tipc: fix link session and re-establish issuesTuong Lien2019-02-121-0/+22
* tipc: improve broadcast retransmission algorithmLUU Duc Canh2018-11-111-0/+1
* tipc: buffer overflow handling in listener socketTung Nguyen2018-09-291-0/+1
* tipc: add SYN bit to connection setup messagesJon Maloy2018-09-291-0/+10
* tipc: handle collisions of 32-bit node address hash valuesJon Maloy2018-03-231-1/+22
* tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy2017-12-011-1/+2
* tipc: enforce valid ratio between skb truesize and contentsJon Maloy2017-11-161-1/+6
* tipc: improve link resiliency when rps is activatedJon Maloy2017-11-111-0/+10
* tipc: add multipoint-to-point flow controlJon Maloy2017-10-131-0/+12
* tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy2017-10-131-0/+21
* tipc: introduce group multicast messagingJon Maloy2017-10-131-2/+9
* tipc: introduce group unicast messagingJon Maloy2017-10-131-1/+2
* tipc: introduce flow control for group broadcast messagesJon Maloy2017-10-131-2/+3
* tipc: receive group membership events via member socketJon Maloy2017-10-131-2/+20
* tipc: add second source address to recvmsg()/recvfrom()Jon Maloy2017-10-131-0/+1
* tipc: introduce communication groupsJon Maloy2017-10-131-6/+44
* tipc: refactor function filter_rcv()Jon Maloy2017-10-131-0/+2
* tipc: add ability to order and receive topology events in driverJon Maloy2017-10-131-0/+1
* tipc: introduce replicast as transport option for multicastJon Paul Maloy2017-01-201-5/+4Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-171-1/+1
|\
| * tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan2017-01-161-1/+1
* | tipc: reduce risk of user starvation during link congestionJon Paul Maloy2017-01-031-2/+0Star
|/
* tipc: rename struct tipc_skb_cb member handle to bytes_readParthasarathy Bhuvaragan2016-11-011-1/+1
* tipc: fix broadcast link synchronization problemJon Paul Maloy2016-10-291-0/+17
* tipc: transfer broadcast nacks in link state messagesJon Paul Maloy2016-09-031-0/+10
* tipc: unclone unbundled buffers before forwardingJon Paul Maloy2016-06-221-11/+0Star
* tipc: redesign connection-level flow controlJon Paul Maloy2016-05-031-2/+12
* tipc: guarantee peer bearer id exchange after rebootJon Paul Maloy2016-04-151-0/+10
* tipc: stricter filtering of packets in bearer layerJon Paul Maloy2016-04-071-0/+5
* tipc: let broadcast packet reception use new link receive functionJon Paul Maloy2015-10-241-0/+5
* tipc: let broadcast transmission use new link transmit functionJon Paul Maloy2015-10-241-1/+1
* tipc: make struct tipc_link generic to support broadcastJon Paul Maloy2015-10-241-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-2/+2
|\
| * tipc: move fragment importance field to new header positionJon Paul Maloy2015-10-151-2/+2
* | tipc: disallow packet duplicates in link deferred queueJon Paul Maloy2015-10-161-32/+2Star
|/
* tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy2015-07-311-22/+0Star
* tipc: make resetting of links non-atomicJon Paul Maloy2015-07-311-0/+29
* tipc: move link synch and failover to link aggregation levelJon Paul Maloy2015-07-311-21/+11Star
* tipc: clean up socket layer message receptionJon Paul Maloy2015-07-271-2/+1Star
* tipc: introduce new tipc_sk_respond() functionJon Paul Maloy2015-07-271-1/+1
* tipc: let function tipc_msg_reverse() expand header when neededJon Paul Maloy2015-07-271-2/+1Star
* tipc: reduce locking scope during packet receptionJon Paul Maloy2015-07-211-4/+46
* tipc: introduce node contact FSMJon Paul Maloy2015-07-211-0/+7
* tipc: add packet sequence number at instant of transmissionJon Paul Maloy2015-05-141-3/+3
* tipc: improve link congestion algorithmJon Paul Maloy2015-05-141-5/+9