summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved the updating of if_ibytes from ether_demux() to ether_input() to fixdg2001-12-141-1/+2
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from thebrooks2001-12-031-1/+1
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedluigi2001-11-041-7/+7
* bring in ARP support for variable length link level addressesfjoe2001-10-141-2/+3
* Set if_type and if_addrlen before calling if_attach(), so the values arejlemon2001-10-111-1/+1
* Make it so dummynet and bridge can be loaded as modules.ps2001-10-051-24/+18
* Remove/comment tokens after #endif (#endif NETATALK)peter2001-09-101-2/+2
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-1/+1
* Make vlan(4) loadable, unloadable, and clonable. As a side effect,brooks2001-09-051-13/+7
* Do not perform arp send/resolve on an interface marked NOARP.jlemon2001-06-151-0/+5
* Get IP multicast working on VLAN devices:fenner2001-05-021-6/+2
* Plug several mbuf leaks in error cases (in nd6)bmilekic2001-03-111-2/+1
* Insert entropy harvesting calls for network traffic. Bymarkm2001-02-181-0/+4
* Sync with the bridge/dummynet/ipfw code already tested in stable.luigi2001-02-101-6/+1
* When we receive an incoming Ethernet frame that was unicast to aarchie2001-02-081-10/+14
* MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately)luigi2001-02-021-10/+23
* Comment the interface to ether_input() and the way is normallyluigi2001-01-251-0/+9
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-2/+2
* Remove unused variable, spl() manipulation isn't done for the ifq now.jlemon2000-11-251-1/+0
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-31/+7
* Properly setup link level header length for 802.2 and SNAP frames.bp2000-09-301-2/+2
OpenPOWER on IntegriCloud