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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] agr/        
[DIR] npf/        
[TXT] Makefile  1.29   21 months  rmind   Import NPF - a packet filter. Some features: - Designed to be fully MP-safe an...
[TXT] bpf.c  1.168   5 months  christos   make comment reflect reality
[TXT] bpf.h  1.59   2 months  christos   add {__BEGIN,__END}_DECLS
[TXT] bpf_filter.c  1.50   4 months  alnsn   Apply same bounds checks for BPF_LD|BPF_B|BPF_IND as for BPF_LD|BPF_H|BPF_IND an...
[TXT] bpf_stub.c  1.6   3 months  matt   Use proper ANSI prototypes for foo() -> foo(void) Caught when compiling with -Wo...
[TXT] bpfdesc.h  1.33   8 months  bouyer   Provide netbsd32 compat for bpf. Beside the ioctls, the structure returned to us...
[TXT] bridgestp.c  1.14   3 years  mrg   Fix multiple problems: * A sign extension error creating the bridge ID corr...
[TXT] bsd-comp.c  1.20   3 years  cube   Fix handling of ppp compressor modules, from Andrew Doran's input. - ref count ...
[TXT] dlt.h  1.12   5 months  christos   PR/45730: David Holland: Avoid having 2 copies of bpf.h in /usr/include. This ad...
[TXT] ethertypes.h  1.17   6 years  elad   Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ...
[TXT] files.pf  1.6   8 months  jmcneill   build pf module with WARNS=3, and remove the need for -Wno-shadow
[TXT] if.c  1.260   3 months  christos   PR/45764, PR/45914 Part 2: Arrange so that the pointers that we free (ifp->if_af...
[TXT] if.h  1.154   7 months  dyoung   Document the ifioctl locking in comments. Add a missing percpu_free(9) call.
[TXT] if_arc.h  1.22   4 years  matt   s/u_\(int[0-9]*_t\)/u\1/g (change u_int*_t to uint*_t)
[TXT] if_arcsubr.c  1.63   2 years  joerg   Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into t...
[TXT] if_arp.h  1.29   4 years  thorpej   Make ARP stats per-cpu.
[TXT] if_atm.h  1.19   15 months  chuck   udpate license clauses on my code to match the new-style BSD licenses. based on ...
[TXT] if_atmsubr.c  1.49   15 months  chuck   udpate license clauses on my code to match the new-style BSD licenses. based on ...
[TXT] if_bridge.c  1.76   2 months  wiz   Fix typo in kauth name. From PR 46234 by Matthew Mondor. Tested by Geoff Adams a...
[TXT] if_bridgevar.h  1.14   3 years  bouyer   Fix for if_start() and pfil_hook() being called from hardware interrupt context ...
[TXT] if_dl.h  1.23   4 years  matt   Revert change of char to int8_t.
[TXT] if_eco.h  1.8   4 years  matt   s/u_\(int[0-9]*_t\)/u\1/g (change u_int*_t to uint*_t)
[TXT] if_ecosubr.c  1.36   6 months  kiyohara   Fix build failed. Include if_inarp.h.
[TXT] if_ether.h  1.58   2 years  christos   Replace ether_nonstatic_aton with a - better named one - not suffering from buff...
[TXT] if_etherip.c  1.31   6 months  dyoung   kauth isn't used in here, so don't #include <sys/kauth.h>.
[TXT] if_etherip.h  1.10   3 years  ad   Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@....
[TXT] if_ethersubr.c  1.189   2 weeks  chs   in ether_ifdetach(), clear if_mowner before releasing what it points to. fixes P...
[TXT] if_faith.c  1.47   2 years  joerg   Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into t...
[TXT] if_faith.h  1.3   6 years  thorpej   ANSI function decls and application of static.
[TXT] if_fddi.h  1.14   4 years  perry   Convert many of the uses of __attribute__ to equivalent __packed, __unused and _...
[TXT] if_fddisubr.c  1.81   2 years  joerg   Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into t...
[TXT] if_gif.c  1.80   6 months  dyoung   Don't kauth-orize SIOCDIFPHYADDR, SIOCSIFFLAGS, SIOCSIFMTU, or SIOCSLIFPHYADDR, ...
[TXT] if_gif.h  1.19   3 years  ad   Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@....
[TXT] if_gre.c  1.150   6 months  christos   cosmetic, no functional change: - sizeof(*var) instead of sizeof(type) - sort th...
[TXT] if_gre.h  1.42   5 months  drochner   sys/pcq.h isn't installed to userland, so only include it ifdef _KERNEL, fixes g...
[TXT] if_hippi.h  1.13   4 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] if_hippisubr.c  1.39   2 years  joerg   Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into t...
[TXT] if_ieee1394.h  1.9   4 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] if_ieee1394subr.c  1.45   2 years  joerg   Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into t...
[TXT] if_llc.h  1.20   3 years  gmcgarry   Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h preproces...
[TXT] if_loop.c  1.75   11 months  kefren   Avoid computing INET[6] cksums for MPLS packets
[TXT] if_media.c  1.30   2 years  dyoung   Replace u_quad_t with uint64_t. u_quad_t is just a typedef for uint64_t, so no ...
[TXT] if_media.h  1.55   15 months  cegger   add MBSS. From FreeBSD.
[TXT] if_mpls.c  1.8   10 months  kefren   Avoid putting implicit null labels on the wire
[TXT] if_mpls.h  1.1   23 months  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.136   6 months  dyoung   For these interfaces, the implementation of SIOCSIFDSTADDR is identical to SIOCI...
[TXT] if_ppp.h  1.25   3 years  cube   Fix handling of ppp compressor modules, from Andrew Doran's input. - ref count ...
[TXT] if_pppoe.c  1.98   8 months  rjs   Add support for RFC 4638 to pppoe(4). The change to if_spppsubr.c moves the tes...
[TXT] if_pppoe.h  1.11   4 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] if_pppvar.h  1.27   4 years  matt   s/u_\(int[0-9]*_t\)/u\1/g (change u_int*_t to uint*_t)
[TXT] if_sl.c  1.118   8 months  christos   Change obsolete CBSIZE constant (48), to a power of two constant (64) that is cl...
[TXT] if_slvar.h  1.33   4 years  ad   Generic soft interrupts are mandatory.
[TXT] if_sppp.h  1.27   2 years  jmcneill   COMPAT_50 support for SPPP[GS]ETIDLETO and SPPP[GS]ETKEEPALIVE, ok martin@
[TXT] if_spppsubr.c  1.125   5 months  tls   Separate /dev/random pseudodevice implemenation from kernel entropy pool implem...
[TXT] if_spppvar.h  1.16   2 years  dyoung   Replace u_quad_t with uint64_t. u_quad_t is just a typedef for uint64_t, so no ...
[TXT] if_srt.c  1.17   6 months  dyoung   For these interfaces, the implementation of SIOCSIFDSTADDR is identical to SIOCI...
[TXT] if_srt.h  1.3   2 years  dyoung   KNF.
[TXT] if_stf.c  1.77   6 months  dyoung   Don't kauth-orize SIOCSIFMTU in pppsioctl() and stf_ioctl(), ifioctl() has alrea...
[TXT] if_stf.h  1.4   6 years  thorpej   ANSI function decls and application of static.
[TXT] if_strip.c  1.96   8 months  christos   Change obsolete CBSIZE constant (48), to a power of two constant (64) that is cl...
[TXT] if_stripvar.h  1.19   4 years  ad   Generic soft interrupts are mandatory.
[TXT] if_tap.c  1.66   18 months  christos   PR/44131: Matthew Mondor: if_tap.c tap_dev_ioctl() not propagating error, always...
[TXT] if_tap.h  1.5   4 years  martin   Convert to new 2 clause license
[TXT] if_token.h  1.16   4 years  matt   s/u_\(int[0-9]*_t\)/u\1/g (change u_int*_t to uint*_t)
[TXT] if_tokensubr.c  1.61   10 months  tron   Fix weird hardware address assignment that GCC 4.5 complains about.
[TXT] if_tun.c  1.115   3 months  rmind   Replace tun_lock with mutex(9). XXX: too far from being MP-safe yet.
[TXT] if_tun.h  1.17   3 months  rmind   Replace tun_lock with mutex(9). XXX: too far from being MP-safe yet.
[TXT] if_types.h  1.25   6 years  liamjfoy   branches: 1.25.54; Integrate Common Address Redundancy Procotol (CARP) from Ope...
[TXT] if_vlan.c  1.69   7 months  dyoung   Use if_flags_set() and if_mcast_op().
[TXT] if_vlanvar.h  1.9   4 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] link_proto.c  1.7   7 months  dyoung   Cosmetic: remove whitespace at the end of line.
[TXT] net_osdep.h  1.18   3 years  elad   Provide privilege checking code snippets for all significant NetBSD versions: < ...
[TXT] net_stats.c  1.4   4 years  thorpej   branches: 1.4.4; 1.4.6; Simplify the interface to netstat_sysctl() and allocat...
[TXT] net_stats.h  1.3   4 years  thorpej   branches: 1.3.4; 1.3.6; Simplify the interface to netstat_sysctl() and allocat...
[TXT] netisr.h  1.41   22 months  kefren   Style fix: Tab consistency with the lines around it
[TXT] netisr_dispatch.h  1.16   10 months  wiz   dependant -> dependent
[TXT] pfil.c  1.27   3 years  dyoung   Cosmetic: use LIST_FOREACH(). Join lines.
[TXT] pfil.h  1.29   3 years  mrg   remove clause #3 from my license where there are no other copyright holders invo...
[TXT] pfkeyv2.h  1.30   11 months  drochner   more "const"
[TXT] ppp-comp.h  1.16   3 years  cube   Fix handling of ppp compressor modules, from Andrew Doran's input. - ref count ...
[TXT] ppp-deflate.c  1.20   3 years  cegger   kill MALLOC and FREE macros.
[TXT] ppp_defs.h  1.13   4 years  matt   s/u_\(int[0-9]*_t\)/u\1/g (change u_int*_t to uint*_t)
[TXT] ppp_tty.c  1.57   2 years  joerg   Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into t...
[TXT] radix.c  1.44   10 months  joerg   Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and e...
[TXT] radix.h  1.22   2 years  pooka   Make it possible to register delayed radix tree head inits which will be process...
[TXT] raw_cb.c  1.20   3 years  matt   Remove the pcb from the rawcb list before sofree'ing it. Don't reacquire softnet...
[TXT] raw_cb.h  1.20   5 years  dyoung   KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous parentheses ...
[TXT] raw_usrreq.c  1.37   10 months  joerg   Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and e...
[TXT] route.c  1.126   3 months  christos   Count length from the beginning of the structure not the sa_data portion. From s...
[TXT] route.h  1.81   3 months  rmind   rt_setkey: remove invalid assert, sockaddr_dup() may fail if no memory.
[TXT] rtbl.c  1.1   13 months  dyoung   branches: 1.1.2; 1.1.6; Hide the radix-trie implementation of the forwarding t...
[TXT] rtsock.c  1.140   3 months  christos   - don't copy past the end of sockaddr if we are rounding, zero it out instead, ...
[TXT] slcompress.c  1.38   3 years  tsutsui   Use memcmp(9) and memcpy(9) directly rather than via local BCMP() and BCOPY() ma...
[TXT] slcompress.h  1.18   4 years  matt   s/u_\(int[0-9]*_t\)/u\1/g (change u_int*_t to uint*_t)
[TXT] slip.h  1.9   6 years  elad   Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ...
[TXT] zlib.c  1.33   3 years  cegger   Ansify function definitions w/o arguments. Generated with sed.
[TXT] zlib.h  1.14   3 years  darran   Fixes PR kern/41069 and PR kern/41070. Extends the Opencrypto API to allow the ...


CVSweb <webmaster@jp.NetBSD.org>