summaryrefslogtreecommitdiff
path: root/net/tipc/link.c
AgeCommit message (Expand)Author
2019-05-04tipc: fix missing Name entries due to half-failoverTuong Lien
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-16tipc: fix link established but not in sessionTuong Lien
2019-04-04tipc: adapt link failover for new Gap-ACK algorithmTuong Lien
2019-04-04tipc: reduce duplicate packets for unicast trafficTuong Lien
2019-04-04tipc: improve TIPC throughput by Gap ACK blocksTuong Lien
2019-03-19tipc: support broadcast/replicast configurable for bc-linkHoang Le
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-11tipc: fix link session and re-establish issuesTuong Lien
2019-02-11tipc: fix skb may be leaky in tipc_link_inputHoang Le
2019-01-23tipc: mark expected switch fall-throughsGustavo A. R. Silva
2018-12-19tipc: fix uninitialized value for broadcast retransmissionHoang Le
2018-12-19tipc: add trace_events for tipc linkTuong Lien
2018-12-19tipc: enable tracepoints in tipcTuong Lien
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-11tipc: fix link re-establish failureJon Maloy
2018-11-11tipc: improve broadcast retransmission algorithmLUU Duc Canh
2018-10-15tipc: initialize broadcast link stale counter correctlyJon Maloy
2018-10-11tipc: eliminate possible recursive locking detected by LOCKDEPYing Xue
2018-10-10tipc: set link tolerance correctly in broadcast linkJon Maloy
2018-10-01tipc: ignore STATE_MSG on wrong link sessionLUU Duc Canh
2018-09-29tipc: fix failover problemLUU Duc Canh
2018-09-25tipc: lock wakeup & inputq at tipc_link_reset()Parthasarathy Bhuvaragan
2018-07-21tipc: make some functions staticYueHaibing
2018-07-18tipc: remove unused tipc_link_is_activeYueHaibing
2018-07-11tipc: check session number before accepting link protocol messagesJon Maloy
2018-07-11tipc: add sequence number check for link STATE messagesJon Maloy
2018-07-07tipc: extend link reset criteria for stale packet retransmissionJon Maloy
2018-07-05tipc: mark expected switch fall-throughsGustavo A. R. Silva
2018-03-31tipc: avoid possible string overflowJon Maloy
2018-03-31tipc: replace name table service range array with rb treeJon Maloy
2018-03-23tipc: handle collisions of 32-bit node address hash valuesJon Maloy
2018-03-23tipc: add 128-bit node identifierJon Maloy
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy
2018-03-23tipc: remove restrictions on node address valuesJon Maloy
2018-02-14tipc: apply bearer link tolerance on running linksJon Maloy
2017-12-01tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy
2017-11-11tipc: improve link resiliency when rps is activatedJon Maloy
2017-10-16tipc: fix rebasing errorJon Maloy
2017-10-13tipc: guarantee delivery of UP event before first broadcastJon Maloy
2017-10-13tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy
2017-10-13tipc: introduce communication groupsJon Maloy
2017-08-21tipc: don't reset stale broadcast send linkJon Paul Maloy
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-01-20tipc: make replicast a user selectable optionJon Paul Maloy
2017-01-20tipc: introduce replicast as transport option for multicastJon Paul Maloy
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-16tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan