| Age | Commit message (Expand) | Author |
| 2013-09-14 | Remove unused variable | martin |
| 2013-06-05 | IPSEC has not come in two speeds for a long time now (IPSEC == kame, | christos |
| 2012-09-24 | Add missing "\n" in log(9) | msaitoh |
| 2012-05-01 | Explicitly include <sys/kmem.h> | martin |
| 2012-04-30 | - Replace some malloc(9) uses with kmem(9). | rmind |
| 2012-03-22 | remove KAME IPSEC, replaced by FAST_IPSEC | drochner |
| 2011-12-19 | rename the IPSEC in-kernel CPP variable and config(8) option to | drochner |
| 2011-10-19 | Use if_addr_init() and if_mcast_op() instead of ifp->if_ioctl(). | dyoung |
| 2011-08-31 | NULL does not need a cast | plunky |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2009-03-18 | bzero -> memset | cegger |
| 2008-12-19 | use M_ZERO on malloc() and remove subsequent bzero(). | cegger |
| 2008-10-01 | PR/39664: Dave Huang: ip_mrouter_done: free hash using hashdone(9). | rmind |
| 2008-08-06 | Convert socket options code to use a sockopt structure | plunky |
| 2008-05-22 | Don't cast to void * unnecessarily. | dyoung |
| 2008-05-08 | Make sure to clear csum_flags before forward the packet. | taca |
| 2008-05-05 | - Convert hashinit() to use kmem_alloc(). The hash tables can be large | ad |
| 2008-02-06 | Add a new ip_id generation scheme based on a Fisher-Yates shuffle over a | matt |
| 2007-12-21 | Add fix for ip_id information leakage. Since the leakage information is | matt |
| 2007-11-27 | require that the options argument is the right size, not that it is greater | christos |
| 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-08-31 | Fix bug in last: add missing ampersand. | dyoung |
| 2007-08-31 | Stop sharing a sockaddr_in template among multicast routines, | dyoung |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-13 | PR/36484: Pavlin Radoslavov: PIM Register in-kernel encapsulation IP_DF | christos |
| 2007-04-25 | Get rid of some gratuitous casts and join some lines. | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-08-30 | Fix initializers. | christos |
| 2006-04-25 | - use MAXTTL | liamjfoy |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-03 | Restore to working order; this has apparently been nonworking since | gdt |
| 2005-06-06 | Since we decided "const struct mbuf *" would not do the right thing (tm), | martin |
| 2005-06-06 | Adapt to ip_encap.h constification. | martin |
| 2005-06-06 | make this compile again. | christos |
| 2005-05-29 | change casts to proper unconst. mark XXXUNCONST | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-02-03 | ANSIify function declarations | perry |
| 2005-02-02 | de-__P -- will ANSIfy .c files later. | perry |
| 2005-01-15 | Duplicate nested if statement in PIM code (from the OpenBSD tree) | manu |
| 2004-09-04 | IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on | manu |
| 2004-04-26 | Remove #else clause of __STDC__ | matt |
| 2004-04-22 | Constify protosw arrays. This can reduce the kernel .data section by | matt |
| 2004-04-21 | kill sprintf, use snprintf | itojun |
| 2003-11-19 | Patch back support for (badly) randomized IP ids, by request: | jonathan |
| 2003-11-17 | Revert the (default) ip_id algorithm to the pre-randomid algorithm, | jonathan |
| 2003-09-06 | randomize IPv4/v6 fragment ID and IPv6 flowlabel. avoids predictability | itojun |
| 2003-08-22 | remove ipsec_set/getsocket. now we explicitly pass socket * to ip{,6}_output. | itojun |