| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: if_pfsync.c, 1.23: | mlaier | 2005-09-17 | 1 | -3/+3 |
* | Commit imported changes to RELENG_6: | mlaier | 2005-09-12 | 2 | -21/+68 |
* | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2005-09-11 | 2 | -0/+104 |
* | Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38 | rwatson | 2005-08-25 | 4 | -14/+15 |
* | MFC: pf.c, 1.35 pfvar.h, 1.12 | mlaier | 2005-08-06 | 2 | -0/+8 |
* | MFC: if_pfsync.c, 1.20 in_proto.c, 1.78 | mlaier | 2005-07-23 | 1 | -1/+5 |
* | Properly initialize ifq_maxlen for the defered send queue and make it | mlaier | 2005-06-26 | 1 | -1/+2 |
* | Fix some minor problems before release: | darrenr | 2005-06-23 | 2 | -15/+54 |
* | locking on exit of reading from ip_sync is not correct for all instances | darrenr | 2005-06-14 | 1 | -4/+9 |
* | Mark pf callouts as NET_MPSAFE. | mlaier | 2005-06-12 | 2 | -15/+5 |
* | Defer ip_output of pfsync updates to an independent callout thread instead | mlaier | 2005-06-10 | 2 | -7/+30 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 8 | -17/+40 |
* | This commit was generated by cvs2svn to compensate for changes in r146539, | harti | 2005-05-23 | 3 | -4/+5 |
|\ |
|
| * | Virgin import of NgATM kernel part 1.2 | harti | 2005-05-23 | 3 | -4/+5 |
* | | Enable building /sbin/ipf (but not the rescue version) with the ability to | darrenr | 2005-05-16 | 1 | -0/+4 |
* | | Enable IPFilter to correctly determine if BPF has been optioned into the | darrenr | 2005-05-15 | 1 | -2/+2 |
* | | if_mtu not ifp_mtu. | mlaier | 2005-05-04 | 1 | -1/+1 |
* | | Bring back fix from rev. 1.28 which was lost during the import. | mlaier | 2005-05-04 | 1 | -2/+2 |
* | | Combine rev. 1.29 and 1.30 to something that will make sense for future | mlaier | 2005-05-04 | 1 | -1/+6 |
* | | Make LINT happy. | mlaier | 2005-05-04 | 2 | -9/+9 |
* | | Pass icmp_error() the MTU argument directly instead of | andre | 2005-05-04 | 1 | -6/+2 |
* | | Resolve conflicts created during the import of pf 3.7 Some features are | mlaier | 2005-05-03 | 11 | -1333/+2541 |
* | | Fix the following warnings on amd64: | ru | 2005-04-29 | 1 | -2/+2 |
* | | Don't use quad_t on FreeBSD (deprecated) so use "long long" instead. | darrenr | 2005-04-28 | 1 | -3/+3 |
* | | The current H.323 proxy source has a license that isn't suitable for inclusion | darrenr | 2005-04-27 | 1 | -1/+3 |
* | | - Comment out duplicate rcsid strings in *.c files | darrenr | 2005-04-27 | 6 | -11/+18 |
* | | Add an include for netinet/ip_compat.h directly so that we don't need to | darrenr | 2005-04-26 | 1 | -0/+2 |
* | | Merge the changes from 3.4.35 to 4.1.8 into the kernel source tree | darrenr | 2005-04-25 | 20 | -9332/+17345 |
* | | This commit was generated by cvs2svn to compensate for changes in r145516, | darrenr | 2005-04-25 | 18 | -111/+8348 |
|\ \ |
|
| * | | import ipfilter 4.1.8 into the kernel source tree | darrenr | 2005-04-25 | 38 | -7136/+25763 |
| * | | Import ipfilter 3.4.35 (destinated for RELENG_4) to vendor branch | darrenr | 2004-06-21 | 16 | -414/+736 |
* | | | Fix error in synproxy connection completion. Source and | glebius | 2005-04-22 | 1 | -2/+2 |
* | | | Modify the alq(9) alq_open() API to accept a file creation mode, rather | rwatson | 2005-04-16 | 1 | -1/+1 |
* | | | Fix mss byte order, only affects synproxy code path. | glebius | 2005-04-13 | 1 | -0/+2 |
* | | | This commit was generated by cvs2svn to compensate for changes in r143439, | obrien | 2005-03-12 | 7 | -0/+1975 |
|\ \ \ |
|
| * | | | Import the nForce MCP NIC bits. This is version 1.0-0301. | obrien | 2005-03-12 | 7 | -0/+1975 |
| / / |
|
* | | | Move all of the hptmv files to /sys/dev/hptmv so that they won't be mistaken | scottl | 2005-03-02 | 13 | -6520/+0 |
* | | | Add FreeBSD ID. | obrien | 2005-02-28 | 1 | -0/+2 |
* | | | Use dynamic major number allocation. | phk | 2005-02-27 | 1 | -2/+0 |
* | | | avoid sneaky double free | sam | 2005-02-25 | 1 | -1/+5 |
* | | | Do not fail to initialize callouts (on SMP only) -- it leads to crashing. | green | 2005-02-22 | 1 | -3/+4 |
* | | | Fix a terrible braino in pfi_maybe_destroy() and unbreak "$pfctl -Fall" with | mlaier | 2005-02-21 | 1 | -2/+5 |
* | | | Don't use the static CALLOUT_INITIALIZER for __FreeBSD_version >= 600000. It | mlaier | 2005-02-21 | 2 | -1/+9 |
* | | | Fix inteface clear time. pf printed "Thu Jan 1 09:00:01 1970" | yongari | 2005-02-17 | 1 | -1/+8 |
* | | | Access softc embedded struct ifnet via function macro to make it easier to | mlaier | 2005-02-09 | 3 | -26/+54 |
* | | | - Split out PCI support. | mdodd | 2005-02-03 | 4 | -306/+744 |
* | | | Use the packet's address family instead of the rule's when selecting a | dhartmei | 2005-01-20 | 1 | -1/+1 |
* | | | Prohibit ruleset changes at securelevel > 2, not > 1. It's documented | dhartmei | 2005-01-19 | 1 | -1/+1 |
* | | | This commit was generated by cvs2svn to compensate for changes in r140216, | njl | 2005-01-14 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | Clean up a small memory leak introduced with the previous commit to | njl | 2005-01-14 | 1 | -0/+7 |