summaryrefslogtreecommitdiffstats
path: root/net/tipc/link.h
Commit message (Expand)AuthorAgeFilesLines
* tipc: clean up link creationJon Paul Maloy2015-07-311-13/+5Star
* tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy2015-07-311-9/+16
* tipc: move protocol message sending away from link FSMJon Paul Maloy2015-07-311-0/+2
* tipc: move link synch and failover to link aggregation levelJon Paul Maloy2015-07-311-8/+6Star
* tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy2015-07-311-3/+0Star
* tipc: eliminate function tipc_link_activate()Jon Paul Maloy2015-07-311-1/+0Star
* tipc: reduce locking scope during packet receptionJon Paul Maloy2015-07-211-2/+4
* tipc: move link supervision timer to node levelJon Paul Maloy2015-07-211-2/+0Star
* tipc: simplify link timer implementationJon Paul Maloy2015-07-211-0/+1
* tipc: improve link FSM implementationJon Paul Maloy2015-07-211-0/+7
* tipc: clean up definitions and usage of link flagsJon Paul Maloy2015-07-211-36/+8Star
* tipc: make media xmit call outside node spinlock contextJon Paul Maloy2015-07-211-4/+2Star
* tipc: move link input queue to tipc_nodeJon Paul Maloy2015-07-211-5/+7
* tipc: purge backlog queue counters when broadcast link is resetJon Paul Maloy2015-06-291-0/+1
* tipc: simplify link supervision checkpointingJon Paul Maloy2015-05-141-2/+0Star
* tipc: rename fields in struct tipc_linkJon Paul Maloy2015-05-141-10/+10
* tipc: simplify packet sequence number handlingJon Paul Maloy2015-05-141-37/+4Star
* tipc: simplify resetting and disabling of bearersJon Paul Maloy2015-05-141-3/+1Star
* tipc: simplify link mtu negotiationJon Paul Maloy2015-04-021-7/+5Star
* tipc: eliminate delayed link deletion at link failoverJon Paul Maloy2015-04-021-8/+9
* tipc: eliminate race condition at dual link establishmentJon Paul Maloy2015-03-251-0/+2
* tipc: introduce starvation free send algorithmJon Paul Maloy2015-03-251-2/+5
* tipc: split link outqueueJon Paul Maloy2015-03-141-10/+7Star
* tipc: convert legacy nl link stat reset to nl compatRichard Alpe2015-02-091-3/+0Star
* tipc: convert legacy nl link prop set to nl compatRichard Alpe2015-02-091-2/+0Star
* tipc: convert legacy nl link stat to nl compatRichard Alpe2015-02-091-3/+0Star
* tipc: resolve race problem at unicast message receptionJon Paul Maloy2015-02-061-3/+7
* tipc: reduce usage of context info in socket and linkJon Paul Maloy2015-02-061-0/+4
* tipc: avoid stale link after aborted failoverJon Paul Maloy2015-02-051-0/+1
* tipc: add reference count to struct tipc_linkJon Paul Maloy2015-02-051-0/+2
* tipc: make bearer list support net namespaceYing Xue2015-01-121-1/+2
* tipc: make tipc node table aware of net namespaceYing Xue2015-01-121-10/+14
* tipc: remove unused tipc_link_get_max_pkt routineYing Xue2015-01-121-1/+0Star
* tipc: cleanup core.c and core.h filesYing Xue2015-01-121-0/+4
* tipc: remove unnecessary wrapper functions of kernel timer APIsYing Xue2015-01-121-2/+2
* tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue2014-11-261-2/+3
* tipc: use generic SKB list APIs to manage deferred queue of linkYing Xue2014-11-261-8/+3Star
* tipc: use generic SKB list APIs to manage link transmission queueYing Xue2014-11-261-7/+10
* tipc: remove unused between routineYing Xue2014-11-261-9/+0Star
* tipc: clean up the process of link pushing packetsYing Xue2014-11-261-1/+1
* tipc: remove retransmission queueYing Xue2014-11-261-4/+0Star
* tipc: remove protocol message queueYing Xue2014-11-261-2/+0Star
* tipc: add link stat reset to new netlink apiRichard Alpe2014-11-211-0/+1
* tipc: add link set to new netlink apiRichard Alpe2014-11-211-0/+1
* tipc: add link get/dump to new netlink apiRichard Alpe2014-11-211-0/+2
* tipc: add bearer disable/enable to new netlink apiRichard Alpe2014-11-211-0/+3
* tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy2014-08-231-4/+3Star
* tipc: rename temporarily named functionsJon Paul Maloy2014-07-171-2/+2
* tipc: remove unreferenced functionsJon Paul Maloy2014-07-171-6/+0Star
* tipc: make name table distributor use new send functionJon Paul Maloy2014-07-171-1/+0Star