summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
AgeCommit message (Expand)Author
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-22soreuseport: fix initialization raceCraig Gallek
2017-10-21udp: make some messages more descriptiveMatteo Croce
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-09udp: fix bcast packet receptionPaolo Abeni
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-01udp: perform source validation for mcast early demuxPaolo Abeni
2017-10-01IPv4: early demux can return an error codePaolo Abeni
2017-09-20udp: do rmem bulk free even if the rx sk queue is emptyPaolo Abeni
2017-09-07udp: drop head states only when all skb references are gonePaolo Abeni
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-01udp: fix secpath leakYossi Kuperman
2017-08-25udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2017-08-22udp: remove unreachable ufo branchesWillem de Bruijn
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-11Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-10udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-08-10jump_label: Do not use unserialized static_key_enabled()Paolo Bonzini
2017-08-07net: ipv4: add second dif to multicast source filterDavid Ahern
2017-08-07net: ipv4: add second dif to inet socket lookupsDavid Ahern
2017-08-07net: ipv4: add second dif to udp socket lookupsDavid Ahern
2017-08-06udp: no need to preserve skb->dstPaolo Abeni
2017-07-29udp6: fix socket leak on early demuxPaolo Abeni
2017-07-26udp: unbreak build lacking CONFIG_XFRMPaolo Abeni
2017-07-25udp: preserve head state for IP_CMSG_PASSSECPaolo Abeni
2017-07-18udp: preserve skb->dst if required for IP options processingPaolo Abeni
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-27udp: move scratch area helpers into the include filePaolo Abeni
2017-06-23udp: fix poll()Paolo Abeni
2017-06-21udp: prefetch rmem_alloc in udp_queue_rcv_skb()Paolo Abeni
2017-06-17udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang
2017-06-12udp: try to avoid 2 cache miss on dequeuePaolo Abeni
2017-06-12udp: avoid a cache miss on dequeuePaolo Abeni
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-18net: fix __skb_try_recv_from_queue to return the old behaviorAndrey Vagin
2017-05-18udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni
2017-05-18udp: make function udp_skb_dtor_locked staticColin Ian King
2017-05-16udp: keep the sk_receive_queue held when splicingPaolo Abeni
2017-05-16udp: use a separate rx queue for packet receptionPaolo Abeni
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-07net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov
2017-02-07udp: properly cope with csum errorsEric Dumazet
2017-01-30net: Avoid receiving packets with an l3mdev on unbound UDP socketsRobert Shearman