summaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix wrong return value for link_send_sections_long routineYing Xue2013-06-181-2/+6
* tipc: make tipc_link_send_sections_fast exit earlierYing Xue2013-06-181-4/+3Star
* tipc: enhance priority of link protocol packetYing Xue2013-06-181-0/+3
* tipc: cosmetic realignment of function argumentsPaul Gortmaker2013-06-181-11/+7Star
* tipc: remove user_port instance from tipc_port structureYing Xue2013-06-181-11/+7Star
* tipc: delete code orphaned by new server infrastructureYing Xue2013-06-181-35/+1Star
* tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter2013-05-061-2/+4
* tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter2013-05-061-1/+4
* tipc: remove obsolete flush of stale reassembly bufferErik Hugne2012-12-061-44/+0Star
* tipc: introduce message to synchronize broadcast linkJon Maloy2012-11-221-3/+58
* tipc: rename supported flag to recv_permittedYing Xue2012-11-221-4/+4
* tipc: remove supportable flag from bclink structureYing Xue2012-11-221-3/+1Star
* tipc: remove the bearer congestion mechanismYing Xue2012-11-221-80/+37Star
* tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue2012-08-201-3/+1Star
* tipc: phase out most of the struct print_buf usageErik Hugne2012-07-141-64/+66
* tipc: simplify link_print by divorcing it from using tipc_printfPaul Gortmaker2012-07-141-17/+7Star
* tipc: remove TIPC packet debugging functions and macrosErik Hugne2012-07-141-36/+0Star
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-141-55/+61
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-11/+11
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-301-115/+5Star
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* tipc: Eliminate obsolete code for re-sending a messageAllan Stephens2012-02-291-2/+0Star
* tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens2012-02-241-40/+40
* tipc: Remove duplicate check of message destination nodeAllan Stephens2012-02-241-47/+46Star
* tipc: Prevent loss of fragmented messages over unicast linksAllan Stephens2012-02-061-3/+10
* tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens2012-02-061-8/+13
* tipc: Fix problem with broadcast link synchronization between nodesAllan Stephens2012-02-061-2/+5
* tipc: Ensure broadcast link re-acquires node after link failureAllan Stephens2012-02-061-2/+3
* tipc: Prevent broadcast link stalling in dual LAN environmentsAllan Stephens2012-02-061-4/+5
* tipc: Prevent transmission of outdated link protocol messagesAllan Stephens2012-02-061-26/+27
* tipc: improve the link deferred queue insertion algorithmAllan Stephens2012-02-061-25/+23Star
* tipc: rename struct link* to struct tipc_link*Paul Gortmaker2011-12-301-74/+79
* tipc: rename struct media to struct tipc_mediaPaul Gortmaker2011-12-301-1/+1
* tipc: Allow use of buf_seqno() helper routine by unicast linksAllan Stephens2011-12-271-20/+19Star
* tipc: Ignore broadcast acknowledgements that are out-of-rangeAllan Stephens2011-12-271-4/+2Star
* tipc: Allow run-time alteration of default link settingsAllan Stephens2011-12-271-41/+109
* tipc: Remove unused link event tracking codeYing Xue2011-09-181-10/+0Star
* tipc: Enhance sending of bulk name table messagesAllan Stephens2011-09-181-0/+45
* tipc: Ensure both nodes recognize loss of contact between themAllan Stephens2011-09-181-5/+28
* tipc: Eliminate redundant check when sending messagesAllan Stephens2011-09-011-3/+0Star
* tipc: Enhance filtering of out-dated link reset messagesAllan Stephens2011-09-011-2/+2
* tipc: Initialize peer session field of newly created link endpointAllan Stephens2011-09-011-0/+1
* tipc: Display meaningful peer interface name during link creationAllan Stephens2011-09-011-2/+2
* tipc: Eliminate obsolete filter for unexpected unicast messagesAllan Stephens2011-09-011-9/+2Star
* tipc: Cleanup of message header size terminologyAllan Stephens2011-06-241-2/+2
* tipc: Correct typo in link statistics outputAllan Stephens2011-06-241-1/+1
* tipc: Introduce routine to enqueue a chain of messages on link tx queueAllan Stephens2011-05-101-16/+22
* tipc: Avoid recomputation of outgoing message lengthAllan Stephens2011-05-101-7/+11
* tipc: Fix sk_buff leaks when link congestion is detectedAllan Stephens2011-05-101-4/+3Star
* tipc: Fix issues with fragmentation of an existing message bufferAllan Stephens2011-05-101-14/+23