summaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+2
* 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/+3
* tipc: Fix issues with fragmentation of an existing message bufferAllan Stephens2011-05-101-14/+23
* tipc: Avoid pointless masking of fragmented message identifierAllan Stephens2011-05-101-2/+2
* tipc: Don't initialize link selector field in fragmented messagesAllan Stephens2011-05-101-2/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* tipc: Eliminate obsolete routine for handling routed messagesAllan Stephens2011-03-131-3/+0
* tipc: Eliminate remaining support for routing table messagesAllan Stephens2011-03-131-4/+4
* tipc: Optimizations to link creation codeAllan Stephens2011-03-131-7/+20
* tipc: Fix redundant link field handling in link protocol messageAllan Stephens2011-03-131-1/+3
* tipc: make msg_set_redundant_link() consistent with other set opsAllan Stephens2011-03-131-4/+1
OpenPOWER on IntegriCloud