aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-14
|\
| * tipc: correctly unlink packets from deferred packet queueErik Hugne2014-01-07
* | tipc: make link start event synchronousJon Paul Maloy2014-01-07
* | tipc: remove 'has_redundant_link' flag from STATE link protocol messagesJon Paul Maloy2014-01-07
* | tipc: rename functions related to link failover and improve commentsJon Paul Maloy2014-01-07
* | tipc: make local function staticstephen hemminger2014-01-04
* | tipc: remove unused 'blocked' flag from tipc_link structYing Xue2013-12-11
* | tipc: eliminate redundant code with kfree_skb_list routineYing Xue2013-12-11
* | tipc: remove interface state mirroring in bearerErik Hugne2013-12-09
|/
* tipc: fix dereference before check warningErik Hugne2013-11-15
* tipc: reassembly failures should cause link resetErik Hugne2013-11-07
* tipc: message reassembly using fragment chainErik Hugne2013-11-07
* tipc: don't reroute message fragmentsErik Hugne2013-11-07
* tipc: remove two indentation levels in tipc_recv_msg routineYing Xue2013-10-30
* tipc: simplify the link lookup routineErik Hugne2013-10-18
* tipc: correct return value of link_cmd_set_value routineYing Xue2013-10-18
* tipc: silence sparse warningsYing Xue2013-10-18
* tipc: remove iovec length parameter from all sending functionsYing Xue2013-10-18
* tipc: fix wrong return value for link_send_sections_long routineYing Xue2013-06-17
* tipc: make tipc_link_send_sections_fast exit earlierYing Xue2013-06-17
* tipc: enhance priority of link protocol packetYing Xue2013-06-17
* tipc: cosmetic realignment of function argumentsPaul Gortmaker2013-06-17
* tipc: remove user_port instance from tipc_port structureYing Xue2013-06-17
* tipc: delete code orphaned by new server infrastructureYing Xue2013-06-17
* tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter2013-05-06
* tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter2013-05-06
* tipc: remove obsolete flush of stale reassembly bufferErik Hugne2012-12-06
* tipc: introduce message to synchronize broadcast linkJon Maloy2012-11-22
* tipc: rename supported flag to recv_permittedYing Xue2012-11-22
* tipc: remove supportable flag from bclink structureYing Xue2012-11-22
* tipc: remove the bearer congestion mechanismYing Xue2012-11-21
* tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue2012-08-20
* tipc: phase out most of the struct print_buf usageErik Hugne2012-07-13
* tipc: simplify link_print by divorcing it from using tipc_printfPaul Gortmaker2012-07-13
* tipc: remove TIPC packet debugging functions and macrosErik Hugne2012-07-13
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-13
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-11
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-30
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-15
* tipc: Eliminate obsolete code for re-sending a messageAllan Stephens2012-02-29
* tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens2012-02-24
* tipc: Remove duplicate check of message destination nodeAllan Stephens2012-02-24
* tipc: Prevent loss of fragmented messages over unicast linksAllan Stephens2012-02-06
* tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens2012-02-06
* tipc: Fix problem with broadcast link synchronization between nodesAllan Stephens2012-02-06
* tipc: Ensure broadcast link re-acquires node after link failureAllan Stephens2012-02-06
* tipc: Prevent broadcast link stalling in dual LAN environmentsAllan Stephens2012-02-06
* tipc: Prevent transmission of outdated link protocol messagesAllan Stephens2012-02-06
* tipc: improve the link deferred queue insertion algorithmAllan Stephens2012-02-06
* tipc: rename struct link* to struct tipc_link*Paul Gortmaker2011-12-29