summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* [IPV6]: make two functions staticAdrian Bunk2005-11-292-3/+4
* [NET]: Add const markers to various variables.Arjan van de Ven2005-11-292-2/+2
* [IPV6]: Implement appropriate dummy rule 4 in ipv6_dev_get_saddr().YOSHIFUJI Hideaki2005-11-281-0/+2
* Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6.14+advapi-fix/David S. Miller2005-11-205-14/+34
|\
| * [IPV6]: Fix sending extension headers before and including routing header.YOSHIFUJI Hideaki2005-11-204-12/+31
| * [IPV6]: Fix calculation of AH length during filling ancillary data.Ville Nuorvala2005-11-201-1/+1
| * [IPV6]: Fix memory management error during setting up new advapi sockopts.YOSHIFUJI Hideaki2005-11-201-1/+2
* | [IPV6]: Acquire addrconf_hash_lock for read in addrconf_verify(...)Yan Zheng2005-11-201-5/+5
* | [IPV6]: Fib dump really needs GFP_ATOMIC.David S. Miller2005-11-171-1/+1
* | [IPV4,IPV6]: replace handmade list with hlist in IPv{4,6} reassemblyYasuyuki Kozakai2005-11-161-25/+16
* | [IPV6]: Fixes sparse warning in ipv6/ipv6_sockglue.cLuiz Capitulino2005-11-141-1/+1
* | [IPV6]: small fix for ipv6_dev_get_saddr(...)Yan Zheng2005-11-141-2/+3
* | [NETFILTER] fix leak of fragment queue at unloading nf_conntrack_ipv6Yasuyuki Kozakai2005-11-141-0/+2
* | [NETFILTER] nf_conntrack: fix possibility of infinite loop while evicting nf_...Yasuyuki Kozakai2005-11-141-16/+26
* | [NETFILTER]: fix type of sysctl variables in nf_conntrack_ipv6Yasuyuki Kozakai2005-11-142-7/+7
* | [NETFILTER]: cleanup IPv6 Netfilter KconfigYasuyuki Kozakai2005-11-141-36/+14
* | [IPV6]: Fix unnecessary GFP_ATOMIC allocation in fib6 dumpThomas Graf2005-11-121-1/+1
* | [IPV6]: Fix rtnetlink dump infinite loopHerbert Xu2005-11-121-4/+2
* | [IPV6]: Fix inet6_init missing unregister.David S. Miller2005-11-111-2/+6
* | [NET]: Detect hardware rx checksum faults correctlyHerbert Xu2005-11-104-64/+44
* | [NETLINK]: Make netlink_callback->done() optionalThomas Graf2005-11-101-1/+1
* | [NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai2005-11-099-4/+1750
* | [IPV6]: ip6ip6_lock is not unlocked in error path.Ken-ichirou MATSUZAWA2005-11-091-0/+1
* | [IPV6]: Fix fallout from CONFIG_IPV6_PRIVACYPeter Chubb2005-11-091-1/+2
* | [NET]: kfree cleanupJesper Juhl2005-11-085-20/+10
* | [IPV6]: RFC3484 compliant source address selectionYOSHIFUJI Hideaki2005-11-081-104/+240
* | [IPV6]: Make ipv6_addr_type() more generic so that we can use it for source a...YOSHIFUJI Hideaki2005-11-082-44/+48
* | [IPV6]: Put addr_diff() into common header for future use.YOSHIFUJI Hideaki2005-11-081-52/+2
* | [TCP/DCCP]: Randomize port selectionStephen Hemminger2005-11-051-11/+4
* | [IPV6]: inet6_ifinfo_notify should use RTM_DELLINK in addrconf_ifdownYan Zheng2005-11-031-1/+1
* | [MCAST]: ip[6]_mc_add_src should be called when number of sources is zeroYan Zheng2005-11-021-1/+3
* | [MCAST] IPv6: Check packet size when process MulticastYan Zheng2005-10-311-2/+17
* | [IPV6]: Fix behavior of ip6_route_input() for link local addressYan Zheng2005-10-311-1/+1
* | [NETFILTER]: Add "revision" support to arp_tables and ip6_tablesHarald Welte2005-10-312-114/+192
* | [PATCH] Use sg_set_buf/sg_init_one where applicableDavid Hardeman2005-10-301-7/+3
* | [MCAST] IPv6: Fix algorithm to compute Querier's Query IntervalYan Zheng2005-10-281-1/+1
* | [IPv4/IPv6]: UFO Scatter-gather approachAnanda Raju2005-10-281-1/+70
* | [NET]: Wider use of for_each_*cpu()John Hawkes2005-10-252-10/+3
|/
* [IPV6]: Fix refcnt of struct ip6_flowlabelYan Zheng2005-10-251-1/+1
* [NETFILTER]: Fix ip6_table.c build with NETFILTER_DEBUG enabled.Andrew Morton2005-10-151-1/+0
* [NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering.David S. Miller2005-10-131-5/+11
* [IPSEC] Fix block size/MTU bugs in ESPHerbert Xu2005-10-101-3/+4
* [IPSEC]: Use ALIGN macro in ESPHerbert Xu2005-10-101-5/+6
* [IPV6]: Fix NS handing for proxy/anycast addressYOSHIFUJI Hideaki2005-10-051-1/+1
* [MCAST] ipv6: Fix address size in grec_sizeYan Zheng2005-10-051-1/+1
* [IPV6]: Fix infinite loop in udp_v6_get_port().YOSHIFUJI Hideaki2005-10-041-1/+3
* [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnlHerbert Xu2005-10-031-1/+1
* [IPV6]: Fix leak added by udp connect dst caching fix.David S. Miller2005-10-031-4/+10
* [IPV6]: Fix ipv6 fragment ID selection at slow pathYan Zheng2005-10-031-1/+1
* [INET]: speedup inet (tcp/dccp) lookupsEric Dumazet2005-10-031-8/+10
OpenPOWER on IntegriCloud