1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00
freebsd/sys/netgraph
Archie Cobbs 19a52c592d Remove the address and control field compression functionality of this
node type.  ACF is device independent and therefore belongs in ng_ppp.c
(which already implements it).
1999-11-19 04:27:53 +00:00
..
netgraph.h
ng_async.c Remove the address and control field compression functionality of this 1999-11-19 04:27:53 +00:00
ng_async.h Remove the address and control field compression functionality of this 1999-11-19 04:27:53 +00:00
ng_base.c Remove a null pointer reference 1999-11-09 00:31:04 +00:00
ng_cisco.c
ng_cisco.h
ng_echo.c
ng_echo.h
ng_ether.h
ng_frame_relay.c
ng_frame_relay.h
ng_hole.c
ng_hole.h
ng_iface.c Rename 'struct private' to 'struct ng_xxx_private' to allow gdb 1999-11-19 04:25:39 +00:00
ng_iface.h
ng_ksocket.c New netgraph node type "ksocket". 1999-11-16 23:25:11 +00:00
ng_ksocket.h New netgraph node type "ksocket". 1999-11-16 23:25:11 +00:00
ng_lmi.c When allocating a new PKTHDR mbuf, always set m->m_pkthdr.rcvif = NULL. 1999-11-17 17:41:22 +00:00
ng_lmi.h
ng_message.h
ng_ppp.c More bug fixes. 1999-11-10 23:56:57 +00:00
ng_ppp.h Move handling of the address and control fields into the PPP node; 1999-11-10 06:15:22 +00:00
ng_pppoe.c Small fixes from Brian for the Server side of PPPoE. 1999-11-15 04:03:34 +00:00
ng_pppoe.h Remove a null pointer reference 1999-11-09 00:31:04 +00:00
ng_rfc1490.c
ng_rfc1490.h
ng_sample.c
ng_sample.h
ng_socket.c Provide an empty name to getsockname() if one hasn't been set up. 1999-11-11 20:08:04 +00:00
ng_socket.h
ng_socketvar.h Move a structure Netstat needs back out to ng_socketvar.h (yech) 1999-11-06 19:27:04 +00:00
ng_tee.c Fix crash when trying to duplicate a NULL meta. 1999-11-08 03:11:22 +00:00
ng_tee.h
ng_tty.c When allocating a new PKTHDR mbuf, always set m->m_pkthdr.rcvif = NULL. 1999-11-17 17:41:22 +00:00
ng_tty.h
ng_UI.c Rename 'struct private' to 'struct ng_xxx_private' to allow gdb 1999-11-19 04:25:39 +00:00
ng_UI.h
ng_vjc.c When allocating a new PKTHDR mbuf, always set m->m_pkthdr.rcvif = NULL. 1999-11-17 17:41:22 +00:00
ng_vjc.h More bug fixes for the VJ Compression node. Seems to work now (really). 1999-11-15 20:02:58 +00:00
NOTES