Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
2014-03-26Merge 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-15Merge 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-06Merge 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-20tipc: failed transmissions should return errorErik Hugne
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-19tipc: 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-14tipc: add node_lock protection to link lookup functionJon Paul Maloy
2014-02-14tipc: remove bearer_lock from tipc_bearer structYing Xue
2014-02-14tipc: delay delete of link when failover is neededJon Paul Maloy
2014-02-14tipc: changes to general packet reception algorithmJon Paul Maloy
2014-02-14tipc: rename stack variables in function tipc_link_tunnel_rcvJon Paul Maloy
2014-02-14tipc: more cleanup of tunnelling reception functionJon Paul Maloy
2014-02-14tipc: change signature of tunnelling reception functionJon Paul Maloy
2014-02-14tipc: change reception of tunnelled failover packetsJon Paul Maloy
2014-02-14tipc: change reception of tunnelled duplicate packetsJon Paul Maloy
2014-02-14tipc: remove 'links' list from tipc_bearer structYing Xue
2014-02-14tipc: redefine 'started' flag in struct link to bitmapYing Xue
2014-02-14tipc: move code for deleting links from bearer.c to link.cYing Xue
2014-02-14tipc: move code for resetting links from bearer.c to link.cYing Xue
2014-02-14tipc: stricter behavior of message reassembly functionJon Paul Maloy
2014-02-14tipc: explicitly include core.h in addr.hAndreas Bofjäll
2014-02-14tipc: fix message corruption bug for deferred packetsErik Hugne
2014-01-19net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2014-01-17tipc: standardize recvmsg routineYing Xue
2014-01-17tipc: standardize sendmsg routine of connected socketYing Xue
2014-01-17tipc: standardize sendmsg routine of connectionless socketYing Xue
2014-01-17tipc: standardize accept routineYing Xue
2014-01-17tipc: standardize connect routineYing Xue
2014-01-15tipc: spelling fixesstephen hemminger
2014-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-08tipc: make link start event synchronousJon Paul Maloy