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-1-5-RELEASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] agr/        
[DIR] lagg/        
[DIR] npf/        
[TXT] Makefile  1.7   24 years  itojun   branches: 1.7.4; add net/if_stf.h and netinet/ip_encap.h (almost noone will inc...
[TXT] bpf.c  1.57   23 years  jhawk   branches: 1.57.2; Ensure that all callers of pfind() can deal with pfind(0) ret...
[TXT] bpf.h  1.25.4.1   23 years  tv   Pullup 1.26 [eeh]: Fix sparc64 LP64 issues.
[TXT] bpf_filter.c  1.16   24 years  chs   remove sunos stuff.
[TXT] bpfdesc.h  1.15   25 years  thorpej   branches: 1.15.48; Implement two new BPF ioctls: BPFGHDRCMPLT and BPFSHDRCMPLT,...
[TXT] bsd-comp.c  1.7   27 years  christos   branches: 1.7.22; Update to ppp-2.3b4; from Paul Mackerras
[TXT] ethertypes.h  1.10   24 years  ad   branches: 1.10.14; Define ETHERTYPE_VLAN: IEEE 802.1Q VLAN tagging.
[TXT] if.c  1.62.4.5   23 years  itojun   pullup 1.73 -> 1.74 (approved by eleng-1-5) repair SIOCGIFP{DST,SRC}ADDR.
[TXT] if.h  1.50   23 years  itojun   branches: 1.50.4; backout previous (packed attribute to struct ifreq)
[TXT] if_arc.h  1.13   24 years  thorpej   branches: 1.13.6; 1.13.8; Add the `packed' attribute to structures which descr...
[TXT] if_arcsubr.c  1.31   24 years  itojun   revisit in6_ifattach(). - be persistent on initializing interfaces, even if ther...
[TXT] if_arp.h  1.20   24 years  thorpej   branches: 1.20.2; packed -> __packed__
[TXT] if_dl.h  1.9   26 years  perry   branches: 1.9.14; add multiple inclusion protection (and cleanup).
[TXT] if_ether.h  1.17   23 years  matt   branches: 1.17.2; Ansify before committing my next change.
[TXT] if_ethersubr.c  1.58   23 years  matt   branches: 1.58.2; Ansify before committing my next change.
[TXT] if_faith.c  1.11   24 years  augustss   branches: 1.11.4; Kill some more register declarations.
[TXT] if_gif.c  1.10.4.3   23 years  tv   Pullup 1.17 [sommerfeld]: Allow changing of settings via ioctl only for the supe...
[TXT] if_gif.h  1.5   24 years  itojun   introduce sys/netinet/ip_encap.c, to dispatch inbound packets to protocol handle...
[TXT] if_gre.c  1.9.6.2   23 years  tv   Pullup 1.13 [sommerfeld]: Allow changing of settings via ioctl only for the supe...
[TXT] if_gre.h  1.5   24 years  thorpej   branches: 1.5.4; Add the `packed' attribute to structures which describe wire p...
[TXT] if_llc.h  1.12   24 years  thorpej   branches: 1.12.6; Add the `packed' attribute to structures which describe wire ...
[TXT] if_loop.c  1.30   24 years  augustss   Kill some more register declarations.
[TXT] if_media.c  1.11   24 years  augustss   Kill some more register declarations.
[TXT] if_media.h  1.23   24 years  thorpej   branches: 1.23.6; Add ifmedia_baudrate(), which returns a value suitable for if...
[TXT] if_ppp.c  1.58   24 years  augustss   branches: 1.58.4; Kill some more register declarations.
[TXT] if_ppp.h  1.17   24 years  christos   branches: 1.17.2; changes from ppp-2.3.9 [synchronous]
[TXT] if_pppvar.h  1.11   24 years  thorpej   New callout mechanism with two major improvements over the old timeout()/untimeo...
[TXT] if_sl.c  1.57   24 years  augustss   Kill some more register declarations.
[TXT] if_slvar.h  1.19   26 years  fvdl   branches: 1.19.6; 1.19.14; Merge with Lite2 + local changes
[TXT] if_sppp.h  1.6   23 years  itojun   IPv6CP support. if IPv6 link-local address is configured to the interface, the ...
[TXT] if_spppsubr.c  1.10.4.1   23 years  tv   Pullup 1.13 [itojun]: fix operator precedence (& and &&). do not transmit too m...
[TXT] if_stf.c  1.4   23 years  itojun   branches: 1.4.2; update i-d #. (sync with kame)
[TXT] if_stf.h  1.1   24 years  itojun   branches: 1.1.6; 1.1.30; 1.1.36; 1.1.38; 1.1.40; introduce sys/netinet/ip_e...
[TXT] if_tun.c  1.39   24 years  augustss   Kill some more register declarations.
[TXT] if_tun.h  1.8   26 years  tv   branches: 1.8.6; 1.8.14; PR #2736: wrap the softc in #ifdef _KERNEL so userlan...
[TXT] if_types.h  1.16   24 years  itojun   introduce sys/netinet/ip_encap.c, to dispatch inbound packets to protocol handle...
[TXT] pfil.c  1.15   24 years  mycroft   For pfil_add_hook(..., PFIL_ALL, ...), if we fail to add the output filter, make...
[TXT] pfil.h  1.13   24 years  itojun   branches: 1.13.4; remove extra memory region kept by "struct pfil_head pfil_hea...
[TXT] pfkeyv2.h  1.5.2.3   23 years  itojun   pullup (approved by releng-1-5) rijndael-cbc kernel support. sys/crypto/rijndae...
[TXT] ppp-comp.h  1.4   25 years  christos   branches: 1.4.14; Merge changes from pppd-2.3.4; adds ppp-deflate-draft stuff a...
[TXT] ppp-deflate.c  1.6   25 years  christos   branches: 1.6.14; 1.6.24; Merge changes from pppd-2.3.4; adds ppp-deflate-draf...
[TXT] ppp_defs.h  1.6   24 years  itojun   branches: 1.6.2; IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628....
[TXT] ppp_tty.c  1.20   24 years  augustss   Kill some more register declarations.
[TXT] radix.c  1.14   24 years  augustss   Kill some more register declarations.
[TXT] radix.h  1.9   27 years  christos   branches: 1.9.20; 1.9.22; 1.9.32; Sync with Lite2.
[TXT] raw_cb.c  1.11   24 years  augustss   branches: 1.11.6; 1.11.8; Kill some more register declarations.
[TXT] raw_cb.h  1.12   26 years  perry   branches: 1.12.26; 1.12.28; add multiple inclusion protection (and cleanup).
[TXT] raw_usrreq.c  1.15   24 years  augustss   branches: 1.15.6; 1.15.8; 1.15.12; Kill some more register declarations.
[TXT] route.c  1.36   24 years  augustss   branches: 1.36.4; Kill some more register declarations.
[TXT] route.h  1.22   23 years  ragge   branches: 1.22.4; Change rt_refcnt from short to int, to allow more than 32k ro...
[TXT] rtsock.c  1.40.4.1   23 years  he   Pull up revision 1.43 (requested by itojun): Prevent stack overwrite due to bz...
[TXT] slcompress.c  1.21   24 years  augustss   branches: 1.21.6; 1.21.8; Kill some more register declarations.
[TXT] slcompress.h  1.12   26 years  perry   branches: 1.12.48; add multiple inclusion protection (and cleanup).
[TXT] slip.h  1.7   26 years  perry   branches: 1.7.48; add multiple inclusion protection (and cleanup).
[TXT] zlib.c  1.10   24 years  augustss   branches: 1.10.4; Kill some more register declarations.
[TXT] zlib.h  1.5   25 years  hubertf   branches: 1.5.18; 1.5.20; 1.5.22; RCS ID police
[TXT] if_atm.h (in the Attic) [Hide]  1.11   24 years  thorpej   branches: 1.11.6; Add the `packed' attribute to structures which describe wire ...
[TXT] if_atmsubr.c (in the Attic) [Hide]  1.22   24 years  augustss   Kill some more register declarations.
[TXT] if_fddi.h (in the Attic) [Hide]  1.8   24 years  thorpej   branches: 1.8.6; Add the `packed' attribute to structures which describe wire p...
[TXT] if_fddisubr.c (in the Attic) [Hide]  1.33   23 years  mycroft   Check the multicast bit in the header mbuf while interrupts are still blocked. O...
[TXT] if_hippi.h (in the Attic) [Hide]  1.6   24 years  thorpej   branches: 1.6.28; 1.6.36; 1.6.38; Add the `packed' attribute to structures wh...
[TXT] if_hippisubr.c (in the Attic) [Hide]  1.5.4.1   23 years  tv   Pullup 1.6 [itojun]: fix IPv6 packet manipulation. (use ip6intrq)
[TXT] if_ieee80211.h (in the Attic) [Hide]  1.3.2.2   23 years  onoe   Pullup 802.11 stuff (approved by jhawk) - add support for nwkey to ifconfig bas...
[TXT] if_strip.c (in the Attic) [Hide]  1.19   24 years  augustss   Kill some more register declarations.
[TXT] if_stripvar.h (in the Attic) [Hide]  1.7   24 years  thorpej   New callout mechanism with two major improvements over the old timeout()/untimeo...
[TXT] if_token.h (in the Attic) [Hide]  1.7   24 years  soren   branches: 1.7.28; Add empty token_ifdetach().
[TXT] if_tokensubr.c (in the Attic) [Hide]  1.10   23 years  mycroft   Check the multicast bit in the header mbuf while interrupts are still blocked. O...
[TXT] net_osdep.c (in the Attic) [Hide]  1.2   24 years  itojun   branches: 1.2.2; 1.2.8; 1.2.10; 1.2.12; sync IPv6 part with latest KAME tree...
[TXT] net_osdep.h (in the Attic) [Hide]  1.2   24 years  itojun   branches: 1.2.2; sync IPv6 part with latest KAME tree. IPsec part is left unm...
[TXT] netisr.h (in the Attic) [Hide]  1.19   24 years  erh   Remove NETISR_IMP. Make NETISR_ARP == AF_ARP, renumber NETISR_PPP to allow this...
[TXT] netisr_dispatch.h (in the Attic) [Hide]  1.1   24 years  erh   This is a fragment of the network soft interrupt routine in MD code. DONETISR s...


CVSweb <webmaster@jp.NetBSD.org>