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_3_2_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] bpf.c  1.33   22 years  provos   kqueue support for bpf; okay markus@
[TXT] bpf.h  1.18   22 years  millert   First round of __P removal in sys
[TXT] bpf_filter.c  1.8   22 years  millert   First round of __P removal in sys
[TXT] bpfdesc.h  1.9   22 years  millert   First round of __P removal in sys
[TXT] bridgestp.c  1.9   21 years  jason   sizeof(structure) not sizeof(structure *); pointed out by dvamsi@yahoo.com.
[TXT] bsd-comp.c  1.5   22 years  millert   First round of __P removal in sys
[TXT] if.c  1.64   21 years  itojun   KNF - return is not a function.
[TXT] if.h  1.40   21 years  miod   Change all variables definitions (int foo) in sys/sys/*.h to variable declaratio...
[TXT] if_arp.h  1.5   21 years  itojun   add ARP hardware type for IEEE1394
[TXT] if_bridge.c  1.102   21 years  jason   branches: 1.102.2; consistently check byte order of ether_type; pointed out by ...
[TXT] if_bridge.h  1.18   22 years  jason   Credit DARPA/USAF appropriately.
[TXT] if_dl.h  1.5   22 years  millert   First round of __P removal in sys
[TXT] if_enc.c  1.39   21 years  itojun   allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know the s...
[TXT] if_enc.h  1.8   22 years  angelos   Copyright update.
[TXT] if_ethersubr.c  1.66   21 years  itojun   KNF - return is not a function.
[TXT] if_gif.c  1.25   21 years  itojun   allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know the s...
[TXT] if_gif.h  1.8   22 years  millert   First round of __P removal in sys
[TXT] if_gre.c  1.24   21 years  pefo   Fix a problem where passing NULL as a pointer with varargs does not promote NULL...
[TXT] if_gre.h  1.6   22 years  angelos   WCCP sysctl variable -- ok deraadt@ niklas@
[TXT] if_llc.h  1.6   23 years  angelos   By popular demand, protect from multiple inclusion, and fix to use the same nami...
[TXT] if_loop.c  1.25   21 years  itojun   KNF - return is not a function.
[TXT] if_media.c  1.8   21 years  itojun   KNF - return is not a function.
[TXT] if_media.h  1.10   22 years  millert   o Add ibss and ibss-master mediaopt for ifconfig o Map port type 4 to ibss regar...
[TXT] if_pflog.c  1.6   21 years  itojun   allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know the s...
[TXT] if_pflog.h  1.6   22 years  mickey   branches: 1.6.2; fix the endif comment
[TXT] if_ppp.c  1.31   21 years  deraadt   license update of CMU parts. due to communication with wcw+@andrew.cmu.edu, pus...
[TXT] if_ppp.h  1.8   21 years  deraadt   license update of CMU parts. due to communication with wcw+@andrew.cmu.edu, pus...
[TXT] if_pppvar.h  1.13   21 years  deraadt   Paul Mackerras and the Australian National University have worked things out, an...
[TXT] if_sppp.h  1.6   21 years  chris   BSD-style license from Serge Vakulenko <vak@cronyx.ru>
[TXT] if_spppsubr.c  1.16   21 years  chris   BSD-style license from Serge Vakulenko <vak@cronyx.ru>
[TXT] if_tun.c  1.43   21 years  itojun   allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know the s...
[TXT] if_tun.h  1.10   23 years  angelos   branches: 1.10.4; By popular demand, protect from multiple inclusion, and fix t...
[TXT] if_types.h  1.13   22 years  itojun   remove extra */
[TXT] if_vlan.c  1.32   22 years  chris   import of netbsd's vlan multicast code this works better than what we have now, ...
[TXT] if_vlan_var.h  1.8   22 years  chris   import of netbsd's vlan multicast code this works better than what we have now, ...
[TXT] netisr.h  1.17   22 years  millert   First round of __P removal in sys
[TXT] pf.c  1.245   21 years  henning   daddr was used where saddr was meant while checking incoming packets for binat. ...
[TXT] pf_ioctl.c  1.8   21 years  dhartmei   Use state tree instead of separate (flat) list to find NAT proxy ports, allows t...
[TXT] pf_norm.c  1.35   21 years  deraadt   branches: 1.35.2; KNF
[TXT] pfkeyv2.c  1.84   21 years  itojun   fix potential NULL pointer deref. From: tedu <grendel@zeitbombe.org>
[TXT] pfkeyv2.h  1.43   22 years  ho   Add flow type arg to import_flow()
[TXT] pfkeyv2_convert.c  1.12   22 years  angelos   Export compression info only if the SA (xform) is initialized.
[TXT] pfkeyv2_parsemessage.c  1.34   22 years  angelos   FLOW_TYPE in ADD/UPDATE.
[TXT] pfvar.h  1.89   21 years  dhartmei   Use state tree instead of separate (flat) list to find NAT proxy ports, allows t...
[TXT] ppp-comp.h  1.8   21 years  deraadt   Paul Mackerras and the Australian National University have worked things out, an...
[TXT] ppp-deflate.c  1.7   21 years  deraadt   Paul Mackerras and the Australian National University have worked things out, an...
[TXT] ppp_defs.h  1.13   21 years  deraadt   Paul Mackerras and the Australian National University have worked things out, an...
[TXT] ppp_tty.c  1.15   21 years  deraadt   license update of CMU parts. due to communication with wcw+@andrew.cmu.edu, pus...
[TXT] radix.c  1.8   22 years  millert   First round of __P removal in sys
[TXT] radix.h  1.8   22 years  millert   Cosmetic changes only, primarily making comments line up nicely after the __P re...
[TXT] route.c  1.34   21 years  itojun   branches: 1.34.2; KNF - return is not a function.
[TXT] route.h  1.14   22 years  millert   branches: 1.14.4; Final __P removal plus some cosmetic fixups
[TXT] rtsock.c  1.24   21 years  art   Don't dereference freed memory.
[TXT] slcompress.c  1.6   26 years  millert   branches: 1.6.12; Minor changes from ppp 2.3.1
[TXT] slcompress.h  1.6   21 years  todd   spelling; from Brian Poole <raj@cerias.purdue.edu>
[TXT] if_arcsubr.c (in the Attic) [Hide]  1.13   21 years  niklas   Make compile with -Werror (unused vars warnings)
[TXT] if_atm.h (in the Attic) [Hide]  1.11   22 years  millert   First round of __P removal in sys
[TXT] if_atmsubr.c (in the Attic) [Hide]  1.20   21 years  art   Fix fallout from recent changes.
[TXT] if_faith.c (in the Attic) [Hide]  1.12   21 years  itojun   allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know the s...
[TXT] if_fddi.h (in the Attic) [Hide]  1.5   22 years  itojun   force FDDI link MTU be FDDI IPv4 MTU. PR 2714. jason ok
[TXT] if_fddisubr.c (in the Attic) [Hide]  1.29   21 years  itojun   allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know the s...
[TXT] if_ieee80211.h (in the Attic) [Hide]  1.7   22 years  mickey   some BITS defs for %b
[TXT] if_sl.c (in the Attic) [Hide]  1.17   21 years  itojun   KNF - return is not a function.
[TXT] if_slvar.h (in the Attic) [Hide]  1.10   22 years  millert   First round of __P removal in sys
[TXT] if_strip.c (in the Attic) [Hide]  1.22   21 years  itojun   KNF - return is not a function.
[TXT] if_stripvar.h (in the Attic) [Hide]  1.8   22 years  millert   First round of __P removal in sys
[TXT] if_token.h (in the Attic) [Hide]  1.3   22 years  millert   First round of __P removal in sys
[TXT] if_tokensubr.c (in the Attic) [Hide]  1.8   21 years  mickey   make it compile by removing unused local vars
[TXT] netisr_dispatch.h (in the Attic) [Hide]  1.3   23 years  angelos   By popular demand, protect from multiple inclusion, and fix to use the same nami...
[TXT] pfkey.c (in the Attic) [Hide]  1.11   23 years  angelos   branches: 1.11.4; Yet more include file cleanup.
[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.4   22 years  millert   First round of __P removal in sys
[TXT] raw_usrreq.c (in the Attic) [Hide]  1.6   21 years  itojun   KNF - return is not a function.
[TXT] slip.h (in the Attic) [Hide]  1.3   23 years  angelos   By popular demand, protect from multiple inclusion, and fix to use the same nami...
[TXT] zlib.c (in the Attic) [Hide]  1.11   22 years  millert   Back out part of last commit, it causes memory to be freed prematurely in this v...
[TXT] zlib.h (in the Attic) [Hide]  1.4   23 years  angelos   By popular demand, protect from multiple inclusion, and fix to use the same nami...