- d2acc34 [INET]: Introduce tunnel4/tunnel6 by Herbert Xu · 19 years ago
- fdccffc Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
- e041c68 [PATCH] Notifier chain update: API changes by Alan Stern · 19 years ago
- 6abaaaa [IPSEC]: Fix tunnel error handling in ipcomp6 by Herbert Xu · 19 years ago
- b30bd28 [IPV6]: ip6_xmit: remove unnecessary NULL ptr check by Patrick McHardy · 19 years ago
- b9f78f9 [NETFILTER]: nf_conntrack: support for layer 3 protocol load on demand by Pablo Neira Ayuso · 19 years ago
- a45049c [NETFILTER]: x_tables: set the protocol family in x_tables targets/matches by Pablo Neira Ayuso · 19 years ago
- 443da0d [NETFILTER]: Fix ip6tables breakage from {get,set}sockopt compat layer by Patrick McHardy · 19 years ago
- 322f74a [IPV6]: Cleanups for net/ipv6/addrconf.c (kzalloc, early exit) v2 by Ingo Oeser · 19 years ago
- 0c600ed [IPV6]: Nearly complete kzalloc cleanup for net/ipv6 by Ingo Oeser · 19 years ago
- 78c784c [IPV6]: Cleanup of net/ipv6/reassambly.c by Ingo Oeser · 19 years ago
- 543d9cf [NET]: Identation & other cleanups related to compat_[gs]etsockopt cset by Arnaldo Carvalho de Melo · 19 years ago
- 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 19 years ago
- c750360 [IPV6]: remove useless test in ip6_append_data by Dave Jones · 19 years ago
- 57b47a5 [NET]: sem2mutex part 2 by Ingo Molnar · 19 years ago
- 4a3e2f7 [NET] sem2mutex: net/ by Arjan van de Ven · 19 years ago
- c4d9390 [ICSK]: Introduce inet_csk_ctl_sock_create by Arnaldo Carvalho de Melo · 19 years ago
- d76e60a [IPV6]: Fix some code/comment formatting in ip6_dst_output(). by David S. Miller · 19 years ago
- 9500e8a [IPSEC]: Sync series - fast path by Jamal Hadi Salim · 19 years ago
- c4b8851 [NETFILTER]: x_tables: replace IPv4/IPv6 policy match by address family independant version by Patrick McHardy · 19 years ago
- f2ffd9e [NETFILTER]: Move ip6_masked_addrcmp to include/net/ipv6.h by Patrick McHardy · 19 years ago
- c498673 [NETFILTER]: x_tables: add xt_{match,target} arguments to match/target functions by Patrick McHardy · 19 years ago
- 1c52483 [NETFILTER]: x_tables: pass registered match/target data to match/target functions by Patrick McHardy · 19 years ago
- 7f93971 [NETFILTER]: Convert ip6_tables matches/targets to centralized error checking by Patrick McHardy · 19 years ago
- 3cdc7c9 [NETFILTER]: Change {ip,ip6,arp}_tables to use centralized error checking by Patrick McHardy · 19 years ago
- 6ea46c9 [NETFILTER]: nf_conntrack: use ipv6_addr_equal in nf_ct_reasm by Yasuyuki Kozakai · 19 years ago
- dc808fe [NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn' by Harald Welte · 19 years ago
- 5d424d5 [TCP]: MTU probing by John Heffner · 19 years ago
- 2b191be [IPCOMP6]: don't check vfree() argument for NULL. by Jesper Juhl · 19 years ago
- e843b9e [IPV6]: ROUTE: Ensure to accept redirects from nexthop for the target. by YOSHIFUJI Hideaki · 19 years ago
- 09c884d [IPV6]: ROUTE: Add accept_ra_rt_info_max_plen sysctl. by YOSHIFUJI Hideaki · 19 years ago
- e317da9 [IPV6]: ROUTE: Flag RTF_DEFAULT for Route Infomation for ::/0. by YOSHIFUJI Hideaki · 19 years ago
- 70ceb4f [IPV6]: ROUTE: Add experimental support for Route Information Option in RA (RFC4191). by YOSHIFUJI Hideaki · 19 years ago
- 52e1635 [IPV6]: ROUTE: Add router_probe_interval sysctl. by YOSHIFUJI Hideaki · 19 years ago
- 930d6ff [IPV6]: ROUTE: Add accept_ra_rtr_pref sysctl. by YOSHIFUJI Hideaki · 19 years ago
- 2709725 [IPV6]: ROUTE: Add Router Reachability Probing (RFC4191). by YOSHIFUJI Hideaki · 19 years ago
- ebacaaa [IPV6]: ROUTE: Add support for Router Preference (RFC4191). by YOSHIFUJI Hideaki · 19 years ago
- 8238dd0 [IPV6]: ROUTE: Handle finding the next best route in reachability in BACKTRACK(). by YOSHIFUJI Hideaki · 19 years ago
- bb13396 [IPV6]: ROUTE: Try finding the next best route. by YOSHIFUJI Hideaki · 19 years ago
- 1ddef04 [IPV6]: ROUTE: Clean up rt6_select() code path in ip6_route_{intput,output}(). by YOSHIFUJI Hideaki · 19 years ago
- 118f8c1 [IPV6]: ROUTE: Try selecting better route for non-default routes as well. by YOSHIFUJI Hideaki · 19 years ago
- 045927f [IPV6]: ROUTE: More strict check for default routers in rt6_get_dflt_router(). by YOSHIFUJI Hideaki · 19 years ago
- 554cfb7 [IPV6]: ROUTE: Eliminate lock for default route pointer. by YOSHIFUJI Hideaki · 19 years ago
- 519fbd8 [IPV6]: ROUTE: Clean-up cow'ing in ip6_route_{intput,output}(). by YOSHIFUJI Hideaki · 19 years ago
- e40cf35 [IPV6]: ROUTE: Convert rt6_cow() to rt6_alloc_cow(). by YOSHIFUJI Hideaki · 19 years ago
- fb9de91 [IPV6]: ROUTE: Clean up reference counting / unlocking for returning object. by YOSHIFUJI Hideaki · 19 years ago
- d5315b5 [IPV6]: ROUTE: Unify two code paths for pmtu disc. by YOSHIFUJI Hideaki · 19 years ago
- 299d993 [IPV6]: ROUTE: Add rt6_alloc_clone() for cloning route allocation. by YOSHIFUJI Hideaki · 19 years ago
- 76f9edd [IPV6]: ROUTE: Copy u.dst.error for RTF_REJECT routes when cloning. by YOSHIFUJI Hideaki · 19 years ago
- a1e7836 [IPV6]: ROUTE: Set appropriate information before inserting a route. by YOSHIFUJI Hideaki · 19 years ago
- 95a9a5b [IPV6]: ROUTE: Split up rt6_cow() for future changes. by YOSHIFUJI Hideaki · 19 years ago
- c4fd30e [IPV6]: ADDRCONF: Add accept_ra_pinfo sysctl. by YOSHIFUJI Hideaki · 19 years ago
- 65f5c7c [IPV6]: ROUTE: Add accept_ra_defrtr sysctl. by YOSHIFUJI Hideaki · 19 years ago
- 073a8e0 [IPV6]: ADDRCONF: Split up ipv6_generate_eui64() by device type. by YOSHIFUJI Hideaki · 19 years ago
- 955189e [IPV6]: ADDRCONF: Use our standard algorithm for randomized ifid. by YOSHIFUJI Hideaki · 19 years ago
- 74a3a0e [IPV6]: TUNNEL6: Don't try to add multicast route twice. by YOSHIFUJI Hideaki · 19 years ago
- 3759fa9 [TCP]: Fix zero port problem in IPv6 by Herbert Xu · 19 years ago
- baa829d [IPV4/6]: Fix UFO error propagation by Patrick McHardy · 19 years ago
- f8dc01f [XFRM]: Fix leak in ah6_input by Patrick McHardy · 19 years ago
- 0d27b42 [IPV6]: fix ipv6_saddr_score struct element by Brian Haley · 19 years ago
- 850a9a4 [NETFILTER] ip_queue: Fix wrong skb->len == nlmsg_len assumption by Thomas Graf · 19 years ago
- bafac2a [NETFILTER]: Restore {ipt,ip6t,ebt}_LOG compatibility by Patrick McHardy · 19 years ago
- d91675f [IPV6]: Do not ignore IPV6_MTU socket option. by YOSHIFUJI Hideaki · 19 years ago
- 0c08889 [IPV6] ip6_tunnel: release cached dst on change of tunnel params by Hugo Santos · 19 years ago
- cc6cdac [PATCH] missing ntohs() in ip6_tunnel by Al Viro · 19 years ago
- 763ecff [NETFILTER]: nf_conntrack: attach conntrack to locally generated ICMPv6 error by Yasuyuki Kozakai · 19 years ago
- 08857fa [NETFILTER]: nf_conntrack: attach conntrack to TCP RST generated by ip6t_REJECT by Yasuyuki Kozakai · 19 years ago
- 6d3e85e [IPV6] Don't store dst_entry for RAW socket by Nicolas DICHTEL · 19 years ago
- 9908104 [IPV6]: Address autoconfiguration does not work after device down/up cycle by Kristian Slavov · 19 years ago
- e80e28b [PATCH] net/ipv6/mcast.c NULL noise removal by Al Viro · 19 years ago
- 1b86235 [PATCH] remove bogus asm/bug.h includes. by Al Viro · 19 years ago
- 98bd0c0 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
- 88a2a4ac [PATCH] percpu data: only iterate over possible CPUs by Eric Dumazet · 19 years ago
- 0047c65 [NETFILTER]: Prepare {ipt,ip6t}_policy match for x_tables unification by Patrick McHardy · 19 years ago
- 878c41c [NETFILTER]: Fix ip6t_policy address matching by Patrick McHardy · 19 years ago
- e55f1bc [NETFILTER]: Check policy length in policy match strict mode by Patrick McHardy · 19 years ago
- ee4bb81 [NETFILTER]: Fix possible overflow in netfilters do_replace() by Kirill Korotaev · 19 years ago
- 6f4b6ec [IPV6]: Fix illegal dst locking in softirq context. by Herbert Xu · 19 years ago
- 4641e7a [IPV6]: Don't hold extra ref count in ipv6_ifa_notify by Herbert Xu · 19 years ago
- 78b9104 [IPV6] tcp_v6_send_synack: release the destination by Eric W. Biederman · 19 years ago
- 7add2a4 [IPV6] MLDv2: fix change records when transitioning to/from inactive by David L Stevens · 19 years ago
- f0daaa6 [NETFILTER] ip6tables: whitespace and indent cosmetic cleanup by Yasuyuki Kozakai · 19 years ago
- 6dd42af [NETFILTER] Makefile cleanup by Yasuyuki Kozakai · 19 years ago
- ccc9132 [NETFILTER] ip[6]t_policy: Fix compilation warnings by Benoit Boissinot · 19 years ago
- 9343e79 [IPV6]: Preserve procfs IPV6 address output format by YOSHIFUJI Hideaki · 19 years ago
- ee51b1b [XFRM]: IPsec tunnel wildcard address support by Patrick McHardy · 19 years ago
- 46b86a2 [NET]: Use NIP6_FMT in kernel.h by Joe Perches · 19 years ago
- 2e4e6a1 [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tables by Harald Welte · 19 years ago
- 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
- 8b3a700 [NET]: Remove more unneeded typecasts on *malloc() by Kris Katterjohn · 19 years ago
- ae0f7d5 [IPV6]: Avoid calling ip6_xmit() with NULL sk by David Woodhouse · 19 years ago
- 82bf7e9 [NET]: Some more missing include/etherdevice.h includes by David S. Miller · 19 years ago
- 5bf887f [IPV6]: Fix modular build with netfilter enabled. by David S. Miller · 19 years ago
- babbdb1 [NETFILTER]: Fix timeout sysctls on big-endian 64bit architectures by Patrick McHardy · 19 years ago
- bb94aa1 [NETFILTER]: net/ipv[46]/netfilter.c cleanups by Patrick McHardy · 19 years ago
- d3f4a68 [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr() by Kris Katterjohn · 19 years ago
- a2c2064 [IPV6]: Set skb->priority in ip6_output.c by Patrick McHardy · 19 years ago
- 2941a48 [NET]: Convert net/{ipv4,ipv6,sched} to netdev_priv by Patrick McHardy · 19 years ago
- f9f7500 [PATCH] slab: remove unused align parameter from alloc_percpu by Pekka Enberg · 19 years ago
- 9f5336e [IPV6]: small cleanups by Adrian Bunk · 19 years ago