aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2-5/+5
2014-04-07tipc: Let tipc_release() return 0Geert Uytterhoeven1-2/+1
2014-04-03tipc: fix regression bug where node events are not being generatedErik Hugne1-0/+3
2014-03-28tipc: make discovery domain a bearer attributeErik Hugne3-16/+10
2014-03-28tipc: fix neighbor detection problem after hw address changeErik Hugne2-0/+9
2014-03-27tipc: use node list lock to protect tipc_num_links variableYing Xue1-10/+11
2014-03-27tipc: use node_list_lock to protect tipc_num_nodes variableYing Xue1-4/+3
2014-03-27tipc: tipc: convert node list and node hlist to RCU listsYing Xue4-21/+31
2014-03-27tipc: rename node create lock to protect node list and hlistYing Xue3-35/+35
2014-03-27tipc: make broadcast bearer store in bearer_list arrayYing Xue2-4/+6
2014-03-27tipc: remove active flag from tipc_bearer structureYing Xue4-12/+5
2014-03-27tipc: convert tipc_bearers array to pointer listYing Xue3-15/+38
2014-03-27tipc: acquire necessary locks in named_cluster_distribute routineYing Xue1-3/+11
2014-03-27tipc: obsolete the remote management featureYing Xue5-121/+3
2014-03-27tipc: remove unnecessary checking for node objectYing Xue1-6/+0
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+15
2014-03-24tipc: fix spinlock recursion bug for failed subscriptionsErik Hugne1-14/+15
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-37/+47
2014-03-12tipc: eliminate redundant lookups in registryJon Paul Maloy5-64/+50
2014-03-12tipc: align usage of variable names and macros in socketJon Paul Maloy3-84/+98
2014-03-12tipc: eliminate redundant lockingJon Paul Maloy3-109/+47
2014-03-12tipc: eliminate upcall function pointers between port and socketJon Paul Maloy5-58/+34
2014-03-12tipc: aggregate port structure into socket structureJon Paul Maloy4-54/+101
2014-03-12tipc: remove redundant 'peer_name' field in struct tipc_sockJon Paul Maloy3-27/+30
2014-03-12tipc: replace reference table rwlock with spinlockJon Paul Maloy1-5/+5
2014-03-12tipc: Convert uses of __constant_<foo> to <foo>Joe Perches1-1/+1
2014-03-06tipc: don't log disabled tasklet handler errorsErik Hugne1-1/+0
2014-03-06tipc: fix memory leak during module removalErik Hugne1-3/+34
2014-03-06tipc: drop subscriber connection id invalidationErik Hugne1-11/+0
2014-03-06tipc: avoid to unnecessary process switch under non-block modeYing Xue1-2/+2
2014-03-06tipc: fix connection refcount leakYing Xue1-2/+4
2014-03-06tipc: allow connection shutdown callback to be invoked in advanceYing Xue3-18/+7
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-82/+66
2014-02-22tipc: make bearer set up in module insertion stageYing Xue4-32/+16
2014-02-22tipc: remove all enabled flags from all tipc componentsYing Xue7-50/+50
2014-02-19tipc: failed transmissions should return errorErik Hugne1-8/+6
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+8
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue13-287/+290
2014-02-17tipc: correct usage of spin_lock() vs spin_lock_bh()Jon Paul Maloy1-3/+3
2014-02-17tipc: fix a loop style problemJon Paul Maloy1-5/+5
2014-02-13tipc: add node_lock protection to link lookup functionJon Paul Maloy1-45/+65
2014-02-13tipc: remove bearer_lock from tipc_bearer structYing Xue3-18/+4
2014-02-13tipc: delay delete of link when failover is neededJon Paul Maloy4-17/+36
2014-02-13tipc: changes to general packet reception algorithmJon Paul Maloy1-36/+40
2014-02-13tipc: rename stack variables in function tipc_link_tunnel_rcvJon Paul Maloy1-11/+11
2014-02-13tipc: more cleanup of tunnelling reception functionJon Paul Maloy1-14/+7
2014-02-13tipc: change signature of tunnelling reception functionJon Paul Maloy1-10/+4
2014-02-13tipc: change reception of tunnelled failover packetsJon Paul Maloy1-28/+47
2014-02-13tipc: change reception of tunnelled duplicate packetsJon Paul Maloy1-21/+32