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_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] bpf.c  1.56   19 years  reyk   add support for BIOCGDLTLIST and BIOCSDLT, see bpf(4) ok canacar@, fgsch@, test...
[TXT] bpf.h  1.30   19 years  reyk   add support for BIOCGDLTLIST and BIOCSDLT, see bpf(4) ok canacar@, fgsch@, test...
[TXT] bpf_filter.c  1.14   20 years  otto   - make the k field in struct bpf_insn unsigned, as promised in the manual page. ...
[TXT] bpfdesc.h  1.15   19 years  reyk   knf cleanup, convert old k&r-style functions to ansi-style for a consistent styl...
[TXT] bridgestp.c  1.16   20 years  avsm   convert __attribute__((__packed__)) to __packed so that parsers unaware of gcc e...
[TXT] bsd-comp.c  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ethertypes.h  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] if.c  1.104   19 years  mcbride   branches: 1.104.2; Add new function if_link_state_change() to take care of send...
[TXT] if.h  1.64   19 years  mcbride   Add new function if_link_state_change() to take care of sending messages on the ...
[TXT] if_arp.h  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] if_bridge.c  1.141   19 years  camield   branches: 1.141.2; Simplify hashtable (de)allocation by moving it into the clon...
[TXT] if_bridge.h  1.27   19 years  camield   Simplify hashtable (de)allocation by moving it into the clone functions. ok mic...
[TXT] if_dl.h  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] if_enc.c  1.41   19 years  grange   Kill more netiso ghosts. ok millert@
[TXT] if_enc.h  1.8   22 years  angelos   Copyright update.
[TXT] if_ethersubr.c  1.88   19 years  mpf   Rewriting the lladdr can now be done without using mbuf tags. Advertisements run...
[TXT] if_gif.c  1.31   20 years  markus   return error in ifc_destroy; ok deraadt, itojun, cedric, hshoexer
[TXT] if_gif.h  1.9   20 years  markus   add support for ifconfig clone/destroy; ok henning deraadt
[TXT] if_gre.c  1.32   19 years  canacar   fix bad packets passed to bpf from the gre(4) interface. reported by Robert Ston...
[TXT] if_gre.h  1.9   20 years  markus   add support for ifconfig clone/destroy; ok henning deraadt
[TXT] if_llc.h  1.7   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] if_loop.c  1.33   19 years  henning   remove netiso shitz, millert ok
[TXT] if_media.c  1.12   19 years  brad   ifmedia_set() should not panic, nor can it really fail. So if there is some pro...
[TXT] if_media.h  1.17   19 years  reyk   added new commands to ifconfig used by net80211 interfaces: mode (set mode for m...
[TXT] if_pflog.c  1.12   20 years  dhartmei   Allow recursive anchors (anchors within anchors, up to 64 levels deep). More wor...
[TXT] if_pflog.h  1.11   20 years  dhartmei   Allow recursive anchors (anchors within anchors, up to 64 levels deep). More wor...
[TXT] if_pfsync.c  1.46   19 years  mcbride   branches: 1.46.2; Avoid use after free when purging states. ok henning@ dhartm...
[TXT] if_pfsync.h  1.19   19 years  mcbride   Use syncdev instead of syncif in ifconfig, and modify ioctl struct pfsyncreq in ...
[TXT] if_ppp.c  1.42   19 years  tholo   First step towards more sane time handling in the kernel -- this changes things ...
[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_pppoe.c  1.3   19 years  canacar   Disable timeout before destroying a pppoe interface ok deraadt@, henning@, krw@
[TXT] if_pppoe.h  1.3   19 years  markus   missing $OpenBSD
[TXT] if_pppvar.h  1.15   20 years  markus   support ifconfig create; ok deraadt
[TXT] if_sppp.h  1.8   19 years  canacar   Unslack and increase AUTHNAMELEN, since some ISP's prefer long usernames. Report...
[TXT] if_spppsubr.c  1.26   19 years  naddy   Run address change notification hooks when the interface address is updated. Not...
[TXT] if_tun.c  1.64   19 years  mpf   Check IFF_UP at tun_output(). ok henning, markus.
[TXT] if_tun.h  1.13   19 years  claudio   Add tap aka layer 2 tunneling support to tun(4). It can be enabled by setting th...
[TXT] if_types.h  1.18   19 years  grange   First step in Bluetooth protocol stack support. The code is adopted from the Fr...
[TXT] if_vlan.c  1.47   19 years  brad   sizeof(struct ether_header) -> ETHER_HDR_LEN ok mcbride@
[TXT] if_vlan_var.h  1.11   20 years  henning   from camield: se hash instead of linked list to speed up tag to vlan interface m...
[TXT] netisr.h  1.21   19 years  grange   First step in Bluetooth protocol stack support. The code is adopted from the Fr...
[TXT] pf.c  1.483   19 years  dhartmei   branches: 1.483.2; byte order of mss, only affects synproxy code path, from Joh...
[TXT] pf_if.c  1.23   19 years  dhartmei   Introduce 'set skip on <ifspec>' to support a list of interfaces where no packet...
[TXT] pf_ioctl.c  1.139   19 years  dhartmei   branches: 1.139.2; when tagging, apply the same tag to all packets matching a s...
[TXT] pf_norm.c  1.97   19 years  aaron   branches: 1.97.2; Implement "no scrub" to allow exclusion of specific traffic f...
[TXT] pf_osfp.c  1.10   20 years  frantzen   move some of the non-interrupt pools from the small kmem_map to the much larger ...
[TXT] pf_table.c  1.62   19 years  mcbride   KNF
[TXT] pfkeyv2.c  1.100   19 years  hshoexer   protect pfkeyv2_dump_walker with spltdb(). Noticed by mpech@, thanks! ok ho@ m...
[TXT] pfkeyv2.h  1.52   19 years  markus   implement net.key.v2.sadb_dump.{unspec,esp,ah,...} sysctl subtree and use sysctl...
[TXT] pfkeyv2_convert.c  1.21   19 years  ho   Add SADB_X_EXT_LIFETIME_LASTUSE for use with isakmpd/DPD, adding this extends th...
[TXT] pfkeyv2_parsemessage.c  1.39   19 years  ho   Add SADB_X_EXT_LIFETIME_LASTUSE for use with isakmpd/DPD, adding this extends th...
[TXT] pfvar.h  1.213   19 years  dhartmei   branches: 1.213.2; when tagging, apply the same tag to all packets matching a s...
[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.20   20 years  itojun   de-register. deraadt ok
[TXT] radix.c  1.18   20 years  itojun   permit multiple default route. from kame
[TXT] radix.h  1.12   20 years  itojun   radix tree with multipath support. from kame. deraadt ok user visible changes:...
[TXT] route.c  1.50   19 years  henning   handle route labels on RTM_CHANGE, ok mcbride, prodded my markus some time ago
[TXT] route.h  1.26   19 years  henning   handle route labels on RTM_CHANGE, ok mcbride, prodded my markus some time ago
[TXT] rtsock.c  1.43   19 years  henning   handle route labels on RTM_CHANGE, ok mcbride, prodded my markus some time ago
[TXT] slcompress.c  1.8   20 years  itojun   de-register. deraadt ok
[TXT] slcompress.h  1.7   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] if_arcsubr.c (in the Attic) [Hide]  1.21   19 years  tholo   First step towards more sane time handling in the kernel -- this changes things ...
[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.24   20 years  henning   unbreak
[TXT] if_faith.c (in the Attic) [Hide]  1.17   20 years  markus   return error in ifc_destroy; ok deraadt, itojun, cedric, hshoexer
[TXT] if_fddi.h (in the Attic) [Hide]  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] if_fddisubr.c (in the Attic) [Hide]  1.44   19 years  mpf   Rewriting the lladdr can now be done without using mbuf tags. Advertisements run...
[TXT] if_sl.c (in the Attic) [Hide]  1.29   19 years  tholo   This moves access to wall and uptime variables in MI code, encapsulating all suc...
[TXT] if_slvar.h (in the Attic) [Hide]  1.12   20 years  markus   support ifconfig create; ok deraadt
[TXT] if_strip.c (in the Attic) [Hide]  1.30   19 years  tholo   This moves access to wall and uptime variables in MI code, encapsulating all suc...
[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.6   20 years  avsm   convert __attribute__((__packed__)) to __packed so that parsers unaware of gcc e...
[TXT] if_tokensubr.c (in the Attic) [Hide]  1.18   19 years  mpf   Rewriting the lladdr can now be done without using mbuf tags. Advertisements run...
[TXT] netisr_dispatch.h (in the Attic) [Hide]  1.8   19 years  grange   First step in Bluetooth protocol stack support. The code is adopted from the Fr...
[TXT] pfkey.c (in the Attic) [Hide]  1.16   19 years  markus   implement net.key.v2.sadb_dump.{unspec,esp,ah,...} sysctl subtree and use sysctl...
[TXT] radix_mpath.c (in the Attic) [Hide]  1.2   19 years  cedric   require RTF_MPATH to enter a multipath route with RTM_ADD. route(8) takes a new ...
[TXT] radix_mpath.h (in the Attic) [Hide]  1.3   19 years  cedric   require RTF_MPATH to enter a multipath route with RTM_ADD. route(8) takes a new ...
[TXT] raw_cb.c (in the Attic) [Hide]  1.5   20 years  itojun   de-register. deraadt ok
[TXT] raw_cb.h (in the Attic) [Hide]  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] raw_usrreq.c (in the Attic) [Hide]  1.10   20 years  espie   put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros to...
[TXT] slip.h (in the Attic) [Hide]  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] zlib.c (in the Attic) [Hide]  1.12   20 years  itojun   de-register. deraadt ok
[TXT] zlib.h (in the Attic) [Hide]  1.4   22 years  angelos   By popular demand, protect from multiple inclusion, and fix to use the same nami...