summaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix dereference before check warningErik Hugne2013-11-151-1/+2
* tipc: reassembly failures should cause link resetErik Hugne2013-11-071-1/+1
* tipc: message reassembly using fragment chainErik Hugne2013-11-071-115/+44
* tipc: don't reroute message fragmentsErik Hugne2013-11-071-1/+2
* tipc: remove two indentation levels in tipc_recv_msg routineYing Xue2013-10-301-89/+84
* tipc: simplify the link lookup routineErik Hugne2013-10-181-97/+13
* tipc: correct return value of link_cmd_set_value routineYing Xue2013-10-181-9/+19
* tipc: silence sparse warningsYing Xue2013-10-181-2/+2
* tipc: remove iovec length parameter from all sending functionsYing Xue2013-10-181-15/+10
* tipc: fix wrong return value for link_send_sections_long routineYing Xue2013-06-171-2/+6
* tipc: make tipc_link_send_sections_fast exit earlierYing Xue2013-06-171-4/+3
* tipc: enhance priority of link protocol packetYing Xue2013-06-171-0/+3
* tipc: cosmetic realignment of function argumentsPaul Gortmaker2013-06-171-11/+7
* tipc: remove user_port instance from tipc_port structureYing Xue2013-06-171-11/+7
* tipc: delete code orphaned by new server infrastructureYing Xue2013-06-171-35/+1
* 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/+0
* 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/+1
* tipc: remove the bearer congestion mechanismYing Xue2012-11-211-80/+37
* tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue2012-08-201-3/+1
* tipc: phase out most of the struct print_buf usageErik Hugne2012-07-131-64/+66
* tipc: simplify link_print by divorcing it from using tipc_printfPaul Gortmaker2012-07-131-17/+7
* tipc: remove TIPC packet debugging functions and macrosErik Hugne2012-07-131-36/+0
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-131-55/+61
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-11/+11
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-301-115/+5
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* tipc: Eliminate obsolete code for re-sending a messageAllan Stephens2012-02-291-2/+0
* tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens2012-02-241-40/+40
* tipc: Remove duplicate check of message destination nodeAllan Stephens2012-02-241-47/+46
* 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/+23
* tipc: rename struct link* to struct tipc_link*Paul Gortmaker2011-12-291-74/+79
* tipc: rename struct media to struct tipc_mediaPaul Gortmaker2011-12-291-1/+1
* tipc: Allow use of buf_seqno() helper routine by unicast linksAllan Stephens2011-12-271-20/+19
* tipc: Ignore broadcast acknowledgements that are out-of-rangeAllan Stephens2011-12-271-4/+2
* tipc: Allow run-time alteration of default link settingsAllan Stephens2011-12-271-41/+109
* tipc: Remove unused link event tracking codeYing Xue2011-09-171-10/+0
* tipc: Enhance sending of bulk name table messagesAllan Stephens2011-09-171-0/+45
* tipc: Ensure both nodes recognize loss of contact between themAllan Stephens2011-09-171-5/+28
* tipc: Eliminate redundant check when sending messagesAllan Stephens2011-09-011-3/+0
* tipc: Enhance filtering of out-dated link reset messagesAllan Stephens2011-09-011-2/+2
OpenPOWER on IntegriCloud