summaryrefslogtreecommitdiffstats
path: root/sys/net/if_fwsubr.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert 295285 which was an MFC of the tryforward work (r290383,295282...Renato Botelho2016-02-221-2/+0
* Revert 295285 which was an MFC of the tryforward work (r290383,295282,295283)gnn2016-02-221-0/+2
* MFC: r290383,295282,295283gnn2016-02-041-2/+0
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Tag mbufs of all incoming frames or packets with the interface's FIBbz2011-07-031-0/+1
* Switch cmd argument to u_long. This matches what if_ethersubr.c does andrdivacky2009-06-211-1/+1
* The llentry *lle is only used in cases of INET or INET6.bz2009-06-101-0/+2
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-2/+2
* Remove the rt argument from nd6_storelladdr() becauseqingli2008-12-171-1/+1
* This main goals of this project are:qingli2008-12-151-11/+5
* convert calls to IFQ_HANDOFF to if_transmitkmacy2008-11-221-2/+2
* Check for INET not AF_INET in #ifdef. Makes it compile without INET.bz2008-11-061-1/+1
* Revert a part of the MRT commit that proved un-needed.julian2008-09-141-1/+1
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-1/+1
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* 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