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: netbsd-7-0-RC1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] agr/        
[DIR] lagg/        
[DIR] npf/        
[TXT] if.c  1.290.2.1   9 years  martin   branches: 1.290.2.1.2; 1.290.2.1.6; Pull up following revision(s) (requested b...
[TXT] if_ethersubr.c  1.204   9 years  tls   branches: 1.204.2; 1.204.4; 1.204.6; Merge tls-earlyentropy branch into HEAD....
[TXT] bpf.c  1.187.2.1   9 years  snj   Pull up following revision(s) (requested by rmind in ticket #106): sys/net/bpf....
[TXT] if.h  1.174.2.1   9 years  snj   Pull up following revision(s) (requested by msaitoh in ticket #693): sys/net/if...
[TXT] rtsock.c  1.163   9 years  rtr   branches: 1.163.2; 1.163.4; 1.163.8; split PRU_CONNECT2 & PRU_PURGEIF functio...
[TXT] if_gre.c  1.159.2.1   9 years  martin   Pull up following revision(s) (requested by riastradh in ticket #44): sys/altq/a...
[TXT] if_ppp.c  1.146   9 years  msaitoh   branches: 1.146.4; KNF. No functional change.
[TXT] route.c  1.132   9 years  rmind   branches: 1.132.2; rtfree: let's assert for a non-negative reference count and ...
[TXT] if_spppsubr.c  1.130   9 years  rmind   branches: 1.130.2; 1.130.6; sppp_input: handle pktqueue case correctly (fix fo...
[TXT] if_tun.c  1.120   9 years  dholland   branches: 1.120.4; Add d_discard to all struct cdevsw instances I could find. ...
[TXT] if_sl.c  1.119   9 years  rmind   branches: 1.119.4; - Implement pktqueue interface for lockless IP input queue. ...
[TXT] if_pppoe.c  1.101   10 years  martin   Remove unused variable
[TXT] if_bridge.c  1.90   9 years  ozaki-r   branches: 1.90.2; Avoid calling copyout with holding mutex(IPL_NET) Because co...
[TXT] route.h  1.84   9 years  rmind   branches: 1.84.4; - Eliminate RTFREE() macro in favour of rtfree() function. - ...
[TXT] if_gif.c  1.83.2.1   8 years  msaitoh   branches: 1.83.2.1.2; Pull up following revision(s) (requested by hsuenaga in t...
[TXT] if_loop.c  1.80   9 years  rmind   branches: 1.80.4; lostart: silence gcc warning (XXX: gcc is not right though).
[TXT] if_stf.c  1.80   9 years  christos   branches: 1.80.4; PR/48901: Fail at compile time when trying to compile stf wit...
[TXT] if_tap.c  1.77   9 years  dholland   Add d_discard to all struct cdevsw instances I could find. All have been set to...
[TXT] if_vlan.c  1.70.2.3   8 years  snj   branches: 1.70.2.3.2; 1.70.2.3.4; Pull up following revision(s) (requested by ...
[TXT] bpf_filter.c  1.67   9 years  alnsn   Arithmetic overflow when calculating variable offsets (BPF_LD+BPF_IND instructio...
[TXT] if_arcsubr.c  1.66   9 years  rmind   branches: 1.66.2; 1.66.4; 1.66.6; 1.66.8; - Implement pktqueue interface for...
[TXT] bpf.h  1.65   9 years  rmind   - Improve the comments in bpf.h and KNF a little. - Rename bpf_ctx_t member noin...
[TXT] if_ether.h  1.64   9 years  ozaki-r   branches: 1.64.2; 1.64.4; Add a mutex for global variables of if_ethersubr.c ...
[TXT] ppp_tty.c  1.58   9 years  dholland   branches: 1.58.4; Use accessor functions for the tty's table of control charact...
[TXT] if_media.h  1.56   11 years  msaitoh   branches: 1.56.14; 1.56.18; Add 1000baseT-FDX.
[TXT] raw_usrreq.c  1.52   9 years  rtr   branches: 1.52.4; split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic()...
[TXT] if_faith.c  1.50   9 years  ozaki-r   branches: 1.50.4; Use if_free instead of free
[TXT] if_ieee1394subr.c  1.47   9 years  rmind   - Implement pktqueue interface for lockless IP input queue. - Replace ipintrq an...
[TXT] radix.c  1.44   12 years  joerg   branches: 1.44.12; 1.44.30; Retire varargs.h support. Move machine/stdarg.h lo...
[TXT] if_gre.h  1.42   12 years  drochner   branches: 1.42.8; 1.42.26; sys/pcq.h isn't installed to userland, so only incl...
[TXT] bpfdesc.h  1.38   10 years  rmind   branches: 1.38.6; 1.38.10; 1.38.14; - Add bpf_args_t and convert bpf_filter_e...
[TXT] slcompress.c  1.38   15 years  tsutsui   branches: 1.38.22; 1.38.40; Use memcmp(9) and memcpy(9) directly rather than v...
[TXT] zlib.c  1.34   10 years  pgoyette   branches: 1.34.30; Modularize net/zlib so it can be used by the vnd module (and...
[TXT] if_slvar.h  1.33   16 years  ad   branches: 1.33.122; Generic soft interrupts are mandatory.
[TXT] bpfjit.c  1.32.2.1   9 years  martin   Pull up following revision(s) (requested by alnsn in ticket #519): sys/net/bpfj...
[TXT] Makefile  1.32   11 years  alnsn   branches: 1.32.14; 1.32.18; 1.32.22; Add bpfjit and enable it for amd64.
[TXT] pfil.h  1.31   10 years  rmind   branches: 1.31.8; 1.31.12; - Rewrite parts of pfil(9): use array to store hook...
[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] pfkeyv2.h  1.30   12 years  drochner   branches: 1.30.12; 1.30.30; 1.30.34; 1.30.38; more "const"
[TXT] if_arp.h  1.29   16 years  thorpej   branches: 1.29.48; 1.29.68; Make ARP stats per-cpu.
[TXT] pfil.c  1.28   10 years  rmind   branches: 1.28.8; 1.28.12; - Rewrite parts of pfil(9): use array to store hook...
[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_sppp.h  1.27   14 years  jmcneill   branches: 1.27.18; 1.27.36; COMPAT_50 support for SPPP[GS]ETIDLETO and SPPP[GS...
[TXT] if_types.h  1.26   11 years  wiz   branches: 1.26.2; 1.26.16; 1.26.20; 1.26.24; Avoid ambiguity by having only ...
[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] link_proto.c  1.24   9 years  rtr   branches: 1.24.2; 1.24.4; 1.24.6; 1.24.10; split PRU_CONNECT2 & PRU_PURGEIF ...
[TXT] if_dl.h  1.23   16 years  matt   branches: 1.23.54; 1.23.74; Revert change of char to int8_t.
[TXT] raw_cb.h  1.23   9 years  rtr   branches: 1.23.4; split PRU_SEND function out of pr_generic() usrreq switches a...
[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] 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.22   9 years  rmind   branches: 1.22.4; 1.22.20; raw_detach: rawpcb may be embedded, free using the ...
[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] if_bridgevar.h  1.20   9 years  ozaki-r   branches: 1.20.4; Make bridge MPSAFE - Introduce BRIDGE_MPSAFE - It's enable...
[TXT] if_llc.h  1.20   15 years  gmcgarry   branches: 1.20.38; Replace most gcc-specific __attribute__ uses with BSD-style ...
[TXT] ppp-deflate.c  1.20   15 years  cegger   branches: 1.20.24; 1.20.42; kill MALLOC and FREE macros.
[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_srt.c  1.19   9 years  dholland   branches: 1.19.4; Add d_discard to all struct cdevsw instances I could find. A...
[TXT] ethertypes.h  1.18   11 years  chs   branches: 1.18.38; 1.18.42; add entries for AOE and FCOE.
[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] bridgestp.c  1.17   9 years  ozaki-r   branches: 1.17.4; Make bridge MPSAFE - Introduce BRIDGE_MPSAFE - It's enable...
[TXT] if_tun.h  1.17   12 years  rmind   branches: 1.17.6; 1.17.10; Replace tun_lock with mutex(9). XXX: too far from ...
[TXT] if_mpls.c  1.16   9 years  bouyer   branches: 1.16.2; 1.16.4; 1.16.6; 1.16.10; Make sure to call ifp->if_output(...
[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] ppp-comp.h  1.16   15 years  cube   Fix handling of ppp compressor modules, from Andrew Doran's input. - ref count ...
[TXT] dlt.h  1.14   11 years  kardel   recover DLT_HIPPY and DLT_HDLC from before for if_hippisubr.c and hd64570.c
[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...
[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] 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_ieee1394.h  1.9   15 years  martin   Remove clause 3 and 4 from TNF licenses
[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] slip.h  1.9   18 years  elad   branches: 1.9.120; 1.9.140; Multiple inclusion protection, as suggested by chr...
[TXT] pktqueue.c  1.8   9 years  ozaki-r   branches: 1.8.2; 1.8.6; 1.8.8; Fix pktq_enqueue for rump Add _RUMP_NATIVE_AB...
[TXT] bpf_stub.c  1.6   12 years  matt   branches: 1.6.6; 1.6.24; 1.6.28; 1.6.32; Use proper ANSI prototypes for foo(...
[TXT] files.pf  1.6   12 years  jmcneill   build pf module with WARNS=3, and remove the need for -Wno-shadow
[TXT] if_tap.h  1.5   15 years  martin   branches: 1.5.44; 1.5.64; Convert to new 2 clause license
[TXT] bpfjit.h  1.4   9 years  alnsn   Fix copyright years.
[TXT] if_stf.h  1.4   18 years  thorpej   branches: 1.4.120; 1.4.140; ANSI function decls and application of static.
[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] pktqueue.h  1.4   9 years  ozaki-r   branches: 1.4.2; 1.4.6; Move sysctl_pktq_{maxlen,count} to pktqueue.c and make...
[TXT] if_faith.h  1.3   18 years  thorpej   ANSI function decls and application of static.
[TXT] if_srt.h  1.3   14 years  dyoung   branches: 1.3.22; 1.3.40; KNF.
[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] 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] 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] if_atm.h (in the Attic) [Hide]  1.19   13 years  chuck   branches: 1.19.14; 1.19.32; udpate license clauses on my code to match the new...
[TXT] if_atmsubr.c (in the Attic) [Hide]  1.52   9 years  rmind   branches: 1.52.4; - Implement pktqueue interface for lockless IP input queue. -...
[TXT] if_eco.h (in the Attic) [Hide]  1.8   16 years  matt   s/u_\(int[0-9]*_t\)/u\1/g (change u_int*_t to uint*_t)
[TXT] if_ecosubr.c (in the Attic) [Hide]  1.40.2.1   9 years  martin   branches: 1.40.2.1.2; 1.40.2.1.4; Pull up following revision(s) (requested by ...
[TXT] if_etherip.c (in the Attic) [Hide]  1.35   10 years  pooka   branches: 1.35.6; Ensure that the top level sysctl nodes (kern, vfs, net, ...) ...
[TXT] if_etherip.h (in the Attic) [Hide]  1.11   11 years  matt   branches: 1.11.2; 1.11.16; 1.11.20; Fix -fno-common found by building i386/co...
[TXT] if_fddi.h (in the Attic) [Hide]  1.14   16 years  perry   branches: 1.14.98; 1.14.104; Convert many of the uses of __attribute__ to equi...
[TXT] if_fddisubr.c (in the Attic) [Hide]  1.88   9 years  martin   branches: 1.88.2; 1.88.4; 1.88.6; 1.88.8; Try to untangle the ifdef mess a b...
[TXT] if_hippi.h (in the Attic) [Hide]  1.13   15 years  martin   branches: 1.13.88; 1.13.94; Remove clause 3 and 4 from TNF licenses
[TXT] if_hippisubr.c (in the Attic) [Hide]  1.41   9 years  rmind   branches: 1.41.4; - Implement pktqueue interface for lockless IP input queue. -...
[TXT] if_strip.c (in the Attic) [Hide]  1.97   9 years  rmind   branches: 1.97.4; - Implement pktqueue interface for lockless IP input queue. -...
[TXT] if_stripvar.h (in the Attic) [Hide]  1.19   16 years  ad   branches: 1.19.122; Generic soft interrupts are mandatory.
[TXT] if_token.h (in the Attic) [Hide]  1.16   16 years  matt   branches: 1.16.54; 1.16.74; s/u_\(int[0-9]*_t\)/u\1/g (change u_int*_t to uint...
[TXT] if_tokensubr.c (in the Attic) [Hide]  1.65   9 years  rmind   branches: 1.65.2; 1.65.4; 1.65.6; - Implement pktqueue interface for lockless...
[TXT] net_osdep.h (in the Attic) [Hide]  1.18   14 years  elad   Provide privilege checking code snippets for all significant NetBSD versions: < ...
[TXT] netisr.h (in the Attic) [Hide]  1.42   11 years  joerg   branches: 1.42.14; Retire OSI network stack. OK core@
[TXT] netisr_dispatch.h (in the Attic) [Hide]  1.18   9 years  rmind   branches: 1.18.4; 1.18.12; - Implement pktqueue interface for lockless IP inpu...


CVSweb <webmaster@jp.NetBSD.org>