summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of a panic that occurs in ether_demux() by dereferencing a NULL mbufbmilekic2000-09-241-1/+9
* Make the bridge_refresh operation automatic when ethernet interfacesnsayer2000-07-291-0/+6
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-5/+21
* repair IPV6_JOIN_GROUP to IPv6 all multi.itojun2000-07-091-0/+10
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-4/+0
* Fix kernel build breakage when 'device ether' was not included.archie2000-06-291-11/+0
* Make the ng_ether(4) node type dynamically loadable like the rest.archie2000-06-261-422/+96
* Do not perform any opeartion with mbuf after it placed intobp2000-06-141-5/+5
* Just need to pass the address family to if_simloop(), not the whole sockaddr.archie2000-05-241-2/+2
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-8/+61
* OOps forgot to check in this one...julian2000-04-281-3/+4
OpenPOWER on IntegriCloud