aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_fwsubr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove GIANT_REQUIRED for upcoming changes in FireWire stack.Hidetoshi Shimokawa2007-06-051-4/+0
* Check return value of m_pullup() in firewire_input().Robert Watson2007-05-191-0/+2
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* add missed calls to bpf_peers_presentSam Leffler2006-06-021-2/+2
* Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointerAndre Oppermann2006-01-181-1/+1
* Get rid of the bogus IFP2FC() macro and use IFP2FWC(). IFP2FC()Brooks Davis2006-01-111-7/+5
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-1/+1
* Be pedantic here: We're converting from network byte order to hostWarner Losh2005-10-121-2/+2
* Fixing a boot time panic(when if_fwip is compiled into kernel) by renamingTai-hwa Liang2005-10-061-3/+3
* o Make rt_check() function more strict:Gleb Smirnoff2005-08-111-5/+7
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-1/+2
* In preparation for fixing races in ARP (and probably in otherGleb Smirnoff2005-08-091-0/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-6/+54
* 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