summaryrefslogtreecommitdiff
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce ip_fastforward and remove ip_flow.Andre Oppermann2003-11-141-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-3/+2
* Merge from p4 (noticed these changes with DES' if_ethersubr.c changes causedWarner Losh2003-10-231-3/+3
* Clean up whitespace, remove "register" keyword, ANSIfy.Dag-Erling Smørgrav2003-10-231-25/+17
* Comment spelling fix.Robert Watson2003-10-121-1/+1
* Introduce error checking for calls to M_PREPEND():Robert Watson2003-08-291-1/+3
* use ETHER_IS_MULTICAST instead of explicit checkSam Leffler2003-08-191-1/+1
* Move the MAC entry point to label ethernet-sourced mbufs with a MAC labelRobert Watson2003-07-131-4/+8
* Back out rev 1.146 -- it broke the LINT build.David E. O'Brien2003-05-051-1/+1
* Fix some easy, global, lint warnings. In most cases, this meansMark Murray2003-04-301-1/+1
* Tweak to previous commit: increment ifp->if_iqdrops if the m_copy() fails.Archie Cobbs2003-04-231-1/+2
* Fix a case where the return value from m_copy() was not being checkedArchie Cobbs2003-04-231-6/+6
* - Use if_broadcastaddr from struct ifnet rather than relying onMatthew N. Dodd2003-03-211-1/+4
* Reduce code differences.Matthew N. Dodd2003-03-151-3/+5
* Add module data and version.Matthew N. Dodd2003-03-151-0/+9
* Finish driving a stake through the heart of netns and the associatedPeter Wemm2003-03-051-90/+0
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-57/+33
* sizeof(struct llc) -> LLC_SNAPFRAMELENMatthew N. Dodd2003-03-031-10/+10
* De-register.Matthew N. Dodd2003-03-031-8/+8
* Reduce code duplication. This adds the function rt_check() to route.c.Matthew N. Dodd2003-03-021-25/+5
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-8/+8
* remove stray debugging printfSam Leffler2003-02-181-1/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-8/+8
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-191-2/+2
* Move fw_one_pass from ip_fw2.c to ip_input.c so that neitherLuigi Rizzo2002-11-201-1/+1
* o change input packet handling to eliminate the pointer to the structSam Leffler2002-11-141-185/+263
* Use if_printf(ifp, "blah") instead ofBrooks Davis2002-10-211-2/+1
* FIx misindentation.Poul-Henning Kamp2002-10-161-12/+15
* Unconditionally restore the pointer to the saved Ethernet header afterCrist J. Clark2002-10-141-4/+1
* Fix some harmless mis-indents.Poul-Henning Kamp2002-10-011-1/+1
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* Add the "Monitor" interface flag.Poul-Henning Kamp2002-09-271-0/+7
* Be a bit more technical:Poul-Henning Kamp2002-09-261-1/+1
* Optimize the way we call BPF a tiny bit: If we chop the ether-header offPoul-Henning Kamp2002-09-181-8/+7
* Fix the GENERIC build. Don't refer to the non-existant fw_one_pass.David E. O'Brien2002-09-121-1/+1
* Make bridging and layer2-ipfw obey net.inet.ip.fw.one_pass.Luigi Rizzo2002-09-121-2/+2
* Fix a silly typo in user-setable promisc mode code.Maxim Sobolev2002-08-301-1/+1
* Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)).Maxim Sobolev2002-08-191-2/+2
* Extend the interface to ether_input(): a NULL eh pointer means thatLuigi Rizzo2002-08-041-12/+26
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+12
* Remove one useless variable.Luigi Rizzo2002-06-301-3/+1
* fix indentation, whitespace and a few comments.Luigi Rizzo2002-06-231-31/+28
* Remove (almost all) global variables that were used to holdLuigi Rizzo2002-06-221-29/+38
* Add ipfw hooks to ether_demux() and ether_output_frame().Luigi Rizzo2002-05-131-0/+146
* Fix a couple of incorrect m_free() vs. m_freem() usages and related issues.Luigi Rizzo2002-04-041-1/+8
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-241-1/+1
* Remove __P.Alfred Perlstein2002-03-191-2/+2
* Remove useless initialization to 0 of a couple of global variables.Luigi Rizzo2002-02-151-2/+2
* It turns out that when a broadcast packet is looped back, the checksumsJesper Skriver2002-01-111-0/+13
* minor style fix.Jonathan Lemon2001-12-141-0/+1