aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_arcsubr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove call to IFQ_HANDOFF is it called by if_transmit in the default caseKip Macy2009-04-271-1/+1
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-2/+3
* 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
* Make compile without INET.Bjoern A. Zeeb2008-11-051-0/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Use ANSI C function protypes and declarations for if_arcsubr.Robert Watson2006-04-121-33/+13
* Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointerAndre Oppermann2006-01-181-2/+2
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-1/+2
* 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-7/+51
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder2004-09-221-1/+1
* Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled onMax Laier2004-06-151-4/+1
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-301-0/+1
* This commit does two things:Luigi Rizzo2004-04-251-16/+8
* whoops, forgot to fix these places where arpresolve() was usedLuigi Rizzo2004-04-041-1/+1
* MAC addresses are 8 bits in ARCNET. Adjust bcopy().Matthew N. Dodd2004-03-221-2/+2
* - Correct variable name.Matthew N. Dodd2004-03-211-2/+2
* Handle AF_ARP.Matthew N. Dodd2004-03-211-0/+27
* Introduce ip_fastforward and remove ip_flow.Andre Oppermann2003-11-141-2/+2
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-4/+4
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-15/+8
* Reduce code duplication. This adds the function rt_check() to route.c.Matthew N. Dodd2003-03-021-22/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-5/+5
* - bpf is now working (tested with tcpdump)Max Khon2003-01-301-9/+16
* - add support for IPX (tested with mount -t nwfs and mars_nwe),Max Khon2003-01-241-82/+157
* 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-4/+2
* Use if_printf(ifp, "blah") instead ofBrooks Davis2002-10-211-2/+1
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-1/+1
* Cosmetical change: remove empty line to reduce diffs to RELENG_4Max Khon2002-04-141-1/+0
* Fix incorrect m_free - m_freem() usage.Luigi Rizzo2002-04-041-3/+2
* Remove __P.Alfred Perlstein2002-03-191-1/+1
* - generic Arcnet frameworkMax Khon2002-01-081-0/+780