summaryrefslogtreecommitdiffstats
path: root/net/tipc/msg.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix a possible memleak in tipc_buf_appendXin Long2024-05-011-1/+1
* tipc: fix UAF in error pathPaolo Abeni2024-05-011-1/+5
* net: tipc: replace align() with ALIGN in msg.cMenglong Dong2021-06-281-8/+4
* net: tipc: fix FB_MTU eat two pagesMenglong Dong2021-06-281-9/+8
* tipc: skb_linearize the head skb when reassembling msgsXin Long2021-05-171-7/+2
* tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()Jon Maloy2021-03-171-10/+13
* tipc: rename binding table lookup functionsJon Maloy2021-03-171-2/+2
* tipc: remove duplicated code in tipc_msg_createHoang Huu Le2021-01-271-4/+0
* net/tipc: fix all function Return: notationRandy Dunlap2020-12-011-9/+10
* net/tipc: fix various kernel-doc warningsRandy Dunlap2020-12-011-3/+7
* tipc: fix memory leak caused by tipc_buf_append()Tung Nguyen2020-10-291-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-151-1/+2
|\
| * tipc: fix the skb_unshare() in tipc_buf_append()Cong Wang2020-10-091-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-1/+2
|\|
| * tipc: use skb_unshare() instead in tipc_buf_append()Xin Long2020-09-141-1/+2
* | net: tipc: delete duplicated wordsRandy Dunlap2020-09-181-1/+1
|/
* net: tipc: kerneldoc fixesAndrew Lunn2020-07-131-1/+1
* tipc: fix kernel WARNING in tipc_msg_append()Tuong Lien2020-06-111-2/+2
* tipc: fix NULL pointer dereference in streamingTuong Lien2020-06-041-2/+2
* tipc: remove set but not used variable 'prev'YueHaibing2020-05-291-2/+1
* tipc: add test for Nagle algorithm effectivenessTuong Lien2020-05-261-3/+0
* tipc: add support for broadcast rcv stats dumpingTuong Lien2020-05-261-4/+5
* tipc: simplify trivial boolean returnHoang Le2020-03-151-3/+0
* tipc: introduce TIPC encryption & authenticationTuong Lien2019-11-081-2/+13
* tipc: improve message bundling algorithmTuong Lien2019-11-031-73/+80
* tipc: add smart nagle featureJon Maloy2019-10-301-0/+53
* tipc: fix unlimited bundling of small messagesTuong Lien2019-10-021-4/+1
* tipc: fix changeover issues due to large packetTuong Lien2019-07-251-0/+59
* tipc: buffer overflow handling in listener socketTung Nguyen2018-09-291-0/+20
* tipc: refactor function tipc_msg_reverse()Jon Maloy2018-09-291-30/+28
* tipc: eliminate buffer cloning in function tipc_msg_extract()Tung Nguyen2018-06-301-20/+15
* tipc: obsolete TIPC_ZONE_SCOPEJon Maloy2018-03-171-1/+1
* tipc: fix skb truesize/datasize ratio controlHoang Le2018-02-081-2/+2
* tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy2017-12-011-7/+44
* tipc: enforce valid ratio between skb truesize and contentsJon Maloy2017-11-161-7/+17
* tipc: refactor function filter_rcv()Jon Maloy2017-10-131-0/+7
* tipc: Unclone message at secondary destination lookupJon Maloy2017-10-081-0/+8
* tipc: use only positive error codes in messagesParthasarathy Bhuvaragan2017-10-011-1/+1
* tipc: reassign pointers after skb reallocation / linearizationParthasarathy Bhuvaragan2017-08-241-2/+5
* tipc: avoid inheriting msg_non_seq flag when message is returnedJon Paul Maloy2017-08-141-0/+1
* net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverseJia-Ju Bai2017-06-101-1/+1
* tipc: introduce replicast as transport option for multicastJon Paul Maloy2017-01-201-0/+17
* tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan2017-01-161-8/+8
* [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-2/+2
* tipc: unclone unbundled buffers before forwardingJon Paul Maloy2016-06-221-0/+6
* tipc: let broadcast packet reception use new link receive functionJon Paul Maloy2015-10-241-1/+0
* tipc: let broadcast transmission use new link transmit functionJon Paul Maloy2015-10-241-7/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-3/+9
|\
| * tipc: allow non-linear first fragment bufferJon Paul Maloy2015-10-211-3/+9
* | tipc: disallow packet duplicates in link deferred queueJon Paul Maloy2015-10-151-0/+31
|/