summaryrefslogtreecommitdiff
path: root/net/ipv6/udp.c
Commit message (Expand)AuthorAge
* ipv6: udp: set dst cache for a connected sk if current not validAlexey Kodanev2018-04-04
* ipv6: udp: convert 'connected' to bool type in udpv6_sendmsg()Alexey Kodanev2018-04-04
* ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev2018-04-04
* bpf: Hooks for sys_connectAndrey Ignatov2018-03-31
* udp: Move the udp sysctl to namespace.Tonghao Zhang2018-03-16
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-16
* udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau2017-12-03
* net/reuseport: drop legacy codePaolo Abeni2017-11-30
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
* udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan2017-09-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-06
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-01
| |\
| * | net: Add comment that early_demux can change via sysctlDavid Ahern2017-08-28
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-21
| |\ \
| * | | net: ipv6: add second dif to inet6 socket lookupsDavid Ahern2017-08-07
| * | | net: ipv6: add second dif to udp socket lookupsDavid Ahern2017-08-07
* | | | Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-04
|\ \ \ \ | | |_|/ | |/| |
| * | | udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni2017-08-25
| | |/ | |/|
* | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-25
|\ \ \ | |/ /
| * | datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson2017-08-18
| |/
* | jump_label: Do not use unserialized static_key_enabled()Paolo Bonzini2017-08-10
|/
* udp6: fix jumbogram receptionPaolo Abeni2017-07-31
* udp6: fix socket leak on early demuxPaolo Abeni2017-07-29
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-30
|\
| * net: ipv6: reset daddr and dport in sk if connect() failsWei Wang2017-06-25
* | ipv6: udp: leverage scratch area helpersPaolo Abeni2017-06-27
* | udp/v6: prefetch rmem_alloc in udp6_queue_rcv_skb()Paolo Abeni2017-06-22
* | udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang2017-06-17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-18
|\ \ | |/
| * udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni2017-05-18
* | udp: use a separate rx queue for packet receptionPaolo Abeni2017-05-16
|/
* net: ipv6: Fix UDP early demux lookup with udp_l3mdev_accept=0subashab@codeaurora.org2017-04-20
* net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org2017-03-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-23
|\
| * ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko2017-03-22
* | net: ipv6: Add early demux handler for UDP unicastsubashab@codeaurora.org2017-03-12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-16
|\
| * ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton2017-02-14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-07
|\ \ | |/
| * udp: properly cope with csum errorsEric Dumazet2017-02-07
* | net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov2017-02-07
* | net: Avoid receiving packets with an l3mdev on unbound UDP socketsRobert Shearman2017-01-30
* | inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik2017-01-18
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-26
|\
| * udplite: call proper backlog handlersEric Dumazet2016-11-24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-22
|\ \ | |/
| * udp: restore UDPlite many-cast deliveryPablo Neira2016-11-15
* | udp: avoid one cache line miss in recvmsg()Eric Dumazet2016-11-21