summaryrefslogtreecommitdiff
path: root/net/tipc/link.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-27tipc: tipc: convert node list and node hlist to RCU listsYing Xue1-6/+10
2014-03-27tipc: remove active flag from tipc_bearer structureYing Xue1-4/+0
2014-03-12tipc: eliminate upcall function pointers between port and socketJon Paul Maloy1-3/+1
2014-02-20tipc: failed transmissions should return errorErik Hugne1-8/+6
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2014-02-19tipc: align tipc function names with common naming practice in the networkYing Xue1-91/+93
2014-02-17tipc: correct usage of spin_lock() vs spin_lock_bh()Jon Paul Maloy1-3/+3
2014-02-14tipc: add node_lock protection to link lookup functionJon Paul Maloy1-45/+65
2014-02-14tipc: delay delete of link when failover is neededJon Paul Maloy1-9/+22
2014-02-14tipc: changes to general packet reception algorithmJon Paul Maloy1-36/+40
2014-02-14tipc: rename stack variables in function tipc_link_tunnel_rcvJon Paul Maloy1-11/+11
2014-02-14tipc: more cleanup of tunnelling reception functionJon Paul Maloy1-14/+7
2014-02-14tipc: change signature of tunnelling reception functionJon Paul Maloy1-10/+4
2014-02-14tipc: change reception of tunnelled failover packetsJon Paul Maloy1-28/+47
2014-02-14tipc: change reception of tunnelled duplicate packetsJon Paul Maloy1-21/+32
2014-02-14tipc: remove 'links' list from tipc_bearer structYing Xue1-43/+24
2014-02-14tipc: redefine 'started' flag in struct link to bitmapYing Xue1-2/+2
2014-02-14tipc: move code for deleting links from bearer.c to link.cYing Xue1-0/+9
2014-02-14tipc: move code for resetting links from bearer.c to link.cYing Xue1-0/+12
2014-02-14tipc: stricter behavior of message reassembly functionJon Paul Maloy1-7/+9
2014-02-14tipc: fix message corruption bug for deferred packetsErik Hugne1-0/+7
2014-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-01-08tipc: make link start event synchronousJon Paul Maloy1-11/+5
2014-01-08tipc: remove 'has_redundant_link' flag from STATE link protocol messagesJon Paul Maloy1-9/+1
2014-01-08tipc: rename functions related to link failover and improve commentsJon Paul Maloy1-28/+42
2014-01-08tipc: correctly unlink packets from deferred packet queueErik Hugne1-0/+1
2014-01-05tipc: make local function staticstephen hemminger1-1/+1
2013-12-11tipc: remove unused 'blocked' flag from tipc_link structYing Xue1-4/+7
2013-12-11tipc: eliminate redundant code with kfree_skb_list routineYing Xue1-50/+8
2013-12-10tipc: remove interface state mirroring in bearerErik Hugne1-39/+16
2013-11-15tipc: fix dereference before check warningErik Hugne1-1/+2
2013-11-08tipc: reassembly failures should cause link resetErik Hugne1-1/+1
2013-11-08tipc: message reassembly using fragment chainErik Hugne1-115/+44
2013-11-08tipc: don't reroute message fragmentsErik Hugne1-1/+2
2013-10-31tipc: remove two indentation levels in tipc_recv_msg routineYing Xue1-89/+84
2013-10-18tipc: simplify the link lookup routineErik Hugne1-97/+13
2013-10-18tipc: correct return value of link_cmd_set_value routineYing Xue1-9/+19
2013-10-18tipc: silence sparse warningsYing Xue1-2/+2
2013-10-18tipc: remove iovec length parameter from all sending functionsYing Xue1-15/+10
2013-06-18tipc: fix wrong return value for link_send_sections_long routineYing Xue1-2/+6
2013-06-18tipc: make tipc_link_send_sections_fast exit earlierYing Xue1-4/+3
2013-06-18tipc: enhance priority of link protocol packetYing Xue1-0/+3
2013-06-18tipc: cosmetic realignment of function argumentsPaul Gortmaker1-11/+7
2013-06-18tipc: remove user_port instance from tipc_port structureYing Xue1-11/+7
2013-06-18tipc: delete code orphaned by new server infrastructureYing Xue1-35/+1
2013-05-07tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter1-2/+4
2013-05-07tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter1-1/+4
2012-12-07tipc: remove obsolete flush of stale reassembly bufferErik Hugne1-44/+0
2012-11-22tipc: introduce message to synchronize broadcast linkJon Maloy1-3/+58
2012-11-22tipc: rename supported flag to recv_permittedYing Xue1-4/+4