summaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tipc: fix a loop style problemJon Paul Maloy2014-02-171-5/+5
* tipc: delay delete of link when failover is neededJon Paul Maloy2014-02-131-1/+7
* tipc: rename functions related to link failover and improve commentsJon Paul Maloy2014-01-071-2/+2
* tipc: remove unused codestephen hemminger2014-01-041-5/+0
* tipc: eliminate redundant code with kfree_skb_list routineYing Xue2013-12-111-5/+1
* tipc: message reassembly using fragment chainErik Hugne2013-11-071-3/+4
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
OpenPOWER on IntegriCloud