This website requires JavaScript.
Explore
Help
Register
Sign In
hardenedbsd
/
HardenedBSD
Watch
1
Star
0
Fork
0
You've already forked HardenedBSD
mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced
2025-01-11 17:04:19 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
ae28ded2c8
HardenedBSD
/
sys
/
netgraph
History
Alexander Motin
b1f26c738c
Fix copy-paste bug in NGM_NETFLOW_SETCONFIG argument size verification.
...
PR: kern/134220 Submitted by: Eugene Mychlo MFC after: 1 week
2009-05-13 02:26:34 +00:00
..
atm
Make Netgraph compile with Clang.
2009-03-03 18:47:33 +00:00
bluetooth
Switch ubtbcmfw(4) to use si_drv1 instead of storing the unit number.
2009-04-17 22:13:41 +00:00
netflow
Fix copy-paste bug in NGM_NETFLOW_SETCONFIG argument size verification.
2009-05-13 02:26:34 +00:00
netgraph.h
Change the curvnet variable from a global const struct vnet *,
2009-05-05 10:56:12 +00:00
ng_async.c
ng_async.h
ng_atmllc.c
ng_atmllc.h
ng_base.c
Unbreak LINT build, caused by a change in struct ng_node layout introduced
2009-05-05 16:26:06 +00:00
ng_bpf.c
ng_bpf.h
ng_bridge.c
ng_bridge.h
ng_car.c
ng_car.h
ng_cisco.c
ng_cisco.h
ng_deflate.c
Use m_unshare()+m_copyback() instead of m_freem()+m_devget() to keep
2009-01-18 19:25:36 +00:00
ng_deflate.h
ng_device.c
ng_device.h
ng_echo.c
ng_echo.h
ng_eiface.c
In preparation to make options VIMAGE operational, where needed,
2009-04-26 07:14:50 +00:00
ng_eiface.h
ng_etf.c
ng_etf.h
ng_ether_echo.c
ng_ether_echo.h
ng_ether.c
In preparation to make options VIMAGE operational, where needed,
2009-04-26 07:14:50 +00:00
ng_ether.h
ng_fec.c
Change if_output to take a struct route as its fourth argument in order
2009-04-16 20:30:28 +00:00
ng_fec.h
ng_frame_relay.c
ng_frame_relay.h
ng_gif_demux.c
ng_gif_demux.h
ng_gif.c
For all files including net/vnet.h directly include opt_route.h and
2009-02-27 14:12:05 +00:00
ng_gif.h
ng_hole.c
ng_hole.h
ng_hub.c
ng_hub.h
ng_iface.c
In preparation to make options VIMAGE operational, where needed,
2009-04-26 07:14:50 +00:00
ng_iface.h
Check for infinite recursion possible on some broken PPTP/L2TP/... VPN setups.
2009-01-20 22:26:09 +00:00
ng_ip_input.c
ng_ip_input.h
ng_ipfw.c
ng_ipfw.h
ng_ksocket.c
ng_ksocket.h
ng_l2tp.c
Add memmove() to the kernel, making the kernel compile with Clang.
2009-02-28 16:21:25 +00:00
ng_l2tp.h
ng_lmi.c
ng_lmi.h
ng_message.h
ng_mppc.c
If source mbuf chain consists of only one mbuf, use it directly as source
2009-01-18 21:09:34 +00:00
ng_mppc.h
ng_nat.c
ng_nat.h
ng_one2many.c
ng_one2many.h
ng_parse.c
ng_parse.h
ng_pipe.c
ng_pipe.h
ng_ppp.c
Remove strict limitation on minimal multilink MRRU. RFC claims that MRRU
2009-01-18 12:03:43 +00:00
ng_ppp.h
ng_pppoe.c
Make Netgraph compile with Clang.
2009-03-03 18:47:33 +00:00
ng_pppoe.h
Make Netgraph compile with Clang.
2009-03-03 18:47:33 +00:00
ng_pptpgre.c
ng_pptpgre.h
ng_pred1.c
Use m_unshare()+m_copyback() instead of m_freem()+m_devget() to keep
2009-01-18 19:25:36 +00:00
ng_pred1.h
ng_rfc1490.c
ng_rfc1490.h
ng_sample.c
ng_sample.h
ng_socket.c
ng_socket.h
ng_socketvar.h
ng_source.c
ng_source.h
ng_split.c
ng_split.h
ng_sppp.c
ng_sppp.h
ng_tag.c
ng_tag.h
ng_tcpmss.c
ng_tcpmss.h
ng_tee.c
ng_tee.h
ng_tty.c
ng_tty.h
ng_UI.c
ng_UI.h
ng_vjc.c
Mark ng_vjc node as FORCE_WRITER to protect slcompress state.
2009-01-08 17:51:15 +00:00
ng_vjc.h
ng_vlan.c
ng_vlan.h
NOTES