summaryrefslogtreecommitdiffstats
path: root/sys/net/if_arcsubr.c
Commit message (Expand)AuthorAgeFilesLines
* This change re-adds L2 caching for TCP and UDP, as originally added in D4306gnn2016-06-021-2/+4
* sys/net*: minor spelling fixes.pfg2016-05-031-1/+1
* sys: extend use of the howmany() macro when available.pfg2016-04-261-1/+1
* sys/net* : for pointers replace 0 with NULL.pfg2016-04-151-8/+8
* Finish r275196: do not dereference rtentry in if_output() routines.melifaro2016-01-091-3/+2
* Replace the fastforward path with tryforward which does not require agnn2015-11-051-4/+0
* Simplify the way of attaching IPv6 link-layer header.melifaro2015-09-161-10/+12
* Fix typo.melifaro2015-01-091-1/+1
* * Deal with ARCNET L2 multicast mapping for IPv6 the same way as in IPv4:melifaro2015-01-091-1/+4
* After r275196 unbreak NOIP and NOINET kernels by hiding an otherwisebz2014-11-281-0/+2
* Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -melifaro2014-11-271-6/+7
* Mechanically convert to if_inc_counter().glebius2014-09-191-4/+4
* Remove IPX support.glebius2014-03-141-42/+0
* Simplify filling sockaddr_dl structure for if_resolvemulti()melifaro2014-01-181-16/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* 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
OpenPOWER on IntegriCloud