Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Conditionally compile out V_ globals while instantiating the appropriate | Marko Zec | 2008-12-10 | 1 | -0/+2 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -2/+2 |
* | Unbreak this. | Ruslan Ermilov | 2006-02-14 | 1 | -3/+1 |
* | Fix check for leading zero, so that it does not block two zeroes | Gleb Smirnoff | 2005-05-29 | 1 | -1/+5 |
* | style: fix indentation and spacing. | Gleb Smirnoff | 2005-02-11 | 1 | -4/+4 |
* | Do not trust ipfw: check m_len always, not only after m_dup. | Gleb Smirnoff | 2005-02-11 | 1 | -2/+5 |
* | - do m_pullup() after m_dup() | Gleb Smirnoff | 2005-02-11 | 1 | -3/+4 |
* | pullup to sizeof struct ip before sending to ip_output. | Gleb Smirnoff | 2005-02-11 | 1 | -1/+7 |
* | Packets from ipfw come with IP header in host byte order. Netgraph works | Gleb Smirnoff | 2005-02-11 | 1 | -9/+12 |
* | Improve parsing of hook name. | Gleb Smirnoff | 2005-02-07 | 1 | -6/+8 |
* | Add a ng_ipfw node, implementing a quick and simple interface between | Gleb Smirnoff | 2005-02-05 | 1 | -0/+321 |