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_6_7


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] art.c  1.28   5 years  tb   Unbreak tree by removing the bits that were copied to art.h in r1.18 from here. ...
[TXT] art.h  1.18   5 years  mpi   Make ART data structure definitions visible to userland, in order to fix netstat...
[TXT] bfd.c  1.77   5 years  deraadt   Repair state and flag bitmasks to match RFC, from Mitchell Krome ok claudio
[TXT] bfd.h  1.13   6 years  phessler   use unsigned variables for things that we use as unsigned noticed by clang
[TXT] bpf.c  1.189   4 years  visa   Abstract the head of knote lists. This allows extending the lists, for example, ...
[TXT] bpf.h  1.68   4 years  dlg   remove the "copy function" argument to bpf_mtap_hdr. it was previously (ab)used...
[TXT] bpf_filter.c  1.33   6 years  deraadt   If you use sys/param.h, you don't need sys/types.h
[TXT] bpfdesc.h  1.40   4 years  claudio   Switch bpf to use pgsigio(9) and sigio_init(9) instead of handrolling something ...
[TXT] bridgectl.c  1.20   4 years  mpi   Add missing mtx_leave() in error path. Reported by kn@, ok visa@
[TXT] bridgestp.c  1.73   4 years  dlg   turn the linkstate hooks into a task list, like the detach hooks. this is large...
[TXT] bsd-comp.c  1.16   5 years  claudio   M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for m_leadingspace() an...
[TXT] ethertypes.h  1.13   4 years  dlg   add the 802.1AE MACsec ethertype
[TXT] fq_codel.c  1.11   6 years  sthen   lenght->length, mostly in comments
[TXT] fq_codel.h  1.3   7 years  mikeb   Export delay statistics instead of bucket information
[TXT] hfsc.c  1.48   5 years  dlg   Don't let HFSC force the packet priority to 7 when enabled HFSC on a vlan(4) (o...
[TXT] hfsc.h  1.13   7 years  mikeb   Provide pluggable queueing interface for pf By hiding H-FSC behind pfq_ops stru...
[TXT] if.c  1.603   4 years  dlg   make ifpromisc assert that the caller is holding the NET_LOCK. it needs NET_LOC...
[TXT] if.h  1.203   4 years  krw   AF_INET comes before AF_INET6. Shorten line to <80 chars. pointed out by claudi...
[TXT] if_aggr.c  1.29   4 years  dlg   take NET_LOCK in aggr_clone_destroy() before calling aggr_p_dtor() aggr_p_dtor(...
[TXT] if_arp.h  1.7   7 years  krw   A space here, a space there. Soon we're talking real whitespace rectification.
[TXT] if_bpe.c  1.10   4 years  dlg   turn the linkstate hooks into a task list, like the detach hooks. this is large...
[TXT] if_bpe.h  1.1   5 years  dlg   add bpe(4) or Backbone Provider Edge interfaces Backbone refers to 802.1ah or 8...
[TXT] if_bridge.c  1.339   4 years  visa   ifpromisc() requires NET_LOCK(), so acquire the lock when changing promiscuous m...
[TXT] if_bridge.h  1.67   4 years  dlg   turn the linkstate hooks into a task list, like the detach hooks. this is large...
[TXT] if_dl.h  1.12   7 years  bluhm   Introduce sstosa() for converting sockaddr_storage with a type safe inline funct...
[TXT] if_enc.c  1.76   4 years  jsg   cleanup unused headers generated by config ok tedu@ krw@ 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_etherip.c  1.45   5 years  dlg   a first cut at converting some virtual ethernet interfaces to if_vinput this le...
[TXT] if_etherip.h  1.10   6 years  jca   Remove #if'0ed decls Stop pretending that we will migrate the content of this f...
[TXT] if_ethersubr.c  1.261   4 years  claudio   Make it possible to call ether_rtrequest with a NULL rt argument. In that case t...
[TXT] if_gif.c  1.128   4 years  dlg   gif shouldn't include netinet/ip_ether.h, cos gif doesnt do etherip. ip_ether.h...
[TXT] if_gif.h  1.18   6 years  dlg   rework gif to be more consistent. while here, give us support for mpls in gif o...
[TXT] if_gre.c  1.156   4 years  mpi   Stop processing packets under non-exclusive (read) netlock. Prevent concurrency...
[TXT] if_gre.h  1.15   6 years  dlg   update the gre driver. the main new feature is gre keys, supported by the vneti...
[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.90   4 years  claudio   In loop_clone_destroy() reset the rdomain with rtable_l2set() after the if_detac...
[TXT] if_media.c  1.31   5 years  stsp   Interpret ENETRESET from ifm_change() as success in ifmedia_ioctl(). Drivers wi...
[TXT] if_media.h  1.41   6 years  stsp   Add media types for 802.11 AC. The first driver to make use of these will probab...
[TXT] if_mpe.c  1.95   4 years  jsg   cleanup unused headers generated by config ok tedu@ krw@ deraadt@
[TXT] if_mpip.c  1.8   4 years  claudio   The MPLS edge devices get the packets from the MPLS stack which never passed tho...
[TXT] if_mpw.c  1.55   4 years  claudio   The MPLS edge devices get the packets from the MPLS stack which never passed tho...
[TXT] if_pair.c  1.13   5 years  dlg   this wasnt meant to be committed, back out for now.
[TXT] if_pflog.c  1.86   4 years  millert   Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX. This is clearer ...
[TXT] if_pflog.h  1.28   6 years  bluhm   All users of the PFLOG_PACKET() macro are inside "#if NPFLOG > 0". So this macro...
[TXT] if_pflow.c  1.90   5 years  mpi   Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O mode for sockets...
[TXT] if_pflow.h  1.17   7 years  visa   Use mbuf_queue to properly serialize access to pflow output queue. Input from m...
[TXT] if_pfsync.c  1.270   4 years  mpi   Stop processing packets under non-exclusive (read) netlock. Prevent concurrency...
[TXT] if_pfsync.h  1.54   5 years  sashan   - moving state look up outside of PF_LOCK() this change adds a pf_state_lock rw...
[TXT] if_ppp.c  1.112   5 years  claudio   M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for m_leadingspace() an...
[TXT] if_ppp.h  1.9   6 years  jsg   remove defines for ioctls the kernel doesn't recognise ok mpi@
[TXT] if_pppoe.c  1.68   4 years  kn   Use timeout_add_sec(9) All ticks arguments to timeout_add() calls are positive ...
[TXT] if_pppoe.h  1.6   9 years  dlg   replace the use of ifqueues for most input queues serviced by netisr with niqueu...
[TXT] if_pppvar.h  1.19   7 years  krw   A space here, a space there. Soon we're talking real whitespace rectification.
[TXT] if_pppx.c  1.84   4 years  yasuoka   Use MHLEN for the space size of mbuf header. This fixes the panic when using pp...
[TXT] if_sppp.h  1.27   4 years  kn   Use timeout_add_sec(9) Re-challenge timeouts are made up of single scalar facto...
[TXT] if_spppsubr.c  1.181   4 years  bluhm   Non root users must not set the parameters of pppoe(4) interfaces. found by Ilja...
[TXT] if_tpmr.c  1.10   4 years  dlg   take NET_LOCK in tpmr_clone_destroy() before calling tpmr_p_dtor() tpmr_p_dtor(...
[TXT] if_trunk.c  1.144   4 years  dlg   when copying capabilities from the first port to a trunk, copy hardmtu too. pre...
[TXT] if_trunk.h  1.29   4 years  dlg   turn the linkstate hooks into a task list, like the detach hooks. this is large...
[TXT] if_tun.c  1.221   4 years  mpi   Stop processing packets under non-exclusive (read) netlock. Prevent concurrency...
[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.21   7 years  gerhard   Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM) The umb(4...
[TXT] if_var.h  1.104   4 years  dlg   say if_pcount needs NET_LOCK instead of the kernel lock. if_pcount is only touc...
[TXT] if_vether.c  1.30   6 years  bluhm   Creating a cloned interface could return ENOMEM due to temporary memory shortage...
[TXT] if_vlan.c  1.203   4 years  jmatthew   replace vlan instance SRP lists with SMR_SLISTs As vlan instances obtained from...
[TXT] if_vlan_var.h  1.41   5 years  dlg   move the struct ifvlan (the vlan softc) definition into if_vlan.c. nothing need...
[TXT] if_vxlan.c  1.77   4 years  mpi   Stop processing packets under non-exclusive (read) netlock. Prevent concurrency...
[TXT] ifq.c  1.37   4 years  tobhe   Make sure return value 'error' is initialized to '0'. ok dlg@ deraadt@
[TXT] ifq.h  1.27   4 years  dlg   tweaks sleeping for an mbuf so it's more mpsafe. the stack puts an mbuf on the ...
[TXT] netisr.h  1.51   4 years  bluhm   When we needed the kernel lock for local IP packet delivery, mpi@ introduced a q...
[TXT] ofp.h  1.13   7 years  rzalamena   Fix some spelling errors in the OpenFlow header and update the tcpdump(8) ofp_ma...
[TXT] pf.c  1.1091   4 years  otto   "set delay" never worked as committed: the delay field was not copied in and the...
[TXT] pf_if.c  1.99   4 years  dlg   don't leak the the task struct used for the addrhook in pfi_detach_ifnet.
[TXT] pf_ioctl.c  1.351   4 years  sashan   fix insufficient input sanitization in pf_rulecopyin() and pf_pool_copyin() Rep...
[TXT] pf_lb.c  1.64   4 years  yasuoka   When source address tracking record is used for "route-to", the next hop interfa...
[TXT] pf_norm.c  1.218.8.1   3 years  bluhm   When cutting of the head of an overlapping fragment during pf reassembly, reinse...
[TXT] pf_osfp.c  1.40   7 years  sthen   Some of the LOG_NOTICE messages from PF were seen in normal operations with cert...
[TXT] pf_ruleset.c  1.18   5 years  kn   Check for main ruleset explicitly All rulesets reference their parent anchor, e...
[TXT] pf_syncookies.c  1.7   5 years  henning   in pf_syncookie_validate, return early if we don't have syncookies in flight tha...
[TXT] pf_table.c  1.131   4 years  mpi   free(9) sizes for M_RTABLE. ok kn@
[TXT] pfkeyv2.c  1.200   4 years  tobhe   Add support for autmatically moving traffic between rdomains on ipsec(4) encrypt...
[TXT] pfkeyv2.h  1.82   4 years  tobhe   Add support for autmatically moving traffic between rdomains on ipsec(4) encrypt...
[TXT] pfkeyv2_convert.c  1.67   4 years  tobhe   Add support for autmatically moving traffic between rdomains on ipsec(4) encrypt...
[TXT] pfkeyv2_parsemessage.c  1.55   4 years  tobhe   Add support for autmatically moving traffic between rdomains on ipsec(4) encrypt...
[TXT] pfvar.h  1.493   4 years  otto   "set delay" never worked as committed: the delay field was not copied in and the...
[TXT] pfvar_priv.h  1.5   5 years  sashan   - moving state look up outside of PF_LOCK() this change adds a pf_state_lock rw...
[TXT] pipex.c  1.113   4 years  claudio   Deny to create a pipex session if the session id already exists. From Vitaliy Ma...
[TXT] pipex.h  1.21   7 years  krw   A space here, a space there. Soon we're talking real whitespace rectification.
[TXT] pipex_local.h  1.33   4 years  claudio   Pass struct pipex_iface_context pointer down to pipex ioctl functions. This way ...
[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.15   5 years  claudio   M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for m_leadingspace() 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.53   4 years  beck   use correct forward type declaration from uvm. ok kettenis@
[TXT] radix.c  1.59   4 years  mpi   free(9) sizes for M_RTABLE. ok kn@
[TXT] radix.h  1.30   6 years  mpi   Make rn_match() and rn_lookup() safe to be used in parrallel, when different tre...
[TXT] route.c  1.393   4 years  krw   Don't return stack garbage even if it is going to be ignored. Initialize 'error'...
[TXT] route.h  1.181   4 years  krw   The return value of rt_ifa_purge() is ignored, so stop returning a (possibly uni...
[TXT] rtable.c  1.69   4 years  mpi   Prevent recursions by not deleting entries inside rtable_walk(9). rtable_walk(9...
[TXT] rtable.h  1.24   4 years  mpi   Prevent recursions by not deleting entries inside rtable_walk(9). rtable_walk(9...
[TXT] rtsock.c  1.298   4 years  tobhe   Remove redundant 'NULL' check for 'rtm'. CID 1453252 ok claudio@ mpi@
[TXT] slcompress.c  1.12   8 years  blambert   ANSIfy function definitions no change in .o file checksum ok claudio@
[TXT] slcompress.h  1.10   7 years  krw   A space here, a space there. Soon we're talking real whitespace rectification.
[TXT] trunklacp.c  1.32   4 years  dlg   let lacp mode trunk cope with interfaces that don't report if_baudrate. jmatthe...
[TXT] trunklacp.h  1.14   5 years  ccardenas   Add administrative options to LACP trunk implementation. The trunk driver now h...
[TXT] if_switch.c (in the Attic) [Hide]  1.30   4 years  dlg   replace the hooks used with if_detachhooks with a task list. the main semantic ...
[TXT] if_switch.h (in the Attic) [Hide]  1.12   4 years  dlg   replace the hooks used with if_detachhooks with a task list. the main semantic ...
[TXT] if_vxlan.h (in the Attic) [Hide]  1.11   7 years  reyk   Add support for a multipoint-to-multipoint mode in vxlan(4). In this mode, vxla...
[TXT] switchctl.c (in the Attic) [Hide]  1.21   4 years  visa   Abstract the head of knote lists. This allows extending the lists, for example, ...
[TXT] switchofp.c (in the Attic) [Hide]  1.76   4 years  akoshibe   OpenFlow 1.3 defines packet header patterns of interest using TLVs (OXMs) that r...