summaryrefslogtreecommitdiffstats
path: root/sys/net/if_arcsubr.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert 295285 which was an MFC of the tryforward work (r290383,295282...Renato Botelho2016-02-221-4/+0
* Revert 295285 which was an MFC of the tryforward work (r290383,295282,295283)gnn2016-02-221-0/+4
* MFC: r290383,295282,295283gnn2016-02-041-4/+0
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-5/+8
* Remove __FreeBSD_version ifdefs.glebius2013-03-221-4/+0
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-5/+5
* 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
* remove call to IFQ_HANDOFF is it called by if_transmit in the default casekmacy2009-04-271-1/+1
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-2/+3
* Remove the rt argument from nd6_storelladdr() becauseqingli2008-12-171-1/+1
* This main goals of this project are:qingli2008-12-151-2/+4
* Make compile without INET.bz2008-11-051-0/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Use ANSI C function protypes and declarations for if_arcsubr.rwatson2006-04-121-33/+13
* Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointerandre2006-01-181-2/+2
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-1/+2
* 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-7/+51
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-221-1/+1
* Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled onmlaier2004-06-151-4/+1
* add missing #include <sys/module.h>phk2004-05-301-0/+1
* This commit does two things:luigi2004-04-251-16/+8
* whoops, forgot to fix these places where arpresolve() was usedluigi2004-04-041-1/+1
* MAC addresses are 8 bits in ARCNET. Adjust bcopy().mdodd2004-03-221-2/+2
* - Correct variable name.mdodd2004-03-211-2/+2
* Handle AF_ARP.mdodd2004-03-211-0/+27
* Introduce ip_fastforward and remove ip_flow.andre2003-11-141-2/+2
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-4/+4
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-15/+8
* Reduce code duplication. This adds the function rt_check() to route.c.mdodd2003-03-021-22/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* - bpf is now working (tested with tcpdump)fjoe2003-01-301-9/+16
* - add support for IPX (tested with mount -t nwfs and mars_nwe),fjoe2003-01-241-82/+157
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* network interface and link layer changes:sam2002-11-151-4/+2
* Use if_printf(ifp, "blah") instead ofbrooks2002-10-211-2/+1
* Be consistent about functions being static.phk2002-10-161-1/+1
* Cosmetical change: remove empty line to reduce diffs to RELENG_4fjoe2002-04-141-1/+0
* Fix incorrect m_free - m_freem() usage.luigi2002-04-041-3/+2
* Remove __P.alfred2002-03-191-1/+1
* - generic Arcnet frameworkfjoe2002-01-081-0/+780
OpenPOWER on IntegriCloud