aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: user-setable promisc mode. The code is slightly diffrent (and uglier)Maxim Sobolev2002-08-301-2/+2
* MFC: implement a new interface for ether_input(): passing a null ehLuigi Rizzo2002-08-071-12/+26
* Make net.link.ether.ipfw read-write so users of ipfw2 canLuigi Rizzo2002-07-311-1/+1
* The purpose of this commit is to bring the net/ and netinet/ sourcesLuigi Rizzo2002-07-091-42/+172
* Bugfix: fix a couple of m_free() -> m_freem() usages and related issues.Luigi Rizzo2002-04-041-1/+6
* unbreak binary compatibility for network driversMax Khon2002-02-201-1/+0
* MFC: ARP support for variable length link level addressesMax Khon2002-02-131-2/+3
* MFC rev 1.106Jesper Skriver2002-01-161-0/+13
* MFC rev 1.104: fix for input bytes statistic when using bridging.David Greenman2001-12-161-1/+2
* MFC: r1.99; set some values before calling if_attach().Jonathan Lemon2001-12-141-1/+1
* MFC: Make vlan(4) devices loadable, unloadable, and clonable.Brooks Davis2001-12-041-13/+7
* Formatting cleanup, remove a redundant variable.Luigi Rizzo2001-11-041-11/+11
* Mega-MFC for ipfw/bridge/dummynet features and fixes added over theLuigi Rizzo2001-11-031-21/+28
* MFC:Bill Fenner2001-08-011-6/+2
* MFC: do not do arp send/resolve on interface marked NOARP.Jonathan Lemon2001-07-251-0/+5
* Fix breakage in bridging introduced in 1.70.2.13:Luigi Rizzo2001-03-131-0/+3
* MFC: mbuf leaks fixesBosko Milekic2001-03-111-2/+1
* MFC: (rev. 1.89): relocate unicast Ethernet frame hardware addresss check.Archie Cobbs2001-02-161-10/+14
* Another sweep at the bridge/ipfw/dummynet code, thanks to the bugLuigi Rizzo2001-02-071-5/+0
* Assorted bridge+ipfw+dummynet fixes. The general goal of this setLuigi Rizzo2001-02-011-9/+22
* MFC: Get rid of a panic that occurs in ether_demux() by dereferncingBosko Milekic2000-11-281-1/+9
* MFC: properly setup link level header length for 802.2 and SNAP frames.Boris Popov2000-10-201-2/+2
* MFC: make all Ethernet drivers use ether_ifattach() ether_ifdetach()Archie Cobbs2000-07-171-5/+21
* MFC: Merge KAME 2000/07/01 code.Kris Kennaway2000-07-151-4/+0
* MFC: make the ng_ether(4) node type dynamically loadableArchie Cobbs2000-07-111-421/+85
* repair IPv6 multicast (join to :: means all multi)Jun-ichiro itojun Hagino2000-07-091-0/+10
* MFC: do not perform any operation with mbuf after inserting it in theBoris Popov2000-06-251-5/+5
* MFC: only pass the address family to if_simloop()Archie Cobbs2000-06-021-2/+2
* MFC: Move BPF and bridging code into ether_input()Archie Cobbs2000-05-241-7/+60
* MFC: Handle 802.2 and SNAP frames properly.Boris Popov2000-05-011-6/+4
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-171/+4
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).Brian Feldman1999-12-191-3/+2
* Bring up an if_ef driver which allows support for four ethernetBoris Popov1999-12-131-1/+17
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-0/+1
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-1/+2
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-22/+68
* YUCK!Julian Elischer1999-11-151-2/+2
* Fix screwup on synthesising incoming ethernet header in Netgraph mode.Julian Elischer1999-11-141-2/+3
* Oops forgot to put the source MAC address on outgoing packets!Julian Elischer1999-11-111-1/+3
* Use typedefs for node methods.Julian Elischer1999-11-011-9/+7
* Minor hack in the netgraph interface to ethernets.Julian Elischer1999-10-261-11/+60
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+349
* Implement pseudo_AF_HDRCMPLT, which controls the state of the 'headerMike Smith1999-10-151-4/+14
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-1/+2
* Slight cleanups. There were 2 ways of getting the arpcom from the ifp.Julian Elischer1999-01-311-23/+22
* Remove unused variable & clean up a couple of style issues.Eivind Eklund1999-01-121-5/+5
* Bridging support. Wait for LINT to be updated before trying it.Luigi Rizzo1998-12-141-2/+19
* fix broken loopback code for ddp (again)Julian Elischer1998-08-041-3/+6
* Try narrow down the culprit sending undefined packet types through the loopbackJulian Elischer1998-06-141-5/+4