aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
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
2014-03-06tipc: don't log disabled tasklet handler errorsErik Hugne
2014-03-06tipc: fix memory leak during module removalErik Hugne
2014-03-06tipc: drop subscriber connection id invalidationErik Hugne
2014-03-06tipc: avoid to unnecessary process switch under non-block modeYing Xue
2014-03-06tipc: fix connection refcount leakYing Xue
2014-03-06tipc: allow connection shutdown callback to be invoked in advanceYing Xue
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-22tipc: make bearer set up in module insertion stageYing Xue
2014-02-22tipc: remove all enabled flags from all tipc componentsYing Xue
2014-02-19tipc: failed transmissions should return errorErik Hugne
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue
2014-02-17tipc: correct usage of spin_lock() vs spin_lock_bh()Jon Paul Maloy
2014-02-17tipc: fix a loop style problemJon Paul Maloy
2014-02-13tipc: add node_lock protection to link lookup functionJon Paul Maloy
2014-02-13tipc: remove bearer_lock from tipc_bearer structYing Xue
2014-02-13tipc: delay delete of link when failover is neededJon Paul Maloy
2014-02-13tipc: changes to general packet reception algorithmJon Paul Maloy
2014-02-13tipc: rename stack variables in function tipc_link_tunnel_rcvJon Paul Maloy
2014-02-13tipc: more cleanup of tunnelling reception functionJon Paul Maloy
2014-02-13tipc: change signature of tunnelling reception functionJon Paul Maloy
2014-02-13tipc: change reception of tunnelled failover packetsJon Paul Maloy
2014-02-13tipc: change reception of tunnelled duplicate packetsJon Paul Maloy