summaryrefslogtreecommitdiff
path: root/net/core/datagram.c
AgeCommit message (Expand)Author
2024-02-02net: Fix from address in memcpy_to_iter_csum()Michael Lass
2023-10-09iov_iter, net: Move hash_and_copy_to_iter() to net/David Howells
2023-10-09iov_iter, net: Merge csum_and_copy_from_iter{,_full}() togetherDavid Howells
2023-10-09iov_iter, net: Fold in csum_and_memcpy()David Howells
2023-10-09iov_iter, net: Move csum_and_copy_to/from_iter() to net/David Howells
2023-05-10net: datagram: fix data-races in datagram_poll()Eric Dumazet
2023-03-22net-zerocopy: Reduce compound page head accessXiaoyan Li
2022-09-02tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro
2022-07-22Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski
2022-07-22net: fix uninitialised msghdr->sg_from_iterPavel Begunkov
2022-07-19Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski
2022-07-19net: Allow custom iter handler in msghdrDavid Ahern
2022-06-10net: keep sk->sk_forward_alloc as small as possibleEric Dumazet
2022-04-30net: inline skb_zerocopy_iter_dgramPavel Begunkov
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad
2021-02-04udp: fix skb_copy_and_csum_datagram with odd segment sizesWillem de Bruijn
2020-11-17net: datagram: fix some kernel-doc markupsMauro Carvalho Chehab
2020-08-20net: zerocopy: combine pages in zerocopy_sg_from_iter()Eric Dumazet
2020-03-25net: use indirect call wrappers for skb_copy_datagram_iter()Eric Dumazet
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni
2019-12-09net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_...Sabrina Dubroca
2019-10-28net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-27net: datagram: fix unbounded loop in __skb_try_recv_datagram()Paolo Abeni
2019-03-27net/core: Allow the compiler to verify declaration and definition consistencyBart Van Assche
2019-03-19datagram: Make __skb_datagram_iter staticYueHaibing
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-12-13datagram: introduce skb_copy_and_hash_datagram_iter helperSagi Grimberg
2018-12-13datagram: consolidate datagram copy to iter helpersSagi Grimberg
2018-12-13datagram: open-code copy_page_to_iterSagi Grimberg
2018-11-15net: dump more useful information in netdev_rx_csum_fault()Cong Wang
2018-11-08net: move __skb_checksum_complete*() to skbuff.cCong Wang
2018-10-24net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-27net: annotate ->poll() instancesAl Viro
2017-11-27annotate poll-related wait keysAl Viro
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-26datagram: Remove redundant unlikely()Tobias Klauser