summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Defer ip_output of pfsync updates to an independent callout thread insteadmlaier2005-06-102-7/+30
* | | | Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-108-17/+40
* | | | This commit was generated by cvs2svn to compensate for changes in r146539,harti2005-05-233-4/+5
|\ \ \ \
| * | | | Virgin import of NgATM kernel part 1.2harti2005-05-233-4/+5
* | | | | Enable building /sbin/ipf (but not the rescue version) with the ability todarrenr2005-05-161-0/+4
* | | | | Enable IPFilter to correctly determine if BPF has been optioned into thedarrenr2005-05-151-2/+2
* | | | | if_mtu not ifp_mtu.mlaier2005-05-041-1/+1
* | | | | Bring back fix from rev. 1.28 which was lost during the import.mlaier2005-05-041-2/+2
* | | | | Combine rev. 1.29 and 1.30 to something that will make sense for futuremlaier2005-05-041-1/+6
* | | | | Make LINT happy.mlaier2005-05-042-9/+9
* | | | | Pass icmp_error() the MTU argument directly instead ofandre2005-05-041-6/+2
* | | | | Resolve conflicts created during the import of pf 3.7 Some features aremlaier2005-05-0311-1333/+2541
* | | | | Fix the following warnings on amd64:ru2005-04-291-2/+2
* | | | | Don't use quad_t on FreeBSD (deprecated) so use "long long" instead.darrenr2005-04-281-3/+3
* | | | | The current H.323 proxy source has a license that isn't suitable for inclusiondarrenr2005-04-271-1/+3
* | | | | - Comment out duplicate rcsid strings in *.c filesdarrenr2005-04-276-11/+18
* | | | | Add an include for netinet/ip_compat.h directly so that we don't need todarrenr2005-04-261-0/+2
* | | | | Merge the changes from 3.4.35 to 4.1.8 into the kernel source treedarrenr2005-04-2520-9332/+17345
* | | | | This commit was generated by cvs2svn to compensate for changes in r145516,darrenr2005-04-2518-111/+8348
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | import ipfilter 4.1.8 into the kernel source treedarrenr2005-04-2538-7136/+25763
| * | | | Import ipfilter 3.4.35 (destinated for RELENG_4) to vendor branchdarrenr2004-06-2116-414/+736
* | | | | Fix error in synproxy connection completion. Source andglebius2005-04-221-2/+2
* | | | | Modify the alq(9) alq_open() API to accept a file creation mode, ratherrwatson2005-04-161-1/+1
* | | | | Fix mss byte order, only affects synproxy code path.glebius2005-04-131-0/+2
* | | | | This commit was generated by cvs2svn to compensate for changes in r143439,obrien2005-03-127-0/+1975
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Import the nForce MCP NIC bits. This is version 1.0-0301.obrien2005-03-127-0/+1975
| / / /
* | | | Move all of the hptmv files to /sys/dev/hptmv so that they won't be mistakenscottl2005-03-0213-6520/+0
* | | | Add FreeBSD ID.obrien2005-02-281-0/+2
* | | | Use dynamic major number allocation.phk2005-02-271-2/+0
* | | | avoid sneaky double freesam2005-02-251-1/+5
* | | | Do not fail to initialize callouts (on SMP only) -- it leads to crashing.green2005-02-221-3/+4
* | | | Fix a terrible braino in pfi_maybe_destroy() and unbreak "$pfctl -Fall" withmlaier2005-02-211-2/+5
* | | | Don't use the static CALLOUT_INITIALIZER for __FreeBSD_version >= 600000. Itmlaier2005-02-212-1/+9
* | | | Fix inteface clear time. pf printed "Thu Jan 1 09:00:01 1970"yongari2005-02-171-1/+8
* | | | Access softc embedded struct ifnet via function macro to make it easier tomlaier2005-02-093-26/+54
* | | | - Split out PCI support.mdodd2005-02-034-306/+744
* | | | Use the packet's address family instead of the rule's when selecting adhartmei2005-01-201-1/+1
* | | | Prohibit ruleset changes at securelevel > 2, not > 1. It's documenteddhartmei2005-01-191-1/+1
* | | | This commit was generated by cvs2svn to compensate for changes in r140216,njl2005-01-141-0/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | Clean up a small memory leak introduced with the previous commit tonjl2005-01-141-0/+7
* | | | This commit was generated by cvs2svn to compensate for changes in r140094,njl2005-01-121-1/+2
|\ \ \ \ | |/ / /
| * | | Fix handling of the implicit return case for methods called from annjl2005-01-121-1/+2
* | | | Elminate 1 LOR (actually a recursive mutex grab) involving ipfilter wheredarrenr2005-01-081-25/+2
* | | | * Remove some code that's in a #ifndef FreeBSD that's no longer used.darrenr2004-12-261-5/+0
* | | | * The #ifdef's to cause mutex's for freebsd to be declared were meant to pickdarrenr2004-12-262-19/+4
* | | | Darnit, through a maze of twisty passages, ipfilter needs to have PFIL_HOOKSscottl2004-12-251-1/+1
* | | | Sprinkle in some __FreeBSD_version checks so that this compiles again. Don'tscottl2004-12-253-3/+6
* | | | Enable fine grained locking within IPFilter, using mtx(9) and sx(9) allowingdarrenr2004-12-249-27/+81
* | | | Initialise init_addr in pf_map_addr() in the PF_POOL_ROUNDROBIN,dhartmei2004-12-191-3/+5
* | | | Make ip_nat compile again. Should read #if->n<-def LARGE_NAT as in ipf 4.xmlaier2004-12-181-1/+1
OpenPOWER on IntegriCloud