summaryrefslogtreecommitdiffstats
path: root/sys/net/if_fwsubr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove GIANT_REQUIRED for upcoming changes in FireWire stack.simokawa2007-06-051-4/+0
* Check return value of m_pullup() in firewire_input().rwatson2007-05-191-0/+2
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* add missed calls to bpf_peers_presentsam2006-06-021-2/+2
* Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointerandre2006-01-181-1/+1
* Get rid of the bogus IFP2FC() macro and use IFP2FWC(). IFP2FC()brooks2006-01-111-7/+5
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* Be pedantic here: We're converting from network byte order to hostimp2005-10-121-2/+2
* Fixing a boot time panic(when if_fwip is compiled into kernel) by renamingavatar2005-10-061-3/+3
* o Make rt_check() function more strict:glebius2005-08-111-5/+7
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-1/+2
* In preparation for fixing races in ARP (and probably in otherglebius2005-08-091-0/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-6/+54
* Zero the reserved fields of the header, as per rfc 2734. This changegallatin2005-03-251-0/+6
* Remove ip_fw.h and ip_dummynet.h from includes.glebius2005-01-151-2/+0
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Revert previous revision, 1.7, as removal of GIANT_REQUIRED was maderwatson2004-08-241-0/+2
* MT4 if_fwsubr.c:1.6:rwatson2004-08-241-2/+0
* Don't need to assert Giant in fw_output(), only in the firewire startrwatson2004-08-221-2/+0
* Add two missing includes and remove two uneeded.pjd2004-06-271-0/+2
* Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled onmlaier2004-06-151-2/+4
* Add MAC framework bits to the output path.dfr2004-06-131-0/+6
* Remove advertising clause.dfr2004-06-131-4/+0
* Add a new driver to support IP over firewire. This driver is intended todfr2004-06-131-0/+799
OpenPOWER on IntegriCloud