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