summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ether.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the build on 64-bit platforms.marcel2004-09-061-1/+1
* Make ppp WARNS=5 cleanbrian2004-09-051-6/+8
* Add configuration option "set pppoe [standard|3Com]" which allowsglebius2004-07-291-2/+14
* When a netgraph message is read, look for another before returning.brian2002-06-291-63/+66
* Don't expect NUL terminated data in all netgraph messages received.brian2002-06-221-2/+8
* o Clean up some #includesbrian2002-05-141-4/+43
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's linebrian2002-03-301-28/+5
* Handle NGM_PPPOE_ACNAME messages.brian2002-02-201-0/+5
* Handle return values of 0 from NgRecvMsg() properly.brian2001-08-241-2/+2
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-0/+4
* Bring the PPPoE Ethernet interface up *BEFORE* we send the node abrian2001-07-181-10/+6
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerbrian2001-06-181-10/+1
* kldload ng_pppoe as necessarybrian2001-04-101-0/+5
* It's possible to kldload netgraph (as well as the other ng_* bits),brian2001-04-051-2/+2
* Bring the PPPoE interface UP if requiredbrian2001-03-281-3/+18
* Use fstat to check if descriptor 0 is a socket.brian2001-01-141-20/+32
* Go back to populating data_len in struct ngpppoe_init_data.brian2000-11-161-2/+2
* Use the new-style ngpppoe_init_data structure.brian2000-10-311-2/+1
* Create fd_sets big enough to handle getdtablesize() descriptors.brian2000-10-091-4/+12
* kldload ng_ether if we need to.brian2000-06-281-2/+8
* To avoid namespace polution in NetBSD:brian2000-03-141-3/+3
* Change ``set cd'' so that its default value is device specific. Thebrian1999-11-261-5/+21
* Rewrite the link descriptor transfer code in MP mode.brian1999-11-251-1/+1
* Call MkSockNode() as uid 0brian1999-11-211-1/+1
* Remove some extraneous ifdefs, and don't try to put the socket inbrian1999-11-161-21/+1
* Use modfind() to check if a kld is already loaded.brian1999-11-161-11/+5
* If dev->connected is already set to CARRIER_OK in ether_AwaitCarrier,brian1999-11-091-1/+1
* Be a bit smarter when identifying a netgraph nodebrian1999-11-091-55/+9
* Don't zero-pad netgraph node idsbrian1999-11-071-4/+4
* Support PPPoEbrian1999-11-061-0/+712
OpenPOWER on IntegriCloud