| Age | Commit message (Expand) | Author |
| 2007-06-20 | - per socket keepalive settings | christos |
| 2007-06-13 | PR/36484: Pavlin Radoslavov: PIM Register in-kernel encapsulation IP_DF | christos |
| 2007-06-13 | Use __arraycount(). | dyoung |
| 2007-06-13 | Use LIST_FOREACH(). | dyoung |
| 2007-06-12 | Complete removal of radix_node knowledge. | dyoung |
| 2007-06-09 | Get rid of radix_node_head.rnh_walktree, because it is only ever | dyoung |
| 2007-05-18 | Fix compilation in the TCP_SIGNATURE case: | riz |
| 2007-05-18 | Revert a small part of revision 1.254 - remove const qualifier from | riz |
| 2007-05-12 | KNF. Use sockaddr_in_init(). Shorten staircases. No functional | dyoung |
| 2007-05-12 | Use sockaddr_in_init(). | dyoung |
| 2007-05-06 | In AppleTalk, IPv4, and IPv6 routing domains, help sockaddr_cmp() | dyoung |
| 2007-05-06 | Oops, commit this straggler from the last change to net/if_gre.[ch]. | dyoung |
| 2007-05-02 | Remove obsolete files netinet/in_route.[ch]. | dyoung |
| 2007-05-02 | Remove unused option. | dyoung |
| 2007-05-02 | Eliminate address family-specific route caches (struct route, struct | dyoung |
| 2007-04-25 | Get rid of some gratuitous casts and join some lines. | dyoung |
| 2007-04-24 | Constify. | dyoung |
| 2007-04-22 | In in_rtflushall(), clear the route caches using rtcache_clear() | dyoung |
| 2007-04-18 | Add optimization hint for compiler. In a debug printf, | dyoung |
| 2007-04-15 | Cosmetic: shorten a staircase. bzero -> memset. KNF. | dyoung |
| 2007-04-05 | use size_t for indexes | liamjfoy |
| 2007-03-26 | Add a small note regarding further commented code in netinet6/ip6_flow.c | liamjfoy |
| 2007-03-25 | Add net.inet.ip.hashsize to control the IPv4 fast forward hash table size. | liamjfoy |
| 2007-03-24 | Don't call ip*flow_reap if we're just looking up maxflows | liamjfoy |
| 2007-03-21 | If we do not recognize the protocol of a received packet, then | dyoung |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-03-05 | Move ipflow_slowtimo from ip_slowtimo and into in_proto.c | liamjfoy |
| 2007-03-04 | inet6domain -> inetdomain | liamjfoy |
| 2007-03-04 | Initialize protocol switch with structure initializers. | liamjfoy |
| 2007-03-04 | Pass (char *) to mtod(9) on address calculation. | tsutsui |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-22 | Reverse sense of preference numbers: prefer source addresses with | dyoung |
| 2007-02-22 | Add net.inet.ip.selectsrc.default even if GETIFA_DEBUG is not | dyoung |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-22 | Fix lossage from boolean_t -> bool and updated x86 bus_dma. | matt |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2007-02-17 | Join lines. | dyoung |
| 2007-02-17 | s/in_rtflush/in_rtcache/g | dyoung |
| 2007-02-17 | bzero -> memset | dyoung |
| 2007-02-17 | bcopy -> memcpy | dyoung |
| 2007-02-10 | Commit my SoC work | degroote |
| 2007-01-29 | bzero -> memset. | dyoung |
| 2007-01-29 | In ip_setmoptions(), don't leave a route cache (struct route) on | dyoung |
| 2007-01-29 | Cosmetic: remove extraneous, non-KNF parentheses. Change a | dyoung |
| 2007-01-29 | bzero -> memset | dyoung |
| 2007-01-26 | KNF: bzero -> memset, change (struct in_ifaddr *)0 to NULL. | dyoung |
| 2007-01-26 | bzero -> memset | dyoung |
| 2007-01-13 | Unconditionally zero and free iproute. Before IPsec tunnel packets e.g. | joerg |
| 2007-01-08 | ip_output: reload ip_len after running pfil_run_hooks. | yamt |