summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* In detach method, move if_free() after bus_teardown_intr().ru2005-10-131-1/+2
* Change the reference counting to count the number of cloned interfaces for eachthompsa2005-10-122-2/+3
* Fix "struct ifnet" leak if attach() fails in the middle.ru2005-09-161-0/+2
* Per a request from Nick Triantos of nVidia, nVidia's legal department askedobrien2005-09-112-0/+104
* Stop leaking a lock. This used to cause a propagate_priority() page faultmlaier2005-09-111-3/+3
* Unbreak the build. Committed from the wrong directory.mlaier2005-09-081-4/+5
* Commit imported changes to HEAD:mlaier2005-09-082-21/+67
* Wrap the new world order in __FreeBSD__ to ease future imports.mlaier2005-08-092-0/+14
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-094-14/+15
* Prevent a race condition. As pf_send_tcp() - called for expired synproxymlaier2005-07-202-0/+8
* move RFC3542 related definitions into ip6.h.ume2005-07-201-42/+0
* Export pfsyncstats via sysctl "net.inet.pfsync" in order to print them withmlaier2005-07-141-1/+5
* Properly initialize ifq_maxlen for the defered send queue and make itmlaier2005-06-261-1/+2
* Fix some minor problems before release:darrenr2005-06-232-15/+54
* locking on exit of reading from ip_sync is not correct for all instancesdarrenr2005-06-141-4/+9
* Mark pf callouts as NET_MPSAFE.mlaier2005-06-122-15/+5
* 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
OpenPOWER on IntegriCloud