aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_fwsubr.c
Commit message (Expand)AuthorAgeFilesLines
* Zero the reserved fields of the header, as per rfc 2734. This changeAndrew Gallatin2005-03-251-0/+6
* Remove ip_fw.h and ip_dummynet.h from includes.Gleb Smirnoff2005-01-151-2/+0
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Revert previous revision, 1.7, as removal of GIANT_REQUIRED was madeRobert Watson2004-08-241-0/+2
* MT4 if_fwsubr.c:1.6:Robert Watson2004-08-241-2/+0
* Don't need to assert Giant in fw_output(), only in the firewire startRobert Watson2004-08-221-2/+0
* Add two missing includes and remove two uneeded.Pawel Jakub Dawidek2004-06-271-0/+2
* Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled onMax Laier2004-06-151-2/+4
* Add MAC framework bits to the output path.Doug Rabson2004-06-131-0/+6
* Remove advertising clause.Doug Rabson2004-06-131-4/+0
* Add a new driver to support IP over firewire. This driver is intended toDoug Rabson2004-06-131-0/+799