summaryrefslogtreecommitdiff
path: root/net/tipc/link.c
AgeCommit message (Expand)Author
2014-03-27tipc: tipc: convert node list and node hlist to RCU listsYing Xue
2014-03-27tipc: remove active flag from tipc_bearer structureYing Xue
2014-03-12tipc: eliminate upcall function pointers between port and socketJon Paul Maloy
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-13tipc: add node_lock protection to link lookup functionJon Paul Maloy
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: fix message corruption bug for deferred packetsErik Hugne
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: 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-04tipc: make local function staticstephen hemminger
2013-12-11tipc: remove unused 'blocked' flag from tipc_link structYing Xue
2013-12-11tipc: eliminate redundant code with kfree_skb_list routineYing Xue
2013-12-09tipc: remove interface state mirroring in bearerErik Hugne
2013-11-15tipc: fix dereference before check warningErik Hugne
2013-11-07tipc: reassembly failures should cause link resetErik Hugne
2013-11-07tipc: message reassembly using fragment chainErik Hugne
2013-11-07tipc: don't reroute message fragmentsErik Hugne
2013-10-30tipc: remove two indentation levels in tipc_recv_msg routineYing Xue
2013-10-18tipc: simplify the link lookup routineErik Hugne
2013-10-18tipc: correct return value of link_cmd_set_value routineYing Xue
2013-10-18tipc: silence sparse warningsYing Xue
2013-10-18tipc: remove iovec length parameter from all sending functionsYing Xue
2013-06-17tipc: fix wrong return value for link_send_sections_long routineYing Xue
2013-06-17tipc: make tipc_link_send_sections_fast exit earlierYing Xue
2013-06-17tipc: enhance priority of link protocol packetYing Xue
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker
2013-06-17tipc: remove user_port instance from tipc_port structureYing Xue
2013-06-17tipc: delete code orphaned by new server infrastructureYing Xue
2013-05-06tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter
2013-05-06tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter
2012-12-06tipc: remove obsolete flush of stale reassembly bufferErik Hugne
2012-11-22tipc: introduce message to synchronize broadcast linkJon Maloy
2012-11-22tipc: rename supported flag to recv_permittedYing Xue