aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/msg.c
AgeCommit message (Expand)Author
2021-06-28net: tipc: replace align() with ALIGN in msg.cMenglong Dong
2021-06-28net: tipc: fix FB_MTU eat two pagesMenglong Dong
2021-05-17tipc: skb_linearize the head skb when reassembling msgsXin Long
2021-03-17tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()Jon Maloy
2021-03-17tipc: rename binding table lookup functionsJon Maloy
2021-01-27tipc: remove duplicated code in tipc_msg_createHoang Huu Le
2020-12-01net/tipc: fix all function Return: notationRandy Dunlap
2020-12-01net/tipc: fix various kernel-doc warningsRandy Dunlap
2020-10-29tipc: fix memory leak caused by tipc_buf_append()Tung Nguyen
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-09tipc: fix the skb_unshare() in tipc_buf_append()Cong Wang
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-18net: tipc: delete duplicated wordsRandy Dunlap
2020-09-14tipc: use skb_unshare() instead in tipc_buf_append()Xin Long
2020-07-13net: tipc: kerneldoc fixesAndrew Lunn
2020-06-11tipc: fix kernel WARNING in tipc_msg_append()Tuong Lien
2020-06-04tipc: fix NULL pointer dereference in streamingTuong Lien
2020-05-29tipc: remove set but not used variable 'prev'YueHaibing
2020-05-26tipc: add test for Nagle algorithm effectivenessTuong Lien
2020-05-26tipc: add support for broadcast rcv stats dumpingTuong Lien
2020-03-15tipc: simplify trivial boolean returnHoang Le
2019-11-08tipc: introduce TIPC encryption & authenticationTuong Lien
2019-11-03tipc: improve message bundling algorithmTuong Lien
2019-10-30tipc: add smart nagle featureJon Maloy
2019-10-02tipc: fix unlimited bundling of small messagesTuong Lien
2019-07-25tipc: fix changeover issues due to large packetTuong Lien
2018-09-29tipc: buffer overflow handling in listener socketTung Nguyen
2018-09-29tipc: refactor function tipc_msg_reverse()Jon Maloy
2018-06-30tipc: eliminate buffer cloning in function tipc_msg_extract()Tung Nguyen
2018-03-17tipc: obsolete TIPC_ZONE_SCOPEJon Maloy
2018-02-08tipc: fix skb truesize/datasize ratio controlHoang Le
2017-12-01tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy
2017-11-16tipc: enforce valid ratio between skb truesize and contentsJon Maloy
2017-10-13tipc: refactor function filter_rcv()Jon Maloy
2017-10-08tipc: Unclone message at secondary destination lookupJon Maloy
2017-10-01tipc: use only positive error codes in messagesParthasarathy Bhuvaragan
2017-08-24tipc: reassign pointers after skb reallocation / linearizationParthasarathy Bhuvaragan
2017-08-14tipc: avoid inheriting msg_non_seq flag when message is returnedJon Paul Maloy
2017-06-10net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverseJia-Ju Bai
2017-01-20tipc: introduce replicast as transport option for multicastJon Paul Maloy
2017-01-16tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro
2016-06-22tipc: unclone unbundled buffers before forwardingJon Paul Maloy
2015-10-24tipc: let broadcast packet reception use new link receive functionJon Paul Maloy
2015-10-24tipc: let broadcast transmission use new link transmit functionJon Paul Maloy
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-21tipc: allow non-linear first fragment bufferJon Paul Maloy
2015-10-15tipc: disallow packet duplicates in link deferred queueJon Paul Maloy
2015-09-20tipc: reinitialize pointer after skb linearizeErik Hugne
2015-07-26tipc: clean up socket layer message receptionJon Paul Maloy