summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix support for 802.2 and SNAP frames. Bug was introduced duringbp2000-04-271-6/+4
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-171/+4
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-191-3/+2
* Bring up an if_ef driver which allows support for four ethernetbp1999-12-131-1/+17
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-0/+1
* Add two new generic control messages, NGM_ASCII2BINARY andarchie1999-11-301-1/+2
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-22/+68
* YUCK!julian1999-11-151-2/+2
* Fix screwup on synthesising incoming ethernet header in Netgraph mode.julian1999-11-141-2/+3
* Oops forgot to put the source MAC address on outgoing packets!julian1999-11-111-1/+3
* Use typedefs for node methods.julian1999-11-011-9/+7
* Minor hack in the netgraph interface to ethernets.julian1999-10-261-11/+60
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+349
* Implement pseudo_AF_HDRCMPLT, which controls the state of the 'headermsmith1999-10-151-4/+14
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+2
* Slight cleanups. There were 2 ways of getting the arpcom from the ifp.julian1999-01-311-23/+22
* Remove unused variable & clean up a couple of style issues.eivind1999-01-121-5/+5
* Bridging support. Wait for LINT to be updated before trying it.luigi1998-12-141-2/+19
* fix broken loopback code for ddp (again)julian1998-08-041-3/+6
* Try narrow down the culprit sending undefined packet types through the loopbackjulian1998-06-141-5/+4
* Allow a protocol to specify that it does NOT want to be looped backjulian1998-06-131-3/+6
* Go through the loopback code with a broom..julian1998-06-121-97/+35
* Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> viadg1998-05-191-1/+3
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-2/+2
* Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actuallywollman1998-03-181-9/+24
* Removed unused #includes.bde1998-02-201-4/+1
* Make the debug options new-style.eivind1998-01-311-2/+2
OpenPOWER on IntegriCloud