summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
OpenPOWER on IntegriCloud