summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ether.c
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2009-08-24When realloc()ing device memory for transfer to another ppp process,Brian Somers
2004-09-06Fix the build on 64-bit platforms.Marcel Moolenaar
2004-09-05Make ppp WARNS=5 cleanBrian Somers
2004-07-29Add configuration option "set pppoe [standard|3Com]" which allowsGleb Smirnoff
2002-06-29When a netgraph message is read, look for another before returning.Brian Somers
2002-06-22Don't expect NUL terminated data in all netgraph messages received.Brian Somers
2002-05-14o Clean up some #includesBrian Somers
2002-03-30Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's lineBrian Somers
2002-02-20Handle NGM_PPPOE_ACNAME messages.Brian Somers
2001-08-24Handle return values of 0 from NgRecvMsg() properly.Brian Somers
2001-08-14o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers
2001-07-18Bring the PPPoE Ethernet interface up *BEFORE* we send the node aBrian Somers
2001-06-18Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerBrian Somers
2001-04-10kldload ng_pppoe as necessaryBrian Somers
2001-04-05It's possible to kldload netgraph (as well as the other ng_* bits),Brian Somers
2001-03-28Bring the PPPoE interface UP if requiredBrian Somers
2001-01-14Use fstat to check if descriptor 0 is a socket.Brian Somers
2000-11-16Go back to populating data_len in struct ngpppoe_init_data.Brian Somers
2000-10-31Use the new-style ngpppoe_init_data structure.Brian Somers
2000-10-09Create fd_sets big enough to handle getdtablesize() descriptors.Brian Somers
2000-06-28kldload ng_ether if we need to.Brian Somers
2000-03-14To avoid namespace polution in NetBSD:Brian Somers
1999-11-26Change ``set cd'' so that its default value is device specific. TheBrian Somers
1999-11-25Rewrite the link descriptor transfer code in MP mode.Brian Somers
1999-11-21Call MkSockNode() as uid 0Brian Somers
1999-11-16Remove some extraneous ifdefs, and don't try to put the socket inBrian Somers
1999-11-16Use modfind() to check if a kld is already loaded.Brian Somers
1999-11-09If dev->connected is already set to CARRIER_OK in ether_AwaitCarrier,Brian Somers
1999-11-09Be a bit smarter when identifying a netgraph nodeBrian Somers
1999-11-07Don't zero-pad netgraph node idsBrian Somers
1999-11-06Support PPPoEBrian Somers