freebsd-nq/sys/netgraph
Archie Cobbs 9bee7adfa8 Fix a couple of bugs:
- Properly handle 32 bit sequence numbers when they wrap around
- Don't drop GRE packets with stale ACK numbers, just ignore the ACK
- Close race between node being shutdown and timer going off
Also add support for lots of statistics, and control message ASCIIfication
2000-05-05 01:11:39 +00:00
..
netgraph.h Macro call to ng_send_dataq() should have been to ng_send_data() instead. 2000-05-01 23:34:15 +00:00
ng_async.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_async.h
ng_base.c Don't assume *lasthook is initialized in ng_path2node(). 2000-05-02 17:09:46 +00:00
ng_bpf.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_bpf.h
ng_cisco.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_cisco.h
ng_echo.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_echo.h
ng_ether.h
ng_frame_relay.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_frame_relay.h
ng_hole.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_hole.h
ng_iface.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_iface.h
ng_ksocket.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_ksocket.h
ng_lmi.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_lmi.h
ng_message.h Use 'type_name' structure field instead of 'typename', which is 2000-05-01 23:29:19 +00:00
ng_mppc.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_mppc.h
ng_parse.c
ng_parse.h
ng_ppp.c Fix broken multi-link fragment reassembly algorithm. 2000-05-02 00:09:18 +00:00
ng_ppp.h Fix broken multi-link fragment reassembly algorithm. 2000-05-02 00:09:18 +00:00
ng_pppoe.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_pppoe.h
ng_pptpgre.c Fix a couple of bugs: 2000-05-05 01:11:39 +00:00
ng_pptpgre.h Fix a couple of bugs: 2000-05-05 01:11:39 +00:00
ng_rfc1490.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_rfc1490.h
ng_sample.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_sample.h
ng_socket.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_socket.h
ng_socketvar.h
ng_tee.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_tee.h
ng_tty.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_tty.h
ng_UI.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_UI.h
ng_vjc.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_vjc.h
NOTES