summaryrefslogtreecommitdiff
path: root/net/ipv6/udp.c
AgeCommit message (Expand)Author
2017-11-20Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2017-10-21udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan
2017-07-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-06-17ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton
2017-01-02net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti
2017-01-02Revert "net: core: Support UID-based routing."Amit Pundir
2016-11-15Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2016-11-15udp: fix IP_CHECKSUM handlingEric Dumazet
2016-10-12net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern
2016-09-20Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-09-15udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2016-06-27Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-06-24udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa
2016-04-21Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-04-20ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet
2016-04-20udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld
2016-02-16net: core: Support UID-based routing.Lorenzo Colitti
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