aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/datagram.c
AgeCommit message (Expand)Author
2019-12-16net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet
2019-12-16net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-12-16net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
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
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-22udp: on peeking bad csum, drop packets even if not at headEric Dumazet
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-18datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson
2017-08-03sock: add MSG_ZEROCOPYWillem de Bruijn
2017-07-12datagram: fix kernel-doc commentsstephen hemminger
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-12net: factor out a helper to decrement the skb refcountPaolo Abeni
2017-05-18net: fix __skb_try_recv_from_queue to return the old behaviorAndrey Vagin
2017-05-16net/sock: factor out dequeue/peek with offset codePaolo Abeni
2017-05-16net: fix some identation issues at kernel-doc markupsMauro Carvalho Chehab
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-05-01iov_iter: don't revert iov buffer if csum errorDing Tianhong
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-02make skb_copy_datagram_msg() et.al. preserve ->msg_iter on errorAl Viro
2017-03-24net: Change return type of sk_busy_loop from bool to voidAlexander Duyck
2017-02-07udp: properly cope with csum errorsEric Dumazet
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-06net/udp: do not touch skb->peeked unless really neededEric Dumazet
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni
2016-10-22net/socket: factor out helpers for memory and queue manipulationPaolo Abeni