aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_fddisubr.c
Commit message (Expand)AuthorAgeFilesLines
* Tag mbufs of all incoming frames or packets with the interface's FIBBjoern A. Zeeb2011-07-031-0/+1
* Break at_ifawithnet() into two variants:Robert Watson2009-06-241-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-3/+6
* 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-3/+6
* Remove the rt argument from nd6_storelladdr() becauseQing Li2008-12-171-1/+1
* This main goals of this project are:Qing Li2008-12-151-2/+4
* convert calls to IFQ_HANDOFF to if_transmitKip Macy2008-11-221-1/+1
* Hide an unused variable in case we compile without INET.Bjoern A. Zeeb2008-11-061-0/+3
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-3/+1
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-2/+2
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointerAndre Oppermann2006-01-181-1/+1
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-11/+7
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherRuslan Ermilov2005-11-111-2/+4
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-2/+4
* When allocating link layer ifnet address list entries inRobert Watson2005-08-021-2/+6
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-9/+7
* - Break after nested switch.Matthew N. Dodd2005-03-241-0/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled onMax Laier2004-06-151-2/+4
* This commit does two things:Luigi Rizzo2004-04-251-12/+7
* arpcom untangling:Luigi Rizzo2004-04-241-3/+2
* replace Bcmp() with the same bcmp() used in the rest of the file.Luigi Rizzo2004-04-181-2/+2
* + rename and document an unused field in struct arpcom (field is stillLuigi Rizzo2004-04-181-1/+0
* whoops, forgot to fix these places where arpresolve() was usedLuigi Rizzo2004-04-041-1/+1
* Handle AF_ARP in *_output()Matthew N. Dodd2004-03-141-0/+27
* Const-poison ethernet and FDDI broadcast address constants, as theyRobert Watson2004-03-091-1/+1
* Introduce ip_fastforward and remove ip_flow.Andre Oppermann2003-11-141-1/+1
* Remove unnecessary (caddr_t) casts of if_broadcastaddr.Warner Losh2003-10-231-2/+2
* - Use IFP2AC().Matthew N. Dodd2003-03-161-3/+39
* Use if_printf().Matthew N. Dodd2003-03-151-2/+1
* Update interface statistics after MAC and IFF_UP|IFF_RUNNING checks.Matthew N. Dodd2003-03-151-6/+6
* Reduce code differences.Matthew N. Dodd2003-03-151-9/+9
* - Remove definition of senderr() from iso88025.h.Matthew N. Dodd2003-03-151-1/+1
* Re-order and prune includes.Matthew N. Dodd2003-03-151-1/+2
* Formatting and whitespace changes.Matthew N. Dodd2003-03-151-9/+9
* Finish driving a stake through the heart of netns and the associatedPeter Wemm2003-03-051-17/+0
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-31/+21
* sizeof(struct llc) -> LLC_SNAPFRAMELENMatthew N. Dodd2003-03-031-2/+2
* Reduce code duplication. This adds the function rt_check() to route.c.Matthew N. Dodd2003-03-021-22/+5
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-5/+5
* network interface and link layer changes:Sam Leffler2002-11-151-9/+16
* Use if_printf(ifp, "blah") instead ofBrooks Davis2002-10-211-2/+1
* When a packet is sent via a FDDI interface, perform appropriate MACRobert Watson2002-10-201-0/+12
* Fix some harmless mis-indents.Poul-Henning Kamp2002-10-011-1/+1
* - Merge the pdq driver (if_fpa and if_fea) from NetBSD.Matthew N. Dodd2002-03-291-3/+10