NetBSD/sys/net
rmind f938371887 NPF checkpoint:
- Add the concept of rule procedure: separate normalization, logging and
  potentially other functions from the rule structure.  Rule procedure can be
  shared amongst the rules.  Separation is both at kernel level (npf_rproc_t)
  and configuration ("procedure" + "apply").
- Fix portmap sharing for NAT policy.
- Update TCP state tracking logic.  Use TCP FSM definitions.
- Add if_byindex(), OK by matt@.  Use in logging for the lookup.
- Fix traceroute ALG and many other bugs; misc clean-up.
2011-01-18 20:33:45 +00:00
..
agr Keep condvar wmesg within 8 char limit 2010-08-11 11:47:29 +00:00
npf NPF checkpoint: 2011-01-18 20:33:45 +00:00
Makefile Import NPF - a packet filter. Some features: 2010-08-22 18:56:18 +00:00
bpf.c kern/44310: Alexander Nasonov: write to /dev/bpf truncates size_t to int 2011-01-02 21:03:45 +00:00
bpf.h make bpf_validate available in userland. 2010-12-05 02:40:40 +00:00
bpf_filter.c revert another part of bpf_filter 1.38 that broke the check for divide 2010-12-05 22:40:56 +00:00
bpf_stub.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
bpfdesc.h add BIOC{G,S}FEEDBACK which allows one to receive injected outgoing packets 2010-03-13 20:38:48 +00:00
bridgestp.c
bsd-comp.c
dlt.h
ethertypes.h
files.pf Import pfsync support from OpenBSD 4.2 2009-09-14 10:36:48 +00:00
if.c NPF checkpoint: 2011-01-18 20:33:45 +00:00
if.h NPF checkpoint: 2011-01-18 20:33:45 +00:00
if_arc.h
if_arcsubr.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
if_arp.h
if_atm.h
if_atmsubr.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
if_bridge.c _KERNEL_TOP 2010-12-07 20:38:26 +00:00
if_bridgevar.h
if_dl.h
if_eco.h
if_ecosubr.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
if_ether.h Replace ether_nonstatic_aton with a 2010-05-19 20:41:59 +00:00
if_etherip.c Replace ether_nonstatic_aton with a 2010-05-19 20:41:59 +00:00
if_etherip.h
if_ethersubr.c Fix off by one in ether_aton_r(). Noticed by "arp info overwritten" warning. 2011-01-12 15:30:40 +00:00
if_faith.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
if_faith.h
if_fddi.h
if_fddisubr.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
if_gif.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
if_gif.h
if_gre.c Add MPLS support, proposed on tech-net@ a couple of days ago 2010-06-26 14:24:27 +00:00
if_gre.h Add __cacheline_aligned and __read_mostly annotations. 2010-06-01 22:13:30 +00:00
if_hippi.h
if_hippisubr.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
if_ieee1394.h
if_ieee1394subr.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
if_llc.h
if_loop.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
if_media.c Replace u_quad_t with uint64_t. u_quad_t is just a typedef for 2009-10-05 21:25:05 +00:00
if_media.h Replace u_quad_t with uint64_t. u_quad_t is just a typedef for 2009-10-05 21:25:05 +00:00
if_mpls.c Don't assume that rt_tag family is AF_MPLS but verify it. 2010-06-27 13:39:11 +00:00
if_mpls.h Add MPLS support, proposed on tech-net@ a couple of days ago 2010-06-26 14:24:27 +00:00
if_ppp.c Update the rest of the kernel to conform to the module subsystem's new 2010-08-21 13:19:39 +00:00
if_ppp.h
if_pppoe.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
if_pppoe.h
if_pppvar.h
if_sl.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
if_slvar.h
if_sppp.h COMPAT_50 support for SPPP[GS]ETIDLETO and SPPP[GS]ETKEEPALIVE, ok martin@ 2010-04-20 14:32:03 +00:00
if_spppsubr.c COMPAT_50 support for SPPP[GS]ETIDLETO and SPPP[GS]ETKEEPALIVE, ok martin@ 2010-04-20 14:32:03 +00:00
if_spppvar.h Replace u_quad_t with uint64_t. u_quad_t is just a typedef for 2009-10-05 21:25:05 +00:00
if_srt.c From Coyote Point source tree: "fix" srt IPv4 lookup on little-endian 2010-09-09 03:24:57 +00:00
if_srt.h KNF. 2009-12-09 00:44:26 +00:00
if_stf.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
if_stf.h
if_strip.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
if_stripvar.h
if_tap.c PR/44131: Matthew Mondor: if_tap.c tap_dev_ioctl() not propagating error, 2010-11-22 21:31:51 +00:00
if_tap.h
if_token.h
if_tokensubr.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
if_tun.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
if_tun.h
if_types.h
if_vlan.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
if_vlanvar.h
link_proto.c Add RTM_CHGADDR to signal that an address on the interface has changed. 2010-11-12 16:30:26 +00:00
net_osdep.h
net_stats.c
net_stats.h
netisr.h Style fix: Tab consistency with the lines around it 2010-06-27 06:48:40 +00:00
netisr_dispatch.h Add MPLS support, proposed on tech-net@ a couple of days ago 2010-06-26 14:24:27 +00:00
pfil.c
pfil.h
pfkeyv2.h fix two bugs in the PFKEY interface: 2010-09-05 06:52:53 +00:00
ppp-comp.h
ppp-deflate.c
ppp_defs.h
ppp_tty.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
radix.c Make it possible to register delayed radix tree head inits which 2009-05-27 17:46:49 +00:00
radix.h Make it possible to register delayed radix tree head inits which 2009-05-27 17:46:49 +00:00
raw_cb.c
raw_cb.h
raw_usrreq.c Apply patch from PR kern/44369 by Wolfgang Stukenbrock. 2011-01-11 10:52:42 +00:00
route.c Add MPLS support, proposed on tech-net@ a couple of days ago 2010-06-26 14:24:27 +00:00
route.h Add RTM_CHGADDR to signal that an address on the interface has changed. 2010-11-12 16:30:26 +00:00
rtsock.c merge the length getting code from rt_msg1 and rt_msg2 and make it fail 2010-12-25 20:37:44 +00:00
slcompress.c
slcompress.h
slip.h
zlib.c
zlib.h