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_3_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.234   6 years  bluhm   branches: 1.234.2; Mbuf data is used as struct ether_header before it has been ...
[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.147   6 years  claudio   Revert all the bits of the autocreate 127.0.0.1 on lo(4) creation for now. This ...
[TXT] in.h  1.129   6 years  claudio   Revert all the bits of the autocreate 127.0.0.1 on lo(4) creation for now. This ...
[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.228   6 years  mpi   Remove almost unused `flags' argument of suser(). The account flag `ASU' will n...
[TXT] in_pcb.h  1.106   6 years  bluhm   Simplify the reverse PCB lookup logic. The PF_TAG_TRANSLATE_LOCALHOST security ...
[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.138   6 years  bluhm   branches: 1.138.2; When processing IPsec AH packets check that the header fits ...
[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.331   6 years  bluhm   The function carp_prepare_ad() never fails. The error handling in the caller wo...
[TXT] ip_carp.h  1.46   6 years  dlg   have carp use standard detach hooks instead of getting special handling if_deac...
[TXT] ip_divert.c  1.56   6 years  florian   Move PRU_DETACH out of pr_usrreq into per proto pr_detach functions to pave way ...
[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.152   6 years  visa   branches: 1.152.2; Make {ah,esp,ipcomp}stat use percpu counters. OK bluhm@, mp...
[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.174   6 years  bluhm   The pf code marks ICMP packets belonging to an TCP or UDP divert state as divert...
[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.336   6 years  bluhm   Make the functions which link the pf state keys to mbufs, inpcbs, or other state...
[TXT] ip_ipcomp.c  1.59   6 years  visa   branches: 1.59.2; Make {ah,esp,ipcomp}stat use percpu counters. OK bluhm@, mpi...
[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.87   6 years  mpi   Reduces the scope of the NET_LOCK() in sysctl(2) path. Exposes per-CPU counters...
[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.229   6 years  mpi   branches: 1.229.2; Use %s and __func__ in DPRINTF() to reduce false positive wi...
[TXT] ip_ipsp.h  1.189   6 years  mpi   Keep kernel defines under #ifdef _KERNEL. ok bluhm@
[TXT] ip_mroute.c  1.121   6 years  mpi   Change sosetopt() to no longer free the mbuf it receives and change all the call...
[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.346   6 years  bluhm   branches: 1.346.2; In ip6_output() check that the interface of a route is valid...
[TXT] ip_spd.c  1.96   6 years  mpi   Flush flows using the radix-tree instead of a global list. This will allows us ...
[TXT] ip_var.h  1.85   6 years  mpi   Unbreak ENCDEBUG kernels by declaring `encdebug' in ip_ipsp.h
[TXT] ipsec_input.c  1.161   6 years  mpi   Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running pr_input hand...
[TXT] ipsec_output.c  1.70   6 years  visa   branches: 1.70.2; Make {ah,esp,ipcomp}stat use percpu counters. OK bluhm@, mpi...
[TXT] raw_ip.c  1.108   6 years  bluhm   Make divert lookup similar for all socket types. If PF_TAG_DIVERTED is set, pf_...
[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.25   6 years  bluhm   Fix printf(9) format strings so that a kernel with TCPDEBUG compiles. Mark the s...
[TXT] tcp_debug.h  1.10   6 years  bluhm   Fix printf(9) format strings so that a kernel with TCPDEBUG compiles. Mark the s...
[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.354   6 years  bluhm   Make divert lookup similar for all socket types. If PF_TAG_DIVERTED is set, pf_...
[TXT] tcp_output.c  1.123   6 years  job   Remove the TCP_FACK option and associated #if{,n}def code. TCP_FACK was disable...
[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.169   6 years  bluhm   Refactor tcp_mtudisc() like NetBSD did. Do the route lookup only if the tcpcb e...
[TXT] tcp_timer.c  1.64   6 years  bluhm   Historically TCP timeouts were implemented with pr_slowtimo and pr_fasttimo. Th...
[TXT] tcp_timer.h  1.17   6 years  bluhm   Historically TCP timeouts were implemented with pr_slowtimo and pr_fasttimo. Th...
[TXT] tcp_usrreq.c  1.167   6 years  bluhm   Remove tcp_acounts, some tcp_usrreq() counting from 1981. Also remove the #ifde...
[TXT] tcp_var.h  1.131   6 years  bluhm   Historically TCP timeouts were implemented with pr_slowtimo and pr_fasttimo. Th...
[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.245   6 years  bluhm   Simplify the reverse PCB lookup logic. The PF_TAG_TRANSLATE_LOCALHOST security ...
[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...