aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/link.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-09tipc: Remove unused declaration tipc_link_build_bc_sync_msg()Yue Haibing1-2/+0
2021-05-18tipc: simplify the finalize work queueXin Long1-0/+1
2020-05-26tipc: add support for broadcast rcv stats dumpingTuong Lien1-2/+1
2020-05-26tipc: enable broadcast retrans via unicastTuong Lien1-1/+2
2020-05-26tipc: introduce Gap ACK blocks for broadcast linkTuong Lien1-2/+5
2019-12-10tipc: introduce variable window congestion controlJon Maloy1-4/+5
2019-11-08tipc: introduce TIPC encryption & authenticationTuong Lien1-0/+1
2019-05-04tipc: fix missing Name entries due to half-failoverTuong Lien1-0/+2
2018-12-19tipc: add trace_events for tipc linkTuong Lien1-0/+1
2018-12-19tipc: enable tracepoints in tipcTuong Lien1-0/+1
2018-09-29tipc: fix failover problemLUU Duc Canh1-0/+3
2018-07-11tipc: check session number before accepting link protocol messagesJon Maloy1-0/+1
2018-07-11tipc: add sequence number check for link STATE messagesJon Maloy1-0/+1
2018-03-23tipc: handle collisions of 32-bit node address hash valuesJon Maloy1-2/+2
2016-09-02tipc: transfer broadcast nacks in link state messagesJon Paul Maloy1-3/+3
2016-04-15tipc: let first message on link be a state messageJon Paul Maloy1-1/+1
2016-03-06tipc: remove pre-allocated message header in link structJon Paul Maloy1-1/+0
2016-02-06tipc: fix link attribute propagation bugRichard Alpe1-2/+4
2015-11-20tipc: eliminate remnants of hungarian notationJon Paul Maloy1-1/+1
2015-11-20tipc: narrow down interface towards struct tipc_linkJon Paul Maloy1-155/+15
2015-11-20tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy1-4/+5
2015-10-24tipc: clean up unused code and structuresJon Paul Maloy1-14/+1
2015-10-24tipc: eliminate link's reference to owner nodeJon Paul Maloy1-5/+6
2015-10-24tipc: introduce jumbo frame support for broadcastJon Paul Maloy1-0/+2
2015-10-24tipc: let broadcast packet reception use new link receive functionJon Paul Maloy1-11/+32
2015-10-24tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy1-2/+4
2015-10-24tipc: let broadcast transmission use new link transmit functionJon Paul Maloy1-0/+4
2015-10-24tipc: make struct tipc_link generic to support broadcastJon Paul Maloy1-0/+7
2015-10-24tipc: use explicit allocation of broadcast send linkJon Paul Maloy1-0/+4
2015-10-24tipc: make link implementation independent from struct tipc_bearerJon Paul Maloy1-2/+4
2015-10-15tipc: update node FSM when peer RESET message is receivedJon Paul Maloy1-0/+1
2015-10-15tipc: send out RESET immediately when link goes downJon Paul Maloy1-0/+1
2015-10-15tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy1-0/+1
2015-10-15tipc: improve sequence number checkingJon Paul Maloy1-1/+1
2015-07-30tipc: clean up link creationJon Paul Maloy1-13/+5
2015-07-30tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy1-9/+16
2015-07-30tipc: move protocol message sending away from link FSMJon Paul Maloy1-0/+2
2015-07-30tipc: move link synch and failover to link aggregation levelJon Paul Maloy1-8/+6
2015-07-30tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy1-3/+0
2015-07-30tipc: eliminate function tipc_link_activate()Jon Paul Maloy1-1/+0
2015-07-20tipc: reduce locking scope during packet receptionJon Paul Maloy1-2/+4
2015-07-20tipc: move link supervision timer to node levelJon Paul Maloy1-2/+0
2015-07-20tipc: simplify link timer implementationJon Paul Maloy1-0/+1
2015-07-20tipc: improve link FSM implementationJon Paul Maloy1-0/+7
2015-07-20tipc: clean up definitions and usage of link flagsJon Paul Maloy1-36/+8
2015-07-20tipc: make media xmit call outside node spinlock contextJon Paul Maloy1-4/+2
2015-07-20tipc: move link input queue to tipc_nodeJon Paul Maloy1-5/+7
2015-06-28tipc: purge backlog queue counters when broadcast link is resetJon Paul Maloy1-0/+1
2015-05-14tipc: simplify link supervision checkpointingJon Paul Maloy1-2/+0
2015-05-14tipc: rename fields in struct tipc_linkJon Paul Maloy1-10/+10
2015-05-14tipc: simplify packet sequence number handlingJon Paul Maloy1-37/+4
2015-05-14tipc: simplify resetting and disabling of bearersJon Paul Maloy1-3/+1
2015-04-02tipc: simplify link mtu negotiationJon Paul Maloy1-7/+5
2015-04-02tipc: eliminate delayed link deletion at link failoverJon Paul Maloy1-8/+9
2015-03-25tipc: eliminate race condition at dual link establishmentJon Paul Maloy1-0/+2
2015-03-25tipc: introduce starvation free send algorithmJon Paul Maloy1-2/+5
2015-03-14tipc: split link outqueueJon Paul Maloy1-10/+7
2015-02-09tipc: convert legacy nl link stat reset to nl compatRichard Alpe1-3/+0
2015-02-09tipc: convert legacy nl link prop set to nl compatRichard Alpe1-2/+0
2015-02-09tipc: convert legacy nl link stat to nl compatRichard Alpe1-3/+0
2015-02-05tipc: resolve race problem at unicast message receptionJon Paul Maloy1-3/+7
2015-02-05tipc: reduce usage of context info in socket and linkJon Paul Maloy1-0/+4
2015-02-04tipc: avoid stale link after aborted failoverJon Paul Maloy1-0/+1
2015-02-04tipc: add reference count to struct tipc_linkJon Paul Maloy1-0/+2
2015-01-12tipc: make bearer list support net namespaceYing Xue1-1/+2
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue1-10/+14
2015-01-12tipc: remove unused tipc_link_get_max_pkt routineYing Xue1-1/+0
2015-01-12tipc: cleanup core.c and core.h filesYing Xue1-0/+4
2015-01-12tipc: remove unnecessary wrapper functions of kernel timer APIsYing Xue1-2/+2
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue1-2/+3
2014-11-26tipc: use generic SKB list APIs to manage deferred queue of linkYing Xue1-8/+3
2014-11-26tipc: use generic SKB list APIs to manage link transmission queueYing Xue1-7/+10
2014-11-26tipc: remove unused between routineYing Xue1-9/+0
2014-11-26tipc: clean up the process of link pushing packetsYing Xue1-1/+1
2014-11-26tipc: remove retransmission queueYing Xue1-4/+0
2014-11-26tipc: remove protocol message queueYing Xue1-2/+0
2014-11-21tipc: add link stat reset to new netlink apiRichard Alpe1-0/+1
2014-11-21tipc: add link set to new netlink apiRichard Alpe1-0/+1
2014-11-21tipc: add link get/dump to new netlink apiRichard Alpe1-0/+2
2014-11-21tipc: add bearer disable/enable to new netlink apiRichard Alpe1-0/+3
2014-08-23tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy1-4/+3
2014-07-16tipc: rename temporarily named functionsJon Paul Maloy1-2/+2
2014-07-16tipc: remove unreferenced functionsJon Paul Maloy1-6/+0
2014-07-16tipc: make name table distributor use new send functionJon Paul Maloy1-1/+0
2014-06-27tipc: introduce send functions for chained buffers in linkJon Paul Maloy1-0/+2
2014-05-14tipc: rename and move message reassembly functionJon Paul Maloy1-12/+2
2014-05-05tipc: avoid to asynchronously reset all linksYing Xue1-0/+1
2014-04-22tipc: decouple the relationship between bearer and linkYing Xue1-2/+4
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue1-15/+14
2014-02-13tipc: delay delete of link when failover is neededJon Paul Maloy1-1/+1
2014-02-13tipc: remove 'links' list from tipc_bearer structYing Xue1-5/+3
2014-02-13tipc: redefine 'started' flag in struct link to bitmapYing Xue1-11/+11
2014-02-13tipc: move code for deleting links from bearer.c to link.cYing Xue1-0/+1
2014-02-13tipc: move code for resetting links from bearer.c to link.cYing Xue1-0/+1
2014-02-13tipc: stricter behavior of message reassembly functionJon Paul Maloy1-3/+3
2014-01-07tipc: make link start event synchronousJon Paul Maloy1-1/+1
2014-01-07tipc: rename functions related to link failover and improve commentsJon Paul Maloy1-5/+10
2014-01-04tipc: make local function staticstephen hemminger1-1/+0
2013-12-11tipc: remove unused 'blocked' flag from tipc_link structYing Xue1-7/+0
2013-11-07tipc: message reassembly using fragment chainErik Hugne1-6/+14
2013-10-18tipc: remove iovec length parameter from all sending functionsYing Xue1-3/+1
2012-11-21tipc: remove the bearer congestion mechanismYing Xue1-4/+0
2012-07-13tipc: remove print_buf and deprecated log buffer codeErik Hugne1-1/+0
2012-07-12tipc: factor stats struct out of the larger link structPaul Gortmaker1-30/+32
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker1-6/+0
2011-12-29tipc: rename struct link* to struct tipc_link*Paul Gortmaker1-25/+27
2011-12-27tipc: Allow use of buf_seqno() helper routine by unicast linksAllan Stephens1-0/+5
2011-12-27tipc: Ignore broadcast acknowledgements that are out-of-rangeAllan Stephens1-0/+6
2011-09-17tipc: Enhance sending of bulk name table messagesAllan Stephens1-0/+1
2011-05-10tipc: Avoid recomputation of outgoing message lengthAllan Stephens1-0/+1
2011-03-13tipc: Optimizations to link creation codeAllan Stephens1-1/+2
2011-02-23tipc: Improve accuracy of link transmit queue maximum size statisticAllan Stephens1-12/+6
2011-02-23tipc: Combine bearer structure with tipc_bearer structureAllan Stephens1-2/+2
2011-02-23tipc: Combine port structure with tipc_port structureAllan Stephens1-3/+3
2011-01-01tipc: cleanup various cosmetic whitespace issuesAllan Stephens1-2/+2
2011-01-01tipc: Prune down link-specific debugging codeAllan Stephens1-3/+0
2011-01-01tipc: rename dbg.[ch] to log.[ch]Allan Stephens1-1/+1
2010-12-02tipc: Remove obsolete inclusions of header filesAllan Stephens1-1/+0
2010-10-16tipc: cleanup function namespacestephen hemminger1-4/+0
2010-10-13tipc: clean out all instances of #if 0'd unused codePaul Gortmaker1-4/+0
2010-09-23net: return operator cleanupEric Dumazet1-8/+8
2010-05-12tipc: Relocate trivial link status functions to header fileAllan Stephens1-0/+35
2008-09-02tipc: Don't use structure names which easily globally conflict.David S. Miller1-1/+1
2007-02-10[NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki1-16/+16
2006-01-18[TIPC] Avoid polluting the global namespacePer Liden1-37/+36
2006-01-12[TIPC] More updates of file headersPer Liden1-1/+1
2006-01-12[TIPC] Update of file headersPer Liden1-2/+1
2006-01-12[TIPC] License header updatePer Liden1-19/+23
2006-01-12[TIPC] Initial mergePer Liden1-0/+293