aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.Gravatar David S. Miller 2-5/+5
2014-04-07tipc: Let tipc_release() return 0Gravatar Geert Uytterhoeven 1-2/+1
2014-04-03tipc: fix regression bug where node events are not being generatedGravatar Erik Hugne 1-0/+3
2014-03-28tipc: make discovery domain a bearer attributeGravatar Erik Hugne 3-16/+10
2014-03-28tipc: fix neighbor detection problem after hw address changeGravatar Erik Hugne 2-0/+9
2014-03-27tipc: use node list lock to protect tipc_num_links variableGravatar Ying Xue 1-10/+11
2014-03-27tipc: use node_list_lock to protect tipc_num_nodes variableGravatar Ying Xue 1-4/+3
2014-03-27tipc: tipc: convert node list and node hlist to RCU listsGravatar Ying Xue 4-21/+31
2014-03-27tipc: rename node create lock to protect node list and hlistGravatar Ying Xue 3-35/+35
2014-03-27tipc: make broadcast bearer store in bearer_list arrayGravatar Ying Xue 2-4/+6
2014-03-27tipc: remove active flag from tipc_bearer structureGravatar Ying Xue 4-12/+5
2014-03-27tipc: convert tipc_bearers array to pointer listGravatar Ying Xue 3-15/+38
2014-03-27tipc: acquire necessary locks in named_cluster_distribute routineGravatar Ying Xue 1-3/+11
2014-03-27tipc: obsolete the remote management featureGravatar Ying Xue 5-121/+3
2014-03-27tipc: remove unnecessary checking for node objectGravatar Ying Xue 1-6/+0
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-14/+15
2014-03-24tipc: fix spinlock recursion bug for failed subscriptionsGravatar Erik Hugne 1-14/+15
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 6-37/+47
2014-03-12tipc: eliminate redundant lookups in registryGravatar Jon Paul Maloy 5-64/+50
2014-03-12tipc: align usage of variable names and macros in socketGravatar Jon Paul Maloy 3-84/+98
2014-03-12tipc: eliminate redundant lockingGravatar Jon Paul Maloy 3-109/+47
2014-03-12tipc: eliminate upcall function pointers between port and socketGravatar Jon Paul Maloy 5-58/+34
2014-03-12tipc: aggregate port structure into socket structureGravatar Jon Paul Maloy 4-54/+101
2014-03-12tipc: remove redundant 'peer_name' field in struct tipc_sockGravatar Jon Paul Maloy 3-27/+30
2014-03-12tipc: replace reference table rwlock with spinlockGravatar Jon Paul Maloy 1-5/+5
2014-03-12tipc: Convert uses of __constant_<foo> to <foo>Gravatar Joe Perches 1-1/+1
2014-03-06tipc: don't log disabled tasklet handler errorsGravatar Erik Hugne 1-1/+0
2014-03-06tipc: fix memory leak during module removalGravatar Erik Hugne 1-3/+34
2014-03-06tipc: drop subscriber connection id invalidationGravatar Erik Hugne 1-11/+0
2014-03-06tipc: avoid to unnecessary process switch under non-block modeGravatar Ying Xue 1-2/+2
2014-03-06tipc: fix connection refcount leakGravatar Ying Xue 1-2/+4
2014-03-06tipc: allow connection shutdown callback to be invoked in advanceGravatar Ying Xue 3-18/+7
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 10-82/+66
2014-02-22tipc: make bearer set up in module insertion stageGravatar Ying Xue 4-32/+16
2014-02-22tipc: remove all enabled flags from all tipc componentsGravatar Ying Xue 7-50/+50
2014-02-19tipc: failed transmissions should return errorGravatar Erik Hugne 1-8/+6
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-0/+8
2014-02-18tipc: align tipc function names with common naming practice in the networkGravatar Ying Xue 13-287/+290
2014-02-17tipc: correct usage of spin_lock() vs spin_lock_bh()Gravatar Jon Paul Maloy 1-3/+3
2014-02-17tipc: fix a loop style problemGravatar Jon Paul Maloy 1-5/+5
2014-02-13tipc: add node_lock protection to link lookup functionGravatar Jon Paul Maloy 1-45/+65
2014-02-13tipc: remove bearer_lock from tipc_bearer structGravatar Ying Xue 3-18/+4
2014-02-13tipc: delay delete of link when failover is neededGravatar Jon Paul Maloy 4-17/+36
2014-02-13tipc: changes to general packet reception algorithmGravatar Jon Paul Maloy 1-36/+40
2014-02-13tipc: rename stack variables in function tipc_link_tunnel_rcvGravatar Jon Paul Maloy 1-11/+11
2014-02-13tipc: more cleanup of tunnelling reception functionGravatar Jon Paul Maloy 1-14/+7
2014-02-13tipc: change signature of tunnelling reception functionGravatar Jon Paul Maloy 1-10/+4
2014-02-13tipc: change reception of tunnelled failover packetsGravatar Jon Paul Maloy 1-28/+47
2014-02-13tipc: change reception of tunnelled duplicate packetsGravatar Jon Paul Maloy 1-21/+32
2014-02-13tipc: remove 'links' list from tipc_bearer structGravatar Ying Xue 5-54/+30