aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ether.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* When realloc()ing device memory for transfer to another ppp process,Brian Somers2009-08-241-3/+4
* Fix the build on 64-bit platforms.Marcel Moolenaar2004-09-061-1/+1
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-6/+8
* Add configuration option "set pppoe [standard|3Com]" which allowsGleb Smirnoff2004-07-291-2/+14
* When a netgraph message is read, look for another before returning.Brian Somers2002-06-291-63/+66
* Don't expect NUL terminated data in all netgraph messages received.Brian Somers2002-06-221-2/+8
* o Clean up some #includesBrian Somers2002-05-141-4/+43
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's lineBrian Somers2002-03-301-28/+5
* Handle NGM_PPPOE_ACNAME messages.Brian Somers2002-02-201-0/+5
* Handle return values of 0 from NgRecvMsg() properly.Brian Somers2001-08-241-2/+2
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-0/+4
* Bring the PPPoE Ethernet interface up *BEFORE* we send the node aBrian Somers2001-07-181-10/+6
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerBrian Somers2001-06-181-10/+1
* kldload ng_pppoe as necessaryBrian Somers2001-04-101-0/+5
* It's possible to kldload netgraph (as well as the other ng_* bits),Brian Somers2001-04-051-2/+2
* Bring the PPPoE interface UP if requiredBrian Somers2001-03-281-3/+18
* Use fstat to check if descriptor 0 is a socket.Brian Somers2001-01-141-20/+32
* Go back to populating data_len in struct ngpppoe_init_data.Brian Somers2000-11-161-2/+2
* Use the new-style ngpppoe_init_data structure.Brian Somers2000-10-311-2/+1
* Create fd_sets big enough to handle getdtablesize() descriptors.Brian Somers2000-10-091-4/+12
* kldload ng_ether if we need to.Brian Somers2000-06-281-2/+8
* To avoid namespace polution in NetBSD:Brian Somers2000-03-141-3/+3
* Change ``set cd'' so that its default value is device specific. TheBrian Somers1999-11-261-5/+21
* Rewrite the link descriptor transfer code in MP mode.Brian Somers1999-11-251-1/+1
* Call MkSockNode() as uid 0Brian Somers1999-11-211-1/+1
* Remove some extraneous ifdefs, and don't try to put the socket inBrian Somers1999-11-161-21/+1
* Use modfind() to check if a kld is already loaded.Brian Somers1999-11-161-11/+5
* If dev->connected is already set to CARRIER_OK in ether_AwaitCarrier,Brian Somers1999-11-091-1/+1
* Be a bit smarter when identifying a netgraph nodeBrian Somers1999-11-091-55/+9
* Don't zero-pad netgraph node idsBrian Somers1999-11-071-4/+4
* Support PPPoEBrian Somers1999-11-061-0/+712