summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* 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
* tipc: standardize connect routineYing Xue2014-01-161-30/+33
* tipc: spelling fixesstephen hemminger2014-01-143-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-0/+1
|\
| * tipc: correctly unlink packets from deferred packet queueErik Hugne2014-01-071-0/+1
* | tipc: make link start event synchronousJon Paul Maloy2014-01-073-13/+7
* | tipc: introduce new spinlock to protect struct link_reqYing Xue2014-01-071-2/+9
* | tipc: remove 'has_redundant_link' flag from STATE link protocol messagesJon Paul Maloy2014-01-072-11/+1
* | tipc: rename functions related to link failover and improve commentsJon Paul Maloy2014-01-075-38/+56
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-063-48/+49
|\ \ | |/
| * tipc: fix deadlock during socket releaseYing Xue2013-12-293-48/+49
* | tipc: remove unused codestephen hemminger2014-01-044-26/+0
* | tipc: make local function staticstephen hemminger2014-01-042-2/+1
* | tipc: make the code look more readablewangweidong2014-01-021-5/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-182-6/+12
|\ \ | |/
| * tipc: protect handler_enabled variable with qitem_lock spin lockYing Xue2013-12-101-3/+8
| * tipc: correct the order of stopping services at rmmodJon Paul Maloy2013-12-101-3/+4
* | tipc: change lock_sock order in connect()wangweidong2013-12-161-4/+2
* | tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h>wangweidong2013-12-161-1/+1
* | tipc: kill unnecessary goto'swangweidong2013-12-161-8/+6
* | tipc: remove unnecessary variables and conditionswangweidong2013-12-163-17/+8
* | tipc: remove unused 'blocked' flag from tipc_link structYing Xue2013-12-112-11/+7
* | tipc: eliminate code duplication in media layerYing Xue2013-12-114-231/+149
* | tipc: relocate common functions from media to bearerYing Xue2013-12-115-401/+114
* | tipc: remove TIPC usage of field af_packet_priv in struct net_deviceYing Xue2013-12-113-46/+65
* | tipc: improve naming and comment consistency in media layerJon Paul Maloy2013-12-112-19/+19
* | tipc: initiate media type array at compile timeJon Paul Maloy2013-12-114-62/+23
* | tipc: eliminate redundant code with kfree_skb_list routineYing Xue2013-12-112-55/+9
* | tipc: remove interface state mirroring in bearerErik Hugne2013-12-097-117/+28
|/
OpenPOWER on IntegriCloud