aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-04tipc: make local function staticstephen hemminger1-1/+1
2013-12-11tipc: remove unused 'blocked' flag from tipc_link structYing Xue1-4/+7
2013-12-11tipc: eliminate redundant code with kfree_skb_list routineYing Xue1-50/+8
2013-12-09tipc: remove interface state mirroring in bearerErik Hugne1-39/+16
2013-11-15tipc: fix dereference before check warningErik Hugne1-1/+2
2013-11-07tipc: reassembly failures should cause link resetErik Hugne1-1/+1
2013-11-07tipc: message reassembly using fragment chainErik Hugne1-115/+44
2013-11-07tipc: don't reroute message fragmentsErik Hugne1-1/+2
2013-10-30tipc: remove two indentation levels in tipc_recv_msg routineYing Xue1-89/+84
2013-10-18tipc: simplify the link lookup routineErik Hugne1-97/+13
2013-10-18tipc: correct return value of link_cmd_set_value routineYing Xue1-9/+19
2013-10-18tipc: silence sparse warningsYing Xue1-2/+2
2013-10-18tipc: remove iovec length parameter from all sending functionsYing Xue1-15/+10
2013-06-17tipc: fix wrong return value for link_send_sections_long routineYing Xue1-2/+6
2013-06-17tipc: make tipc_link_send_sections_fast exit earlierYing Xue1-4/+3
2013-06-17tipc: enhance priority of link protocol packetYing Xue1-0/+3
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker1-11/+7
2013-06-17tipc: remove user_port instance from tipc_port structureYing Xue1-11/+7
2013-06-17tipc: delete code orphaned by new server infrastructureYing Xue1-35/+1
2013-05-06tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter1-2/+4
2013-05-06tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter1-1/+4
2012-12-06tipc: remove obsolete flush of stale reassembly bufferErik Hugne1-44/+0
2012-11-22tipc: introduce message to synchronize broadcast linkJon Maloy1-3/+58
2012-11-22tipc: rename supported flag to recv_permittedYing Xue1-4/+4
2012-11-22tipc: remove supportable flag from bclink structureYing Xue1-3/+1
2012-11-21tipc: remove the bearer congestion mechanismYing Xue1-80/+37
2012-08-20tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue1-3/+1
2012-07-13tipc: phase out most of the struct print_buf usageErik Hugne1-64/+66
2012-07-13tipc: simplify link_print by divorcing it from using tipc_printfPaul Gortmaker1-17/+7
2012-07-13tipc: remove TIPC packet debugging functions and macrosErik Hugne1-36/+0
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne1-55/+61
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-11/+11
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker1-115/+5
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-02-29tipc: Eliminate obsolete code for re-sending a messageAllan Stephens1-2/+0
2012-02-24tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens1-40/+40
2012-02-24tipc: Remove duplicate check of message destination nodeAllan Stephens1-47/+46
2012-02-06tipc: Prevent loss of fragmented messages over unicast linksAllan Stephens1-3/+10
2012-02-06tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens1-8/+13
2012-02-06tipc: Fix problem with broadcast link synchronization between nodesAllan Stephens1-2/+5
2012-02-06tipc: Ensure broadcast link re-acquires node after link failureAllan Stephens1-2/+3
2012-02-06tipc: Prevent broadcast link stalling in dual LAN environmentsAllan Stephens1-4/+5
2012-02-06tipc: Prevent transmission of outdated link protocol messagesAllan Stephens1-26/+27
2012-02-06tipc: improve the link deferred queue insertion algorithmAllan Stephens1-25/+23
2011-12-29tipc: rename struct link* to struct tipc_link*Paul Gortmaker1-74/+79
2011-12-29tipc: rename struct media to struct tipc_mediaPaul Gortmaker1-1/+1
2011-12-27tipc: Allow use of buf_seqno() helper routine by unicast linksAllan Stephens1-20/+19
2011-12-27tipc: Ignore broadcast acknowledgements that are out-of-rangeAllan Stephens1-4/+2
2011-12-27tipc: Allow run-time alteration of default link settingsAllan Stephens1-41/+109
2011-09-17tipc: Remove unused link event tracking codeYing Xue1-10/+0