summaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
Commit message (Expand)AuthorAgeFilesLines
* udp: add rehash on connect()Eric Dumazet2010-09-091-0/+10
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-071-4/+2Star
|\
| * net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet2010-06-011-4/+2Star
* | ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard2010-06-021-8/+3Star
|/
* net: fix sk_forward_alloc corruptionsEric Dumazet2010-05-291-2/+4
* net: fix lock_sock_bh/unlock_sock_bhEric Dumazet2010-05-271-2/+3
* ipv6: udp: make short packet logging consistent with ipv4Bjørn Mork2010-05-071-3/+8
* net: ip_queue_rcv_skb() helperEric Dumazet2010-04-291-1/+1
* net: speedup udp receive pathEric Dumazet2010-04-281-2/+2
* net: sk_add_backlog() take rmem_alloc into accountEric Dumazet2010-04-281-0/+8
* IPv6: Complete IPV6_DONTFRAG supportBrian Haley2010-04-241-0/+3
* IPv6: Add dontfrag argument to relevant functionsBrian Haley2010-04-241-2/+7
* net: Fix various endianness glitchesEric Dumazet2010-04-211-2/+2
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | udp: fix for unicast RX path optimizationJorge Boncompte [DTI2]2010-04-081-2/+2
|/
* net: backlog functions renameZhu Yi2010-03-051-2/+2
* udp: use limited socket backlogZhu Yi2010-03-051-10/+18
* ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-181-3/+2Star
* udp: remove redundant variableGerrit Renker2010-02-131-8/+7Star
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-181-1/+1
* IPv6: use ipv6_addr_v4mapped()Brian Haley2009-11-111-1/+1
* udp: bind() optimisationEric Dumazet2009-11-111-7/+7
* udp: multicast RX should increment SNMP/sk_drops counter in allocation failuresEric Dumazet2009-11-091-1/+7
* ipv6: udp: Optimise multicast receptionEric Dumazet2009-11-091-24/+47
* ipv6: udp: optimize unicast RX pathEric Dumazet2009-11-091-3/+109
* udp: split sk_hash into two u16 hashesEric Dumazet2009-11-091-2/+25
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-061-3/+1Star
|\
| * net: fix sk_forward_alloc corruptionEric Dumazet2009-10-301-3/+1Star
* | net: drop capability from protocol definitionsEric Paris2009-11-061-1/+0Star
* | net: sk_drops consolidation part 2Eric Dumazet2009-10-191-1/+3
* | inet: rename some inet_sock fieldsEric Dumazet2009-10-191-12/+12
* | net: sk_drops consolidationEric Dumazet2009-10-151-4/+2Star
* | net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-121-1/+1
* | udp: dynamically size hash tables at boot timeEric Dumazet2009-10-081-3/+3
* | IPv6: use ipv6_addr_set_v4mapped()Brian Haley2009-10-071-2/+2
* | Use sk_mark for IPv6 routing lookupsBrian Haley2009-10-071-0/+2
|/
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-10-011-2/+2
* net: constify struct inet6_protocolAlexey Dobriyan2009-09-151-1/+1
* ip: Report qdisc packet dropsEric Dumazet2009-09-031-3/+9
* inet6: Conversion from u8 to intGerrit Renker2009-08-141-4/+1Star
* udpv6: Handle large incoming UDP/IPv6 packets and support software UFOSridhar Samudrala2009-07-121-0/+93
* udpv6: Fix HW checksum support for outgoing UFO packetsSridhar Samudrala2009-07-121-1/+47
* ipv6: Use correct data types for ICMPv6 type and codeBrian Haley2009-06-231-3/+3
* net: correct off-by-one write allocations reportsEric Dumazet2009-06-181-2/+2
* net: skb->dst accessorsEric Dumazet2009-06-031-4/+3Star
* ipv6: Fix NULL pointer dereference with time-wait socketsVlad Yasevich2009-04-111-1/+5
* ipv6: Fix conflict resolutions during ipv6 bindingVlad Yasevich2009-03-251-0/+28
* ipv6: fix the outgoing interface selection order in udpv6_sendmsg()Yang Hongyang2008-12-161-0/+3
* netns xfrm: lookup in netnsAlexey Dobriyan2008-11-261-1/+2