aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-27net: rename ICMP6_INC_STATS_BH()Eric Dumazet1-2/+2
2016-04-27net: udp: rename UDP_INC_STATS_BH()Eric Dumazet1-19/+19
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet1-25/+24
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-04-14ipv6: udp: Do a route lookup and update during release_cbMartin KaFai Lau1-0/+1
2016-04-07udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert1-0/+13
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar1-11/+11
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar1-5/+7
2016-04-04udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet1-132/+64
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh1-3/+4
2016-04-04ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh1-1/+4
2016-03-30ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet1-2/+2
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2016-03-07udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld1-4/+2
2016-02-19ipv6: pass up EMSGSIZE msg for UDP socket in Ipv6Wei Wang1-9/+11
2016-02-11inet: create IPv6-equivalent inet_hash functionCraig Gallek1-43/+1
2016-01-19udp: fix potential infinite loop in SO_REUSEPORT logicEric Dumazet1-11/+21
2016-01-06soreuseport: pass skb to secondary UDP socket lookupCraig Gallek1-4/+6
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek1-6/+8
2016-01-04soreuseport: fast reuseport UDP socket selectionCraig Gallek1-9/+39
2016-01-04udp: properly support MSG_PEEK with truncated buffersEric Dumazet1-2/+4
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet1-2/+6
2015-10-12net: SO_INCOMING_CPU setsockopt() supportEric Dumazet1-4/+7
2015-08-17ipv6: trivial whitespace fixIan Morris1-1/+2
2015-05-31udp: fix behavior of wrong checksumsEric Dumazet1-4/+2
2015-05-19net/ipv6/udp: Fix ipv6 multicast socket filter regressionHenning Rogge1-1/+3
2015-04-07net: remove extra newlinesSheng Yong1-3/+0
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris1-2/+2
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris1-5/+5
2015-03-18netns: constify net_hash_mix() and various callersEric Dumazet1-8/+8
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-6/+4
2015-02-02udpv6: Add lockless sendmsg() supportVlad Yasevich1-4/+20
2015-02-02ipv6: Introduce udpv6_send_skb()Vlad Yasevich1-27/+40
2015-01-05ip: Move checksum convert defines to inetTom Herbert1-1/+1
2014-12-09ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro1-1/+1
2014-12-08udp: Neaten and reduce size of compute_score functionsJoe Perches1-50/+63
2014-11-24new helper: skb_copy_and_csum_datagram_msg()Al Viro1-1/+1
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris1-2/+4
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches1-18/+13
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet1-0/+1
2014-11-07udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicastsRick Jones1-3/+8
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-2/+2
2014-09-01udp: Add support for doing checksum unnecessary conversionTom Herbert1-0/+4
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-9/+9
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann1-2/+2
2014-07-31net: use inet6_iif instead of IP6CB()->iifDuan Jiong1-1/+1
2014-07-31net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong1-2/+6
2014-07-23sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru1-1/+1
2014-07-16udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.David Held1-10/+20
2014-07-16udp: Simplify __udp*_lib_mcast_deliver.David Held1-53/+35