index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
datagram.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-11
net: add support for skbs with unreadable frags
Mina Almasry
1
-0
/
+6
2024-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2024-07-09
net: fix rc7's __skb_datagram_iter()
Hugh Dickins
1
-1
/
+2
2024-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+13
2024-07-02
net: allow skb_datagram_iter to be called from any context
Sagi Grimberg
1
-6
/
+13
2024-07-02
io_uring/net: move charging socket out of zc io_uring
Pavel Begunkov
1
-5
/
+5
2024-07-02
net: batch zerocopy_fill_skb_from_iter accounting
Pavel Begunkov
1
-13
/
+18
2024-07-02
net: split __zerocopy_sg_from_iter()
Pavel Begunkov
1
-9
/
+13
2024-06-27
Revert "net: micro-optimize skb_datagram_iter"
Sagi Grimberg
1
-2
/
+2
2024-06-14
net: micro-optimize skb_datagram_iter
Sagi Grimberg
1
-2
/
+2
2024-03-26
net: remove skb_free_datagram_locked()
Eric Dumazet
1
-19
/
+0
2024-02-02
net: Fix from address in memcpy_to_iter_csum()
Michael Lass
1
-1
/
+1
2023-10-09
iov_iter, net: Move hash_and_copy_to_iter() to net/
David Howells
1
-0
/
+19
2023-10-09
iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together
David Howells
1
-0
/
+5
2023-10-09
iov_iter, net: Fold in csum_and_memcpy()
David Howells
1
-1
/
+2
2023-10-09
iov_iter, net: Move csum_and_copy_to/from_iter() to net/
David Howells
1
-1
/
+49
2023-05-10
net: datagram: fix data-races in datagram_poll()
Eric Dumazet
1
-5
/
+10
2023-03-22
net-zerocopy: Reduce compound page head access
Xiaoyan Li
1
-3
/
+11
2022-09-02
tcp: TX zerocopy should not sense pfmemalloc status
Eric Dumazet
1
-1
/
+1
2022-08-08
iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
1
-2
/
+1
2022-07-22
Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...
Jakub Kicinski
1
-1
/
+1
2022-07-22
net: fix uninitialised msghdr->sg_from_iter
Pavel Begunkov
1
-1
/
+1
2022-07-19
Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...
Jakub Kicinski
1
-4
/
+10
2022-07-19
net: Allow custom iter handler in msghdr
David Ahern
1
-4
/
+10
2022-06-10
net: keep sk->sk_forward_alloc as small as possible
Eric Dumazet
1
-3
/
+0
2022-04-30
net: inline skb_zerocopy_iter_dgram
Pavel Begunkov
1
-2
/
+0
2022-04-06
net: remove noblock parameter from skb_recv_datagram()
Oliver Hartkopp
1
-3
/
+2
2021-11-03
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
1
-1
/
+2
2021-02-04
udp: fix skb_copy_and_csum_datagram with odd segment sizes
Willem de Bruijn
1
-2
/
+10
2020-11-17
net: datagram: fix some kernel-doc markups
Mauro Carvalho Chehab
1
-1
/
+1
2020-08-20
net: zerocopy: combine pages in zerocopy_sg_from_iter()
Eric Dumazet
1
-4
/
+29
2020-03-25
net: use indirect call wrappers for skb_copy_datagram_iter()
Eric Dumazet
1
-3
/
+11
2020-02-28
net: datagram: drop 'destructor' argument from several helpers
Paolo Abeni
1
-18
/
+7
2019-12-09
net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_...
Sabrina Dubroca
1
-10
/
+17
2019-10-28
net: add READ_ONCE() annotation in __skb_wait_for_more_packets()
Eric Dumazet
1
-1
/
+1
2019-10-28
net: use skb_queue_empty_lockless() in busy poll contexts
Eric Dumazet
1
-1
/
+1
2019-10-28
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
1
-2
/
+2
2019-10-13
tcp: annotate sk->sk_wmem_queued lockless reads
Eric Dumazet
1
-1
/
+1
2019-07-30
net: Use skb_frag_off accessors
Jonathan Lemon
1
-3
/
+3
2019-04-08
datagram: remove rendundant 'peeked' argument
Paolo Abeni
1
-11
/
+8
2019-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-03-27
net: datagram: fix unbounded loop in __skb_try_recv_datagram()
Paolo Abeni
1
-1
/
+1
2019-03-27
net/core: Allow the compiler to verify declaration and definition consistency
Bart Van Assche
1
-0
/
+2
2019-03-19
datagram: Make __skb_datagram_iter static
YueHaibing
1
-4
/
+4
2018-12-28
Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-95
/
+64
2018-12-13
datagram: introduce skb_copy_and_hash_datagram_iter helper
Sagi Grimberg
1
-1
/
+19
2018-12-13
datagram: consolidate datagram copy to iter helpers
Sagi Grimberg
1
-94
/
+42
2018-12-13
datagram: open-code copy_page_to_iter
Sagi Grimberg
1
-3
/
+6
2018-11-15
net: dump more useful information in netdev_rx_csum_fault()
Cong Wang
1
-1
/
+1
2018-11-08
net: move __skb_checksum_complete*() to skbuff.c
Cong Wang
1
-43
/
+0
[next]