]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/kernel...
authorJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:40:31 +0000 (18:40 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:40:31 +0000 (18:40 -0600)
commita93b46ecec8783e63d65664d2b46776ce439ceb3
tree767c8a995d6172596843abdbe03f4b1413f5a105
parent0c8b98e40f9d61a6792a879de085b19667a1f51b
parent471fa274da08ba6cfad875b7f34f6360174aed2b
Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/kernel/git/kuba/linux into for-5.20/io_uring-zerocopy-send

Merge prep net series for io_uring tx zc from the Jakub's tree.

* 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/kernel/git/kuba/linux:
  net: fix uninitialised msghdr->sg_from_iter
  tcp: support externally provided ubufs
  ipv6/udp: support externally provided ubufs
  ipv4/udp: support externally provided ubufs
  net: introduce __skb_fill_page_desc_noacc
  net: introduce managed frags infrastructure
  net: Allow custom iter handler in msghdr
  skbuff: carry external ubuf_info in msghdr
  skbuff: add SKBFL_DONT_ORPHAN flag
  skbuff: don't mix ubuf_info from different sources
  ipv6: avoid partial copy for zc
  ipv4: avoid partial copy for zc