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_5_6_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] bpf.c  1.103   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] bpf.h  1.46   9 years  henning   introduce bpf_mcopy_stripvlan, which cuts the 4 extra bytes out of the ether_vla...
[TXT] bpf_filter.c  1.24   13 years  canacar   Unbreak userland as well, since bpf_filter.c is also used in libpcap. Noticed by...
[TXT] bpfdesc.h  1.22   10 years  krw   Revert the *other* part of bpf.c's r1.84. May finally fix RD Thrush's encounter ...
[TXT] bridgestp.c  1.49   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] bsd-comp.c  1.8   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] ethertypes.h  1.10   15 years  sthen   add ethertype and tcpdump support for VLAN stacking (QinQ) with type number 0x88...
[TXT] hfsc.c  1.11   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] hfsc.h  1.6   10 years  henning   disgusting altq compat hack goes away
[TXT] if.c  1.297   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] if.h  1.157   9 years  dlg   now that receive ring accounting has been pulled out of the mbuf layer, we can p...
[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.226   9 years  mpi   branches: 1.226.4; Fewer <netinet/in_systm.h> !
[TXT] if_bridge.h  1.39   10 years  reyk   Just use sockaddr_union instead of a handcrafted version and rename bridge_tunne...
[TXT] if_dl.h  1.8   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] if_enc.c  1.55   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] if_enc.h  1.11   10 years  mpi   Protect various driver descriptors by _KERNEL to stop exposing to much stuff to ...
[TXT] if_ethersubr.c  1.174   9 years  tedu   branches: 1.174.4; add a size argument to free. will be used soon, but for now ...
[TXT] if_gif.c  1.69   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] if_gif.h  1.11   9 years  mpi   Kill unused route storages. blambert@, henning@, lteo@
[TXT] if_gre.c  1.70   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] if_gre.h  1.13   13 years  claudio   Implement a simple keepalive mechanism in gre(4) that is compatible with the one...
[TXT] if_llc.h  1.8   11 years  henning   first or second coming, commie or not commie, one m in coming is sufficient ok c...
[TXT] if_loop.c  1.57   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] if_media.c  1.23   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] if_media.h  1.31   14 years  claudio   Add 10GSFP+Cu to the Ethernet media types. This is for 10G direct attached cable...
[TXT] if_mpe.c  1.35   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] if_pflog.c  1.62   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] if_pflog.h  1.25   9 years  henning   tedu bpf_mtap_pflog(). now that it is a trivial wrapper around the extended bpf_...
[TXT] if_pflow.c  1.45   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] if_pflow.h  1.11   10 years  florian   Kill pflowproto 9, it's unfixable post 2038, a better, standardized option is pf...
[TXT] if_pfsync.c  1.208   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] if_pfsync.h  1.47   10 years  deraadt   Move obvious kernel prototypes (and structure's with kernel pointers, obviously ...
[TXT] if_ppp.c  1.76   9 years  mpi   Fewer <netinet/in_systm.h> !
[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.40   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] if_pppoe.h  1.5   15 years  brad   Fix a typo in the naming of the PPPoE input queues, ppoe -> pppoe. ok canacar@
[TXT] if_pppvar.h  1.15   20 years  markus   support ifconfig create; ok deraadt
[TXT] if_pppx.c  1.32   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] if_sppp.h  1.20   10 years  stsp   Convert sppp(4) to taskq; ok mikeb@ mpi@
[TXT] if_spppsubr.c  1.125   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] if_trunk.c  1.90   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] if_trunk.h  1.18   10 years  mpi   Convert trunk(4) to use a detachhook, discussed at b2k13 with many. While here ...
[TXT] if_tun.c  1.127   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] if_tun.h  1.15   17 years  claudio   Change the behaviour of tun(4) on close. - if the interface was auto-created by...
[TXT] if_types.h  1.19   15 years  henning   welcome pflow(4), a netflow v5 compatible flow export interface. flows export da...
[TXT] if_var.h  1.12   9 years  dlg   introduce the if_rxr api. it is intended to pull the rx ring accounting out of t...
[TXT] if_vether.c  1.20   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] if_vlan.c  1.108   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] if_vlan_var.h  1.24   10 years  deraadt   Move obvious kernel prototypes (and structure's with kernel pointers, obviously ...
[TXT] if_vxlan.c  1.15   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] netisr.h  1.39   10 years  deraadt   Move more stuff under _KERNEL ok claudio
[TXT] pf.c  1.883   9 years  mpi   branches: 1.883.4; Fewer <netinet/in_systm.h> !
[TXT] pf_if.c  1.74   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] pf_ioctl.c  1.274   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] pf_lb.c  1.32   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] pf_norm.c  1.167   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] pf_osfp.c  1.29   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] pf_ruleset.c  1.9   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] pf_table.c  1.102   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] pfkeyv2.c  1.133   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] pfkeyv2.h  1.64   10 years  deraadt   Move more stuff under _KERNEL ok claudio
[TXT] pfkeyv2_convert.c  1.43   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] pfkeyv2_parsemessage.c  1.47   11 years  mpi   Remove various external variable declaration from sources files and move them to...
[TXT] pfvar.h  1.401   9 years  mikeb   better indentation
[TXT] pipex.c  1.55   9 years  mpi   branches: 1.55.4; Fewer <netinet/in_systm.h> !
[TXT] pipex.h  1.18   9 years  yasuoka   Use uint32_t instead of uint16_t for pr_timeout_sec of struct pipex_session_req....
[TXT] pipex_local.h  1.19   11 years  yasuoka   branches: 1.19.6; 1.19.8; Remove unused macro function. diff from Michael W. ...
[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.10   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[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.28   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] radix.c  1.42   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] radix.h  1.25   10 years  claudio   Big refactoring of the radix code (mainly rn_addroute but also part of rn_delete...
[TXT] route.c  1.175   9 years  mpi   Revert the checks about RTF_LOCAL routes. Even if in the end we would like to b...
[TXT] route.h  1.95   9 years  mpi   Revert the checks about RTF_LOCAL routes. Even if in the end we would like to b...
[TXT] rtsock.c  1.150   9 years  mpi   Revert the checks about RTF_LOCAL routes. Even if in the end we would like to b...
[TXT] slcompress.c  1.11   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] slcompress.h  1.9   10 years  deraadt   Move more stuff under _KERNEL ok claudio
[TXT] trunklacp.c  1.15   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] trunklacp.h  1.7   10 years  deraadt   Move more stuff under _KERNEL ok claudio
[TXT] if_aoe.c (in the Attic) [Hide]  1.3   12 years  tedu   there's no way we can use just a single workq task here. one task for all packe...
[TXT] if_aoe.h (in the Attic) [Hide]  1.3   12 years  tedu   there's no way we can use just a single workq task here. one task for all packe...
[TXT] if_sl.c (in the Attic) [Hide]  1.53   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] if_slvar.h (in the Attic) [Hide]  1.15   10 years  guenther   Switch times in the SLIP softc to time_t and reorder slightly ok mpi@ deraadt@
[TXT] if_vxlan.h (in the Attic) [Hide]  1.5   10 years  mpi   Interfaces are associated to rdomains, make it clear by renaming `sc_rtableid' i...
[TXT] netisr.c (in the Attic) [Hide]  1.5   9 years  tedu   "It's not the years, honey; it's the mileage." bluetooth support doesn't work a...
[TXT] pfkey.c (in the Attic) [Hide]  1.21   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] radix_mpath.c (in the Attic) [Hide]  1.23   10 years  claudio   Big refactoring of the radix code (mainly rn_addroute but also part of rn_delete...
[TXT] radix_mpath.h (in the Attic) [Hide]  1.12   10 years  claudio   Big refactoring of the radix code (mainly rn_addroute but also part of rn_delete...
[TXT] raw_cb.c (in the Attic) [Hide]  1.7   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] raw_cb.h (in the Attic) [Hide]  1.9   10 years  deraadt   Move more stuff under _KERNEL ok claudio
[TXT] raw_usrreq.c (in the Attic) [Hide]  1.16   11 years  mikeb   Rearrange the code a bit to prevent splx() from being called with an uninitializ...
[TXT] slip.h (in the Attic) [Hide]  1.5   10 years  deraadt   Move more stuff under _KERNEL ok claudio