summaryrefslogtreecommitdiff
path: root/net/core/datagram.c
AgeCommit message (Expand)Author
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
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro
2014-11-24kill zerocopy_sg_from_iovec()Al Viro
2014-11-24new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()Al Viro
2014-11-07net: Kill skb_copy_datagram_const_iovecHerbert Xu
2014-11-07inet: Add skb_copy_datagram_iterHerbert Xu
2014-09-05net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida
2014-06-15net: Fix save software checksum completeTom Herbert
2014-06-11net: Save software checksum completeTom Herbert
2013-10-29net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec()Zhi Yong Wu