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_4_5_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] libdeslite/        
[TXT] icmp6.h  1.32   17 years  brad   u_quad_t -> u_int64_t no functional change.
[TXT] icmp_var.h  1.13   16 years  reyk   implement sysctls to report IP, TCP, UDP, and ICMP statistics and change netstat...
[TXT] if_ether.c  1.79   15 years  claudio   Fix two mbuf leaks in arpresolve. The first one happens on IFF_NOARP interfaces ...
[TXT] if_ether.h  1.44   15 years  dlg   fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiom ok deraadt...
[TXT] igmp.c  1.26   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[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.9   16 years  djm   use arc4random_uniform() for random number requests that are not a power of two....
[TXT] in.c  1.52   16 years  miod   adderss -> address
[TXT] in.h  1.78   15 years  dlg   report the number of packets that arp resolution is holding onto until it gets a...
[TXT] in4_cksum.c  1.7   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] in_cksum.c  1.6   20 years  itojun   de-register. deraadt ok
[TXT] in_pcb.c  1.103   15 years  deraadt   use the correct idiom for NFOO things which come from "foo.h" files ok dlg
[TXT] in_pcb.h  1.66   15 years  djm   add X11 ports to default TCP baddynamic list
[TXT] in_proto.c  1.48   16 years  markus   remove tcp_drain code since it's not longer used; ok henning, feedback thib
[TXT] in_systm.h  1.5   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] in_var.h  1.11   15 years  dlg   fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiom ok deraadt...
[TXT] ip.h  1.12   18 years  tedu   use underscore variants of _BYTE_ORDER macros which are always defined ok deraad...
[TXT] ip6.h  1.19   15 years  dlg   fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiom ok deraadt...
[TXT] ip_ah.c  1.92   15 years  chl   remove dead stores and newly created unused variables. Found by LLVM/Clang Stat...
[TXT] ip_ah.h  1.32   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[TXT] ip_carp.c  1.169   15 years  mpf   Do not keep retrying to send advertisements if there is no carpdev configured. I...
[TXT] ip_carp.h  1.27   15 years  reyk   add carppeer; an option to specify a different multicast address or even the uni...
[TXT] ip_ecn.c  1.4   22 years  kjc   bring in ECN support from KAME. it consists of - ECN support in TCP - tunnel-e...
[TXT] ip_ecn.h  1.5   22 years  kjc   bring in ECN support from KAME. it consists of - ECN support in TCP - tunnel-e...
[TXT] ip_esp.c  1.105   16 years  djm   rename arc4random_bytes => arc4random_buf to match libc's nicer name; ok deraadt...
[TXT] ip_esp.h  1.41   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[TXT] ip_ether.h  1.14   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[TXT] ip_gre.c  1.32   15 years  ray   First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's mo...
[TXT] ip_gre.h  1.8   15 years  ray   First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's mo...
[TXT] ip_icmp.c  1.82   15 years  henning   icmp_reflect reuses mbufs. call pf_pkt_addr_changed to clear the state key stuff...
[TXT] ip_icmp.h  1.21   18 years  pascoe   Change the API for icmp_do_error so that it takes the mtu directly, rather than ...
[TXT] ip_id.c  1.22   16 years  djm   rename arc4random_bytes => arc4random_buf to match libc's nicer name; ok deraadt...
[TXT] ip_input.c  1.161   15 years  dlg   report the number of packets that arp resolution is holding onto until it gets a...
[TXT] ip_ipcomp.c  1.23   15 years  chl   remove dead stores and newly created unused variables. Found by LLVM/Clang Stat...
[TXT] ip_ipcomp.h  1.7   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[TXT] ip_ipip.c  1.42   15 years  henning   call pf_pkt_addr_changed() when we do encapsulate fixes v6-over-v4 gifs wrt pf c...
[TXT] ip_ipip.h  1.6   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[TXT] ip_ipsp.c  1.175   15 years  dlg   pfsync v5, mostly written at n2k9, but based on work done at n2k8. WARNING: THI...
[TXT] ip_ipsp.h  1.137   15 years  dlg   pfsync v5, mostly written at n2k9, but based on work done at n2k8. WARNING: THI...
[TXT] ip_mroute.c  1.52   15 years  chl   remove another dead store. spotted by markus@ ok henning@ mpf@
[TXT] ip_mroute.h  1.14   18 years  claudio   Remove virtual tunnel support from the mrouting code. The virtual tunnel code br...
[TXT] ip_output.c  1.193   15 years  claudio   branches: 1.193.2; When don't-fragment packets need to get fragemnted some code...
[TXT] ip_spd.c  1.59   15 years  bluhm   In IPsec acquire mode, if the flow was configured for the "any" network 0.0.0.0/...
[TXT] ip_var.h  1.38   16 years  thib   Deal with the situation when TCP nfs mounts timeout and processes get hung in nf...
[TXT] ipsec_input.c  1.91   15 years  mpf   #if INET => #ifdef INET #if INET6 => #ifdef INET6
[TXT] ipsec_output.c  1.41   15 years  henning   we need to call pf_pkt_addr_changed here too. found by david
[TXT] raw_ip.c  1.46   15 years  deraadt   use the correct idiom for NFOO things which come from "foo.h" files ok dlg
[TXT] tcp.h  1.17   18 years  tedu   use underscore variants of _BYTE_ORDER macros which are always defined ok deraad...
[TXT] tcp_debug.c  1.20   19 years  markus   pass segment size to userland; ok deraadt@
[TXT] tcp_debug.h  1.7   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] tcp_fsm.h  1.8   19 years  markus   backout rev 1.3, it breaks simultaneous close (no FIN set for retransmits) ok de...
[TXT] tcp_input.c  1.224   15 years  claudio   Remove the M_ANYCAST6 mbuf flag by doing the detection all in ip6_input(). M_ANY...
[TXT] tcp_output.c  1.86   15 years  henning   do not set the pkthdr mbuf state key pointer to the state key saved in the pcb. ...
[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.105   16 years  djm   rename arc4random_bytes => arc4random_buf to match libc's nicer name; ok deraadt...
[TXT] tcp_timer.c  1.42   16 years  markus   when creating a response, use the correct TCP header instead of relying on the m...
[TXT] tcp_timer.h  1.12   15 years  dlg   fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiom ok deraadt...
[TXT] tcp_usrreq.c  1.99   16 years  thib   Remove {tcp/udp}6_usrreq(); Since the normal ones now take a proc argument, ther...
[TXT] tcp_var.h  1.90   15 years  dlg   fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiom ok deraadt...
[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.126   15 years  henning   disable the pcb linking for udp for the moment since there is some weird bug wit...
[TXT] udp_var.h  1.19   16 years  thib   Remove {tcp/udp}6_usrreq(); Since the normal ones now take a proc argument, ther...
[TXT] if_atm.c (in the Attic) [Hide]  1.15   16 years  claudio   Unbreak builds for kernels that have atm interfaces. Found the hard way by Theo ...
[TXT] if_atm.h (in the Attic) [Hide]  1.6   22 years  itojun   whitespace
[TXT] in_gif.c (in the Attic) [Hide]  1.35   15 years  jsing   Ansify function declarations for gif(4). ok claudio@
[TXT] in_gif.h (in the Attic) [Hide]  1.5   17 years  claudio   Cleanup, kill dead code and unused arguments. Mostly stuff that is computed and ...
[TXT] ip_ether.c (in the Attic) [Hide]  1.51   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[TXT] pim.h (in the Attic) [Hide]  1.2   18 years  tedu   use underscore variants of _BYTE_ORDER macros which are always defined ok deraad...
[TXT] pim_var.h (in the Attic) [Hide]  1.3   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[TXT] tcpip.h (in the Attic) [Hide]  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...