summaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
Commit message (Expand)AuthorAgeFilesLines
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
* udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan2017-09-181-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-21/+29
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-021-1/+10
| |\
| * | net: Add comment that early_demux can change via sysctlDavid Ahern2017-08-291-0/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-221-1/+2
| |\ \
| * | | net: ipv6: add second dif to inet6 socket lookupsDavid Ahern2017-08-071-3/+4
| * | | net: ipv6: add second dif to udp socket lookupsDavid Ahern2017-08-071-18/+22
* | | | Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-041-1/+10
|\ \ \ \ | | |_|/ | |/| |
| * | | udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni2017-08-261-1/+10
| | |/ | |/|
* | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-251-1/+2
|\| |
| * | datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson2017-08-191-1/+2
| |/
* / jump_label: Do not use unserialized static_key_enabled()Paolo Bonzini2017-08-101-2/+1Star
|/
* udp6: fix jumbogram receptionPaolo Abeni2017-08-011-1/+10
* udp6: fix socket leak on early demuxPaolo Abeni2017-07-291-9/+18
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-1/+2
|\
| * net: ipv6: reset daddr and dport in sk if connect() failsWei Wang2017-06-251-1/+2
* | ipv6: udp: leverage scratch area helpersPaolo Abeni2017-06-271-5/+9
* | udp/v6: prefetch rmem_alloc in udp6_queue_rcv_skb()Paolo Abeni2017-06-221-0/+1
* | udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang2017-06-181-6/+5Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-181-2/+2
|\|
| * udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni2017-05-181-2/+2
* | udp: use a separate rx queue for packet receptionPaolo Abeni2017-05-161-1/+2
|/
* net: ipv6: Fix UDP early demux lookup with udp_l3mdev_accept=0subashab@codeaurora.org2017-04-201-9/+15
* net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org2017-03-241-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-241-1/+1
|\
| * ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko2017-03-221-1/+1
* | net: ipv6: Add early demux handler for UDP unicastsubashab@codeaurora.org2017-03-131-0/+59
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-171-0/+4
|\
| * ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton2017-02-141-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-071-1/+1
|\|
| * udp: properly cope with csum errorsEric Dumazet2017-02-071-1/+1
* | net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov2017-02-071-1/+2
* | net: Avoid receiving packets with an l3mdev on unbound UDP socketsRobert Shearman2017-01-301-7/+20
* | inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik2017-01-181-1/+1
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-271-1/+1
|\
| * udplite: call proper backlog handlersEric Dumazet2016-11-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-3/+3
|\|
| * udp: restore UDPlite many-cast deliveryPablo Neira2016-11-161-3/+3
* | udp: avoid one cache line miss in recvmsg()Eric Dumazet2016-11-211-1/+2
* | udp: enable busy polling for all socketsEric Dumazet2016-11-181-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-11-141-1/+2
|\ \
| * | udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6}Arnd Bergmann2016-11-101-1/+2
* | | udp: do fwd memory scheduling on dequeuePaolo Abeni2016-11-071-2/+1Star
* | | net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Paolo Abeni2016-11-071-1/+1
* | | net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-0/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-1/+2
|\|
| * udp: fix IP_CHECKSUM handlingEric Dumazet2016-10-261-1/+2