OpenBSD CVS

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: [local] / src / sys / net

Current tag: OPENBSD_2_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] bpf.c  1.25   23 years  jason   check for return value of ENODEV from ifpromisc(). This will happen at detach t...
[TXT] bpf.h  1.13   23 years  jason   de-#ifdef-ize
[TXT] bpf_filter.c  1.7   23 years  jason   branches: 1.7.8; de-#ifdef-ize
[TXT] bpfdesc.h  1.6   23 years  jason   de-#ifdef-ize
[TXT] bridgestp.c  1.5   23 years  jason   branches: 1.5.4; let bstp_transmit_tcn() handle all of the work for sending TCN...
[TXT] bsd-comp.c  1.4   26 years  millert   branches: 1.4.12; 1.4.22; Minor changes from ppp 2.3.1
[TXT] if.c  1.43   23 years  itojun   provide SIOC[SG]LIFPHYADDR, which greatly simplify userland manipulation. sync w...
[TXT] if.h  1.22   23 years  mickey   allow changing number of loopbacks in ukc. change rest of the code to use lo0ifp...
[TXT] if_arp.h  1.3   24 years  fgsch   branches: 1.3.4; Add IEEE 802 hardware type.
[TXT] if_bridge.c  1.54   23 years  jason   branches: 1.54.2; strlcpy instead of strncpy + \0
[TXT] if_bridge.h  1.14   23 years  jason   let bstp_transmit_tcn() handle all of the work for sending TCN messages and remo...
[TXT] if_dl.h  1.3   23 years  angelos   Fix comment (noticed by cas@trans-nt.com)
[TXT] if_enc.c  1.33   23 years  csapuntz   Move offsetof define into sys/param.h
[TXT] if_enc.h  1.6   23 years  angelos   For bridged IPsec, use the gif* interfaces.
[TXT] if_ethersubr.c  1.44   23 years  jason   branches: 1.44.2; move the vlan and bridge handling around a bit, and make sure...
[TXT] if_gif.c  1.14   23 years  itojun   provide SIOC[SG]LIFPHYADDR, which greatly simplify userland manipulation. sync w...
[TXT] if_gif.h  1.5   23 years  itojun   sync whitespace/comment with kame. to help merge tasks
[TXT] if_gre.c  1.9   23 years  csapuntz   Missing splx(s). Thanks to dawson and team
[TXT] if_gre.h  1.2   24 years  angelos   branches: 1.2.2; Fix tcpdump -n -i greN (causes a panic in NetBSD)
[TXT] if_llc.h  1.5   23 years  jason   add 802.1D LSAP
[TXT] if_loop.c  1.17   23 years  mickey   forgot to bzero() malloced memory
[TXT] if_media.c  1.6   23 years  art   branches: 1.6.6; Free the same type we malloced with.
[TXT] if_media.h  1.7   23 years  nate   branches: 1.7.8; sync mii code with netbsd adds detach functionality for phys s...
[TXT] if_ppp.c  1.16   24 years  mickey   branches: 1.16.4; 1.16.6; add SIOCGIFMTU/SIOCSIFMTU; remediate redundant code ...
[TXT] if_ppp.h  1.5   24 years  mickey   add SIOCGIFMTU/SIOCSIFMTU; remediate redundant code of tun, ppp, sppp; chris@ ok...
[TXT] if_pppvar.h  1.8   23 years  art   Convert to use new timeout API.
[TXT] if_sppp.h  1.3   23 years  mickey   new timeouts
[TXT] if_spppsubr.c  1.8   23 years  csapuntz   Minor bug. Could corrupt stat counters
[TXT] if_tun.c  1.33   23 years  art   s = splimp(); ... s = splimp(); ... splx(x); ... splx(s); is a bad idea.
[TXT] if_tun.h  1.9   23 years  angelos   TUNSIFMODE ioctl (from NetBSD)
[TXT] if_types.h  1.8   23 years  jason   - move if_vlan back to a default if_type of IFT_PROPVIRTUAL - change if_type to ...
[TXT] if_vlan.c  1.16   23 years  jason   branches: 1.16.4; increase ierrors if m_pullup fails in vlan_input(); pointed o...
[TXT] if_vlan_var.h  1.4   23 years  jason   branches: 1.4.4; $OpenBSD$
[TXT] netisr.h  1.15   23 years  art   Opps. protect from multiple inclusion. Needed for the netisr_dispatch changes.
[TXT] pfkeyv2.c  1.58   23 years  angelos   Allow tdbi's to appear in mbufs throughout the stack; this allows security prope...
[TXT] pfkeyv2.h  1.29   23 years  angelos   Allow tdbi's to appear in mbufs throughout the stack; this allows security prope...
[TXT] pfkeyv2_parsemessage.c  1.20   23 years  niklas   Include NUL-termination in identity extension length computation
[TXT] ppp-comp.h  1.4   26 years  millert   branches: 1.4.8; Add support for RFC-comliant deflate protocol
[TXT] ppp-deflate.c  1.5   26 years  millert   branches: 1.5.8; 1.5.18; Add support for RFC-comliant deflate protocol
[TXT] ppp_defs.h  1.10   24 years  itojun   branches: 1.10.2; bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 la...
[TXT] ppp_tty.c  1.10   23 years  aaron   Remove two unnecessary splx(). This was missed somewhere along the way, since th...
[TXT] radix.c  1.5   23 years  provos   on ifconfig down ignore all routes pointing to the downed interface. okay itojun...
[TXT] radix.h  1.4   23 years  provos   on ifconfig down ignore all routes pointing to the downed interface. okay itojun...
[TXT] route.c  1.24   23 years  itojun   cleanup rmx_mtu handling (no #ifdef INET6). from netbsd. (same change is in kam...
[TXT] route.h  1.11   23 years  itojun   pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). h...
[TXT] rtsock.c  1.13   23 years  itojun   pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). h...
[TXT] slcompress.c  1.6   26 years  millert   branches: 1.6.12; Minor changes from ppp 2.3.1
[TXT] slcompress.h  1.4   26 years  millert   branches: 1.4.8; 1.4.18; Add support for RFC-comliant deflate protocol
[TXT] if_arcsubr.c (in the Attic) [Hide]  1.5   27 years  niklas   branches: 1.5.14; OpenBSD tags + some prototyping police
[TXT] if_atm.h (in the Attic) [Hide]  1.9   26 years  deraadt   branches: 1.9.8; Make ATM_LLC_SETTYPE do the rigth thing: swap byte on LE machi...
[TXT] if_atmsubr.c (in the Attic) [Hide]  1.13   23 years  itojun   make it compile with INET6 defined. the old INET6 code was from NRL, and L2 mac...
[TXT] if_faith.c (in the Attic) [Hide]  1.5   23 years  itojun   use u_int32_t, not u_int, for DLT_NULL encapsulation. sync with kame
[TXT] if_fddi.h (in the Attic) [Hide]  1.2   27 years  niklas   branches: 1.2.14; OpenBSD tags + some prototyping police
[TXT] if_fddisubr.c (in the Attic) [Hide]  1.22   24 years  itojun   branches: 1.22.2; fix include file path related to ip6.
[TXT] if_ieee80211.h (in the Attic) [Hide]  1.2   23 years  mickey   sync w/ netbsd
[TXT] if_sl.c (in the Attic) [Hide]  1.10   23 years  mickey   allow configuring number of these in ukc
[TXT] if_slvar.h (in the Attic) [Hide]  1.5   23 years  mickey   allow configuring number of these in ukc
[TXT] if_strip.c (in the Attic) [Hide]  1.13   23 years  angelos   Fix PR 342: the problem was that the code was assuming that when the strip inter...
[TXT] if_stripvar.h (in the Attic) [Hide]  1.5   23 years  art   New timeouts.
[TXT] if_token.h (in the Attic) [Hide]  1.1   24 years  fgsch   branches: 1.1.2; Token ring subroutines. For details see next commit.
[TXT] if_tokensubr.c (in the Attic) [Hide]  1.2   24 years  fgsch   branches: 1.2.2; Make token_output not static.
[TXT] net_osdep.c (in the Attic) [Hide]  1.2   23 years  itojun   sync whitespace/comment with kame. to help merge tasks
[TXT] net_osdep.h (in the Attic) [Hide]  1.6   23 years  itojun   sync whitespace/comment with kame. to help merge tasks
[TXT] netisr_dispatch.h (in the Attic) [Hide]  1.2   23 years  art   branches: 1.2.4; OpenBSD tag
[TXT] pfkey.c (in the Attic) [Hide]  1.9   23 years  angelos   SPD-driven IPsec.
[TXT] raw_cb.c (in the Attic) [Hide]  1.2   28 years  niklas   branches: 1.2.16; 1.2.26; From NetBSD: 960217 merge
[TXT] raw_cb.h (in the Attic) [Hide]  1.2   28 years  niklas   branches: 1.2.16; From NetBSD: 960217 merge
[TXT] raw_usrreq.c (in the Attic) [Hide]  1.3   25 years  deraadt   branches: 1.3.8; avoid panic; garath@code.ridgefield.org
[TXT] slip.h (in the Attic) [Hide]  1.2   27 years  niklas   branches: 1.2.14; OpenBSD tags + some prototyping police
[TXT] zlib.c (in the Attic) [Hide]  1.9   23 years  mickey   branches: 1.9.2; 1.9.4; 1.9.6; consts, spaces
[TXT] zlib.h (in the Attic) [Hide]  1.3   23 years  mickey   consts, spaces