summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* When considering an ethernet frame that is not destined for us, do notjoerg2004-06-241-3/+9
* Make dependencies on the TCP/IP stack conditional on INET / INET6. Thisdes2004-06-241-0/+21
* Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled onmlaier2004-06-151-1/+3
* Add helper functions to calculate the standard ethernet CRC innaddy2004-06-021-0/+73
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* This commit does two things:luigi2004-04-251-18/+10
* arpcom untangling:luigi2004-04-241-4/+3
* replace Bcmp() with the same bcmp() used in the rest of the file.luigi2004-04-181-2/+2
* + rename and document an unused field in struct arpcom (field is stillluigi2004-04-181-1/+0
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* + arpresolve(): remove an unused argumentluigi2004-04-041-1/+1
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-0/+3
* Handle AF_ARP in *_output()mdodd2004-03-141-0/+27
* Const-poison ethernet and FDDI broadcast address constants, as theyrwatson2004-03-091-1/+1
* Two minor follow-ups on the MT_TAG removal:mlaier2004-03-021-3/+0
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-251-14/+4
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-181-2/+15
* Return EACCES rather than ENOBUFS if ipfw blocks a packet on thedwmalone2004-02-151-1/+1
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-131-15/+2
* Introduce ip_fastforward and remove ip_flow.andre2003-11-141-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-3/+2
* Merge from p4 (noticed these changes with DES' if_ethersubr.c changes causedimp2003-10-231-3/+3
* Clean up whitespace, remove "register" keyword, ANSIfy.des2003-10-231-25/+17
* Comment spelling fix.rwatson2003-10-121-1/+1
* Introduce error checking for calls to M_PREPEND():rwatson2003-08-291-1/+3
* use ETHER_IS_MULTICAST instead of explicit checksam2003-08-191-1/+1
* Move the MAC entry point to label ethernet-sourced mbufs with a MAC labelrwatson2003-07-131-4/+8
* Back out rev 1.146 -- it broke the LINT build.obrien2003-05-051-1/+1
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-301-1/+1
* Tweak to previous commit: increment ifp->if_iqdrops if the m_copy() fails.archie2003-04-231-1/+2
* Fix a case where the return value from m_copy() was not being checkedarchie2003-04-231-6/+6
* - Use if_broadcastaddr from struct ifnet rather than relying onmdodd2003-03-211-1/+4
* Reduce code differences.mdodd2003-03-151-3/+5
* Add module data and version.mdodd2003-03-151-0/+9
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-90/+0
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-57/+33
* sizeof(struct llc) -> LLC_SNAPFRAMELENmdodd2003-03-031-10/+10
* De-register.mdodd2003-03-031-8/+8
* Reduce code duplication. This adds the function rt_check() to route.c.mdodd2003-03-021-25/+5
* Back out M_* changes, per decision of the TRB.imp2003-02-191-8/+8
* remove stray debugging printfsam2003-02-181-1/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-8/+8
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-2/+2
* Move fw_one_pass from ip_fw2.c to ip_input.c so that neitherluigi2002-11-201-1/+1
* o change input packet handling to eliminate the pointer to the structsam2002-11-141-185/+263
* Use if_printf(ifp, "blah") instead ofbrooks2002-10-211-2/+1
* FIx misindentation.phk2002-10-161-12/+15
* Unconditionally restore the pointer to the saved Ethernet header aftercjc2002-10-141-4/+1
* Fix some harmless mis-indents.phk2002-10-011-1/+1
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
OpenPOWER on IntegriCloud