OpenBSD CVS

src/sys/netinet/


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 / netinet

Current tag: OPENBSD_6_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] libdeslite/        
[TXT] icmp6.h  1.47   6 years  florian   Stop running nd6_expire every second. We know when pltime or vltime decrease to ...
[TXT] icmp_var.h  1.15   7 years  jmatthew   Use percpu counters for icmp ok dlg@ a while ago some input from jca@ who wrote...
[TXT] if_ether.c  1.236   5 years  mpi   Push the KERNEL_LOCK() inside route_input(). ok visa@, tb@
[TXT] if_ether.h  1.73   7 years  reyk   For virtual Ethernet drivers that don't have a technical limit of the hardmtu, p...
[TXT] igmp.c  1.72   6 years  mpi   Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running pr_input hand...
[TXT] igmp.h  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] igmp_var.h  1.13   7 years  bluhm   Pass down the address family through the pr_input calls. This allows to simplif...
[TXT] in.c  1.160   5 years  nayden   Disambiguate the source of panics in sys/net* by adding __func__ magic constant ...
[TXT] in.h  1.132   5 years  bluhm   Convert inetctlerrmap to u_char like inet6ctlerrmap. That is also what FreeBSD ...
[TXT] in4_cksum.c  1.10   9 years  jsg   remove uneeded route.h includes ok miod@ mpi@
[TXT] in_cksum.c  1.8   8 years  tedu   ansi
[TXT] in_pcb.c  1.247   5 years  bluhm   Revert the inpcb table mutex commit. It triggers a witness panic in raw IP deli...
[TXT] in_pcb.h  1.115   5 years  bluhm   Revert the inpcb table mutex commit. It triggers a witness panic in raw IP deli...
[TXT] in_proto.c  1.90   6 years  dlg   rework gif to be more consistent. while here, give us support for mpls in gif o...
[TXT] in_systm.h  1.7   9 years  mpi   Stop using old n_time, n_long and n_short types in netinet headers. ok deraadt@...
[TXT] in_var.h  1.40   7 years  mpi   Per-interface list of addresses, both multicast and unicast, are currently prote...
[TXT] inet_nat64.c  1.2   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] inet_ntop.c  1.4   7 years  claudio   Implement a sockaddr_ntop() function that works like inet_ntop() but prints sock...
[TXT] ip.h  1.18   6 years  tj   fix typo in previous commit.
[TXT] ip6.h  1.20   13 years  blambert   Remove unused macro. ok henning@ claudio@
[TXT] ip_ah.c  1.143   5 years  mpi   Add per-TDB counters and a new SADB extension to export them to userland. Input...
[TXT] ip_ah.h  1.36   6 years  visa   Make {ah,esp,ipcomp}stat use percpu counters. OK bluhm@, mpi@
[TXT] ip_carp.c  1.334   5 years  mpi   Turn carp_ourether() mp-safe, this is a requirement for taking bridge(4) out of ...
[TXT] ip_carp.h  1.47   6 years  bluhm   All places that call carp_lsdrop() use the interface pointer already. It does no...
[TXT] ip_divert.c  1.59   5 years  bluhm   Revert the inpcb table mutex commit. It triggers a witness panic in raw IP deli...
[TXT] ip_divert.h  1.11   6 years  florian   Move PRU_DETACH out of pr_usrreq into per proto pr_detach functions to pave way ...
[TXT] ip_ecn.c  1.8   7 years  naddy   ANSIfy netinet/; from David Hill
[TXT] ip_ecn.h  1.6   12 years  markus   improve IPsec/ENC interaction: - ipip_input() recalculate the IP header checksum...
[TXT] ip_esp.c  1.158   5 years  mpi   Add per-TDB counters and a new SADB extension to export them to userland. Input...
[TXT] ip_esp.h  1.46   6 years  visa   Make {ah,esp,ipcomp}stat use percpu counters. OK bluhm@, mpi@
[TXT] ip_ether.h  1.28   6 years  jca   Add ifdef MPLS around all the MPLS-in-IP code ok visa@ mpi@
[TXT] ip_gre.c  1.71   6 years  dlg   update the gre driver. the main new feature is gre keys, supported by the vneti...
[TXT] ip_gre.h  1.13   6 years  dlg   update the gre driver. the main new feature is gre keys, supported by the vneti...
[TXT] ip_icmp.c  1.177   5 years  miko   sync icmp_mtudisc_clone() with icmp6_mtudisc_clone(); prompted by bluhm@
[TXT] ip_icmp.h  1.30   7 years  bluhm   Pass down the address family through the pr_input calls. This allows to simplif...
[TXT] ip_id.c  1.24   9 years  tedu   move arc4random prototype to systm.h. more appropriate for most code to include ...
[TXT] ip_input.c  1.341   5 years  bluhm   Convert inetctlerrmap to u_char like inet6ctlerrmap. That is also what FreeBSD ...
[TXT] ip_ipcomp.c  1.66   5 years  mpi   Include the size of IPCOMP header when checking for compression. Problem found ...
[TXT] ip_ipcomp.h  1.10   6 years  visa   Make {ah,esp,ipcomp}stat use percpu counters. OK bluhm@, mpi@
[TXT] ip_ipip.c  1.88   5 years  mpi   Add per-TDB counters and a new SADB extension to export them to userland. Input...
[TXT] ip_ipip.h  1.10   6 years  bluhm   Do not use the interface pointer after if_put(). Rename ipip_input_gif() to ipi...
[TXT] ip_ipsp.c  1.232   5 years  mpi   Add per-TDB counters and a new SADB extension to export them to userland. Input...
[TXT] ip_ipsp.h  1.193   5 years  mpi   Add per-TDB counters and a new SADB extension to export them to userland. Input...
[TXT] ip_mroute.c  1.123   5 years  reyk   RT_TABLEID_MAX is 255, fix places that assumed that it is less than 255. rtable...
[TXT] ip_mroute.h  1.28   7 years  dhill   In sogetopt, preallocate an mbuf to avoid using sleeping mallocs with the netloc...
[TXT] ip_output.c  1.348   5 years  mpi   branches: 1.348.2; Add per-TDB counters and a new SADB extension to export them...
[TXT] ip_spd.c  1.98   5 years  mpi   Assert that the NET_LOCK() is held when iterating over `ipsec_acquire_head'. ok...
[TXT] ip_var.h  1.85   6 years  mpi   Unbreak ENCDEBUG kernels by declaring `encdebug' in ip_ipsp.h
[TXT] ipsec_input.c  1.167   5 years  mestre   Initialize the TDB to NULL in ipsec_common_input() and ipsec_{input,output}_cb()...
[TXT] ipsec_output.c  1.75   5 years  mestre   Initialize the TDB to NULL in ipsec_common_input() and ipsec_{input,output}_cb()...
[TXT] raw_ip.c  1.114   5 years  bluhm   Revert the inpcb table mutex commit. It triggers a witness panic in raw IP deli...
[TXT] tcp.h  1.20   10 years  bluhm   Add the TCP socket option TCP_NOPUSH to delay sending the stream. This is useful...
[TXT] tcp_debug.c  1.28   5 years  bluhm   Fix RAMDISK build by removing an #ifdef INET6 in tcp_trace(). found the hard way...
[TXT] tcp_debug.h  1.11   6 years  bluhm   TCP debug sockets still had code for old TCP timers that were implemented as slo...
[TXT] tcp_fsm.h  1.9   6 years  bluhm   Remove tcp_acounts, some tcp_usrreq() counting from 1981. Also remove the #ifde...
[TXT] tcp_input.c  1.359   5 years  friehm   branches: 1.359.2; 1.359.4; Do not acknowledge a received ack-only tcp packet ...
[TXT] tcp_output.c  1.126   5 years  bluhm   Add reference counting for inet pcb, this will be needed when we start locking t...
[TXT] tcp_seq.h  1.6   16 years  markus   Drop the current random timestamps and the current ISN generation code and repla...
[TXT] tcp_subr.c  1.174   5 years  bluhm   Revert the inpcb table mutex commit. It triggers a witness panic in raw IP deli...
[TXT] tcp_timer.c  1.67   5 years  bluhm   The output from tcp debug sockets was incomplete. After detach tp was NULL and ...
[TXT] tcp_timer.h  1.18   6 years  bluhm   Historically there were slow and fast tcp timeouts. That is why the delack time...
[TXT] tcp_usrreq.c  1.169   5 years  bluhm   The output from tcp debug sockets was incomplete. After detach tp was NULL and ...
[TXT] tcp_var.h  1.133   5 years  bluhm   The output from tcp debug sockets was incomplete. After detach tp was NULL and ...
[TXT] udp.h  1.5   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] udp_usrreq.c  1.253   5 years  bluhm   Revert the inpcb table mutex commit. It triggers a witness panic in raw IP deli...
[TXT] udp_var.h  1.34   6 years  florian   Move PRU_DETACH out of pr_usrreq into per proto pr_detach functions to pave way ...
[TXT] ip_ether.c (in the Attic) [Hide]  1.99   6 years  dlg   rework gif to be more consistent. while here, give us support for mpls in gif o...