summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* IPv6: Add dontfrag argument to relevant functionsBrian Haley2010-04-247-10/+42
* IPv6: data structure changes for new socket optionsBrian Haley2010-04-241-0/+46
* IPv6: Generic TTL Security Mechanism (final version)Stephen Hemminger2010-04-232-1/+25
* tcp: Mark v6 response packets as CHECKSUM_PARTIALDavid S. Miller2010-04-211-0/+3
* tcp: Fix ipv6 checksumming on response packets for real.David S. Miller2010-04-211-2/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-212-2/+2
|\
| * ipv6: Fix tcp_v6_send_response transport header setting.Herbert Xu2010-04-211-1/+1
| * ip: Fix ip_dev_loopback_xmit()Eric Dumazet2010-04-151-1/+1
* | net: Fix various endianness glitchesEric Dumazet2010-04-214-6/+8
* | ipv6: fix the comment of ip6_xmit()Shan Wei2010-04-161-1/+1
* | net: replace ipfragok with skb->local_dfShan Wei2010-04-163-5/+5
* | ipv6: cancel to setting local_df in ip6_xmit()Shan Wei2010-04-161-4/+0Star
* | net: fib_rules: decouple address families from real address familiesPatrick McHardy2010-04-131-1/+1
* | net: fib_rules: set family in fib_rule_hdr centrallyPatrick McHardy2010-04-131-1/+0Star
* | IPv6: only notify protocols if address is compeletely gonestephen hemminger2010-04-131-1/+3
* | ipv6: additional ref count for hash list unnecessarystephen hemminger2010-04-131-3/+0Star
* | IPv6: keep tentative addresses in hash tablestephen hemminger2010-04-131-7/+8
* | IPv6: keep route for tentative addressstephen hemminger2010-04-131-1/+2
* | net: sk_dst_cache RCUificationEric Dumazet2010-04-131-12/+13
* | inet: Remove unused send_check length argumentHerbert Xu2010-04-121-1/+1
* | tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv6Herbert Xu2010-04-121-18/+19
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-1135-2/+37
|\|
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-1135-0/+35
| |\
| | * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3035-0/+35
| * | udp: fix for unicast RX path optimizationJorge Boncompte [DTI2]2010-04-081-2/+2
| |/
* | xfrm: cache bundles instead of policies for outgoing flowsTimo Teräs2010-04-071-31/+0Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-074-10/+18
|\|
| * ipv6: Don't drop cache route entry unless timer actually expired.YOSHIFUJI Hideaki / 吉藤英明2010-03-291-4/+9
| * net: ipmr/ip6mr: prevent out-of-bounds vif_table accessNicolas Dichtel2010-03-271-4/+7
| * net: fix netlink address dumping in IPv4/IPv6Patrick McHardy2010-03-271-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-03-251-1/+1
| |\
| | * netfilter: ip6table_raw: fix table priorityJozsef Kadlecsik2010-03-251-1/+1
* | | icmp: Account for ICMP out errorsEric Dumazet2010-04-042-0/+3
* | | net: convert multicast list to list_headJiri Pirko2010-04-031-2/+2
* | | ipv6 fib: Use "Sweezle" to optimize addr_bit_test().YOSHIFUJI Hideaki / 吉藤英明2010-03-311-2/+13
* | | ipv6: Fix result generation in ipv6_get_ifaddr().David S. Miller2010-03-261-3/+4
* | | ipv6: Preserve pervious behavior in ipv6_link_dev_addr().David S. Miller2010-03-261-1/+1
* | | net: remove trailing space in messagesFrans Pop2010-03-241-2/+2
* | | ipv6: Fix bug in ipv6_chk_same_addr().David S. Miller2010-03-211-8/+7Star
* | | ipv6: Reduce timer events for addrconf_verify().YOSHIFUJI Hideaki2010-03-211-4/+23
* | | IPv6: addrconf cleanup addrconf_verifystephen hemminger2010-03-211-9/+4Star
* | | addrconf: checkpatch fixesStephen Hemminger2010-03-211-173/+179
* | | IPv6: addrconf cleanupsStephen Hemminger2010-03-211-23/+28
* | | ipv6: convert idev_list to list macrosstephen hemminger2010-03-201-39/+39
* | | ipv6: user better hash for addrconfstephen hemminger2010-03-201-17/+8Star
* | | IPv6: convert addrconf hash list to RCUstephen hemminger2010-03-201-41/+44
* | | ipv6: convert addrconf list to hliststephen hemminger2010-03-201-75/+53Star
* | | ipv6: convert temporary address list to list macrosstephen hemminger2010-03-201-18/+12Star
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-03-202-1/+4
|\| |
| * | net: ipmr/ip6mr: fix potential out-of-bounds vif_table accessPatrick McHardy2010-03-201-0/+3