summaryrefslogtreecommitdiffstats
path: root/sys/net/if_arcsubr.c
Commit message (Expand)AuthorAgeFilesLines
* 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