NetBSD/sys/net
rmind 85c1b3a579 Optimise checksum fixup routines:
- npf_fixup16_cksum: 1's complement sum is endian-independent.
- npf_fixup32_cksum: the first 32->16 bit reduction is not needed.

Pointed out by Valery Ushakov.
2013-11-22 01:48:36 +00:00
..
agr Remove unused variable 2013-09-12 20:47:59 +00:00
npf Optimise checksum fixup routines: 2013-11-22 01:48:36 +00:00
Makefile Add bpfjit and enable it for amd64. 2012-10-27 22:36:11 +00:00
bpf.c bpf_deliver: convert to bpf_filter_ext(). 2013-11-16 01:13:52 +00:00
bpf.h - Add bpf_args_t and convert bpf_filter_ext() to use it. This allows the 2013-11-15 00:12:44 +00:00
bpf_filter.c - Add bpf_args_t and convert bpf_filter_ext() to use it. This allows the 2013-11-15 00:12:44 +00:00
bpf_stub.c Use proper ANSI prototypes for foo() -> foo(void) 2012-01-30 23:31:27 +00:00
bpfdesc.h - Add bpf_args_t and convert bpf_filter_ext() to use it. This allows the 2013-11-15 00:12:44 +00:00
bpfjit.c Fix the bpfjit build. 2013-11-15 13:56:21 +00:00
bpfjit.h - Add bpf_args_t and convert bpf_filter_ext() to use it. This allows the 2013-11-15 00:12:44 +00:00
bridgestp.c
bsd-comp.c
dlt.h recover DLT_HIPPY and DLT_HDLC from before for if_hippisubr.c and hd64570.c 2013-04-07 14:12:05 +00:00
ethertypes.h add entries for AOE and FCOE. 2012-09-23 01:14:19 +00:00
files.pf
if.c adjust previous; old_link_state is also used in INET6. 2013-10-19 21:39:12 +00:00
if.h add an alias for the linux name for the interface index 2013-10-28 21:38:01 +00:00
if_arc.h
if_arcsubr.c Add missing "\n" in log(9) 2012-09-24 03:05:53 +00:00
if_arp.h
if_atm.h
if_atmsubr.c PR/47058: Antti Kantee: If the ipv6 flow code modifies the mbuf, pass the 2012-10-11 20:05:50 +00:00
if_bridge.c - Rewrite parts of pfil(9): use array to store hooks and thus be more cache 2013-06-29 21:06:57 +00:00
if_bridgevar.h the address expire counter is just a time difference; it can turn 2012-08-23 12:06:32 +00:00
if_dl.h
if_eco.h
if_ecosubr.c Fix build failed, if undef INET. 2013-08-04 07:05:15 +00:00
if_ether.h Add SIOCGETHERCAP ioctl. 2012-10-31 10:17:34 +00:00
if_etherip.c Fix -fno-common found by building i386/conf/ALL 2012-07-28 00:43:22 +00:00
if_etherip.h Fix -fno-common found by building i386/conf/ALL 2012-07-28 00:43:22 +00:00
if_ethersubr.c - Rewrite parts of pfil(9): use array to store hooks and thus be more cache 2013-06-29 21:06:57 +00:00
if_faith.c
if_faith.h
if_fddi.h
if_fddisubr.c Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
if_gif.c Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
if_gif.h
if_gre.c eliminate unused variable 2013-11-07 21:44:48 +00:00
if_gre.h sys/pcq.h isn't installed to userland, so only include it ifdef _KERNEL, 2011-11-29 17:28:45 +00:00
if_hippi.h
if_hippisubr.c
if_ieee1394.h
if_ieee1394subr.c
if_llc.h
if_loop.c Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
if_media.c
if_media.h Add 1000baseT-FDX. 2012-10-25 10:59:43 +00:00
if_mpls.c RFC3032 conformance for Router Alert Label 2013-10-25 09:25:32 +00:00
if_mpls.h
if_ppp.c Add bpf_filter_ext() to use with BPF COP, restore bpf_filter() as it was 2013-09-18 23:34:55 +00:00
if_ppp.h
if_pppoe.c Remove unused variable 2013-09-13 21:09:40 +00:00
if_pppoe.h
if_pppvar.h
if_sl.c
if_slvar.h
if_sppp.h
if_spppsubr.c - Rewrite parts of pfil(9): use array to store hooks and thus be more cache 2013-06-29 21:06:57 +00:00
if_spppvar.h
if_srt.c For these interfaces, the implementation of SIOCSIFDSTADDR is identical 2011-10-28 22:08:14 +00:00
if_srt.h
if_stf.c Don't kauth-orize SIOCSIFMTU in pppsioctl() and stf_ioctl(), ifioctl() 2011-10-28 20:13:32 +00:00
if_stf.h
if_strip.c
if_stripvar.h
if_tap.c - deal with softint_establish failure 2013-08-20 12:28:12 +00:00
if_tap.h
if_token.h
if_tokensubr.c Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
if_tun.c Replace tun_lock with mutex(9). XXX: too far from being MP-safe yet. 2012-01-28 01:02:27 +00:00
if_tun.h Replace tun_lock with mutex(9). XXX: too far from being MP-safe yet. 2012-01-28 01:02:27 +00:00
if_types.h Avoid ambiguity by having only one comment close mark. 2012-08-05 21:21:41 +00:00
if_vlan.c Use if_flags_set() and if_mcast_op(). 2011-10-19 22:07:09 +00:00
if_vlanvar.h
link_proto.c
net_osdep.h
net_stats.c
net_stats.h
netisr.h Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
netisr_dispatch.h Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
pfil.c - Rewrite parts of pfil(9): use array to store hooks and thus be more cache 2013-06-29 21:06:57 +00:00
pfil.h - Rewrite parts of pfil(9): use array to store hooks and thus be more cache 2013-06-29 21:06:57 +00:00
pfkeyv2.h
ppp-comp.h
ppp-deflate.c
ppp_defs.h
ppp_tty.c
radix.c
radix.h
raw_cb.c
raw_cb.h
raw_usrreq.c
route.c PR/44032: Proxy entries stopped working with pppd. The issue here is that 2013-06-08 02:42:56 +00:00
route.h Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
rtbl.c
rtsock.c report about route tag in sysctl route walker 2013-07-24 15:31:04 +00:00
slcompress.c
slcompress.h
slip.h
zlib.c
zlib.h