aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-06udp: no need to preserve skb->dstPaolo Abeni1-8/+5
2017-07-29udp6: fix socket leak on early demuxPaolo Abeni1-1/+2
2017-07-26udp: unbreak build lacking CONFIG_XFRMPaolo Abeni1-1/+1
2017-07-25udp: preserve head state for IP_CMSG_PASSSECPaolo Abeni1-20/+18
2017-07-18udp: preserve skb->dst if required for IP options processingPaolo Abeni1-2/+11
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-06-27udp: move scratch area helpers into the include filePaolo Abeni1-60/+0
2017-06-23udp: fix poll()Paolo Abeni1-10/+17
2017-06-21udp: prefetch rmem_alloc in udp_queue_rcv_skb()Paolo Abeni1-0/+1
2017-06-17udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang1-10/+9
2017-06-12udp: try to avoid 2 cache miss on dequeuePaolo Abeni1-11/+103
2017-06-12udp: avoid a cache miss on dequeuePaolo Abeni1-1/+5
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-05-18net: fix __skb_try_recv_from_queue to return the old behaviorAndrey Vagin1-9/+3
2017-05-18udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni1-2/+2
2017-05-18udp: make function udp_skb_dtor_locked staticColin Ian King1-1/+1
2017-05-16udp: keep the sk_receive_queue held when splicingPaolo Abeni1-10/+26
2017-05-16udp: use a separate rx queue for packet receptionPaolo Abeni1-15/+123
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-02-07net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov1-1/+2
2017-02-07udp: properly cope with csum errorsEric Dumazet1-1/+1
2017-01-30net: Avoid receiving packets with an l3mdev on unbound UDP socketsRobert Shearman1-7/+20
2017-01-18inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik1-46/+12
2017-01-06udp: inuse checks can quit early for reuseportEric Garver1-10/+19
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-09udp: udp_rmem_release() should touch sk_rmem_alloc laterEric Dumazet1-1/+2
2016-12-09udp: add batching to udp_rmem_release()Eric Dumazet1-0/+12
2016-12-09udp: copy skb->truesize in the first cache lineEric Dumazet1-3/+10
2016-12-09udp: add busylocks in RX pathEric Dumazet1-1/+42
2016-12-08udp: under rx pressure, try to condense skbsEric Dumazet1-1/+11
2016-12-03udp: be less conservative with sock rmem accountingPaolo Abeni1-2/+2
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-24udplite: call proper backlog handlersEric Dumazet1-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2016-11-21udp: avoid one cache line miss in recvmsg()Eric Dumazet1-1/+2
2016-11-18udp: enable busy polling for all socketsEric Dumazet1-0/+2
2016-11-15udp: restore UDPlite many-cast deliveryPablo Neira1-3/+3
2016-11-15udplite: fix NULL pointer dereferencePaolo Abeni1-1/+2
2016-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+2
2016-11-10udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6}Arnd Bergmann1-1/+2
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni1-18/+24
2016-11-07net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Paolo Abeni1-1/+1
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-1/+2
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+12
2016-10-26udp: fix IP_CHECKSUM handlingEric Dumazet1-1/+1
2016-10-22udp: use it's own memory accounting schemaPaolo Abeni1-35/+8
2016-10-22udp: implement memory accounting helpersPaolo Abeni1-0/+106
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet1-2/+11
2016-09-10net: ipv4: Remove l3mdev_get_saddrDavid Ahern1-6/+0
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+6