aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
Commit message (Expand)AuthorAge
...
| * udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld2016-03-07
* | ipv6: pass up EMSGSIZE msg for UDP socket in Ipv6Wei Wang2016-02-19
* | inet: create IPv6-equivalent inet_hash functionCraig Gallek2016-02-11
|/
* udp: fix potential infinite loop in SO_REUSEPORT logicEric Dumazet2016-01-19
* soreuseport: pass skb to secondary UDP socket lookupCraig Gallek2016-01-06
* soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-04
* soreuseport: fast reuseport UDP socket selectionCraig Gallek2016-01-04
* udp: properly support MSG_PEEK with truncated buffersEric Dumazet2016-01-04
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-02
* net: SO_INCOMING_CPU setsockopt() supportEric Dumazet2015-10-12
* ipv6: trivial whitespace fixIan Morris2015-08-17
* udp: fix behavior of wrong checksumsEric Dumazet2015-06-01
* net/ipv6/udp: Fix ipv6 multicast socket filter regressionHenning Rogge2015-05-19
* net: remove extra newlinesSheng Yong2015-04-07
* ipv6: coding style: comparison for inequality with NULLIan Morris2015-03-31
* ipv6: coding style: comparison for equality with NULLIan Morris2015-03-31
* netns: constify net_hash_mix() and various callersEric Dumazet2015-03-18
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* udpv6: Add lockless sendmsg() supportVlad Yasevich2015-02-02
* ipv6: Introduce udpv6_send_skb()Vlad Yasevich2015-02-02
* ip: Move checksum convert defines to inetTom Herbert2015-01-05
* ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro2014-12-09
* udp: Neaten and reduce size of compute_score functionsJoe Perches2014-12-08
* new helper: skb_copy_and_csum_datagram_msg()Al Viro2014-11-24
* ipv6: coding style improvements (remove assignment in if statements)Ian Morris2014-11-23
* net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-11
* net: introduce SO_INCOMING_CPUEric Dumazet2014-11-11
* udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicastsRick Jones2014-11-07
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-05
* udp: Add support for doing checksum unnecessary conversionTom Herbert2014-09-02
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-25
* net: use reciprocal_scale() helperDaniel Borkmann2014-08-23
* net: use inet6_iif instead of IP6CB()->iifDuan Jiong2014-08-01
* net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong2014-08-01
* sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru2014-07-23
* udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.David Held2014-07-17
* udp: Simplify __udp*_lib_mcast_deliver.David Held2014-07-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-16
|\
| * udp: Add MIB counters for rcvbuferrorsJames M Leddy2014-06-27
* | inet: move ipv6only in sock_commonEric Dumazet2014-07-02
|/
* ipv6: Shrink udp_v6_mcast_next() to one socket variableSven Wegener2014-06-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-05
|\
| * ipv6: Fix regression caused by efe4208 in udp_v6_mcast_next()Sven Wegener2014-06-04
* | net: Make enabling of zero UDP6 csums more restrictiveTom Herbert2014-05-23
* | net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-23
* | net: Eliminate no_check from protoswTom Herbert2014-05-23
* | net: Verify UDP checksum before handoff to encapTom Herbert2014-05-08
* | ipv6: Need to sock_put on csum errorTom Herbert2014-05-05
* | net: Implmement RFC 6936 (zero RX csums for UDP/IPv6)Tom Herbert2014-05-05
* | net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti2014-04-30
|/