summaryrefslogtreecommitdiff
path: root/net/ipv6/udp.c
AgeCommit message (Expand)Author
2017-05-28udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2016-07-10ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet
2016-07-10udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld
2015-12-14ipv6: add complete rcu protection around np->optEric Dumazet
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
2015-03-18netns: constify net_hash_mix() and various callersEric Dumazet
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-02-02udpv6: Add lockless sendmsg() supportVlad Yasevich
2015-02-02ipv6: Introduce udpv6_send_skb()Vlad Yasevich
2015-01-05ip: Move checksum convert defines to inetTom Herbert
2014-12-09ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro
2014-12-08udp: Neaten and reduce size of compute_score functionsJoe Perches
2014-11-24new helper: skb_copy_and_csum_datagram_msg()Al Viro
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet
2014-11-07udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicastsRick Jones
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-09-01udp: Add support for doing checksum unnecessary conversionTom Herbert
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann
2014-07-31net: use inet6_iif instead of IP6CB()->iifDuan Jiong
2014-07-31net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong
2014-07-23sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru
2014-07-16udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.David Held
2014-07-16udp: Simplify __udp*_lib_mcast_deliver.David Held
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-01inet: move ipv6only in sock_commonEric Dumazet
2014-06-27udp: Add MIB counters for rcvbuferrorsJames M Leddy
2014-06-05ipv6: Shrink udp_v6_mcast_next() to one socket variableSven Wegener
2014-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-04ipv6: Fix regression caused by efe4208 in udp_v6_mcast_next()Sven Wegener
2014-05-23net: Make enabling of zero UDP6 csums more restrictiveTom Herbert
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert
2014-05-23net: Eliminate no_check from protoswTom Herbert
2014-05-08net: Verify UDP checksum before handoff to encapTom Herbert
2014-05-05ipv6: Need to sock_put on csum errorTom Herbert
2014-05-05net: Implmement RFC 6936 (zero RX csums for UDP/IPv6)Tom Herbert
2014-04-30net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti
2014-01-19ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa
2013-12-10ipv6: do not erase dst address with flow label destinationFlorent Fourcot
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa