summaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: add packet sequence number at instant of transmissionJon Paul Maloy2015-05-141-1/+1
* tipc: simplify include dependenciesJon Paul Maloy2015-05-141-0/+1
* tipc: simplify link mtu negotiationJon Paul Maloy2015-04-021-5/+4
* tipc: eliminate delayed link deletion at link failoverJon Paul Maloy2015-04-021-7/+6
* tipc: involve reference counter for node structureYing Xue2015-03-291-24/+61
* tipc: fix potential deadlock when all links are resetYing Xue2015-03-291-1/+4
* tipc: split link outqueueJon Paul Maloy2015-03-141-2/+2
* tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe2015-02-091-1/+1
* tipc: convert legacy nl node dump to nl compatRichard Alpe2015-02-091-54/+0
* tipc: convert legacy nl link dump to nl compatRichard Alpe2015-02-091-73/+0
* tipc: move and rename the legacy nl api to "nl compat"Richard Alpe2015-02-091-1/+1
* tipc: eliminate race condition at multicast receptionJon Paul Maloy2015-02-051-4/+7
* tipc: simplify connection abort notifications when links breakJon Paul Maloy2015-02-051-40/+29
* tipc: resolve race problem at unicast message receptionJon Paul Maloy2015-02-051-19/+24
* tipc: reduce usage of context info in socket and linkJon Paul Maloy2015-02-051-1/+1
* tipc: eliminate race during node creationJon Paul Maloy2015-02-041-6/+5
* tipc: avoid stale link after aborted failoverJon Paul Maloy2015-02-041-0/+4
* tipc: fix excessive network event loggingErik Hugne2015-01-261-11/+11
* tipc: make tipc node address support net namespaceYing Xue2015-01-121-10/+13
* tipc: make tipc broadcast link support net namespaceYing Xue2015-01-121-3/+3
* tipc: make tipc node table aware of net namespaceYing Xue2015-01-121-61/+69
* tipc: fix broadcast wakeup contention after congestionRichard Alpe2014-12-101-1/+1
* tipc: use generic SKB list APIs to manage deferred queue of linkYing Xue2014-11-261-2/+2
* tipc: remove node subscription infrastructureYing Xue2014-11-261-3/+3
* tipc: fix sparse warnings in new nl apiRichard Alpe2014-11-241-1/+1
* tipc: add node get/dump to new netlink apiRichard Alpe2014-11-211-0/+96
* tipc: fix a potential deadlockYing Xue2014-10-211-18/+28
* tipc: fix bug in multicast congestion handlingJon Maloy2014-10-071-0/+5
* tipc: use message to abort connections when losing contact to nodeJon Paul Maloy2014-08-231-0/+78
* tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy2014-08-231-0/+12
* tipc: make name table distributor use new send functionJon Paul Maloy2014-07-161-10/+3
* tipc: make link mtu easily accessible from socketJon Paul Maloy2014-06-271-4/+21
* tipc: rename and move message reassembly functionJon Paul Maloy2014-05-141-4/+3
* tipc: don't directly overwrite node action_flagsYing Xue2014-05-091-2/+4
* tipc: rename enum names of node flagsYing Xue2014-05-091-8/+9
* tipc: avoid to asynchronously deliver name tables to peer nodeYing Xue2014-05-051-1/+15
* tipc: remove TIPC_NAMES_GONE node flagYing Xue2014-05-051-18/+4
* tipc: avoid to asynchronously notify subscriptionsYing Xue2014-05-051-2/+21
* tipc: rename setup_blocked variable of node struct to flagsYing Xue2014-05-051-3/+3
* tipc: fix out of bounds indexingErik Hugne2014-04-281-1/+1
* tipc: add ioctl to fetch link namesErik Hugne2014-04-261-0/+27
* tipc: add support for link state subscriptionsErik Hugne2014-04-261-1/+5
* tipc: purge tipc_net_lock lockYing Xue2014-04-221-2/+0
* tipc: decouple the relationship between bearer and linkYing Xue2014-04-221-4/+4
* tipc: use node list lock to protect tipc_num_links variableYing Xue2014-03-271-10/+11
* tipc: use node_list_lock to protect tipc_num_nodes variableYing Xue2014-03-271-4/+3
* tipc: tipc: convert node list and node hlist to RCU listsYing Xue2014-03-271-12/+16
* tipc: rename node create lock to protect node list and hlistYing Xue2014-03-271-29/+30
* tipc: remove unnecessary checking for node objectYing Xue2014-03-271-6/+0
* tipc: align tipc function names with common naming practice in the networkYing Xue2014-02-181-1/+1