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_8


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.60   14 years  henning   remove subnetsarelocal / SUBNETSARELOCAL. it's been off by default since 1996 wi...
[TXT] in.h  1.84   14 years  henning   unfortunately classful routing isn't 100% dead, mostly thanks to ancient netboot...
[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.69   13 years  guenther   Fix the naming of interfaces and variables for rdomains and rtables and make it ...
[TXT] in_proto.c  1.53   14 years  claudio   Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output() where it...
[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.15   14 years  henning   we don't need broadcast for the classful network AND broadcast for the subnet of...
[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.98   13 years  matthew   Switch some obvious network stack MAC comparisons from bcmp() to timingsafe_bcmp...
[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.177   13 years  matthew   Prevent illegal struct casting by moving AF_INET/AF_INET6 address family checks ...
[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.7   13 years  guenther   Fix the naming of interfaces and variables for rdomains and rtables and make it ...
[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.111   13 years  matthew   Switch some obvious network stack MAC comparisons from bcmp() to timingsafe_bcmp...
[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.38   13 years  claudio   Implement a simple keepalive mechanism in gre(4) that is compatible with the one...
[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.91   13 years  claudio   Add the rtableid to struct rttimer and therefor make it available to the callba...
[TXT] ip_icmp.h  1.23   13 years  claudio   Add definitions for ICMP extended headers available for some ICMP messages like ...
[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.182   13 years  reyk   Add support for using IPsec in multiple rdomains. This allows to run isakmpd/ik...
[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.144   13 years  reyk   Add support for using IPsec in multiple rdomains. This allows to run isakmpd/ik...
[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.210   13 years  reyk   Add support for using IPsec in multiple rdomains. This allows to run isakmpd/ik...
[TXT] ip_spd.c  1.62   13 years  reyk   Add support for using IPsec in multiple rdomains. This allows to run isakmpd/ik...
[TXT] ip_var.h  1.39   15 years  claudio   Initial support for routing domains. This allows to bind interfaces to alternate...
[TXT] ipsec_input.c  1.98   13 years  reyk   Add support for using IPsec in multiple rdomains. This allows to run isakmpd/ik...
[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.49   13 years  guenther   Fix the naming of interfaces and variables for rdomains and rtables and make it ...
[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.235   13 years  matthew   Switch some obvious network stack MAC comparisons from bcmp() to timingsafe_bcmp...
[TXT] tcp_output.c  1.90   13 years  reyk   Add support for using IPsec in multiple rdomains. This allows to run isakmpd/ik...
[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.111   13 years  guenther   Fix the naming of interfaces and variables for rdomains and rtables and make it ...
[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.102   14 years  claudio   There is no reason to allow unicast IPv4 mapped IPv6 addresses in tcp connect() ...
[TXT] tcp_var.h  1.95   13 years  reyk   Add support for using IPsec in multiple rdomains. This allows to run isakmpd/ik...
[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.136   13 years  reyk   Add support for using IPsec in multiple rdomains. This allows to run isakmpd/ik...
[TXT] udp_var.h  1.20   14 years  claudio   Extend the protosw pr_ctlinput function to include the rdomain. This is needed s...
[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   22 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.55   13 years  blambert   m_copyback can fail to allocate memory, but is a void fucntion so gymnastics are...
[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...