summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
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-19tipc: failed transmissions should return errorErik Hugne
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-18tipc: 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-13tipc: add node_lock protection to link lookup functionJon Paul Maloy
2014-02-13tipc: remove bearer_lock from tipc_bearer structYing Xue
2014-02-13tipc: delay delete of link when failover is neededJon Paul Maloy
2014-02-13tipc: changes to general packet reception algorithmJon Paul Maloy
2014-02-13tipc: rename stack variables in function tipc_link_tunnel_rcvJon Paul Maloy
2014-02-13tipc: more cleanup of tunnelling reception functionJon Paul Maloy
2014-02-13tipc: change signature of tunnelling reception functionJon Paul Maloy
2014-02-13tipc: change reception of tunnelled failover packetsJon Paul Maloy
2014-02-13tipc: change reception of tunnelled duplicate packetsJon Paul Maloy
2014-02-13tipc: remove 'links' list from tipc_bearer structYing Xue
2014-02-13tipc: redefine 'started' flag in struct link to bitmapYing Xue
2014-02-13tipc: move code for deleting links from bearer.c to link.cYing Xue
2014-02-13tipc: move code for resetting links from bearer.c to link.cYing Xue
2014-02-13tipc: stricter behavior of message reassembly functionJon Paul Maloy
2014-02-13tipc: explicitly include core.h in addr.hAndreas Bofjäll
2014-02-13tipc: 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-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-07tipc: make link start event synchronousJon Paul Maloy
2014-01-07tipc: introduce new spinlock to protect struct link_reqYing Xue
2014-01-07tipc: remove 'has_redundant_link' flag from STATE link protocol messagesJon Paul Maloy
2014-01-07tipc: rename functions related to link failover and improve commentsJon Paul Maloy
2014-01-07tipc: correctly unlink packets from deferred packet queueErik Hugne
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-05tipc: remove unused codestephen hemminger
2014-01-05tipc: make local function staticstephen hemminger
2014-01-02tipc: make the code look more readablewangweidong
2013-12-30tipc: fix deadlock during socket releaseYing Xue
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-16tipc: change lock_sock order in connect()wangweidong
2013-12-16tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h>wangweidong
2013-12-16tipc: kill unnecessary goto'swangweidong
2013-12-16tipc: remove unnecessary variables and conditionswangweidong
2013-12-11tipc: remove unused 'blocked' flag from tipc_link structYing Xue
2013-12-11tipc: eliminate code duplication in media layerYing Xue
2013-12-11tipc: relocate common functions from media to bearerYing Xue