summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
...
* | tipc: remove TIPC_NAMES_GONE node flagYing Xue2014-05-052-23/+7
* | tipc: avoid to asynchronously notify subscriptionsYing Xue2014-05-054-16/+33
* | tipc: rename setup_blocked variable of node struct to flagsYing Xue2014-05-053-19/+31
* | tipc: adjust order of variables in tipc_node structureYing Xue2014-05-051-29/+34
* | tipc: always use tipc_node_lock() to hold node lockYing Xue2014-05-052-9/+9
* | tipc: fix memory leak of publicationsYing Xue2014-04-301-1/+1
* | tipc: move the delivery of named messages out of nametbl lockYing Xue2014-04-283-13/+22
* | tipc: fix out of bounds indexingErik Hugne2014-04-281-1/+1
* | tipc: fix a possible memory leakYing Xue2014-04-271-1/+3
* | tipc: add ioctl to fetch link namesErik Hugne2014-04-263-3/+54
* | tipc: add support for link state subscriptionsErik Hugne2014-04-261-1/+5
* | tipc: fix race in disc create/deleteYing Xue2014-04-223-20/+37
* | tipc: use bc_lock to protect node map in bearer structureYing Xue2014-04-223-12/+13
* | tipc: use bearer_disable to disable bearer in tipc_l2_device_eventYing Xue2014-04-221-1/+1
* | tipc: make media_ptr pointed netdevice validYing Xue2014-04-221-0/+1
* | tipc: purge tipc_net_lock lockYing Xue2014-04-227-100/+42
* | tipc: use RCU to protect media_ptr pointerYing Xue2014-04-222-4/+11
* | tipc: decouple the relationship between bearer and linkYing Xue2014-04-227-46/+88
* | tipc: convert bearer_list to RCU listYing Xue2014-04-223-13/+18
* | tipc: use RTNL lock to protect tipc_net_stop routineYing Xue2014-04-221-0/+2
* | tipc: adjust locking policy of protecting tipc_ptr pointer of net_deviceYing Xue2014-04-221-8/+3
* | tipc: replace config_mutex lock with RTNL lockYing Xue2014-04-222-5/+3
|/
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-112-5/+5
* tipc: Let tipc_release() return 0Geert Uytterhoeven2014-04-071-2/+1
* tipc: fix regression bug where node events are not being generatedErik Hugne2014-04-031-0/+3
* tipc: make discovery domain a bearer attributeErik Hugne2014-03-283-16/+10
* tipc: fix neighbor detection problem after hw address changeErik Hugne2014-03-282-0/+9
* 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-274-21/+31
* tipc: rename node create lock to protect node list and hlistYing Xue2014-03-273-35/+35
* tipc: make broadcast bearer store in bearer_list arrayYing Xue2014-03-272-4/+6
* tipc: remove active flag from tipc_bearer structureYing Xue2014-03-274-12/+5
* tipc: convert tipc_bearers array to pointer listYing Xue2014-03-273-15/+38
* tipc: acquire necessary locks in named_cluster_distribute routineYing Xue2014-03-271-3/+11
* tipc: obsolete the remote management featureYing Xue2014-03-275-121/+3
* tipc: remove unnecessary checking for node objectYing Xue2014-03-271-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-251-14/+15
|\
| * tipc: fix spinlock recursion bug for failed subscriptionsErik Hugne2014-03-241-14/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-146-37/+47
|\ \ | |/
| * tipc: don't log disabled tasklet handler errorsErik Hugne2014-03-061-1/+0
| * tipc: fix memory leak during module removalErik Hugne2014-03-061-3/+34
| * tipc: drop subscriber connection id invalidationErik Hugne2014-03-061-11/+0
| * tipc: avoid to unnecessary process switch under non-block modeYing Xue2014-03-061-2/+2
| * tipc: fix connection refcount leakYing Xue2014-03-061-2/+4
| * tipc: allow connection shutdown callback to be invoked in advanceYing Xue2014-03-063-18/+7
* | tipc: eliminate redundant lookups in registryJon Paul Maloy2014-03-125-64/+50
* | tipc: align usage of variable names and macros in socketJon Paul Maloy2014-03-123-84/+98
* | tipc: eliminate redundant lockingJon Paul Maloy2014-03-123-109/+47
* | tipc: eliminate upcall function pointers between port and socketJon Paul Maloy2014-03-125-58/+34
OpenPOWER on IntegriCloud