The NetBSD Project

src/sys/net/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.NetBSD.org] / src / sys / net

Current tag: rmind-uvmplock-nbase


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] agr/        
[DIR] lagg/        
[DIR] npf/        
[TXT] Makefile  1.29   13 years  rmind   branches: 1.29.8; Import NPF - a packet filter. Some features: - Designed to ...
[TXT] bpf.c  1.165   12 years  christos   setting things once is enough.
[TXT] bpf.h  1.57   13 years  christos   make bpf_validate available in userland.
[TXT] bpf_filter.c  1.46   13 years  christos   delint.
[TXT] bpf_stub.c  1.5   13 years  joerg   branches: 1.5.8; 1.5.12; Push the bpf_ops usage back into bpf.h. Push the comm...
[TXT] bpfdesc.h  1.32   14 years  christos   add BIOC{G,S}FEEDBACK which allows one to receive injected outgoing packets via ...
[TXT] bridgestp.c  1.14   15 years  mrg   branches: 1.14.24; 1.14.38; Fix multiple problems: * A sign extension err...
[TXT] bsd-comp.c  1.20   15 years  cube   branches: 1.20.26; 1.20.44; Fix handling of ppp compressor modules, from Andre...
[TXT] dlt.h  1.11   18 years  drochner   branches: 1.11.104; 1.11.108; add missing DLTs from the libpcap-0.9.4 distribu...
[TXT] ethertypes.h  1.17   18 years  elad   branches: 1.17.110; 1.17.120; Multiple inclusion protection, as suggested by c...
[TXT] files.pf  1.5   14 years  degroote   Import pfsync support from OpenBSD 4.2 Pfsync interface exposes change in the p...
[TXT] if.c  1.250   13 years  rmind   NPF checkpoint: - Add the concept of rule procedure: separate normalization, log...
[TXT] if.h  1.150   13 years  matt   Add a new AF/PF_ROUTE which is 64-bit clean which makes the routing socket inter...
[TXT] if_arc.h  1.22   16 years  matt   branches: 1.22.54; 1.22.90; s/u_\(int[0-9]*_t\)/u\1/g (change u_int*_t to uint...
[TXT] if_arcsubr.c  1.63   13 years  joerg   branches: 1.63.8; 1.63.14; 1.63.18; 1.63.20; Push the bpf_ops usage back int...
[TXT] if_arp.h  1.29   15 years  thorpej   branches: 1.29.48; 1.29.68; Make ARP stats per-cpu.
[TXT] if_bridge.c  1.73   12 years  joerg   branches: 1.73.4; simplify
[TXT] if_bridgevar.h  1.14   14 years  bouyer   branches: 1.14.12; Fix for if_start() and pfil_hook() being called from hardwar...
[TXT] if_dl.h  1.23   16 years  matt   branches: 1.23.54; 1.23.74; Revert change of char to int8_t.
[TXT] if_ether.h  1.58   13 years  christos   branches: 1.58.8; 1.58.18; Replace ether_nonstatic_aton with a - better named ...
[TXT] if_ethersubr.c  1.187   12 years  matt   branches: 1.187.2; Add code to auto-deencapsulate 0 tagged VLANs.
[TXT] if_faith.c  1.47   13 years  joerg   branches: 1.47.18; 1.47.32; Push the bpf_ops usage back into bpf.h. Push the c...
[TXT] if_faith.h  1.3   18 years  thorpej   ANSI function decls and application of static.
[TXT] if_gif.c  1.78   13 years  joerg   Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into t...
[TXT] if_gif.h  1.19   15 years  ad   branches: 1.19.26; 1.19.44; Remove LKMs and switch to the module framework, pa...
[TXT] if_gre.c  1.145   12 years  joerg   Use proper format string
[TXT] if_gre.h  1.40   13 years  mjf   Add __cacheline_aligned and __read_mostly annotations. These annotations help t...
[TXT] if_ieee1394.h  1.9   15 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] if_ieee1394subr.c  1.45   13 years  joerg   branches: 1.45.18; 1.45.22; 1.45.32; Push the bpf_ops usage back into bpf.h. ...
[TXT] if_llc.h  1.20   15 years  gmcgarry   branches: 1.20.38; Replace most gcc-specific __attribute__ uses with BSD-style ...
[TXT] if_loop.c  1.73   12 years  yamt   branches: 1.73.2; undefer csum in looutput. looutput is used by various code (e...
[TXT] if_media.c  1.30   14 years  dyoung   branches: 1.30.22; 1.30.40; 1.30.44; 1.30.48; Replace u_quad_t with uint64_t...
[TXT] if_media.h  1.55   13 years  cegger   branches: 1.55.4; 1.55.14; add MBSS. From FreeBSD.
[TXT] if_mpls.c  1.3   13 years  kefren   branches: 1.3.2; 1.3.4; 1.3.6; 1.3.12; Don't assume that rt_tag family is AF...
[TXT] if_mpls.h  1.1   13 years  kefren   branches: 1.1.2; 1.1.4; 1.1.6; Add MPLS support, proposed on tech-net@ a coup...
[TXT] if_ppp.c  1.133   12 years  mbalmer   Fix misplaced parenthesis. From henning.petersen@t-online.de, thanks.
[TXT] if_ppp.h  1.25   15 years  cube   branches: 1.25.26; 1.25.44; Fix handling of ppp compressor modules, from Andre...
[TXT] if_pppoe.c  1.96   13 years  joerg   Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into t...
[TXT] if_pppoe.h  1.11   15 years  martin   branches: 1.11.44; 1.11.64; Remove clause 3 and 4 from TNF licenses
[TXT] if_pppvar.h  1.27   16 years  matt   branches: 1.27.54; 1.27.74; s/u_\(int[0-9]*_t\)/u\1/g (change u_int*_t to uint...
[TXT] if_sl.c  1.117   13 years  joerg   Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into t...
[TXT] if_slvar.h  1.33   16 years  ad   branches: 1.33.122; Generic soft interrupts are mandatory.
[TXT] if_sppp.h  1.27   13 years  jmcneill   branches: 1.27.18; 1.27.36; COMPAT_50 support for SPPP[GS]ETIDLETO and SPPP[GS...
[TXT] if_spppsubr.c  1.120   13 years  jmcneill   COMPAT_50 support for SPPP[GS]ETIDLETO and SPPP[GS]ETKEEPALIVE, ok martin@
[TXT] if_spppvar.h  1.16   14 years  dyoung   branches: 1.16.22; 1.16.40; 1.16.44; Replace u_quad_t with uint64_t. u_quad_...
[TXT] if_srt.c  1.15   13 years  tls   From Coyote Point source tree: "fix" srt IPv4 lookup on little-endian hosts. IP...
[TXT] if_srt.h  1.3   14 years  dyoung   branches: 1.3.22; 1.3.40; KNF.
[TXT] if_stf.c  1.75   13 years  joerg   Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into t...
[TXT] if_stf.h  1.4   18 years  thorpej   branches: 1.4.120; 1.4.140; ANSI function decls and application of static.
[TXT] if_tap.c  1.66   13 years  christos   branches: 1.66.8; 1.66.14; 1.66.18; 1.66.20; PR/44131: Matthew Mondor: if_ta...
[TXT] if_tap.h  1.5   15 years  martin   branches: 1.5.44; 1.5.64; Convert to new 2 clause license
[TXT] if_tun.c  1.113   13 years  joerg   Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into t...
[TXT] if_tun.h  1.16   15 years  ad   branches: 1.16.36; 1.16.40; Network protocol interrupts can now block on locks...
[TXT] if_types.h  1.25   17 years  liamjfoy   branches: 1.25.54; 1.25.74; 1.25.98; 1.25.104; Integrate Common Address Redu...
[TXT] if_vlan.c  1.67   12 years  sborrill   PR kern/38871 Fix LAN on bge(4), alc(4). Flag VLAN capability in ec_capenable a...
[TXT] if_vlanvar.h  1.9   15 years  martin   branches: 1.9.44; 1.9.64; 1.9.80; Remove clause 3 and 4 from TNF licenses
[TXT] link_proto.c  1.6   13 years  roy   Add RTM_CHGADDR to signal that an address on the interface has changed. This is ...
[TXT] net_stats.c  1.4   15 years  thorpej   branches: 1.4.4; 1.4.6; 1.4.48; 1.4.68; Simplify the interface to netstat_sy...
[TXT] net_stats.h  1.3   15 years  thorpej   branches: 1.3.4; 1.3.6; 1.3.48; Simplify the interface to netstat_sysctl() an...
[TXT] pfil.c  1.27   15 years  dyoung   branches: 1.27.30; 1.27.40; 1.27.46; Cosmetic: use LIST_FOREACH(). Join line...
[TXT] pfil.h  1.29   15 years  mrg   branches: 1.29.32; 1.29.42; remove clause #3 from my license where there are n...
[TXT] pfkeyv2.h  1.30   12 years  drochner   branches: 1.30.12; 1.30.30; 1.30.34; 1.30.38; more "const"
[TXT] ppp-comp.h  1.16   15 years  cube   Fix handling of ppp compressor modules, from Andrew Doran's input. - ref count ...
[TXT] ppp-deflate.c  1.20   15 years  cegger   branches: 1.20.24; 1.20.42; kill MALLOC and FREE macros.
[TXT] ppp_defs.h  1.13   16 years  matt   branches: 1.13.98; 1.13.106; s/u_\(int[0-9]*_t\)/u\1/g (change u_int*_t to uin...
[TXT] ppp_tty.c  1.57   13 years  joerg   branches: 1.57.18; 1.57.32; Push the bpf_ops usage back into bpf.h. Push the c...
[TXT] radix.c  1.43   14 years  pooka   Make it possible to register delayed radix tree head inits which will be process...
[TXT] radix.h  1.22   14 years  pooka   branches: 1.22.22; 1.22.40; 1.22.44; Make it possible to register delayed rad...
[TXT] raw_cb.c  1.20   15 years  matt   branches: 1.20.38; 1.20.44; 1.20.54; Remove the pcb from the rawcb list befor...
[TXT] raw_cb.h  1.20   17 years  dyoung   branches: 1.20.88; 1.20.94; 1.20.104; KNF: de-__P, bzero -> memset, bcmp -> m...
[TXT] raw_usrreq.c  1.36   13 years  pooka   Apply patch from PR kern/44369 by Wolfgang Stukenbrock.
[TXT] route.c  1.125   13 years  dyoung   branches: 1.125.4; 1.125.8; Hide the radix-trie implementation of the forwardi...
[TXT] route.h  1.79   13 years  dyoung   branches: 1.79.4; Hide the radix-trie implementation of the forwarding table so...
[TXT] rtbl.c  1.1   13 years  dyoung   branches: 1.1.2; 1.1.6; 1.1.18; 1.1.36; Hide the radix-trie implementation o...
[TXT] rtsock.c  1.135   13 years  dyoung   Hide the radix-trie implementation of the forwarding table so that we will have ...
[TXT] slcompress.c  1.38   14 years  tsutsui   branches: 1.38.22; 1.38.40; Use memcmp(9) and memcpy(9) directly rather than v...
[TXT] slcompress.h  1.18   16 years  matt   branches: 1.18.54; 1.18.74; 1.18.78; s/u_\(int[0-9]*_t\)/u\1/g (change u_int*...
[TXT] slip.h  1.9   18 years  elad   branches: 1.9.120; 1.9.140; Multiple inclusion protection, as suggested by chr...
[TXT] zlib.c  1.33   15 years  cegger   branches: 1.33.12; 1.33.22; 1.33.26; Ansify function definitions w/o argument...
[TXT] zlib.h  1.14   15 years  darran   branches: 1.14.64; 1.14.68; Fixes PR kern/41069 and PR kern/41070. Extends th...


CVSweb <webmaster@jp.NetBSD.org>