summaryrefslogtreecommitdiff
path: root/net/ipv6/udp.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-12udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan1-0/+1
2017-08-26udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni1-1/+10
2017-08-19datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson1-1/+2
2017-08-01udp6: fix jumbogram receptionPaolo Abeni1-1/+10
2017-07-30udp6: fix socket leak on early demuxPaolo Abeni1-9/+18
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-06-27ipv6: udp: leverage scratch area helpersPaolo Abeni1-5/+9
2017-06-25net: ipv6: reset daddr and dport in sk if connect() failsWei Wang1-1/+2
2017-06-22udp/v6: prefetch rmem_alloc in udp6_queue_rcv_skb()Paolo Abeni1-0/+1
2017-06-18udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang1-6/+5
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-05-18udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni1-2/+2
2017-05-16udp: use a separate rx queue for packet receptionPaolo Abeni1-1/+2
2017-04-20net: ipv6: Fix UDP early demux lookup with udp_l3mdev_accept=0subashab@codeaurora.org1-9/+15
2017-03-24net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org1-1/+2
2017-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-03-22ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko1-1/+1
2017-03-13net: ipv6: Add early demux handler for UDP unicastsubashab@codeaurora.org1-0/+59
2017-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2017-02-14ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton1-0/+4
2017-02-08Merge 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-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-27Merge 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-16udp: restore UDPlite many-cast deliveryPablo Neira1-3/+3
2016-11-14Merge 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-2/+1
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-0/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-10-27udp: fix IP_CHECKSUM handlingEric Dumazet1-1/+2
2016-10-23udp: use it's own memory accounting schemaPaolo Abeni1-26/+8
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-08-24ipv6: udp: remove udp_v6_clear_sk()Eric Dumazet1-12/+0
2016-08-24net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern1-0/+1
2016-08-24udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet1-1/+0
2016-07-26udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbDaniel Borkmann1-3/+1
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-07-11udp: prevent bugcheck if filter truncates packet too muchMichal Kubeček1-0/+2
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-55/+16
2016-06-15udp reuseport: fix packet of same flow hashed to different socketSu, Xuemin1-55/+16