| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [IPv6] route: Simplify ip6_ins_rt() | Thomas Graf | 2006-09-22 | 1 | -7/+12 |
* | [IPv6] route: Simplify ip6_del_rt() | Thomas Graf | 2006-09-22 | 1 | -6/+12 |
* | [IPv6] route: Convert route notifications to use rtnl_notify() | Thomas Graf | 2006-09-22 | 1 | -20/+18 |
* | [RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts | Thomas Graf | 2006-09-22 | 1 | -3/+1 |
* | [IPV6]: Increase number of possible routing tables to 2^32 | Patrick McHardy | 2006-09-22 | 1 | -127/+1 |
* | [NET]: Introduce RTA_TABLE/FRA_TABLE attributes | Patrick McHardy | 2006-09-22 | 1 | -4/+9 |
* | [NET]: Make code static. | Adrian Bunk | 2006-09-22 | 1 | -3/+3 |
* | [IPV6]: Fix crash in ip6_del_rt | Patrick McHardy | 2006-09-22 | 1 | -0/+3 |
* | [IPV6]: Fix thinko in rt6_fill_node | Patrick McHardy | 2006-09-22 | 1 | -1/+0 |
* | [IPV6]: Policy Routing Rules | Thomas Graf | 2006-09-22 | 1 | -0/+50 |
* | [IPV6]: Multiple Routing Tables | Thomas Graf | 2006-09-22 | 1 | -128/+252 |
* | [IPV6]: Remove ndiscs rt6_lock dependency | Thomas Graf | 2006-09-22 | 1 | -5/+11 |
* | [IPV6]: SNMPv2 "ipv6IfStatsInAddrErrors" counter error | Lv Liangying | 2006-08-29 | 1 | -0/+4 |
* | [NET]: Core net changes to generate netevents | Tom Tucker | 2006-08-02 | 1 | -0/+7 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] spin/rwlock init cleanups | Ingo Molnar | 2006-06-27 | 1 | -1/+1 |
* | [IPV6] ROUTE: Don't try less preferred routes for on-link routes. | YOSHIFUJI Hideaki | 2006-05-26 | 1 | -5/+11 |
* | [IPV6]: Fix race in route selection. | YOSHIFUJI Hideaki | 2006-04-29 | 1 | -1/+4 |
* | [IPV6]: Nearly complete kzalloc cleanup for net/ipv6 | Ingo Oeser | 2006-03-20 | 1 | -2/+1 |
* | [IPV6]: ROUTE: Ensure to accept redirects from nexthop for the target. | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -43/+47 |
* | [IPV6]: ROUTE: Flag RTF_DEFAULT for Route Infomation for ::/0. | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -0/+3 |
* | [IPV6]: ROUTE: Add experimental support for Route Information Option in RA (R... | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -0/+134 |
* | [IPV6]: ROUTE: Add router_probe_interval sysctl. | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -1/+1 |
* | [IPV6]: ROUTE: Add Router Reachability Probing (RFC4191). | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -0/+39 |
* | [IPV6]: ROUTE: Add support for Router Preference (RFC4191). | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -3/+8 |
* | [IPV6]: ROUTE: Handle finding the next best route in reachability in BACKTRAC... | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -10/+18 |
* | [IPV6]: ROUTE: Try finding the next best route. | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -1/+1 |
* | [IPV6]: ROUTE: Clean up rt6_select() code path in ip6_route_{intput,output}(). | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -26/+7 |
* | [IPV6]: ROUTE: Try selecting better route for non-default routes as well. | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -5/+13 |
* | [IPV6]: ROUTE: More strict check for default routers in rt6_get_dflt_router(). | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -0/+1 |
* | [IPV6]: ROUTE: Eliminate lock for default route pointer. | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -128/+69 |
* | [IPV6]: ROUTE: Clean-up cow'ing in ip6_route_{intput,output}(). | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -53/+60 |
* | [IPV6]: ROUTE: Convert rt6_cow() to rt6_alloc_cow(). | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -32/+25 |
* | [IPV6]: ROUTE: Clean up reference counting / unlocking for returning object. | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -14/+15 |
* | [IPV6]: ROUTE: Unify two code paths for pmtu disc. | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -14/+4 |
* | [IPV6]: ROUTE: Add rt6_alloc_clone() for cloning route allocation. | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -9/+18 |
* | [IPV6]: ROUTE: Copy u.dst.error for RTF_REJECT routes when cloning. | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -0/+2 |
* | [IPV6]: ROUTE: Set appropriate information before inserting a route. | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -15/+18 |
* | [IPV6]: ROUTE: Split up rt6_cow() for future changes. | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -11/+21 |
* | [PATCH] capable/capability.h (net/) | Randy Dunlap | 2006-01-11 | 1 | -0/+1 |
* | [IPV6]: Flag RTF_ANYCAST for anycast routes. | YOSHIFUJI Hideaki | 2005-12-21 | 1 | -4/+9 |
* | [IPV6]: Fix route lifetime. | YOSHIFUJI Hideaki | 2005-12-19 | 1 | -1/+1 |
* | [IPV6]: Fib dump really needs GFP_ATOMIC. | David S. Miller | 2005-11-17 | 1 | -1/+1 |
* | [IPV6]: Fix unnecessary GFP_ATOMIC allocation in fib6 dump | Thomas Graf | 2005-11-12 | 1 | -1/+1 |
* | [IPV6]: Fix rtnetlink dump infinite loop | Herbert Xu | 2005-11-12 | 1 | -4/+2 |
* | [NETLINK]: Make netlink_callback->done() optional | Thomas Graf | 2005-11-10 | 1 | -1/+1 |
* | [IPV6]: Fix behavior of ip6_route_input() for link local address | Yan Zheng | 2005-10-31 | 1 | -1/+1 |
* | [NET]: Fix sparse warnings | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -4/+2 |
* | [NETLINK]: Convert netlink users to use group numbers instead of bitmasks | Patrick McHardy | 2005-08-29 | 1 | -4/+4 |
* | [IPV6]: V6 route events reported with wrong netlink PID and seq number | Jamal Hadi Salim | 2005-06-21 | 1 | -37/+41 |