aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_fwsubr.c
Commit message (Expand)AuthorAgeFilesLines
* This change re-adds L2 caching for TCP and UDP, as originally added in D4306George V. Neville-Neil2016-06-021-2/+3
* sys/net* : for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-6/+6
* Finish r275196: do not dereference rtentry in if_output() routines.Alexander V. Chernikov2016-01-091-7/+2
* Replace the fastforward path with tryforward which does not require aGeorge V. Neville-Neil2015-11-051-2/+0
* Simplify the way of attaching IPv6 link-layer header.Alexander V. Chernikov2015-09-161-4/+9
* After r275196 unbreak NOIP and NOINET kernels by hiding an otherwiseBjoern A. Zeeb2014-11-281-0/+2
* Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -Alexander V. Chernikov2014-11-271-5/+7
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-3/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-1/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-3/+3
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Tag mbufs of all incoming frames or packets with the interface's FIBBjoern A. Zeeb2011-07-031-0/+1
* Switch cmd argument to u_long. This matches what if_ethersubr.c does andRoman Divacky2009-06-211-1/+1
* The llentry *lle is only used in cases of INET or INET6.Bjoern A. Zeeb2009-06-101-0/+2
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-2/+2
* Remove the rt argument from nd6_storelladdr() becauseQing Li2008-12-171-1/+1
* This main goals of this project are:Qing Li2008-12-151-11/+5
* convert calls to IFQ_HANDOFF to if_transmitKip Macy2008-11-221-2/+2
* Check for INET not AF_INET in #ifdef. Makes it compile without INET.Bjoern A. Zeeb2008-11-061-1/+1
* Revert a part of the MRT commit that proved un-needed.Julian Elischer2008-09-141-1/+1
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-1/+1
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-2/+2
* 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