aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-14tipc: merge port message reception into socket reception functionJon Paul Maloy1-1/+2
2014-05-14tipc: rename and move message reassembly functionJon Paul Maloy1-62/+5
2014-05-14tipc: mark head of reassembly buffer as non-linearJon Paul Maloy1-0/+2
2014-05-14tipc: don't record link RESET or ACTIVATE messages as trafficJon Paul Maloy1-3/+4
2014-05-09tipc: don't directly overwrite node action_flagsYing Xue1-1/+1
2014-05-09tipc: rename enum names of node flagsYing Xue1-3/+3
2014-05-05tipc: avoid to asynchronously reset all linksYing Xue1-14/+8
2014-05-05tipc: rename setup_blocked variable of node struct to flagsYing Xue1-10/+10
2014-05-05tipc: always use tipc_node_lock() to hold node lockYing Xue1-6/+6
2014-04-22tipc: purge tipc_net_lock lockYing Xue1-34/+6
2014-04-22tipc: decouple the relationship between bearer and linkYing Xue1-16/+33
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-19tipc: 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-18tipc: 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-13tipc: add node_lock protection to link lookup functionJon Paul Maloy1-45/+65
2014-02-13tipc: delay delete of link when failover is neededJon Paul Maloy1-9/+22
2014-02-13tipc: changes to general packet reception algorithmJon Paul Maloy1-36/+40
2014-02-13tipc: rename stack variables in function tipc_link_tunnel_rcvJon Paul Maloy1-11/+11
2014-02-13tipc: more cleanup of tunnelling reception functionJon Paul Maloy1-14/+7
2014-02-13tipc: change signature of tunnelling reception functionJon Paul Maloy1-10/+4
2014-02-13tipc: change reception of tunnelled failover packetsJon Paul Maloy1-28/+47
2014-02-13tipc: change reception of tunnelled duplicate packetsJon Paul Maloy1-21/+32
2014-02-13tipc: remove 'links' list from tipc_bearer structYing Xue1-43/+24
2014-02-13tipc: redefine 'started' flag in struct link to bitmapYing Xue1-2/+2
2014-02-13tipc: move code for deleting links from bearer.c to link.cYing Xue1-0/+9
2014-02-13tipc: move code for resetting links from bearer.c to link.cYing Xue1-0/+12
2014-02-13tipc: stricter behavior of message reassembly functionJon Paul Maloy1-7/+9
2014-02-13tipc: fix message corruption bug for deferred packetsErik Hugne1-0/+7
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-01-07tipc: make link start event synchronousJon Paul Maloy1-11/+5
2014-01-07tipc: remove 'has_redundant_link' flag from STATE link protocol messagesJon Paul Maloy1-9/+1
2014-01-07tipc: rename functions related to link failover and improve commentsJon Paul Maloy1-28/+42
2014-01-07tipc: correctly unlink packets from deferred packet queueErik Hugne1-0/+1
2014-01-04tipc: 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-09tipc: remove interface state mirroring in bearerErik Hugne1-39/+16
2013-11-15tipc: fix dereference before check warningErik Hugne1-1/+2
2013-11-07tipc: reassembly failures should cause link resetErik Hugne1-1/+1
2013-11-07tipc: message reassembly using fragment chainErik Hugne1-115/+44
2013-11-07tipc: don't reroute message fragmentsErik Hugne1-1/+2
2013-10-30tipc: 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