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_8_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] bpf.c  1.22   23 years  jason   de-#ifdef-ize
[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] 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.38   23 years  itojun   repair SIOCGIFP*ADDR.
[TXT] if.h  1.20   23 years  art   Since ifa_refcnt was bumped to an int and rt_flags is an int too, bump ifa_flags...
[TXT] if_arp.h  1.3   24 years  fgsch   branches: 1.3.4; Add IEEE 802 hardware type.
[TXT] if_bridge.c  1.39   23 years  jason   use IFT_BRIDGE correctly update member interface obytes+lastchange; patch from c...
[TXT] if_bridge.h  1.12   24 years  jason   branches: 1.12.2; add ethernet MAC filtering capability also includes split of ...
[TXT] if_dl.h  1.2   27 years  niklas   branches: 1.2.14; OpenBSD tags + some prototyping police
[TXT] if_enc.c  1.31   23 years  itojun   initialize mtu/hlim for enc interface at encattach(). backgronud: inbound ipsec...
[TXT] if_enc.h  1.5   24 years  angelos   branches: 1.5.2; Don't allow enc0 to be added to a bridge, as it's used for all...
[TXT] if_ethersubr.c  1.39   23 years  jason   use llc_snap instead of home grown macros
[TXT] if_gif.c  1.8   23 years  itojun   on SIOC*IFPHY*, validate args more correctly.
[TXT] if_gif.h  1.3   24 years  angelos   branches: 1.3.2; Remove gif_input() -- not needed anymore.
[TXT] if_gre.c  1.6   24 years  angelos   branches: 1.6.2; ETHERTYPE_ATALK -> ETHERTYPE_AT
[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.4   23 years  jason   KNF, add #define llc_snap
[TXT] if_loop.c  1.14   23 years  itojun   move m_pullup2() equivalent for KAME requirement into ip6_input(). it was in loo...
[TXT] if_media.c  1.5   23 years  nate   sync mii code with netbsd adds detach functionality for phys some code cleanup ...
[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.2   24 years  chris   SIOCSIFGENERIC is now in sys/sockio.h
[TXT] if_spppsubr.c  1.5   24 years  chris   Cruft
[TXT] if_tun.c  1.29   24 years  mickey   add SIOCGIFMTU/SIOCSIFMTU; remediate redundant code of tun, ppp, sppp; chris@ ok...
[TXT] if_tun.h  1.8   25 years  brian   branches: 1.8.8; #define TUNMRU as 16384 and allow incoming packets of up to th...
[TXT] if_types.h  1.6   23 years  jason   avoid clash with IANA ifType mib, move bridge to 0xe8
[TXT] if_vlan.c  1.6   23 years  chris   From the NetBSD port of if_vlan, prevent a panic by not allowing SIOCSIFADDR/SIO...
[TXT] if_vlan_var.h  1.1   24 years  chris   if_vlan from FreeBSD and a few modifications
[TXT] netisr.h  1.14   24 years  itojun   branches: 1.14.2; s/ipv6intr/ip6intr/
[TXT] pfkeyv2.c  1.48   23 years  angelos   branches: 1.48.2; ASKPOLICY message; used by key management to inquire about po...
[TXT] pfkeyv2.h  1.21   23 years  angelos   ASKPOLICY message; used by key management to inquire about policy triggering an ...
[TXT] pfkeyv2_parsemessage.c  1.14   23 years  angelos   ASKPOLICY message; used by key management to inquire about policy triggering an ...
[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.9   23 years  art   Convert to use new timeout API.
[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.19   24 years  provos   deleting some routes created by imcp redirects could result in panic fix from Ne...
[TXT] route.h  1.8   24 years  deraadt   crank rt_refcnt to 32 bits, no userland effects
[TXT] rtsock.c  1.11   24 years  itojun   don't touch root radix node on RTM_*. this can panic system from non-root userl...
[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.3   24 years  itojun   branches: 1.3.2; fix include file path related to ip6.
[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.9   25 years  art   branches: 1.9.4; we don't need to include buf.h
[TXT] if_slvar.h (in the Attic) [Hide]  1.4   27 years  niklas   branches: 1.4.14; OpenBSD tags + some prototyping police
[TXT] if_strip.c (in the Attic) [Hide]  1.12   23 years  art   New timeouts.
[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.1   24 years  itojun   branches: 1.1.2; bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 lay...
[TXT] net_osdep.h (in the Attic) [Hide]  1.2   23 years  itojun   - upgrade icmp6 node information query support to 06 draft. - pedant: possible a...
[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.8   23 years  provos   take MIN/MAX from param.h, okay theo@
[TXT] zlib.h (in the Attic) [Hide]  1.2   27 years  niklas   branches: 1.2.14; OpenBSD tags + some prototyping police