index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
ppp
/
ether.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the build on 64-bit platforms.
marcel
2004-09-06
1
-1
/
+1
*
Make ppp WARNS=5 clean
brian
2004-09-05
1
-6
/
+8
*
Add configuration option "set pppoe [standard|3Com]" which allows
glebius
2004-07-29
1
-2
/
+14
*
When a netgraph message is read, look for another before returning.
brian
2002-06-29
1
-63
/
+66
*
Don't expect NUL terminated data in all netgraph messages received.
brian
2002-06-22
1
-2
/
+8
*
o Clean up some #includes
brian
2002-05-14
1
-4
/
+43
*
Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's line
brian
2002-03-30
1
-28
/
+5
*
Handle NGM_PPPOE_ACNAME messages.
brian
2002-02-20
1
-0
/
+5
*
Handle return values of 0 from NgRecvMsg() properly.
brian
2001-08-24
1
-2
/
+2
*
o Add ipv6 support, abstracting most NCP addresses into opaque
brian
2001-08-14
1
-0
/
+4
*
Bring the PPPoE Ethernet interface up *BEFORE* we send the node a
brian
2001-07-18
1
-10
/
+6
*
Handle hardware-imposed MTU/MRU limitations. PPPoE will no longer
brian
2001-06-18
1
-10
/
+1
*
kldload ng_pppoe as necessary
brian
2001-04-10
1
-0
/
+5
*
It's possible to kldload netgraph (as well as the other ng_* bits),
brian
2001-04-05
1
-2
/
+2
*
Bring the PPPoE interface UP if required
brian
2001-03-28
1
-3
/
+18
*
Use fstat to check if descriptor 0 is a socket.
brian
2001-01-14
1
-20
/
+32
*
Go back to populating data_len in struct ngpppoe_init_data.
brian
2000-11-16
1
-2
/
+2
*
Use the new-style ngpppoe_init_data structure.
brian
2000-10-31
1
-2
/
+1
*
Create fd_sets big enough to handle getdtablesize() descriptors.
brian
2000-10-09
1
-4
/
+12
*
kldload ng_ether if we need to.
brian
2000-06-28
1
-2
/
+8
*
To avoid namespace polution in NetBSD:
brian
2000-03-14
1
-3
/
+3
*
Change ``set cd'' so that its default value is device specific. The
brian
1999-11-26
1
-5
/
+21
*
Rewrite the link descriptor transfer code in MP mode.
brian
1999-11-25
1
-1
/
+1
*
Call MkSockNode() as uid 0
brian
1999-11-21
1
-1
/
+1
*
Remove some extraneous ifdefs, and don't try to put the socket in
brian
1999-11-16
1
-21
/
+1
*
Use modfind() to check if a kld is already loaded.
brian
1999-11-16
1
-11
/
+5
*
If dev->connected is already set to CARRIER_OK in ether_AwaitCarrier,
brian
1999-11-09
1
-1
/
+1
*
Be a bit smarter when identifying a netgraph node
brian
1999-11-09
1
-55
/
+9
*
Don't zero-pad netgraph node ids
brian
1999-11-07
1
-4
/
+4
*
Support PPPoE
brian
1999-11-06
1
-0
/
+712