summaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
Commit message (Expand)AuthorAgeFilesLines
* udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2016-05-211-1/+1
* udp: Resolve NULL pointer dereference over flow-based vxlan deviceAlexander Duyck2016-05-131-5/+3Star
* ipv6: add new struct ipcm6_cookieWei Wang2016-05-031-19/+19
* udp: prepare for non BH masking at backlog processingEric Dumazet2016-05-021-2/+2
* net: rename ICMP6_INC_STATS_BH()Eric Dumazet2016-04-281-2/+2
* net: udp: rename UDP_INC_STATS_BH()Eric Dumazet2016-04-281-19/+19
* net: snmp: kill various STATS_USER() helpersEric Dumazet2016-04-281-25/+24Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-241-0/+1
|\
| * ipv6: udp: Do a route lookup and update during release_cbMartin KaFai Lau2016-04-141-0/+1
* | udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert2016-04-071-0/+13
* | udp: enable MSG_PEEK at non-zero offsetsamanthakumar2016-04-051-11/+11
* | udp: remove headers from UDP packets before queueingsamanthakumar2016-04-051-5/+7
* | udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet2016-04-051-132/+64Star
* | sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-041-3/+4
* | ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh2016-04-041-1/+4
|/
* ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet2016-03-311-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-4/+2Star
|\
| * udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld2016-03-071-4/+2Star
* | ipv6: pass up EMSGSIZE msg for UDP socket in Ipv6Wei Wang2016-02-191-9/+11
* | inet: create IPv6-equivalent inet_hash functionCraig Gallek2016-02-111-43/+1Star
|/
* udp: fix potential infinite loop in SO_REUSEPORT logicEric Dumazet2016-01-191-11/+21
* soreuseport: pass skb to secondary UDP socket lookupCraig Gallek2016-01-061-4/+6
* soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-051-6/+8
* soreuseport: fast reuseport UDP socket selectionCraig Gallek2016-01-051-9/+39
* udp: properly support MSG_PEEK with truncated buffersEric Dumazet2016-01-041-2/+4
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-031-2/+6
* net: SO_INCOMING_CPU setsockopt() supportEric Dumazet2015-10-131-4/+7
* ipv6: trivial whitespace fixIan Morris2015-08-171-1/+2
* udp: fix behavior of wrong checksumsEric Dumazet2015-06-011-4/+2Star
* net/ipv6/udp: Fix ipv6 multicast socket filter regressionHenning Rogge2015-05-191-1/+3
* net: remove extra newlinesSheng Yong2015-04-081-3/+0Star
* ipv6: coding style: comparison for inequality with NULLIan Morris2015-03-311-2/+2
* ipv6: coding style: comparison for equality with NULLIan Morris2015-03-311-5/+5
* netns: constify net_hash_mix() and various callersEric Dumazet2015-03-191-8/+8
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-6/+4Star
* udpv6: Add lockless sendmsg() supportVlad Yasevich2015-02-031-4/+20
* ipv6: Introduce udpv6_send_skb()Vlad Yasevich2015-02-031-27/+40
* ip: Move checksum convert defines to inetTom Herbert2015-01-061-1/+1
* ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro2014-12-091-1/+1
* udp: Neaten and reduce size of compute_score functionsJoe Perches2014-12-091-50/+63
* new helper: skb_copy_and_csum_datagram_msg()Al Viro2014-11-241-1/+1
* ipv6: coding style improvements (remove assignment in if statements)Ian Morris2014-11-241-2/+4
* net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-111-18/+13Star
* net: introduce SO_INCOMING_CPUEric Dumazet2014-11-111-0/+1
* udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicastsRick Jones2014-11-071-3/+8
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-2/+2
* udp: Add support for doing checksum unnecessary conversionTom Herbert2014-09-021-0/+4
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-251-9/+9
* net: use reciprocal_scale() helperDaniel Borkmann2014-08-231-2/+2
* net: use inet6_iif instead of IP6CB()->iifDuan Jiong2014-08-011-1/+1