aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/msg.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01tipc: fix a possible memleak in tipc_buf_appendXin Long1-1/+1
2024-05-01tipc: fix UAF in error pathPaolo Abeni1-1/+5
2021-06-28net: tipc: replace align() with ALIGN in msg.cMenglong Dong1-8/+4
2021-06-28net: tipc: fix FB_MTU eat two pagesMenglong Dong1-9/+8
2021-05-17tipc: skb_linearize the head skb when reassembling msgsXin Long1-7/+2
2021-03-17tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()Jon Maloy1-10/+13
2021-03-17tipc: rename binding table lookup functionsJon Maloy1-2/+2
2021-01-27tipc: remove duplicated code in tipc_msg_createHoang Huu Le1-4/+0
2020-12-01net/tipc: fix all function Return: notationRandy Dunlap1-9/+10
2020-12-01net/tipc: fix various kernel-doc warningsRandy Dunlap1-3/+7
2020-10-29tipc: fix memory leak caused by tipc_buf_append()Tung Nguyen1-3/+2
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2020-10-09tipc: fix the skb_unshare() in tipc_buf_append()Cong Wang1-1/+2
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-09-18net: tipc: delete duplicated wordsRandy Dunlap1-1/+1
2020-09-14tipc: use skb_unshare() instead in tipc_buf_append()Xin Long1-1/+2
2020-07-13net: tipc: kerneldoc fixesAndrew Lunn1-1/+1
2020-06-11tipc: fix kernel WARNING in tipc_msg_append()Tuong Lien1-2/+2
2020-06-04tipc: fix NULL pointer dereference in streamingTuong Lien1-2/+2
2020-05-29tipc: remove set but not used variable 'prev'YueHaibing1-2/+1
2020-05-26tipc: add test for Nagle algorithm effectivenessTuong Lien1-3/+0
2020-05-26tipc: add support for broadcast rcv stats dumpingTuong Lien1-4/+5
2020-03-15tipc: simplify trivial boolean returnHoang Le1-3/+0
2019-11-08tipc: introduce TIPC encryption & authenticationTuong Lien1-2/+13
2019-11-03tipc: improve message bundling algorithmTuong Lien1-73/+80
2019-10-30tipc: add smart nagle featureJon Maloy1-0/+53
2019-10-02tipc: fix unlimited bundling of small messagesTuong Lien1-4/+1
2019-07-25tipc: fix changeover issues due to large packetTuong Lien1-0/+59
2018-09-29tipc: buffer overflow handling in listener socketTung Nguyen1-0/+20
2018-09-29tipc: refactor function tipc_msg_reverse()Jon Maloy1-30/+28
2018-06-30tipc: eliminate buffer cloning in function tipc_msg_extract()Tung Nguyen1-20/+15
2018-03-17tipc: obsolete TIPC_ZONE_SCOPEJon Maloy1-1/+1
2018-02-08tipc: fix skb truesize/datasize ratio controlHoang Le1-2/+2
2017-12-01tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy1-7/+44
2017-11-16tipc: enforce valid ratio between skb truesize and contentsJon Maloy1-7/+17
2017-10-13tipc: refactor function filter_rcv()Jon Maloy1-0/+7
2017-10-08tipc: Unclone message at secondary destination lookupJon Maloy1-0/+8
2017-10-01tipc: use only positive error codes in messagesParthasarathy Bhuvaragan1-1/+1
2017-08-24tipc: reassign pointers after skb reallocation / linearizationParthasarathy Bhuvaragan1-2/+5
2017-08-14tipc: avoid inheriting msg_non_seq flag when message is returnedJon Paul Maloy1-0/+1
2017-06-10net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverseJia-Ju Bai1-1/+1
2017-01-20tipc: introduce replicast as transport option for multicastJon Paul Maloy1-0/+17
2017-01-16tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan1-8/+8
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro1-2/+2
2016-06-22tipc: unclone unbundled buffers before forwardingJon Paul Maloy1-0/+6
2015-10-24tipc: let broadcast packet reception use new link receive functionJon Paul Maloy1-1/+0
2015-10-24tipc: let broadcast transmission use new link transmit functionJon Paul Maloy1-7/+12
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+9
2015-10-21tipc: allow non-linear first fragment bufferJon Paul Maloy1-3/+9
2015-10-15tipc: disallow packet duplicates in link deferred queueJon Paul Maloy1-0/+31
2015-09-20tipc: reinitialize pointer after skb linearizeErik Hugne1-0/+1
2015-07-26tipc: clean up socket layer message receptionJon Paul Maloy1-11/+9
2015-07-26tipc: introduce new tipc_sk_respond() functionJon Paul Maloy1-2/+1
2015-07-26tipc: let function tipc_msg_reverse() expand header when neededJon Paul Maloy1-26/+41
2015-05-14tipc: add packet sequence number at instant of transmissionJon Paul Maloy1-23/+21
2015-05-14tipc: improve link congestion algorithmJon Paul Maloy1-0/+7
2015-04-02tipc: eliminate delayed link deletion at link failoverJon Paul Maloy1-2/+2
2015-03-29tipc: fix two bugs in secondary destination lookupJon Paul Maloy1-1/+6
2015-03-14tipc: clean up handling of message prioritiesJon Paul Maloy1-4/+1
2015-03-14tipc: split link outqueueJon Paul Maloy1-15/+17
2015-03-14tipc: extract bundled buffers by cloning instead of copyingJon Paul Maloy1-14/+16
2015-03-14tipc: eliminate unnecessary linearization of incoming buffersJon Paul Maloy1-4/+10
2015-03-14tipc: move message validation function to msg.cJon Paul Maloy1-1/+43
2015-02-05tipc: resolve race problem at unicast message receptionJon Paul Maloy1-0/+34
2015-02-05tipc: split up function tipc_msg_eval()Jon Paul Maloy1-21/+21
2015-02-05tipc: reduce usage of context info in socket and linkJon Paul Maloy1-18/+15
2015-02-04tipc: tipc ->sendmsg() conversionAl Viro1-5/+2
2015-01-12tipc: make tipc node address support net namespaceYing Xue1-18/+22
2015-01-12tipc: name tipc name table support net namespaceYing Xue1-2/+2
2015-01-12tipc: involve namespace infrastructureYing Xue1-0/+4
2015-01-12tipc: cleanup core.c and core.h filesYing Xue1-0/+23
2014-12-09put iov_iter into msghdrAl Viro1-2/+2
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue1-38/+36
2014-11-26tipc: use generic SKB list APIs to manage link transmission queueYing Xue1-25/+25
2014-11-26tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSEDYing Xue1-2/+3
2014-11-24tipc_msg_build(): pass msghdr instead of its ->msg_iovAl Viro1-4/+4
2014-10-30tipc: spelling errorsstephen hemminger1-2/+2
2014-08-23tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy1-2/+5
2014-08-23tipc: introduce new function tipc_msg_create()Jon Paul Maloy1-2/+29
2014-07-28tipc: make tipc_buf_append() more robustJon Paul Maloy1-8/+21
2014-07-16tipc: rename temporarily named functionsJon Paul Maloy1-3/+3
2014-07-16tipc: remove unreferenced functionsJon Paul Maloy1-35/+0
2014-07-16tipc: add new functions for multicast and broadcast distributionJon Paul Maloy1-0/+35
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2014-07-08tipc: fix bug in multicast/broadcast message reassemblyJon Paul Maloy1-3/+8
2014-06-27tipc: clean up connection protocol reception functionJon Paul Maloy1-3/+7
2014-06-27tipc: introduce message evaluation functionJon Paul Maloy1-0/+38
2014-06-27tipc: separate building and sending of rejected messagesJon Paul Maloy1-0/+42
2014-06-27tipc: introduce direct iovec to buffer chain fragmentation functionJon Paul Maloy1-0/+102
2014-06-27tipc: introduce send functions for chained buffers in linkJon Paul Maloy1-11/+85
2014-05-14tipc: rename and move message reassembly functionJon Paul Maloy1-1/+54
2013-10-18tipc: remove iovec length parameter from all sending functionsYing Xue1-4/+3
2013-10-18tipc: don't use memcpy to copy from user spaceYing Xue1-13/+9
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker1-2/+2
2013-06-17tipc: remove user_port instance from tipc_port structureYing Xue1-10/+5
2012-07-13tipc: remove TIPC packet debugging functions and macrosErik Hugne1-242/+0
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker1-3/+0
2012-02-24tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens1-1/+1
2011-12-27tipc: Hide media-specific addressing details from generic bearer codeAllan Stephens1-3/+6
2011-06-24tipc: Eliminate useless check when creating internal messageAllan Stephens1-4/+2
2011-05-10tipc: Avoid recomputation of outgoing message lengthAllan Stephens1-22/+3
2011-03-13tipc: Eliminate obsolete routine for handling routed messagesAllan Stephens1-6/+0
2011-03-13tipc: Eliminate remaining support for routing table messagesAllan Stephens1-27/+0
2011-03-13tipc: Eliminate timestamp from link protocol messagesAllan Stephens1-1/+0
2011-02-23tipc: Remove unused message header field for requested number of linksAllan Stephens1-1/+0
2011-02-23tipc: Remove support for per-connection message sequence numberingAllan Stephens1-5/+1
2011-01-01tipc: remove extraneous braces from single statementsAllan Stephens1-9/+6
2011-01-01tipc: cleanup various cosmetic whitespace issuesAllan Stephens1-28/+28
2011-01-01tipc: remove redundant #includesAllan Stephens1-1/+0
2011-01-01tipc: Finish streamlining of debugging codeAllan Stephens1-0/+1
2010-12-02tipc: Remove obsolete inclusions of header filesAllan Stephens1-2/+0
2010-10-16tipc: cleanup function namespacestephen hemminger1-1/+1
2010-05-12tipc: Reduce footprint by un-inlining tipc_msg_* routinesAllan Stephens1-0/+94
2008-06-04tipc: Fix bugs in message error code display when debuggingAllan Stephens1-3/+0
2008-05-05tipc: Exclude debug-only print buffer code when not debuggingAllan Stephens1-3/+7
2008-03-06[TIPC]: Minor cleanup of message header codeAllan Stephens1-8/+8
2007-02-10[NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2006-01-18[TIPC] Avoid polluting the global namespacePer Liden1-15/+4
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/+331