This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2024-12-21 11:13:30 +00:00
Code
Issues
Releases
Activity
cf45d5da77
freebsd
/
sys
/
netgraph
History
Brian Feldman
7586b25ce3
Add an "ethernet" hook to the rfc1490 netgraph module. It will send
...
and receive FCS-less RFC1490-"bridged" Ethernet packets that are currently just ignored.
2004-01-14 00:39:28 +00:00
..
atm
NULL -> 0 where appropriate.
2003-12-24 18:51:01 +00:00
bluetooth
NULL -> 0 where appropriate.
2003-12-24 18:51:01 +00:00
netgraph.h
ng_async.c
ng_async.h
ng_base.c
The last argument to mtx_init() should be MTX_DEF, not 0. This is not a
2003-12-08 01:18:04 +00:00
ng_bpf.c
ng_bpf.h
ng_bridge.c
Removed an outdated comment.
2003-12-18 09:16:40 +00:00
ng_bridge.h
ng_cisco.c
ng_cisco.h
ng_device.c
ng_device.h
ng_echo.c
ng_echo.h
ng_eiface.c
Use the (now standard) Ethernet address parse type.
2003-12-17 13:03:32 +00:00
ng_eiface.h
Use the (now standard) Ethernet address parse type.
2003-12-17 13:03:32 +00:00
ng_etf.c
Fixed panic on hook disconnection that previous revision has introduced.
2003-12-19 15:09:12 +00:00
ng_etf.h
ng_ether.c
Also, don't crash in the netgraph disconnect node if the interface is
2004-01-09 02:03:24 +00:00
ng_ether.h
Made the Ethernet address parse type standard.
2003-12-17 12:40:34 +00:00
ng_fec.c
ng_fec.h
ng_frame_relay.c
ng_frame_relay.h
ng_gif_demux.c
ng_gif_demux.h
ng_gif.c
ng_gif.h
ng_hole.c
ng_hole.h
ng_iface.c
o eliminate widespread on-stack mbuf use for bpf by introducing
2003-12-28 03:56:00 +00:00
ng_iface.h
ng_ip_input.c
ng_ip_input.h
ng_ksocket.c
Replaced two bzero() calls with the M_ZERO flag to malloc().
2003-12-17 11:48:18 +00:00
ng_ksocket.h
ng_l2tp.c
ng_l2tp.h
ng_lmi.c
ng_lmi.h
ng_message.h
ng_mppc.c
ng_mppc.h
ng_one2many.c
ng_one2many.h
ng_parse.c
Made the Ethernet address parse type standard.
2003-12-17 12:40:34 +00:00
ng_parse.h
Made the Ethernet address parse type standard.
2003-12-17 12:40:34 +00:00
ng_ppp.c
ng_ppp.h
ng_pppoe.c
The default value of net.graph.nonstandard_pppoe is changed to -1,
2003-12-19 16:03:28 +00:00
ng_pppoe.h
ng_pptpgre.c
Lower the maximum ACK timeout for GRE packets from 10 to 1 second.
2003-11-18 20:43:23 +00:00
ng_pptpgre.h
ng_rfc1490.c
Add an "ethernet" hook to the rfc1490 netgraph module. It will send
2004-01-14 00:39:28 +00:00
ng_rfc1490.h
Add an "ethernet" hook to the rfc1490 netgraph module. It will send
2004-01-14 00:39:28 +00:00
ng_sample.c
ng_sample.h
ng_socket.c
Introduce a MAC label reference in 'struct inpcb', which caches
2003-11-18 00:39:07 +00:00
ng_socket.h
ng_socketvar.h
ng_source.c
ng_source.h
ng_split.c
ng_split.h
ng_tee.c
ng_tee.h
ng_tty.c
ng_tty.h
ng_UI.c
ng_UI.h
ng_vjc.c
ng_vjc.h
NOTES