summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
...
* tipc: convert tipc_bearers array to pointer listYing Xue2014-03-273-15/+38
* tipc: acquire necessary locks in named_cluster_distribute routineYing Xue2014-03-271-3/+11
* tipc: obsolete the remote management featureYing Xue2014-03-275-121/+3
* tipc: remove unnecessary checking for node objectYing Xue2014-03-271-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-251-14/+15
|\
| * tipc: fix spinlock recursion bug for failed subscriptionsErik Hugne2014-03-241-14/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-146-37/+47
|\ \ | |/
| * tipc: don't log disabled tasklet handler errorsErik Hugne2014-03-061-1/+0
| * tipc: fix memory leak during module removalErik Hugne2014-03-061-3/+34
| * tipc: drop subscriber connection id invalidationErik Hugne2014-03-061-11/+0
| * tipc: avoid to unnecessary process switch under non-block modeYing Xue2014-03-061-2/+2
| * tipc: fix connection refcount leakYing Xue2014-03-061-2/+4
| * tipc: allow connection shutdown callback to be invoked in advanceYing Xue2014-03-063-18/+7
* | tipc: eliminate redundant lookups in registryJon Paul Maloy2014-03-125-64/+50
* | tipc: align usage of variable names and macros in socketJon Paul Maloy2014-03-123-84/+98
* | tipc: eliminate redundant lockingJon Paul Maloy2014-03-123-109/+47
* | tipc: eliminate upcall function pointers between port and socketJon Paul Maloy2014-03-125-58/+34
* | tipc: aggregate port structure into socket structureJon Paul Maloy2014-03-124-54/+101
* | tipc: remove redundant 'peer_name' field in struct tipc_sockJon Paul Maloy2014-03-123-27/+30
* | tipc: replace reference table rwlock with spinlockJon Paul Maloy2014-03-121-5/+5
* | tipc: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-0510-82/+66
|\ \ | |/
| * tipc: make bearer set up in module insertion stageYing Xue2014-02-224-32/+16
| * tipc: remove all enabled flags from all tipc componentsYing Xue2014-02-227-50/+50
* | tipc: failed transmissions should return errorErik Hugne2014-02-191-8/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-192-0/+8
|\ \ | |/
| * tipc: fix message corruption bug for deferred packetsErik Hugne2014-02-132-0/+8
* | tipc: align tipc function names with common naming practice in the networkYing Xue2014-02-1813-287/+290
* | tipc: correct usage of spin_lock() vs spin_lock_bh()Jon Paul Maloy2014-02-171-3/+3
* | tipc: fix a loop style problemJon Paul Maloy2014-02-171-5/+5
* | tipc: add node_lock protection to link lookup functionJon Paul Maloy2014-02-131-45/+65
* | tipc: remove bearer_lock from tipc_bearer structYing Xue2014-02-133-18/+4
* | tipc: delay delete of link when failover is neededJon Paul Maloy2014-02-134-17/+36
* | tipc: changes to general packet reception algorithmJon Paul Maloy2014-02-131-36/+40
* | tipc: rename stack variables in function tipc_link_tunnel_rcvJon Paul Maloy2014-02-131-11/+11
* | tipc: more cleanup of tunnelling reception functionJon Paul Maloy2014-02-131-14/+7
* | tipc: change signature of tunnelling reception functionJon Paul Maloy2014-02-131-10/+4
* | tipc: change reception of tunnelled failover packetsJon Paul Maloy2014-02-131-28/+47
* | tipc: change reception of tunnelled duplicate packetsJon Paul Maloy2014-02-131-21/+32
* | tipc: remove 'links' list from tipc_bearer structYing Xue2014-02-135-54/+30
* | tipc: redefine 'started' flag in struct link to bitmapYing Xue2014-02-132-13/+13
* | tipc: move code for deleting links from bearer.c to link.cYing Xue2014-02-133-5/+11
* | tipc: move code for resetting links from bearer.c to link.cYing Xue2014-02-133-10/+14
* | tipc: stricter behavior of message reassembly functionJon Paul Maloy2014-02-133-13/+15
* | tipc: explicitly include core.h in addr.hAndreas Bofjäll2014-02-131-0/+2
|/
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-3/+3
* tipc: standardize recvmsg routineYing Xue2014-01-161-38/+42
* tipc: standardize sendmsg routine of connected socketYing Xue2014-01-161-19/+41
* tipc: standardize sendmsg routine of connectionless socketYing Xue2014-01-161-10/+29
* tipc: standardize accept routineYing Xue2014-01-161-13/+41
OpenPOWER on IntegriCloud