summaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
Commit message (Expand)AuthorAgeFilesLines
* udp6: fix jumbogram receptionPaolo Abeni2017-07-311-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-171-6/+5
* | 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-231-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-121-0/+59
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-161-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-261-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-151-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-131-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/+1
* | | 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
* | udp: use it's own memory accounting schemaPaolo Abeni2016-10-221-26/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-1/+0
|\
| * udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet2016-08-231-1/+0
* | ipv6: udp: remove udp_v6_clear_sk()Eric Dumazet2016-08-231-12/+0
* | net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern2016-08-231-0/+1
|/
* udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbDaniel Borkmann2016-07-251-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-0/+2
|\
| * udp: prevent bugcheck if filter truncates packet too muchMichal Kubeček2016-07-111-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-55/+16
|\ \ | |/
| * udp reuseport: fix packet of same flow hashed to different socketSu, Xuemin2016-06-141-55/+16
* | ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa2016-06-111-3/+5
|/
* Possible problem with e6afc8ac ("udp: remove headers from UDP packets before ...Eric Dumazet2016-06-021-6/+6
* udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2016-05-201-1/+1
OpenPOWER on IntegriCloud