summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-02-052-3/+11
|\
| * [NETFILTER]: Prepare {ipt,ip6t}_policy match for x_tables unificationPatrick McHardy2006-02-051-2/+2
| * [NETFILTER]: Fix ip6t_policy address matchingPatrick McHardy2006-02-051-2/+3
| * [NETFILTER]: Check policy length in policy match strict modePatrick McHardy2006-02-051-1/+1
| * [NETFILTER]: Fix possible overflow in netfilters do_replace()Kirill Korotaev2006-02-051-0/+7
* | [PATCH] percpu data: only iterate over possible CPUsEric Dumazet2006-02-051-1/+1
|/
* [IPV6]: Fix illegal dst locking in softirq context.Herbert Xu2006-02-031-6/+0Star
* [IPV6]: Don't hold extra ref count in ipv6_ifa_notifyHerbert Xu2006-02-031-5/+1Star
* [IPV6] tcp_v6_send_synack: release the destinationEric W. Biederman2006-02-011-0/+1
* [IPV6] MLDv2: fix change records when transitioning to/from inactiveDavid L Stevens2006-01-241-9/+47
* [NETFILTER] ip6tables: whitespace and indent cosmetic cleanupYasuyuki Kozakai2006-01-177-422/+427
* [NETFILTER] Makefile cleanupYasuyuki Kozakai2006-01-171-1/+0Star
* [NETFILTER] ip[6]t_policy: Fix compilation warningsBenoit Boissinot2006-01-171-1/+1
* [IPV6]: Preserve procfs IPV6 address output formatYOSHIFUJI Hideaki2006-01-174-7/+7
* [XFRM]: IPsec tunnel wildcard address supportPatrick McHardy2006-01-131-0/+17
* [NET]: Use NIP6_FMT in kernel.hJoe Perches2006-01-1312-32/+19Star
* [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte2006-01-1229-1502/+140Star
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-1210-0/+11
* [NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn2006-01-122-7/+6Star
* [IPV6]: Avoid calling ip6_xmit() with NULL skDavid Woodhouse2006-01-121-2/+18
* [NET]: Some more missing include/etherdevice.h includesDavid S. Miller2006-01-121-0/+1
* [IPV6]: Fix modular build with netfilter enabled.David S. Miller2006-01-112-2/+6
* [NETFILTER]: Fix timeout sysctls on big-endian 64bit architecturesPatrick McHardy2006-01-101-2/+2
* [NETFILTER]: net/ipv[46]/netfilter.c cleanupsPatrick McHardy2006-01-102-20/+4Star
* [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()Kris Katterjohn2006-01-101-2/+2
* [IPV6]: Set skb->priority in ip6_output.cPatrick McHardy2006-01-091-0/+4
* [NET]: Convert net/{ipv4,ipv6,sched} to netdev_privPatrick McHardy2006-01-092-22/+22
* [PATCH] slab: remove unused align parameter from alloc_percpuPekka Enberg2006-01-091-2/+2
* [IPV6]: small cleanupsAdrian Bunk2006-01-072-1/+2
* [NETFILTER]: Add ipt_policy/ip6t_policy matchesPatrick McHardy2006-01-073-0/+186
* [NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harderPatrick McHardy2006-01-072-1/+9
* [IPV4]: reset IPCB flags when neccessaryPatrick McHardy2006-01-071-0/+2
* [IPV4/6]: Netfilter IPsec input hooksPatrick McHardy2006-01-072-1/+14
* [IPV6]: Move nextheader offset to the IP6CBPatrick McHardy2006-01-079-40/+35Star
* [XFRM]: Netfilter IPsec output hooksPatrick McHardy2006-01-071-19/+56
* [NET]: Change 1500 to ETH_DATA_LEN in some filesKris Katterjohn2006-01-061-1/+2
* [NETFILTER]: Export ip6_masked_addrcmp, don't pass IPv6 addresses on stackPatrick McHardy2006-01-051-8/+10
* [NETFILTER]: make ipv6_find_hdr() find transport protocol headerPatrick McHardy2006-01-057-74/+48Star
* [NETFILTER]: Add ctnetlink port for nf_conntrackPablo Neira Ayuso2006-01-052-9/+115
* [NETFILTER]: Use macro for spinlock_t/rwlock_t initializations/definition.YOSHIFUJI Hideaki2006-01-041-2/+2
* [IPV6]: Use macro for rwlock_t initialization.YOSHIFUJI Hideaki2006-01-041-1/+1
* [NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig2006-01-031-5/+3Star
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-037-0/+7
* [NET]: move struct proto_ops to constEric Dumazet2006-01-031-3/+3
* [IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo2006-01-033-24/+31
* [INET6]: Generalise tcp_v6_hash_connectArnaldo Carvalho de Melo2006-01-032-174/+182
* [TWSK]: Introduce struct timewait_sock_opsArnaldo Carvalho de Melo2006-01-031-16/+9Star
* [IPV6]: Export ipv6_opt_acceptedArnaldo Carvalho de Melo2006-01-032-16/+21
* [IPV6]: Export some symbols for DCCPv6Arnaldo Carvalho de Melo2006-01-034-0/+10
* [IPV6]: Introduce inet6_timewait_sockArnaldo Carvalho de Melo2006-01-032-7/+7