aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/datagram.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti1-2/+3
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-1/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-4/+9
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-9/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-8/+8
2017-11-27net: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27annotate poll-related wait keysAl Viro1-3/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-26datagram: Remove redundant unlikely()Tobias Klauser1-1/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-22udp: on peeking bad csum, drop packets even if not at headEric Dumazet1-1/+1
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+9
2017-08-18datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson1-3/+9
2017-08-03sock: add MSG_ZEROCOPYWillem de Bruijn1-21/+34
2017-07-12datagram: fix kernel-doc commentsstephen hemminger1-3/+3
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-44/+56
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-12net: factor out a helper to decrement the skb refcountPaolo Abeni1-3/+1
2017-05-18net: fix __skb_try_recv_from_queue to return the old behaviorAndrey Vagin1-6/+8
2017-05-16net/sock: factor out dequeue/peek with offset codePaolo Abeni1-39/+51
2017-05-16net: fix some identation issues at kernel-doc markupsMauro Carvalho Chehab1-1/+1
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+6
2017-05-01iov_iter: don't revert iov buffer if csum errorDing Tianhong1-6/+7
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+14
2017-04-02make skb_copy_datagram_msg() et.al. preserve ->msg_iter on errorAl Viro1-9/+14
2017-03-24net: Change return type of sk_busy_loop from bool to voidAlexander Duyck1-2/+6
2017-02-07udp: properly cope with csum errorsEric Dumazet1-2/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-06net/udp: do not touch skb->peeked unless really neededEric Dumazet1-9/+10
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni1-5/+12
2016-10-22net/socket: factor out helpers for memory and queue manipulationPaolo Abeni1-14/+22
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar1-3/+6
2015-12-08net: Fix inverted test in __skb_recv_datagramRainer Weikusat1-1/+1
2015-12-06core: enable more fine-grained datagram reception controlRainer Weikusat1-29/+48
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-1/+1
2015-08-06net: Fix skb_set_peeked use-after-free bugHerbert Xu1-6/+7
2015-07-15net: Fix skb csum races when peekingHerbert Xu1-6/+9
2015-07-15net: Clone skb before setting peeked flagHerbert Xu1-3/+38
2015-04-11new helper: msg_data_left()Al Viro1-1/+1
2014-12-09skb_copy_datagram_iovec() can dieAl Viro1-84/+0
2014-12-09switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro1-35/+19
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro1-86/+2
2014-11-24kill zerocopy_sg_from_iovec()Al Viro1-63/+2
2014-11-24new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()Al Viro1-0/+116
2014-11-07net: Kill skb_copy_datagram_const_iovecHerbert Xu1-89/+0