summaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6/udp.c: fix typo in flush_stack()Jiri Pirko2010-12-101-1/+1
* net: optimize INET input path furtherEric Dumazet2010-12-091-2/+2
* udp: use atomic_inc_not_zero_hintEric Dumazet2010-11-161-2/+2
* net: add __rcu annotation to sk_filterEric Dumazet2010-10-251-1/+1
* tproxy: added udp6_lib_lookup functionBalazs Scheidler2010-10-211-0/+8
* tproxy: added const specifiers to udp lookup functionsBalazs Scheidler2010-10-211-4/+4
* udp: add rehash on connect()Eric Dumazet2010-09-081-0/+10
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-061-4/+2
|\
| * net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet2010-05-311-4/+2
* | ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard2010-06-021-8/+3
|/
* 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-061-3/+8
* net: ip_queue_rcv_skb() helperEric Dumazet2010-04-281-1/+1
* net: speedup udp receive pathEric Dumazet2010-04-281-2/+2
* net: sk_add_backlog() take rmem_alloc into accountEric Dumazet2010-04-271-0/+8
* IPv6: Complete IPV6_DONTFRAG supportBrian Haley2010-04-231-0/+3
* IPv6: Add dontfrag argument to relevant functionsBrian Haley2010-04-231-2/+7
* net: Fix various endianness glitchesEric Dumazet2010-04-201-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/+2
* udp: remove redundant variableGerrit Renker2010-02-121-8/+7
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-171-1/+1
* IPv6: use ipv6_addr_v4mapped()Brian Haley2009-11-101-1/+1
* udp: bind() optimisationEric Dumazet2009-11-101-7/+7
* udp: multicast RX should increment SNMP/sk_drops counter in allocation failuresEric Dumazet2009-11-081-1/+7
* ipv6: udp: Optimise multicast receptionEric Dumazet2009-11-081-24/+47
* ipv6: udp: optimize unicast RX pathEric Dumazet2009-11-081-3/+109
* udp: split sk_hash into two u16 hashesEric Dumazet2009-11-081-2/+25
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-061-3/+1
|\
| * net: fix sk_forward_alloc corruptionEric Dumazet2009-10-301-3/+1
* | net: drop capability from protocol definitionsEric Paris2009-11-051-1/+0
* | net: sk_drops consolidation part 2Eric Dumazet2009-10-181-1/+3
* | inet: rename some inet_sock fieldsEric Dumazet2009-10-181-12/+12
* | net: sk_drops consolidationEric Dumazet2009-10-141-4/+2
* | net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-121-1/+1
* | udp: dynamically size hash tables at boot timeEric Dumazet2009-10-071-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-09-301-2/+2
* net: constify struct inet6_protocolAlexey Dobriyan2009-09-141-1/+1
* ip: Report qdisc packet dropsEric Dumazet2009-09-021-3/+9
* inet6: Conversion from u8 to intGerrit Renker2009-08-131-4/+1
* 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
OpenPOWER on IntegriCloud