aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/link.c
AgeCommit message (Expand)Author
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
2012-11-22tipc: remove supportable flag from bclink structureYing Xue
2012-11-21tipc: remove the bearer congestion mechanismYing Xue
2012-08-20tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue
2012-07-13tipc: phase out most of the struct print_buf usageErik Hugne
2012-07-13tipc: simplify link_print by divorcing it from using tipc_printfPaul Gortmaker
2012-07-13tipc: remove TIPC packet debugging functions and macrosErik Hugne
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-02-29tipc: Eliminate obsolete code for re-sending a messageAllan Stephens
2012-02-24tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens
2012-02-24tipc: Remove duplicate check of message destination nodeAllan Stephens
2012-02-06tipc: Prevent loss of fragmented messages over unicast linksAllan Stephens
2012-02-06tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens
2012-02-06tipc: Fix problem with broadcast link synchronization between nodesAllan Stephens
2012-02-06tipc: Ensure broadcast link re-acquires node after link failureAllan Stephens
2012-02-06tipc: Prevent broadcast link stalling in dual LAN environmentsAllan Stephens
2012-02-06tipc: Prevent transmission of outdated link protocol messagesAllan Stephens
2012-02-06tipc: improve the link deferred queue insertion algorithmAllan Stephens