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_3


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.70   16 years  mpf   Move carp load balancing (ARP/IP) to a simpler configuration scheme. Instead of ...
[TXT] if_ether.h  1.39   17 years  dlg   count the number of multicast ranges that are kept in the list of multicast addr...
[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.8   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[TXT] in.c  1.51   16 years  krw   Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where...
[TXT] in.h  1.76   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[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.92.2.1   15 years  brad   when detaching pcbs, also free the v6 output options so that we do not leak kern...
[TXT] in_pcb.h  1.59   17 years  millert   Remove TCP ports 760 and 761 from DEFBADDYNAMICPORTS_TCP; they are not used with...
[TXT] in_proto.c  1.47   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[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.10   16 years  claudio   Remove inm_ifp from struct in_multi -- caching struct ifnet is dangerous because...
[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.18   17 years  itojun   switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). t...
[TXT] ip_ah.c  1.91   16 years  hshoexer   Convert MALLOC/FREE to malloc/free. ok gilles@
[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.162   16 years  mpf   Add my copyright. OK mcbride@, mickey@
[TXT] ip_carp.h  1.26   16 years  mpf   Move carp load balancing (ARP/IP) to a simpler configuration scheme. Instead of ...
[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.104   16 years  mpf   Remove the #define ENCDEBUG that slipped through somehow. OK hshoexer@
[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.31   17 years  claudio   De-static. OK dlg@
[TXT] ip_gre.h  1.7   18 years  claudio   Remove unnecessary #ifdef MROUTING blocks. OK brad@ markus@
[TXT] ip_icmp.c  1.79   16 years  mpf   Move carp load balancing (ARP/IP) to a simpler configuration scheme. Instead of ...
[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.18   16 years  deraadt   because arc4random_uniform is being used, the modulo bias is taken care of
[TXT] ip_input.c  1.157   16 years  mpf   Move carp load balancing (ARP/IP) to a simpler configuration scheme. Instead of ...
[TXT] ip_ipcomp.c  1.22   16 years  krw   Oops. Forgot to do FREE -> free when I did MALLOC -> malloc.
[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.40   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[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.170   16 years  chl   MALLOC/FREE -> malloc/free ok krw@
[TXT] ip_ipsp.h  1.135   17 years  reyk   add support to tag ipsec traffic belonging to specific IKE-initiated phase 2 tra...
[TXT] ip_mroute.c  1.50   16 years  brad   return with ENOTTY instead of EINVAL for unknown ioctl requests. ok claudio@ kr...
[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.190   16 years  chl   MALLOC/FREE -> malloc/free ok krw@
[TXT] ip_spd.c  1.54   16 years  henning   since the MGET* macros were changed to function calls, there wasn't any need for...
[TXT] ip_var.h  1.37   16 years  markus   allow 4095 instead of 20 multicast group memberships per socket (you need one en...
[TXT] ipsec_input.c  1.85   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[TXT] ipsec_output.c  1.39   17 years  henning   apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. we need a...
[TXT] raw_ip.c  1.40   17 years  claudio   Remove unneeded branch, no need to check if opts is != NULL just set it to NULL ...
[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.212   16 years  markus   when creating a response, use the correct TCP header instead of relying on the m...
[TXT] tcp_output.c  1.81   16 years  jmc   some spelling fixes from Martynas Venckus
[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.103   16 years  markus   remove old unused TCP isn code; ok henning, dhartmei, mcbride
[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.11   16 years  jmc   some spelling fixes from Martynas Venckus
[TXT] tcp_usrreq.c  1.95   16 years  reyk   implement sysctls to report IP, TCP, UDP, and ICMP statistics and change netstat...
[TXT] tcp_var.h  1.86   16 years  markus   remove old unused TCP isn code; ok henning, dhartmei, mcbride
[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.115   16 years  reyk   implement sysctls to report IP, TCP, UDP, and ICMP statistics and change netstat...
[TXT] udp_var.h  1.17   16 years  reyk   implement sysctls to report IP, TCP, UDP, and ICMP statistics and change netstat...
[TXT] if_atm.c (in the Attic) [Hide]  1.13   17 years  henning   unbreak; from theo
[TXT] if_atm.h (in the Attic) [Hide]  1.6   21 years  itojun   whitespace
[TXT] in_gif.c (in the Attic) [Hide]  1.33   17 years  claudio   Simplify even more by reducing shared code in #if NBRIDGE and default case. OK m...
[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...