aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/datagram.c
AgeCommit message (Expand)Author
2019-11-10net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet
2019-11-10net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-04-03net: datagram: fix unbounded loop in __skb_try_recv_datagram()Paolo Abeni
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul
2018-11-04net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti
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
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar
2015-12-08net: Fix inverted test in __skb_recv_datagramRainer Weikusat
2015-12-06core: enable more fine-grained datagram reception controlRainer Weikusat
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-08-06net: Fix skb_set_peeked use-after-free bugHerbert Xu
2015-07-15net: Fix skb csum races when peekingHerbert Xu
2015-07-15net: Clone skb before setting peeked flagHerbert Xu
2015-04-11new helper: msg_data_left()Al Viro
2014-12-09skb_copy_datagram_iovec() can dieAl Viro
2014-12-09switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro