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_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] bpf.c  1.20   24 years  art   Remove code from the stone age.
[TXT] bpf.h  1.12   24 years  niklas   branches: 1.12.4; Support detaching of network interfaces. Still work to do in...
[TXT] bpf_filter.c  1.6   24 years  niklas   branches: 1.6.4; Remove statics (required renames)
[TXT] bpfdesc.h  1.5   24 years  niklas   branches: 1.5.4; Support detaching of network interfaces. Still work to do in ...
[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.31   24 years  itojun   branches: 1.31.2; cope with interface detach (like pcmcia card removal). remov...
[TXT] if.h  1.17   24 years  itojun   remove if_withname(), which was imported during KAME merge by mistake.
[TXT] if_arp.h  1.3   24 years  fgsch   branches: 1.3.4; Add IEEE 802 hardware type.
[TXT] if_bridge.c  1.29   24 years  jason   branches: 1.29.2; don't return directly from bridge_ioctl without splx() on inv...
[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.30   24 years  angelos   Stats for bridge output too.
[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.35   24 years  chris   if_vlan from FreeBSD and a few modifications
[TXT] if_gif.c  1.7   24 years  itojun   branches: 1.7.2; don't need IFF_RUNNING for gif, as no resource is allocated fo...
[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.3   24 years  fgsch   branches: 1.3.4; Add LLC_SNAPFRAMELEN define. indent.
[TXT] if_loop.c  1.13   24 years  itojun   branches: 1.13.2; fix include file path related to ip6.
[TXT] if_media.c  1.4   24 years  mickey   small knits in .c, more media definitions from netbsd in .h
[TXT] if_media.h  1.6   24 years  mickey   small knits in .c, more media definitions from netbsd in .h
[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.7   26 years  millert   branches: 1.7.8; Add support for RFC-comliant deflate protocol
[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.4   24 years  itojun   branches: 1.4.2; bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 lay...
[TXT] if_vlan.c  1.3   24 years  chris   Fix SIOCSIFMTU
[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.36   24 years  angelos   branches: 1.36.2; Add RCS ID.
[TXT] pfkeyv2.h  1.17   24 years  angelos   branches: 1.17.2; Merge "old" and "new" ESP and AH in two files (one for each)....
[TXT] pfkeyv2_parsemessage.c  1.8   24 years  angelos   branches: 1.8.2; Allow BITMAP_ADDRESS_DST in ADDFLOW messages.
[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.8   24 years  deraadt   branches: 1.8.4; fix unsigned without a size-type
[TXT] radix.c  1.4   27 years  mickey   branches: 1.4.16; remove ';' after function close '}' make it nicer w/ new rout...
[TXT] radix.h  1.3   27 years  mickey   branches: 1.3.16; remove ';' after function close '}' make it nicer w/ new rout...
[TXT] route.c  1.18   24 years  art   branches: 1.18.2; New timeout code.
[TXT] route.h  1.7   24 years  itojun   branches: 1.7.2; bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 lay...
[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.12   24 years  itojun   branches: 1.12.2; fix include file path related to ip6.
[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.1   24 years  mickey   branches: 1.1.2; 802.11 stuff beginnings, from 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.11   25 years  art   branches: 1.11.4; we don't need to include buf.h
[TXT] if_stripvar.h (in the Attic) [Hide]  1.4   27 years  niklas   branches: 1.4.14; OpenBSD tags + some prototyping police
[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.1   24 years  itojun   branches: 1.1.2; bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 lay...
[TXT] pfkey.c (in the Attic) [Hide]  1.8   24 years  angelos   branches: 1.8.2; Major style cleanup for pfkeyv2.c
[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.7   27 years  niklas   branches: 1.7.14; OpenBSD tags + some prototyping police
[TXT] zlib.h (in the Attic) [Hide]  1.2   27 years  niklas   branches: 1.2.14; OpenBSD tags + some prototyping police