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_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] art.c  1.27   7 years  mpi   Prevent a MP race in rtable_lookup(). If an ART node is linked to multiple rout...
[TXT] art.h  1.17   7 years  mpi   Prevent a MP race in rtable_lookup(). If an ART node is linked to multiple rout...
[TXT] bfd.c  1.65   6 years  deraadt   If you use sys/param.h, you don't need sys/types.h
[TXT] bfd.h  1.12   7 years  phessler   move clearing the bfd config to a task. while here, fix a typo
[TXT] bpf.c  1.169   6 years  bluhm   Protect the calls to ifpromisc() in bpf(4) with net lock. This affects the bpfi...
[TXT] bpf.h  1.65   6 years  mpi   Add support for dumping USB transfers via bpf(4) using USBPcap headers. ok dera...
[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.36   6 years  dlg   add support for bpf on "subsystems", not just network interfaces bpf assumed th...
[TXT] bridgectl.c  1.8   6 years  henning   bcmp -> memcmp; kinda req'd / not-just-kinda ok'd by claudio
[TXT] bridgestp.c  1.65   7 years  mpi   Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED(). ok visa@
[TXT] bsd-comp.c  1.15   6 years  deraadt   If you use sys/param.h, you don't need sys/types.h
[TXT] ethertypes.h  1.11   7 years  krw   A space here, a space there. Soon we're talking real whitespace rectification.
[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.46   6 years  mikeb   Remove a class from parent's active list when queue is empty When hfsc_deq_begi...
[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.549   6 years  mpi   Call bpfdetach() without holding the NET_LOCK(). Prevents a rwlock recursion fo...
[TXT] if.h  1.192   6 years  dlg   tunneldf needs ifr_df
[TXT] if_arp.h  1.7   7 years  krw   A space here, a space there. Soon we're talking real whitespace rectification.
[TXT] if_bridge.c  1.307   6 years  mpi   Remove almost unused `flags' argument of suser(). The account flag `ASU' will n...
[TXT] if_bridge.h  1.57   6 years  mpi   Add a new '-protected' option for bridge members. Bridge members that are part ...
[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.70   6 years  mpi   Last changes before running IPsec w/o KERNEL_LOCK(). Put more NET_ASSERT_LOCK()...
[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.37   6 years  dlg   initialise sc_df to 0 in clone create rather than setting sc_ttl badly
[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.253   6 years  dlg   on input, check the unicast address before the multicast handling. if the mac a...
[TXT] if_gif.c  1.113   6 years  remi   branches: 1.113.2; Remove the check for flags M_AUTH and M_CONF (AH and ESP). T...
[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.122   6 years  aoyama   Delete unused variable. ok jsg@
[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.87   6 years  claudio   Revert all the bits of the autocreate 127.0.0.1 on lo(4) creation for now. This ...
[TXT] if_media.c  1.30   7 years  krw   A space here, a space there. Soon we're talking real whitespace rectification.
[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.64   6 years  bluhm   Creating a cloned interface could return ENOMEM due to temporary memory shortage...
[TXT] if_mpw.c  1.24   6 years  mpi   Remove almost unused `flags' argument of suser(). The account flag `ASU' will n...
[TXT] if_pair.c  1.11   6 years  bluhm   Creating a cloned interface could return ENOMEM due to temporary memory shortage...
[TXT] if_pflog.c  1.81   6 years  bluhm   Creating a cloned interface could return ENOMEM due to temporary memory shortage...
[TXT] if_pflog.h  1.27   7 years  mpi   Remove list member now that the global list is gone.
[TXT] if_pflow.c  1.87   6 years  mpi   Remove almost unused `flags' argument of suser(). The account flag `ASU' will n...
[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.257   6 years  mpi   Remove almost unused `flags' argument of suser(). The account flag `ASU' will n...
[TXT] if_pfsync.h  1.53   7 years  bluhm   Pass down the address family through the pr_input calls. This allows to simplif...
[TXT] if_ppp.c  1.111   6 years  mpi   Remove almost unused `flags' argument of suser(). The account flag `ASU' will n...
[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.67   6 years  mpi   Remove almost unused `flags' argument of suser(). The account flag `ASU' will n...
[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.63   6 years  mpi   Use the NET_LOCK() macro instead of handrolling it. Tested by Hrvoje Popovski.
[TXT] if_sppp.h  1.26   7 years  krw   A space here, a space there. Soon we're talking real whitespace rectification.
[TXT] if_spppsubr.c  1.174   6 years  mpi   branches: 1.174.6; Remove almost unused `flags' argument of suser(). The accou...
[TXT] if_trunk.c  1.136   6 years  mpi   Remove almost unused `flags' argument of suser(). The account flag `ASU' will n...
[TXT] if_trunk.h  1.25   8 years  mikeb   Remove trunk watchdog code since it doesn't do anything useful and we want to li...
[TXT] if_tun.c  1.181   6 years  dlg   when comparing nvgre entries, compare a with b, not a with itself.
[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.89   6 years  dlg   get rid of struct carp_if by moving the srpl into struct ifnet if_carp. current...
[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.176   6 years  mpi   Remove almost unused `flags' argument of suser(). The account flag `ASU' will n...
[TXT] if_vlan_var.h  1.37   7 years  krw   A space here, a space there. Soon we're talking real whitespace rectification.
[TXT] if_vxlan.c  1.67   6 years  dlg   add support for setting the tunnel df bit. ok mpi@
[TXT] ifq.c  1.22   6 years  mpi   Assert that ifiq_destroy() is not called with the NET_LOCK() held. Calling task...
[TXT] ifq.h  1.20   6 years  tb   Back out tx mitigation again because it breaks suspend and resume at least on x2...
[TXT] netisr.h  1.50   6 years  sashan   - add one more softnet taskq NOTE: code still runs with single softnet task. ...
[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.1063   6 years  bluhm   branches: 1.1063.2; If source and destination addresses are equal, the incoming...
[TXT] pf_if.c  1.92   6 years  henning   some finger muscle workout: bzero -> memset and (very few) bcopy -> memcpy/memmo...
[TXT] pf_ioctl.c  1.331   6 years  henning   add DIOCGETSYNFLWATS to get current synflood detection watermarks, ok claudio be...
[TXT] pf_lb.c  1.62   6 years  henning   some finger muscle workout: bzero -> memset and (very few) bcopy -> memcpy/memmo...
[TXT] pf_norm.c  1.209   6 years  henning   branches: 1.209.2; some finger muscle workout: bzero -> memset and (very few) b...
[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.16   6 years  sashan   - split pf_find_or_create_ruleset() to smaller chunks. tested by Hrvoje OK mp...
[TXT] pf_syncookies.c  1.5   6 years  henning   make the watermarks/thresholds for entering and leaving syncookie mode when sync...
[TXT] pf_table.c  1.127   6 years  mikeb   Validate pfra_type after copyin before using it to index an array Don't trust t...
[TXT] pfkeyv2.c  1.176   6 years  mpi   Remove almost unused `flags' argument of suser(). The account flag `ASU' will n...
[TXT] pfkeyv2.h  1.79   6 years  mpi   Flush flows using the radix-tree instead of a global list. This will allows us ...
[TXT] pfkeyv2_convert.c  1.63   6 years  bluhm   Advance data pointer after exporting SA type to userland. Otherwise ipsecctl(8)...
[TXT] pfkeyv2_parsemessage.c  1.53   6 years  tedu   kernels don't build without MROUTING because ip_var.h only sometimes introduces ...
[TXT] pfvar.h  1.476   6 years  dlg   oh carp - i didnt mean to commit these
[TXT] pfvar_priv.h  1.4   6 years  mpi   Reduce contention on the NET_LOCK() by moving the logic of the pfpurge thread to...
[TXT] pipex.c  1.106   6 years  mpi   Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running pr_input hand...
[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.29   6 years  yasuoka   SEQ16_* macros weren't able to compare properly if one of the sequences is wrapp...
[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.14   6 years  deraadt   If you use sys/param.h, you don't need sys/types.h
[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.48   6 years  mpi   Remove almost unused `flags' argument of suser(). The account flag `ASU' will n...
[TXT] radix.c  1.58   6 years  mpi   Remove KERNEL_LOCK() asserts. pf table code iterates on a radix tree and curren...
[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.373   6 years  mpi   Always reallocate a new memory chunk when changing the gateway of a route entry....
[TXT] route.h  1.168   6 years  benno   Add a ROUTE_PRIOFILTER socket option for roueing sockets that allows filtering o...
[TXT] rtable.c  1.63   6 years  mpi   Simplify rtable_mpath_insert(). ok jmatthew@
[TXT] rtable.h  1.20   6 years  mpi   Fix rtable regression tests.
[TXT] rtsock.c  1.262   6 years  mpi   Remove almost unused `flags' argument of suser(). The account flag `ASU' will n...
[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.29   7 years  krw   A space here, a space there. Soon we're talking real whitespace rectification.
[TXT] trunklacp.h  1.12   6 years  mpi   Kill unused members using forward declaration only types. Found with ctfconv(1)...
[TXT] if_mobileip.c (in the Attic) [Hide]  1.8   6 years  dlg   don't allow configuration of non-ipv4 addresses. i found out how to do this whi...
[TXT] if_mobileip.h (in the Attic) [Hide]  1.1   6 years  dlg   split mobileip(4) out from the gre(4) driver. having mobileip in gre makes it h...
[TXT] if_switch.c (in the Attic) [Hide]  1.23   6 years  mpi   Remove almost unused `flags' argument of suser(). The account flag `ASU' will n...
[TXT] if_switch.h (in the Attic) [Hide]  1.10   7 years  reyk   Extend the DLT_OPENFLOW header to include the switch datapath id. OK rzalamena@...
[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] raw_cb.h (in the Attic) [Hide]  1.16   6 years  mpi   raw_init() is dead and <net/raw_cb.h> doesn't need to be included there.
[TXT] raw_usrreq.c (in the Attic) [Hide]  1.34   6 years  florian   There is no way SS_NOFDREF is set on a raw socket in raw_usrreq for PRU_DISCONNE...
[TXT] switchctl.c (in the Attic) [Hide]  1.12   6 years  mpi   Remove NET_LOCK()'s argument. Tested by Hrvoje Popovski, ok bluhm@
[TXT] switchofp.c (in the Attic) [Hide]  1.70   6 years  mpi   Remove almost unused `flags' argument of suser(). The account flag `ASU' will n...