aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
AgeCommit message (Expand)Author
2021-10-06net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet
2021-06-30udp: fix race between close() and udp_abort()Paolo Abeni
2020-07-31net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin
2019-11-10net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-07-03bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_errMartin KaFai Lau
2019-07-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau
2018-11-04udp6: fix encap return code for resubmittingPaolo Abeni
2018-09-29udp6: add missing checks on edumux packet processingPaolo Abeni
2018-06-26udp: fix rx queue len reported by diag and proc interfacePaolo Abeni
2018-05-19udp: fix SO_BINDTODEVICEPaolo Abeni
2017-09-18udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan
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-08-28net: Add comment that early_demux can change via sysctlDavid Ahern
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-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-10jump_label: Do not use unserialized static_key_enabled()Paolo Bonzini
2017-08-07net: ipv6: add second dif to inet6 socket lookupsDavid Ahern
2017-08-07net: ipv6: add second dif to udp socket lookupsDavid Ahern
2017-07-31udp6: fix jumbogram receptionPaolo Abeni
2017-07-29udp6: fix socket leak on early demuxPaolo Abeni
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-27ipv6: udp: leverage scratch area helpersPaolo Abeni
2017-06-25net: ipv6: reset daddr and dport in sk if connect() failsWei Wang
2017-06-22udp/v6: prefetch rmem_alloc in udp6_queue_rcv_skb()Paolo Abeni
2017-06-17udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-18udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni
2017-05-16udp: use a separate rx queue for packet receptionPaolo Abeni
2017-04-20net: ipv6: Fix UDP early demux lookup with udp_l3mdev_accept=0subashab@codeaurora.org
2017-03-24net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-22ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko
2017-03-12net: ipv6: Add early demux handler for UDP unicastsubashab@codeaurora.org
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-14ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton
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
2017-01-18inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-24udplite: call proper backlog handlersEric Dumazet
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-21udp: avoid one cache line miss in recvmsg()Eric Dumazet