summaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
AgeCommit message (Expand)Author
2016-04-14ipv6: udp: Do a route lookup and update during release_cbMartin KaFai Lau
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
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