aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/msg.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-27net: tipc: remove unused static inlinesJakub Kicinski1-23/+0
2021-06-28net: tipc: fix FB_MTU eat two pagesMenglong Dong1-1/+2
2020-09-18tipc: add automatic session key exchangeTuong Lien1-0/+4
2020-09-18tipc: introduce encryption master keyTuong Lien1-1/+3
2020-06-19tipc: Use struct_size() helperGustavo A. R. Silva1-4/+2
2020-06-17tipc: update a binding service via broadcastHoang Huu Le1-0/+40
2020-05-26tipc: add test for Nagle algorithm effectivenessTuong Lien1-2/+12
2020-05-26tipc: add support for broadcast rcv stats dumpingTuong Lien1-1/+1
2020-05-26tipc: introduce Gap ACK blocks for broadcast linkTuong Lien1-4/+23
2020-03-26tipc: Add a missing case of TIPC_DIRECT_MSG typeHoang Le1-0/+5
2019-11-08tipc: introduce TIPC encryption & authenticationTuong Lien1-10/+36
2019-11-03tipc: improve message bundling algorithmTuong Lien1-3/+2
2019-10-30tipc: add smart nagle featureJon Maloy1-0/+12
2019-10-29tipc: improve throughput between nodes in netnsHoang Le1-0/+14
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+5
2019-08-16tipc: fix false detection of retransmit failuresTuong Lien1-3/+5
2019-07-25tipc: fix changeover issues due to large packetTuong Lien1-1/+17
2019-07-25tipc: optimize link synching mechanismTuong Lien1-0/+10
2019-06-25tipc: rename function msg_get_wrapped() to msg_inner_hdr()Jon Maloy1-2/+2
2019-04-04tipc: reduce duplicate packets for unicast trafficTuong Lien1-0/+21
2019-04-04tipc: improve TIPC throughput by Gap ACK blocksTuong Lien1-0/+31
2019-03-19tipc: smooth change between replicast and broadcastHoang Le1-0/+10
2019-02-11tipc: fix link session and re-establish issuesTuong Lien1-0/+22
2018-11-11tipc: improve broadcast retransmission algorithmLUU Duc Canh1-0/+1
2018-09-29tipc: buffer overflow handling in listener socketTung Nguyen1-0/+1
2018-09-29tipc: add SYN bit to connection setup messagesJon Maloy1-0/+10
2018-03-23tipc: handle collisions of 32-bit node address hash valuesJon Maloy1-1/+22
2017-12-01tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy1-1/+2
2017-11-16tipc: enforce valid ratio between skb truesize and contentsJon Maloy1-1/+6
2017-11-11tipc: improve link resiliency when rps is activatedJon Maloy1-0/+10
2017-10-13tipc: add multipoint-to-point flow controlJon Maloy1-0/+12
2017-10-13tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy1-0/+21
2017-10-13tipc: introduce group multicast messagingJon Maloy1-2/+9
2017-10-13tipc: introduce group unicast messagingJon Maloy1-1/+2
2017-10-13tipc: introduce flow control for group broadcast messagesJon Maloy1-2/+3
2017-10-13tipc: receive group membership events via member socketJon Maloy1-2/+20
2017-10-13tipc: add second source address to recvmsg()/recvfrom()Jon Maloy1-0/+1
2017-10-13tipc: introduce communication groupsJon Maloy1-6/+44
2017-10-13tipc: refactor function filter_rcv()Jon Maloy1-0/+2
2017-10-13tipc: add ability to order and receive topology events in driverJon Maloy1-0/+1
2017-01-20tipc: introduce replicast as transport option for multicastJon Paul Maloy1-5/+4
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-16tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan1-1/+1
2017-01-03tipc: reduce risk of user starvation during link congestionJon Paul Maloy1-2/+0
2016-11-01tipc: rename struct tipc_skb_cb member handle to bytes_readParthasarathy Bhuvaragan1-1/+1
2016-10-29tipc: fix broadcast link synchronization problemJon Paul Maloy1-0/+17
2016-09-02tipc: transfer broadcast nacks in link state messagesJon Paul Maloy1-0/+10
2016-06-22tipc: unclone unbundled buffers before forwardingJon Paul Maloy1-11/+0
2016-05-03tipc: redesign connection-level flow controlJon Paul Maloy1-2/+12
2016-04-15tipc: guarantee peer bearer id exchange after rebootJon Paul Maloy1-0/+10
2016-04-07tipc: stricter filtering of packets in bearer layerJon Paul Maloy1-0/+5
2015-10-24tipc: let broadcast packet reception use new link receive functionJon Paul Maloy1-0/+5
2015-10-24tipc: let broadcast transmission use new link transmit functionJon Paul Maloy1-1/+1
2015-10-24tipc: make struct tipc_link generic to support broadcastJon Paul Maloy1-0/+1
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-10-15tipc: disallow packet duplicates in link deferred queueJon Paul Maloy1-32/+2
2015-10-14tipc: move fragment importance field to new header positionJon Paul Maloy1-2/+2
2015-07-30tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy1-22/+0
2015-07-30tipc: make resetting of links non-atomicJon Paul Maloy1-0/+29
2015-07-30tipc: move link synch and failover to link aggregation levelJon Paul Maloy1-21/+11
2015-07-26tipc: clean up socket layer message receptionJon Paul Maloy1-2/+1
2015-07-26tipc: introduce new tipc_sk_respond() functionJon Paul Maloy1-1/+1
2015-07-26tipc: let function tipc_msg_reverse() expand header when neededJon Paul Maloy1-2/+1
2015-07-20tipc: reduce locking scope during packet receptionJon Paul Maloy1-4/+46
2015-07-20tipc: introduce node contact FSMJon Paul Maloy1-0/+7
2015-05-14tipc: add packet sequence number at instant of transmissionJon Paul Maloy1-3/+3
2015-05-14tipc: improve link congestion algorithmJon Paul Maloy1-5/+9
2015-05-14tipc: simplify packet sequence number handlingJon Paul Maloy1-6/+11
2015-04-02tipc: eliminate delayed link deletion at link failoverJon Paul Maloy1-5/+5
2015-03-25tipc: eliminate race condition at dual link establishmentJon Paul Maloy1-0/+8
2015-03-25tipc: clean up handling of link congestionJon Paul Maloy1-17/+11
2015-03-14tipc: clean up handling of message prioritiesJon Paul Maloy1-31/+34
2015-03-14tipc: split link outqueueJon Paul Maloy1-3/+3
2015-03-14tipc: move message validation function to msg.cJon Paul Maloy1-2/+3
2015-03-14tipc: add framework for node capabilities exchangeJon Paul Maloy1-1/+10
2015-03-05tipc: add ip/udp media typeErik Hugne1-1/+1
2015-02-27tipc: rename media/msg related definitionsErik Hugne1-2/+2
2015-02-05tipc: eliminate race condition at multicast receptionJon Paul Maloy1-0/+17
2015-02-05tipc: resolve race problem at unicast message receptionJon Paul Maloy1-0/+73
2015-02-05tipc: split up function tipc_msg_eval()Jon Paul Maloy1-4/+5
2015-02-05tipc: reduce usage of context info in socket and linkJon Paul Maloy1-5/+5
2015-01-12tipc: make tipc node address support net namespaceYing Xue1-10/+11
2015-01-12tipc: name tipc name table support net namespaceYing Xue1-1/+1
2015-01-12tipc: make tipc broadcast link support net namespaceYing Xue1-1/+1
2015-01-12tipc: cleanup core.c and core.h filesYing Xue1-8/+29
2015-01-12tipc: remove unnecessary wrapper functions of kernel timer APIsYing Xue1-2/+0
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue1-3/+3
2014-11-26tipc: use generic SKB list APIs to manage link transmission queueYing Xue1-2/+3
2014-11-26tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSEDYing Xue1-5/+0
2014-11-24tipc_msg_build(): pass msghdr instead of its ->msg_iovAl Viro1-1/+1
2014-08-23tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy1-0/+1
2014-08-23tipc: introduce new function tipc_msg_create()Jon Paul Maloy1-0/+4
2014-07-16tipc: rename temporarily named functionsJon Paul Maloy1-2/+2
2014-07-16tipc: remove unreferenced functionsJon Paul Maloy1-3/+0
2014-07-16tipc: add new functions for multicast and broadcast distributionJon Paul Maloy1-0/+2
2014-06-27tipc: introduce message evaluation functionJon Paul Maloy1-0/+2
2014-06-27tipc: separate building and sending of rejected messagesJon Paul Maloy1-0/+2
2014-06-27tipc: introduce direct iovec to buffer chain fragmentation functionJon Paul Maloy1-0/+3
2014-06-27tipc: introduce send functions for chained buffers in linkJon Paul Maloy1-1/+24
2014-05-14tipc: rename and move message reassembly functionJon Paul Maloy1-1/+4
2013-11-07tipc: message reassembly using fragment chainErik Hugne1-12/+0
2013-10-18tipc: remove iovec length parameter from all sending functionsYing Xue1-2/+1
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker1-2/+2
2013-06-17tipc: remove user_port instance from tipc_port structureYing Xue1-2/+2
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker1-21/+0
2012-02-24tipc: Remove duplicate check of message destination nodeAllan Stephens1-5/+0
2012-02-24tipc: Introduce node signature field in neighbor discovery messageAllan Stephens1-0/+10
2011-12-27tipc: Hide media-specific addressing details from generic bearer codeAllan Stephens1-10/+6
2011-06-24tipc: Cleanup of message header size terminologyAllan Stephens1-5/+5
2011-06-24tipc: Eliminate redundant masking in message header routinesAllan Stephens1-2/+2
2011-06-24tipc: Eliminate message header routines for caching destination nodeAllan Stephens1-20/+0
2011-05-10tipc: Avoid recomputation of outgoing message lengthAllan Stephens1-3/+2
2011-05-10tipc: Cosmetic consolidation of internal message type definitionsAllan Stephens1-29/+29
2011-05-10tipc: Eliminate unused routing message definitionsAllan Stephens1-9/+0
2011-05-10tipc: Update comments in message header include fileAllan Stephens1-66/+23
2011-03-13tipc: Eliminate obsolete routine for handling routed messagesAllan Stephens1-7/+0
2011-03-13tipc: Eliminate remaining support for routing table messagesAllan Stephens1-15/+0
2011-03-13tipc: Eliminate unnecessary constant for neighbor discovery msg sizeAllan Stephens1-1/+0
2011-03-13tipc: make msg_set_redundant_link() consistent with other set opsAllan Stephens1-7/+2
2011-03-13tipc: Eliminate timestamp from link protocol messagesAllan Stephens1-10/+0
2011-02-23tipc: Remove unused message header field for requested number of linksAllan Stephens1-10/+0
2011-02-23tipc: Remove support for per-connection message sequence numberingAllan Stephens1-11/+1
2011-01-01tipc: cleanup various cosmetic whitespace issuesAllan Stephens1-4/+4
2011-01-01tipc: Remove prototype code for supporting inter-cluster routingAllan Stephens1-6/+1
2011-01-01tipc: Remove prototype code for supporting slave nodesAllan Stephens1-1/+1
2010-12-02tipc: Remove obsolete native API files and exportsAllan Stephens1-7/+161
2010-09-23net: return operator cleanupEric Dumazet1-3/+3
2010-05-12tipc: Reduce footprint by un-inlining tipc_msg_* routinesAllan Stephens1-93/+6
2010-05-12tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens1-7/+7
2008-06-04tipc: Message rejection rework preparatory changesAllan Stephens1-2/+29
2008-06-04tipc: Expand link sequence gap field to 13 bitsAllan Stephens1-4/+4
2008-06-04tipc: Optimize message initialization routineAllan Stephens1-2/+1
2008-04-27tipc: endianness annotationsAl Viro1-4/+3
2008-03-06[TIPC]: Enhancements to message header writingAllan Stephens1-2/+4
2008-03-06[TIPC]: Use correct bitmask when setting versionAllan Stephens1-1/+1
2008-03-06[TIPC]: Minor cleanup of message header codeAllan Stephens1-11/+8
2008-03-06[TIPC]: Removal of message header option codeAllan Stephens1-23/+0
2008-02-07[TIPC]: Kill unused static inline (x5)Ilpo Järvinen1-5/+0
2007-07-26net/* misc endianness annotationsAl Viro1-4/+2
2007-04-25[TIPC]: Enhancements to msg_set_bits() routineAllan Stephens1-4/+7
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-3/+4
2007-02-10[NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki1-69/+69
2006-01-18[TIPC] Avoid polluting the global namespacePer Liden1-8/+8
2006-01-18[TIPC] Minor changes to #includesJon Maloy1-1/+1
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/+815