aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-10IPv6: use ipv6_addr_v4mapped()Brian Haley1-1/+1
2009-11-10udp: bind() optimisationEric Dumazet1-7/+7
2009-11-08udp: multicast RX should increment SNMP/sk_drops counter in allocation failuresEric Dumazet1-1/+7
2009-11-08ipv6: udp: Optimise multicast receptionEric Dumazet1-24/+47
2009-11-08ipv6: udp: optimize unicast RX pathEric Dumazet1-3/+109
2009-11-08udp: split sk_hash into two u16 hashesEric Dumazet1-2/+25
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+1
2009-11-05net: drop capability from protocol definitionsEric Paris1-1/+0
2009-10-30net: fix sk_forward_alloc corruptionEric Dumazet1-3/+1
2009-10-18net: sk_drops consolidation part 2Eric Dumazet1-1/+3
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-12/+12
2009-10-14net: sk_drops consolidationEric Dumazet1-4/+2
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-1/+1
2009-10-07udp: dynamically size hash tables at boot timeEric Dumazet1-3/+3
2009-10-07IPv6: use ipv6_addr_set_v4mapped()Brian Haley1-2/+2
2009-10-07Use sk_mark for IPv6 routing lookupsBrian Haley1-0/+2
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-2/+2
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan1-1/+1
2009-09-02ip: Report qdisc packet dropsEric Dumazet1-3/+9
2009-08-13inet6: Conversion from u8 to intGerrit Renker1-4/+1
2009-07-12udpv6: Handle large incoming UDP/IPv6 packets and support software UFOSridhar Samudrala1-0/+93
2009-07-12udpv6: Fix HW checksum support for outgoing UFO packetsSridhar Samudrala1-1/+47
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley1-3/+3
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet1-2/+2
2009-06-03net: skb->dst accessorsEric Dumazet1-4/+3
2009-04-11ipv6: Fix NULL pointer dereference with time-wait socketsVlad Yasevich1-1/+5
2009-03-24ipv6: Fix conflict resolutions during ipv6 bindingVlad Yasevich1-0/+28
2008-12-16ipv6: fix the outgoing interface selection order in udpv6_sendmsg()Yang Hongyang1-0/+3
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan1-1/+2
2008-11-16udp: Use hlist_nulls in UDP RCU codeEric Dumazet1-12/+14
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+25
2008-11-02udp: Fix the SNMP counter of UDP_MIB_INERRORSWei Yongjun1-2/+8
2008-11-02udp: Fix the SNMP counter of UDP_MIB_INDATAGRAMSWei Yongjun1-5/+13
2008-11-01udp: multicast packets need to check namespaceEric Dumazet1-4/+4
2008-10-29udp: introduce sk_for_each_rcu_safenext()Eric Dumazet1-2/+2
2008-10-29udp: RCU handling for Unicast packets.Eric Dumazet1-7/+24
2008-10-29udp: introduce struct udp_table and multiple spinlocksEric Dumazet1-50/+62
2008-10-07inet: Don't lookup the socket if there's a socket attached to the skbKOVACS Krisztian1-3/+7
2008-10-07inet: Add udplib_lookup_skb() helpersKOVACS Krisztian1-2/+12
2008-08-09udp: Drop socket lock for encapsulated packetsHerbert Xu1-3/+3
2008-07-05MIB: add struct net to UDP6_INC_STATS_BHPavel Emelyanov1-6/+7
2008-07-05MIB: add struct net to UDP6_INC_STATS_USERPavel Emelyanov1-4/+7
2008-06-17udp: sk_drops handlingEric Dumazet1-4/+7
2008-06-16udp: add struct net argument to udp_hashfnPavel Emelyanov1-2/+2
2008-06-16udp: provide a struct net pointer for __udp[46]_lib_mcast_deliverPavel Emelyanov1-4/+8
2008-06-16udp: introduce a udp_hashfn functionPavel Emelyanov1-2/+2
2008-06-14net: change proto destroy method to return voidBrian Haley1-3/+1
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-06-05[IPV6]: inet_sk(sk)->cork.opt leakDenis V. Lunev1-1/+3
2008-06-05[IPV6] NETNS: Handle ancillary data in appropriate namespace.YOSHIFUJI Hideaki1-1/+1