| Age | Commit message (Expand) | Author |
| 2007-11-04 | Pick the smallest possible TCP window scaling factor that will still allow | rmind |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-05 | Work in progress: use a raw socket for GRE in IP encapsulation | dyoung |
| 2007-10-02 | Delete the unused second argument to ip_stripoptions(), move it | dyoung |
| 2007-09-19 | Don't use INADDR_ANY to initialize a const struct, because INADDR_ANY | dyoung |
| 2007-09-19 | Constify sockaddr argument to ether_multiaddr(). Change struct | dyoung |
| 2007-09-19 | 1) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), that | dyoung |
| 2007-09-11 | In some FAST_IPSEC, spl level is not restored correctly. Fix that. | degroote |
| 2007-09-05 | We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(..., | dyoung |
| 2007-09-02 | We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(..., | dyoung |
| 2007-09-02 | m_copym(..., 0, M_COPYALL, ...) -> m_copypacket(..., ...). | dyoung |
| 2007-09-02 | m_copy() was deprecated, apparently, long ago. m_copy(...) -> | dyoung |
| 2007-09-02 | Be consistent: use the prefix sc_ for all members of the gre_softc. | dyoung |
| 2007-09-01 | Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), and | dyoung |
| 2007-08-31 | Fix bug in last: add missing ampersand. | dyoung |
| 2007-08-31 | Stop sharing a sockaddr_in template among multicast routines, | dyoung |
| 2007-08-30 | Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pool | dyoung |
| 2007-08-28 | Fix ipv4 multicast that could sometimes send packets with the wrong | cube |
| 2007-08-27 | Cosmetic: 0 -> NULL. Remove unnecessary cast. | dyoung |
| 2007-08-27 | Reorganize and extract arplookup1() for code-sharing. Share | dyoung |
| 2007-08-26 | Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to | dyoung |
| 2007-08-21 | Use sockaddr_in_init(). | dyoung |
| 2007-08-20 | Don't call rtcache_check() from the fast-forward code, which runs | dyoung |
| 2007-08-10 | Use sockaddr_dl_init(). | dyoung |
| 2007-08-07 | Use satocsdl() et cetera instead of SDL(). Constify. | dyoung |
| 2007-08-02 | make rfbuf_ts a tcp timestamp so that calculations in tcp_input make sense. | yamt |
| 2007-08-02 | our tcp timestamps are in PR_SLOWHZ, not HZ. | yamt |
| 2007-08-02 | TCP socket buffers automatic sizing - ported from FreeBSD. | rmind |
| 2007-07-19 | Take steps to hide the radix_node implementation of the forwarding table | dyoung |
| 2007-07-11 | Replace a simple lock with a mutex and make it static. | xtraeme |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-28 | Handle mapped and scoped ipv6 addresses. From Anon Ymous. | christos |
| 2007-06-27 | Add support for options IPSEC_NAT_T (RFC 3947 and 3948) for fast_ipsec(4). | degroote |
| 2007-06-26 | Protect inet6_ident_core() with #ifdef INET6, fixes building without | xtraeme |
| 2007-06-25 | tcpdrop kernel bits (from anon ymous) | christos |
| 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 |