summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the "Monitor" interface flag.phk2002-09-271-0/+7
* Be a bit more technical:phk2002-09-261-1/+1
* Optimize the way we call BPF a tiny bit: If we chop the ether-header offphk2002-09-181-8/+7
* Fix the GENERIC build. Don't refer to the non-existant fw_one_pass.obrien2002-09-121-1/+1
* Make bridging and layer2-ipfw obey net.inet.ip.fw.one_pass.luigi2002-09-121-2/+2
* Fix a silly typo in user-setable promisc mode code.sobomax2002-08-301-1/+1
* Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)).sobomax2002-08-191-2/+2
* Extend the interface to ether_input(): a NULL eh pointer means thatluigi2002-08-041-12/+26
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+12
* Remove one useless variable.luigi2002-06-301-3/+1
* fix indentation, whitespace and a few comments.luigi2002-06-231-31/+28
* Remove (almost all) global variables that were used to holdluigi2002-06-221-29/+38
* Add ipfw hooks to ether_demux() and ether_output_frame().luigi2002-05-131-0/+146
* Fix a couple of incorrect m_free() vs. m_freem() usages and related issues.luigi2002-04-041-1/+8
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-241-1/+1
* Remove __P.alfred2002-03-191-2/+2
* Remove useless initialization to 0 of a couple of global variables.luigi2002-02-151-2/+2
* It turns out that when a broadcast packet is looped back, the checksumsjesper2002-01-111-0/+13
* minor style fix.jlemon2001-12-141-0/+1
OpenPOWER on IntegriCloud