summaryrefslogtreecommitdiff
path: root/net/ipv6/udp.c
AgeCommit message (Expand)Author
2017-10-12udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan
2017-06-17ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton
2017-03-30ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko
2016-11-24udplite: call proper backlog handlersEric Dumazet
2016-11-15udp: restore UDPlite many-cast deliveryPablo Neira
2016-10-26udp: fix IP_CHECKSUM handlingEric Dumazet
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-23ipv6: udp: remove udp_v6_clear_sk()Eric Dumazet
2016-08-23net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern
2016-08-23udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet
2016-07-25udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbDaniel Borkmann
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-11udp: prevent bugcheck if filter truncates packet too muchMichal Kubeček
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-14udp reuseport: fix packet of same flow hashed to different socketSu, Xuemin
2016-06-11ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa
2016-06-02Possible problem with e6afc8ac ("udp: remove headers from UDP packets before ...Eric Dumazet
2016-05-20udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa
2016-05-13udp: Resolve NULL pointer dereference over flow-based vxlan deviceAlexander Duyck
2016-05-03ipv6: add new struct ipcm6_cookieWei Wang
2016-05-02udp: prepare for non BH masking at backlog processingEric Dumazet
2016-04-27net: rename ICMP6_INC_STATS_BH()Eric Dumazet
2016-04-27net: udp: rename UDP_INC_STATS_BH()Eric Dumazet
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-14ipv6: udp: Do a route lookup and update during release_cbMartin KaFai Lau
2016-04-07udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar
2016-04-04udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh
2016-04-04ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh
2016-03-30ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-07udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld
2016-02-19ipv6: pass up EMSGSIZE msg for UDP socket in Ipv6Wei Wang
2016-02-11inet: create IPv6-equivalent inet_hash functionCraig Gallek
2016-01-19udp: fix potential infinite loop in SO_REUSEPORT logicEric Dumazet
2016-01-06soreuseport: pass skb to secondary UDP socket lookupCraig Gallek
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek
2016-01-04soreuseport: fast reuseport UDP socket selectionCraig Gallek
2016-01-04udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet
2015-10-12net: SO_INCOMING_CPU setsockopt() supportEric Dumazet
2015-08-17ipv6: trivial whitespace fixIan Morris
2015-05-31udp: fix behavior of wrong checksumsEric Dumazet
2015-05-19net/ipv6/udp: Fix ipv6 multicast socket filter regressionHenning Rogge
2015-04-07net: remove extra newlinesSheng Yong
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris