summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
2014-05-05tipc: avoid to asynchronously deliver name tables to peer nodeYing Xue
2014-05-05tipc: remove TIPC_NAMES_GONE node flagYing Xue
2014-05-05tipc: avoid to asynchronously notify subscriptionsYing Xue
2014-05-05tipc: rename setup_blocked variable of node struct to flagsYing Xue
2014-05-05tipc: adjust order of variables in tipc_node structureYing Xue
2014-05-05tipc: always use tipc_node_lock() to hold node lockYing Xue
2014-04-30tipc: fix memory leak of publicationsYing Xue
2014-04-28tipc: move the delivery of named messages out of nametbl lockYing Xue
2014-04-28tipc: fix out of bounds indexingErik Hugne
2014-04-27tipc: fix a possible memory leakYing Xue
2014-04-26tipc: add ioctl to fetch link namesErik Hugne
2014-04-26tipc: add support for link state subscriptionsErik Hugne
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-04-22tipc: fix race in disc create/deleteYing Xue
2014-04-22tipc: use bc_lock to protect node map in bearer structureYing Xue
2014-04-22tipc: use bearer_disable to disable bearer in tipc_l2_device_eventYing Xue
2014-04-22tipc: make media_ptr pointed netdevice validYing Xue
2014-04-22tipc: purge tipc_net_lock lockYing Xue
2014-04-22tipc: use RCU to protect media_ptr pointerYing Xue
2014-04-22tipc: decouple the relationship between bearer and linkYing Xue
2014-04-22tipc: convert bearer_list to RCU listYing Xue
2014-04-22tipc: use RTNL lock to protect tipc_net_stop routineYing Xue
2014-04-22tipc: adjust locking policy of protecting tipc_ptr pointer of net_deviceYing Xue
2014-04-22tipc: replace config_mutex lock with RTNL lockYing Xue
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-04-07tipc: Let tipc_release() return 0Geert Uytterhoeven
2014-04-03tipc: fix regression bug where node events are not being generatedErik Hugne
2014-03-28tipc: make discovery domain a bearer attributeErik Hugne
2014-03-28tipc: fix neighbor detection problem after hw address changeErik Hugne
2014-03-27tipc: use node list lock to protect tipc_num_links variableYing Xue
2014-03-27tipc: use node_list_lock to protect tipc_num_nodes variableYing Xue
2014-03-27tipc: tipc: convert node list and node hlist to RCU listsYing Xue
2014-03-27tipc: rename node create lock to protect node list and hlistYing Xue
2014-03-27tipc: make broadcast bearer store in bearer_list arrayYing Xue
2014-03-27tipc: remove active flag from tipc_bearer structureYing Xue
2014-03-27tipc: convert tipc_bearers array to pointer listYing Xue
2014-03-27tipc: acquire necessary locks in named_cluster_distribute routineYing Xue
2014-03-27tipc: obsolete the remote management featureYing Xue
2014-03-27tipc: remove unnecessary checking for node objectYing Xue
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-24tipc: fix spinlock recursion bug for failed subscriptionsErik Hugne
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-12tipc: eliminate redundant lookups in registryJon Paul Maloy
2014-03-12tipc: align usage of variable names and macros in socketJon Paul Maloy
2014-03-12tipc: eliminate redundant lockingJon Paul Maloy
2014-03-12tipc: eliminate upcall function pointers between port and socketJon Paul Maloy
2014-03-12tipc: aggregate port structure into socket structureJon Paul Maloy
2014-03-12tipc: remove redundant 'peer_name' field in struct tipc_sockJon Paul Maloy
2014-03-12tipc: replace reference table rwlock with spinlockJon Paul Maloy
2014-03-12tipc: Convert uses of __constant_<foo> to <foo>Joe Perches