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_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] bpf.c  1.118   9 years  miod   First step towards making uiomove() take a size_t size argument: - rename uiomov...
[TXT] bpf.h  1.48   9 years  pelikan   make bpf(4) able to filter based on a pf(4) queue ID for tcpdump -Q qname ALTQ ...
[TXT] bpf_filter.c  1.26   9 years  otto   better boundchecks in validation; from Guy Harris; ok millert@ dlg@
[TXT] bpfdesc.h  1.24   9 years  pelikan   make bpf(4) able to filter based on a pf(4) queue ID for tcpdump -Q qname ALTQ ...
[TXT] bridgestp.c  1.51   9 years  tedu   unifdef INET in net code as a precursor to removing the pretend option. long liv...
[TXT] bsd-comp.c  1.10   9 years  mpi   Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. ok mikeb...
[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.16   9 years  henning   make sure hfsc_attach, hfsc_detach, hfsc_addqueue, hfsc_delqueue and hfsc_qstats...
[TXT] hfsc.h  1.6   10 years  henning   disgusting altq compat hack goes away
[TXT] if.c  1.320   9 years  brad   Fix a regression introduced when switching from rtsold to the kernel for router ...
[TXT] if.h  1.160   9 years  mpi   Introduce if_input() a function to pass packets dequeued from a recieving ring t...
[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.232   9 years  benno   earlier rev 1.112 sys/net/if_vlan.c corrects the mapping of 802.1p prio from the...
[TXT] if_bridge.h  1.41   9 years  deraadt   Userland (base & ports) was adapted to always include <netinet/in.h> before <net...
[TXT] if_dl.h  1.8   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] if_enc.c  1.59   9 years  doug   yet more mallocarray() changes. ok tedu@ deraadt@
[TXT] if_enc.h  1.12   9 years  mpi   There's no good reason to keep into "struct ifnet" a pointer that's only used by...
[TXT] if_ethersubr.c  1.189   9 years  markus   avoid double vlan-header or vlan-header for non-vlan(4) interfaces (will panic) ...
[TXT] if_gif.c  1.72   9 years  tedu   unifdef INET in net code as a precursor to removing the pretend option. long liv...
[TXT] if_gif.h  1.11   9 years  mpi   Kill unused route storages. blambert@, henning@, lteo@
[TXT] if_gre.c  1.73   9 years  tedu   unifdef INET in net code as a precursor to removing the pretend option. long liv...
[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.63   9 years  mpi   Do not overwrite user-specified MTU. Allow to use different size than the defau...
[TXT] if_media.c  1.25   9 years  deraadt   if_media.c needs net/if_var.h. This fixes the build with IFMEDIA_DEBUG. from Fab...
[TXT] if_media.h  1.32   9 years  mpi   Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. ok mikeb...
[TXT] if_mpe.c  1.41   9 years  mpi   Make sure rtrequest1(9) is called under splsoftnet().
[TXT] if_pflog.c  1.69   9 years  millert   Include sys/stdint.h for SIZE_MAX instead of relying on the misplaced define in ...
[TXT] if_pflog.h  1.26   9 years  henning   change log(matches) semantics slightly to make it more useful. since it is a deb...
[TXT] if_pflow.c  1.49   9 years  tedu   unifdef INET in net code as a precursor to removing the pretend option. long liv...
[TXT] if_pflow.h  1.12   9 years  blambert   Bring IPFIX sequence numbers in line with the RFC; original diff from benno@. o...
[TXT] if_pfsync.c  1.217   9 years  henning   include the "set prio" values. no real compat issue since we're using spare byte...
[TXT] if_pfsync.h  1.48   9 years  deraadt   Userland (base & ports) was adapted to always include <netinet/in.h> before <net...
[TXT] if_ppp.c  1.80   9 years  tedu   unifdef INET in net code as a precursor to removing the pretend option. long liv...
[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.43   9 years  mpi   Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. ok mikeb...
[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.36   9 years  miod   First step towards making uiomove() take a size_t size argument: - rename uiomov...
[TXT] if_sppp.h  1.20   10 years  stsp   Convert sppp(4) to taskq; ok mikeb@ mpi@
[TXT] if_spppsubr.c  1.130   9 years  dlg   remove the second void * argument on tasks. when workqs were introduced, we pro...
[TXT] if_trunk.c  1.94   9 years  tedu   unifdef INET in net code as a precursor to removing the pretend option. long liv...
[TXT] if_trunk.h  1.19   9 years  tedu   use siphash for trunk loadbalancing. ok deraadt
[TXT] if_tun.c  1.132   9 years  miod   First step towards making uiomove() take a size_t size argument: - rename uiomov...
[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.20   9 years  dlg   tweak the new if_input function so it takes an mbuf_list instead of a single mbu...
[TXT] if_vether.c  1.22   9 years  tedu   unifdef INET in net code as a precursor to removing the pretend option. long liv...
[TXT] if_vlan.c  1.112   9 years  henning   IEEE sez that 0 is bigger than 1, and IEEE is always right. When mapping 802.1p ...
[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.21   9 years  deraadt   Userland (base & ports) was adapted to always include <netinet/in.h> before <net...
[TXT] netisr.h  1.40   9 years  guenther   No more bluetooth in netintr(), so delete NETISR_BT. Zap the declaration for bt...
[TXT] pf.c  1.906   9 years  sthen   Rather than using 0xff as a placeholder for "don't check prio", use 0xff to mean...
[TXT] pf_if.c  1.77   9 years  tedu   unifdef INET in net code as a precursor to removing the pretend option. long liv...
[TXT] pf_ioctl.c  1.283   9 years  tedu   fix a memory leak in the error case found by Maxime Villard's Brainy code scanne...
[TXT] pf_lb.c  1.41   9 years  jsg   init a potentially uninitialised var in pf_postprocess_addr ok mikeb@ henning@
[TXT] pf_norm.c  1.174   9 years  henning   pf normalization code was in dire need of style normalization. ok mpi pelikan
[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.105   9 years  mikeb   Prevent tables referenced by rules in anchors from getting disabled. Analysis an...
[TXT] pfkeyv2.c  1.138   9 years  tedu   unifdef INET in net code as a precursor to removing the pretend option. long liv...
[TXT] pfkeyv2.h  1.65   9 years  tedu   remove KPDK. not really used, and a bad choice anyway. ok naddy
[TXT] pfkeyv2_convert.c  1.47   9 years  blambert   style(9) nit ok claudio@
[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.413   9 years  sthen   Rather than using 0xff as a placeholder for "don't check prio", use 0xff to mean...
[TXT] pipex.c  1.65   9 years  tedu   unifdef INET in net code as a precursor to removing the pretend option. long liv...
[TXT] pipex.h  1.19   9 years  yasuoka   tun(4) has a pipex session which is used for multicast internally, it wasn't fre...
[TXT] pipex_local.h  1.21   9 years  yasuoka   Check the header fields of GRE and MPPE packets strictly.
[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.11   9 years  tedu   replace some malloc multiplies with mallocarry. ok deraadt henning
[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.31   9 years  miod   First step towards making uiomove() take a size_t size argument: - rename uiomov...
[TXT] radix.c  1.44   9 years  claudio   Make sure that rn_mpath_adj_mpflag() is called with the correct pointer to the m...
[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.207   9 years  mpi   When purging the routes corresponding to an ifp, skip the routing tables of diff...
[TXT] route.h  1.105   9 years  mpi   Do not store the key and the gateway of a route entry in the same chunk of memor...
[TXT] rtsock.c  1.157   9 years  mpi   Do not store the key and the gateway of a route entry in the same chunk of memor...
[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.18   9 years  tedu   use siphash for trunk loadbalancing. ok deraadt
[TXT] trunklacp.h  1.8   9 years  tedu   use siphash for trunk loadbalancing. ok deraadt
[TXT] if_vxlan.h (in the Attic) [Hide]  1.6   9 years  tedu   unifdef INET in net code as a precursor to removing the pretend option. long liv...
[TXT] netisr.c (in the Attic) [Hide]  1.6   9 years  tedu   unifdef INET in net code as a precursor to removing the pretend option. long liv...
[TXT] pfkey.c (in the Attic) [Hide]  1.24   9 years  doug   More malloc() -> mallocarray() in the kernel. ok deraadt@ tedu@
[TXT] radix_mpath.c (in the Attic) [Hide]  1.29   9 years  claudio   Make sure that rn_mpath_adj_mpflag() is called with the correct pointer to the m...
[TXT] radix_mpath.h (in the Attic) [Hide]  1.15   9 years  mpi   Change rt_mpath_conflict() to not rely on an initialized rtentry when checking f...
[TXT] raw_cb.c (in the Attic) [Hide]  1.8   9 years  jsg   remove uneeded route.h includes ok miod@ mpi@
[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.17   9 years  jsg   remove uneeded route.h includes ok miod@ mpi@
[TXT] slip.h (in the Attic) [Hide]  1.5   10 years  deraadt   Move more stuff under _KERNEL ok claudio