summaryrefslogtreecommitdiffstats
path: root/sys/net/if_iso88025subr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the rt argument from nd6_storelladdr() becauseqingli2008-12-171-1/+1
* This main goals of this project are:qingli2008-12-151-10/+5
* Hide an unused variable in case we compile without INET.bz2008-11-061-0/+4
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Revert a part of the MRT commit that proved un-needed.julian2008-09-141-2/+1
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-1/+2
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-3/+1
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointerandre2006-01-181-1/+1
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-12/+8
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherru2005-11-111-2/+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-2/+4
* In preparation for fixing races in ARP (and probably in otherglebius2005-08-091-0/+1
* When allocating link layer ifnet address list entries inrwatson2005-08-021-2/+6
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-11/+47
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled onmlaier2004-06-151-2/+3
* This commit does two things:luigi2004-04-251-7/+8
* arpcom untangling:luigi2004-04-241-3/+2
* + rename and document an unused field in struct arpcom (field is stillluigi2004-04-181-1/+0
* whoops, forgot to fix these places where arpresolve() was usedluigi2004-04-041-1/+1
* Handle AF_ARP in *_output()mdodd2004-03-141-0/+27
* Constify iso88025_broadcastaddr to make it clear no explicitrwatson2004-03-131-3/+3
* Introduce ip_fastforward and remove ip_flow.andre2003-11-141-1/+1
* Enable IPv6 for Token Ring.mdodd2003-09-141-4/+0
* Cosmetic cleanups.mdodd2003-09-141-19/+21
* Cosmetic adjustment.mdodd2003-09-141-2/+1
* - Use IFP2AC().mdodd2003-03-161-2/+34
* Don't strip header from packets before input routine is called.mdodd2003-03-151-4/+26
* Use if_printf().mdodd2003-03-151-2/+2
* iso88025_ifattach() changes:mdodd2003-03-151-2/+18
* - Style(9) changes.mdodd2003-03-151-4/+11
* Stray } forgotten by manual merging.mdodd2003-03-151-1/+0
* - Remove stray ).mdodd2003-03-151-2/+6
* Revert part of 1.37; use bcopy() like if_fddisubr.c.mdodd2003-03-151-3/+1
* - Increment ifp->if_noproto when appropriate.mdodd2003-03-151-11/+19
* - Adopt tests for (IFF_UP|IFF_RUNNING) and non local unicast packetsmdodd2003-03-151-5/+20
* Add MAC support.mdodd2003-03-151-0/+12
* Use llc_control rather than llc_snap.control.mdodd2003-03-151-1/+1
* - Add comment.mdodd2003-03-151-2/+5
* Reduce code differences.mdodd2003-03-151-7/+6
* Use ISO88025_ADDR_LEN where appropriate.mdodd2003-03-151-6/+6
* Don't use etherbroadcastaddr; use iso88025_broadcastaddr.mdodd2003-03-151-4/+6
* - Remove definition of senderr() from iso88025.h.mdodd2003-03-151-1/+2
* Some whitespace/style/readability changes.mdodd2003-03-151-16/+29
* Add iso88025_resolvemulti().mdodd2003-03-151-0/+87
* Fix formatting of iso88025_ifattach().mdodd2003-03-151-9/+9
* Re-order and prune includes.mdodd2003-03-151-16/+7
OpenPOWER on IntegriCloud