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_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] libdeslite/        
[TXT] icmp6.h  1.33   14 years  jsg   Add some MLDv2 definitions from FreeBSD.
[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.88   13 years  deraadt   remove unused variable
[TXT] if_ether.h  1.47   14 years  claudio   arpioctl() is not used sore remove it. Found by Gleydson Soares.
[TXT] igmp.c  1.31   14 years  tedu   remove proc.h include from uvm_map.h. This has far reaching effects, as sysctl....
[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.64   13 years  claudio   Only call ifa_del() when no error happend previously. Do the same thing for doho...
[TXT] in.h  1.85   13 years  yasuoka   add a new IP level socket option IP_PIPEX. This option is used for L2TP support...
[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.113   13 years  guenther   Fix the naming of interfaces and variables for rdomains and rtables and make it ...
[TXT] in_pcb.h  1.70   13 years  yasuoka   add a new IP level socket option IP_PIPEX. This option is used for L2TP support...
[TXT] in_proto.c  1.55   13 years  bluhm   Add socket option SO_SPLICE to splice together two TCP sockets. The data receive...
[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.16   13 years  henning   an extra parameter for in_ifinit, indicating wether the ifaddr passed to it is n...
[TXT] ip.h  1.13   14 years  claudio   Define the common DiffServ Codepoints so pf(4) can use them. Agreed by mcbride@,...
[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.99   13 years  deraadt   for key material that is being being discarded, convert bzero() to explicit_bzer...
[TXT] ip_ah.h  1.33   14 years  markus   Fix two bugs in IPsec/HMAC-SHA2: (1) use correct (message) block size of 128 byt...
[TXT] ip_carp.c  1.180   13 years  claudio   Doh! Forgot to set the rdomain when sending out carp announcements. With and OK ...
[TXT] ip_carp.h  1.28   14 years  mpf   Properly adjust group demotion counters when groups are added or removed. Exten...
[TXT] ip_divert.c  1.8   13 years  claudio   Return EACCES when pf_test() blocks a packet in ip_output(). This allows ip_forw...
[TXT] ip_divert.h  1.3   14 years  michele   Add (again) support for divert sockets. They allow you to: - queue packets from...
[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.116   13 years  deraadt   for key material that is being being discarded, convert bzero() to explicit_bzer...
[TXT] ip_esp.h  1.42   14 years  markus   Fix two bugs in IPsec/HMAC-SHA2: (1) use correct (message) block size of 128 byt...
[TXT] ip_ether.h  1.15   14 years  claudio   Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output() where it...
[TXT] ip_gre.c  1.40   13 years  yasuoka   wrap long line. correct indent. delete a useless comment. OK djm@ claudio@ dl...
[TXT] ip_gre.h  1.9   14 years  yasuoka   Add input and user protocol hook to handle GRE packets by pipex. ok @dlg
[TXT] ip_icmp.c  1.92   13 years  claudio   Change icmp_reflect() so that it does not call icmp_send directly. This allows o...
[TXT] ip_icmp.h  1.24   13 years  claudio   Change icmp_reflect() so that it does not call icmp_send directly. This allows o...
[TXT] ip_id.c  1.22   15 years  djm   rename arc4random_bytes => arc4random_buf to match libc's nicer name; ok deraadt...
[TXT] ip_input.c  1.186   13 years  bluhm   In ip_forward() free the mbuf chain mcopy with m_freem() instead of m_free(). T...
[TXT] ip_ipcomp.c  1.27   13 years  reyk   Add support for using IPsec in multiple rdomains. This allows to run isakmpd/ik...
[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.47   14 years  claudio   Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output() where it...
[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.181   13 years  reyk   Add support for using IPsec in multiple rdomains. This allows to run isakmpd/ik...
[TXT] ip_ipsp.h  1.146   13 years  mikeb   Retire Skipjack There's not much use for the declassified cipher from the 80's ...
[TXT] ip_mroute.c  1.58   13 years  blambert   m_copyback can fail to allocate memory, but is a void fucntion so gymnastics are...
[TXT] ip_mroute.h  1.15   14 years  michele   Get rid of the token bucket filter. Traffic shaping code should not be inside ro...
[TXT] ip_output.c  1.214   13 years  phessler   If a caller is requesting to be set to the same rtable that they currently have,...
[TXT] ip_spd.c  1.63   13 years  deraadt   missing PR_NOWAIT
[TXT] ip_var.h  1.39   14 years  claudio   Initial support for routing domains. This allows to bind interfaces to alternate...
[TXT] ipsec_input.c  1.99   13 years  markus   don't leak short packets; ok mikeb@
[TXT] ipsec_output.c  1.43   13 years  reyk   Add support for using IPsec in multiple rdomains. This allows to run isakmpd/ik...
[TXT] raw_ip.c  1.50   13 years  claudio   Return EACCES when pf_test() blocks a packet in ip_output(). This allows ip_forw...
[TXT] tcp.h  1.18   13 years  guenther   Fix pr 6192: make netinet/tcp.h follow SUSv4 namespace rules by hiding everythin...
[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.240   13 years  bluhm   Add socket option SO_SPLICE to splice together two TCP sockets. The data receive...
[TXT] tcp_output.c  1.93   13 years  bluhm   Add socket option SO_SPLICE to splice together two TCP sockets. The data receive...
[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.112   13 years  deraadt   for key material that is being being discarded, convert bzero() to explicit_bzer...
[TXT] tcp_timer.c  1.45   13 years  guenther   Fix the naming of interfaces and variables for rdomains and rtables and make it ...
[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.105   13 years  bluhm   In tcp_update_sndspace() and tcp_update_rcvspace() change the type of the variab...
[TXT] tcp_var.h  1.98   13 years  bluhm   Add socket option SO_SPLICE to splice together two TCP sockets. The data receive...
[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.138   13 years  hsuenaga   Add L2TP support to PIPEX. We can use IPv6 address as outer header of L2TP. Ker...
[TXT] udp_var.h  1.21   13 years  bluhm   There is no TCP6 in our kernel, so remove the #ifndef TCP6. No binary change. ok...
[TXT] if_atm.c (in the Attic) [Hide]  1.16   14 years  claudio   Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 accept ...
[TXT] if_atm.h (in the Attic) [Hide]  1.6   21 years  itojun   whitespace
[TXT] in_gif.c (in the Attic) [Hide]  1.38   14 years  claudio   Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output() where it...
[TXT] in_gif.h (in the Attic) [Hide]  1.6   14 years  claudio   Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output() where it...
[TXT] ip_ether.c (in the Attic) [Hide]  1.56   13 years  claudio   Normalize mbuf after prepending space for the header since the data in the mbuf ...
[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...