| Commit message (Expand) | Author | Age | Files | Lines |
* | o Create directory sys/netpfil, where all packet filters should | glebius | 2012-09-14 | 27 | -17622/+0 |
* | Whitespace changes. | tuexen | 2012-09-09 | 1 | -6/+4 |
* | Whitespace cleanup. | tuexen | 2012-09-08 | 1 | -1/+0 |
* | Merge the projects/pf/head branch, that was worked on for last six months, | glebius | 2012-09-08 | 5 | -10/+12 |
* | Don't include a structure containing a flexible array in another | tuexen | 2012-09-07 | 5 | -24/+13 |
* | Get rid of a gcc'ism. | tuexen | 2012-09-06 | 1 | -4/+3 |
* | Using %p in a format string requires a void *. | tuexen | 2012-09-05 | 9 | -47/+47 |
* | Use the consistenly the size of a variable. This helps to keep the code | tuexen | 2012-09-04 | 1 | -21/+21 |
* | Whitespace change. | tuexen | 2012-09-04 | 1 | -1/+1 |
* | Introduce new link-layer PFIL hook V_link_pfil_hook. | melifaro | 2012-09-04 | 4 | -30/+149 |
* | Provide a sysctl switch that allows to install ARP entries | glebius | 2012-09-03 | 1 | -3/+5 |
* | Fix a typo which results in RTT to be off by a factor of 10, if the RTT is | tuexen | 2012-09-02 | 1 | -1/+1 |
* | Mark the ipfw interface type as not being ether. This fixes an issue | eadler | 2012-09-01 | 1 | -2/+2 |
* | This small change takes care of a race condition | rrs | 2012-08-25 | 1 | -0/+30 |
* | Correctly handle the case where an inp has already been dropped by the time | np | 2012-08-21 | 2 | -5/+7 |
* | Though I disagree, I conceed to jhb & Rui. Note | rrs | 2012-08-19 | 1 | -1/+1 |
* | Ok jhb, lets move the ifa_free() down to the bottom to | rrs | 2012-08-17 | 1 | -1/+1 |
* | The TCP PAWS fix for kernels with fast tick rates (r231767) changed the TCP | lstewart | 2012-08-17 | 1 | -4/+6 |
* | Its never a good idea to double free the same | rrs | 2012-08-16 | 1 | -1/+1 |
* | s/lenght/length/ in comments | luigi | 2012-08-07 | 2 | -3/+3 |
* | move functions outside the SYSBEGIN/SYSEND block | luigi | 2012-08-06 | 1 | -15/+22 |
* | use FREE_PKT instead of m_freem to free an mbuf. | luigi | 2012-08-06 | 1 | -1/+1 |
* | Fix a bug found by dim@: | tuexen | 2012-08-06 | 1 | -1/+1 |
* | In tcp timers, check INP_DROPPED flag a little later, after | trociny | 2012-08-05 | 1 | -9/+38 |
* | Fix a refcount issue. The called only decrements is stcb is NULL. | tuexen | 2012-08-05 | 1 | -4/+3 |
* | Fix a bug reported by Simon L. B. Nielsen: | tuexen | 2012-08-04 | 1 | -2/+0 |
* | Testing an interface property should depend on the interface, not | tuexen | 2012-08-04 | 1 | -15/+13 |
* | Fix races between in_lltable_prefix_free(), lla_lookup(), | glebius | 2012-08-02 | 2 | -42/+35 |
* | replace __unused with a portable construct; | luigi | 2012-08-02 | 1 | -3/+4 |
* | replace inet_ntoa_r with the more standard inet_ntop(). | luigi | 2012-08-01 | 2 | -10/+12 |
* | add a cast to avoid a signed/unsigned warning (to be removed | luigi | 2012-08-01 | 1 | -1/+1 |
* | Some more whitespace cleanup. | glebius | 2012-08-01 | 2 | -13/+13 |
* | Some style(9) and whitespace changes. | glebius | 2012-07-31 | 2 | -67/+59 |
* | nobody uses this file except the userspace ipfw code, but the cast | luigi | 2012-07-31 | 1 | -1/+1 |
* | Fix the sctp_sockstore union such that userland programs don't depend | tuexen | 2012-07-26 | 1 | -4/+0 |
* | Fix a problem when CARP is enabled on the interface for IPv4 | bz | 2012-07-25 | 1 | -8/+16 |
* | Update some stale comments regarding tcbinfo locking in the TCP input | rwatson | 2012-07-22 | 1 | -10/+3 |
* | Plug a reference leak: before doing 'goto again' we need to unref | glebius | 2012-07-18 | 1 | -2/+8 |
* | When traversing global in_ifaddr list in the IFP_TO_IA() macro, we need | glebius | 2012-07-18 | 1 | -2/+4 |
* | Fix a refcount bug when freeing an association. | tuexen | 2012-07-17 | 2 | -9/+7 |
* | If ip_output() returns EMSGSIZE to tcp_output(), then the latter calls | glebius | 2012-07-16 | 1 | -16/+27 |
* | Changes which improve compilation if neither INET nor INET6 is defined. | tuexen | 2012-07-15 | 4 | -19/+22 |
* | #ifdef INET and INET6 consistently. This also fixes a bug, where | tuexen | 2012-07-15 | 4 | -6/+16 |
* | Provide the correct notification type (SCTP_SEND_FAILED_EVENT) | tuexen | 2012-07-14 | 1 | -1/+1 |
* | Use case for selecting the address family (as in other places). | tuexen | 2012-07-14 | 1 | -3/+10 |
* | Use case for selecting the address family (as in other places). | tuexen | 2012-07-14 | 1 | -8/+6 |
* | Fix a bug introduced in r237715. | tuexen | 2012-07-09 | 1 | -0/+1 |
* | Make ipfw0 logging pseudo-interface clonable. It can be created automatically | hrs | 2012-07-09 | 1 | -27/+110 |
* | Finally fix lookup (account remaining '\0') and deletion | melifaro | 2012-07-08 | 1 | -3/+6 |
* | Use consistent method to determine IPV4_OUTPUT/IPV6_OUTPUT. | tuexen | 2012-07-04 | 1 | -4/+12 |