aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAge
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
* tipc: Let tipc_release() return 0Geert Uytterhoeven2014-04-07
* tipc: fix regression bug where node events are not being generatedErik Hugne2014-04-03
* tipc: make discovery domain a bearer attributeErik Hugne2014-03-28
* tipc: fix neighbor detection problem after hw address changeErik Hugne2014-03-28
* tipc: use node list lock to protect tipc_num_links variableYing Xue2014-03-27
* tipc: use node_list_lock to protect tipc_num_nodes variableYing Xue2014-03-27
* tipc: tipc: convert node list and node hlist to RCU listsYing Xue2014-03-27
* tipc: rename node create lock to protect node list and hlistYing Xue2014-03-27
* tipc: make broadcast bearer store in bearer_list arrayYing Xue2014-03-27
* tipc: remove active flag from tipc_bearer structureYing Xue2014-03-27
* tipc: convert tipc_bearers array to pointer listYing Xue2014-03-27
* tipc: acquire necessary locks in named_cluster_distribute routineYing Xue2014-03-27
* tipc: obsolete the remote management featureYing Xue2014-03-27
* tipc: remove unnecessary checking for node objectYing Xue2014-03-27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-25
|\
| * tipc: fix spinlock recursion bug for failed subscriptionsErik Hugne2014-03-24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-14
|\|
| * tipc: don't log disabled tasklet handler errorsErik Hugne2014-03-06
| * tipc: fix memory leak during module removalErik Hugne2014-03-06
| * tipc: drop subscriber connection id invalidationErik Hugne2014-03-06
| * tipc: avoid to unnecessary process switch under non-block modeYing Xue2014-03-06
| * tipc: fix connection refcount leakYing Xue2014-03-06
| * tipc: allow connection shutdown callback to be invoked in advanceYing Xue2014-03-06
* | tipc: eliminate redundant lookups in registryJon Paul Maloy2014-03-12
* | tipc: align usage of variable names and macros in socketJon Paul Maloy2014-03-12
* | tipc: eliminate redundant lockingJon Paul Maloy2014-03-12
* | tipc: eliminate upcall function pointers between port and socketJon Paul Maloy2014-03-12
* | tipc: aggregate port structure into socket structureJon Paul Maloy2014-03-12
* | tipc: remove redundant 'peer_name' field in struct tipc_sockJon Paul Maloy2014-03-12
* | tipc: replace reference table rwlock with spinlockJon Paul Maloy2014-03-12
* | tipc: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-05
|\|
| * tipc: make bearer set up in module insertion stageYing Xue2014-02-22
| * tipc: remove all enabled flags from all tipc componentsYing Xue2014-02-22
* | tipc: failed transmissions should return errorErik Hugne2014-02-19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-19
|\|
| * tipc: fix message corruption bug for deferred packetsErik Hugne2014-02-13
* | tipc: align tipc function names with common naming practice in the networkYing Xue2014-02-18
* | tipc: correct usage of spin_lock() vs spin_lock_bh()Jon Paul Maloy2014-02-17
* | tipc: fix a loop style problemJon Paul Maloy2014-02-17
* | tipc: add node_lock protection to link lookup functionJon Paul Maloy2014-02-13
* | tipc: remove bearer_lock from tipc_bearer structYing Xue2014-02-13
* | tipc: delay delete of link when failover is neededJon Paul Maloy2014-02-13
* | tipc: changes to general packet reception algorithmJon Paul Maloy2014-02-13
* | tipc: rename stack variables in function tipc_link_tunnel_rcvJon Paul Maloy2014-02-13
* | tipc: more cleanup of tunnelling reception functionJon Paul Maloy2014-02-13
* | tipc: change signature of tunnelling reception functionJon Paul Maloy2014-02-13
* | tipc: change reception of tunnelled failover packetsJon Paul Maloy2014-02-13
* | tipc: change reception of tunnelled duplicate packetsJon Paul Maloy2014-02-13