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_1


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.12   20 years  markus   switch to sysctl_int_arr(); ok itojun, henning, miod, deraadt
[TXT] if_ether.c  1.65   17 years  mpf   Answer ARP queries also for addresses on carp interfaces, if carps physical inte...
[TXT] if_ether.h  1.38   17 years  claudio   No need to add function prototypes twice to a header file.
[TXT] igmp.c  1.22   18 years  krw   A few 'demon' -> 'daemon'. ok deraadt@
[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.7   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] in.c  1.46   17 years  jsg   Consistently spell FALLTHROUGH to appease lint. ok kettenis@ cloder@ tom@ hennin...
[TXT] in.h  1.73   17 years  henning   implement IP_MINTTL socket option fo tcp sockets This is for RFC3682 aka the TTL...
[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.88   17 years  pascoe   Add support for equal-cost multipath IP. To minimise path disruptions, this imp...
[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.45   18 years  claudio   Remove unnecessary #ifdef MROUTING blocks. OK brad@ markus@
[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.9   18 years  miod   Use more queue macros rather than doing it by hand; ok otto@ krw@
[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.89   17 years  jsg   Consistently spell FALLTHROUGH to appease lint. ok kettenis@ cloder@ tom@ hennin...
[TXT] ip_ah.h  1.31   20 years  markus   switch to sysctl_int_arr(); ok henning, deraadt
[TXT] ip_carp.c  1.132.2.1   17 years  ckuethe   From mpf@ > Don't pick up IPv6 link local IPs on address deletions. > This unb...
[TXT] ip_carp.h  1.21   18 years  mpf   Introduce attributes to interface groups. As a first user, move the global carp(...
[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.100   17 years  otto   make enc(4) count; ok markus@ henning@ deraadt@
[TXT] ip_esp.h  1.40   20 years  markus   switch to sysctl_int_arr(); ok henning, deraadt
[TXT] ip_ether.h  1.13   21 years  itojun   whitespace
[TXT] ip_gre.c  1.29   18 years  djm   allow bpf(4) to ignore packets based on their direction (inbound or outbound), u...
[TXT] ip_gre.h  1.7   18 years  claudio   Remove unnecessary #ifdef MROUTING blocks. OK brad@ markus@
[TXT] ip_icmp.c  1.72   17 years  claudio   Remove two "unused" mbuf tag functions and kill the superfluous argument to the ...
[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.13   19 years  tholo   First step towards more sane time handling in the kernel -- this changes things ...
[TXT] ip_input.c  1.146   17 years  deraadt   check if ifqueue has anything queued before doing the dance of splnet/IF_DEQUEUE...
[TXT] ip_ipcomp.c  1.20   18 years  djm   allow bpf(4) to ignore packets based on their direction (inbound or outbound), u...
[TXT] ip_ipcomp.h  1.6   20 years  markus   switch to sysctl_int_arr(); ok henning, deraadt
[TXT] ip_ipip.c  1.39   17 years  claudio   Cleanup, kill dead code and unused arguments. Mostly stuff that is computed and ...
[TXT] ip_ipip.h  1.5   21 years  itojun   whitespace
[TXT] ip_ipsp.c  1.168   17 years  jsg   Consistently spell FALLTHROUGH to appease lint. ok kettenis@ cloder@ tom@ hennin...
[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.46   17 years  jsg   Consistently spell FALLTHROUGH to appease lint. ok kettenis@ cloder@ tom@ hennin...
[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.184   17 years  markus   do not install pmtu routes for transport mode SAs, as they do not the dest IP; P...
[TXT] ip_spd.c  1.53   17 years  jsg   Consistently spell FALLTHROUGH to appease lint. ok kettenis@ cloder@ tom@ hennin...
[TXT] ip_var.h  1.36   18 years  claudio   Make savecontrol functions more generic and use them now for raw IP too. Additio...
[TXT] ipsec_input.c  1.83   17 years  itojun   - AH: when computing crypto checksum for output, massage source-routing header...
[TXT] ipsec_output.c  1.37   17 years  itojun   - AH: when computing crypto checksum for output, massage source-routing header...
[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.201.2.1   16 years  henning   MFC (markus) when creating a response, use the correct TCP header instead of rel...
[TXT] tcp_output.c  1.79   18 years  markus   implement PMTU checks from http://www.gont.com.ar/drafts/icmp-attacks-ag...
[TXT] tcp_seq.h  1.5   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] tcp_subr.c  1.93.4.1   16 years  henning   MFC (markus) when creating a response, use the correct TCP header instead of rel...
[TXT] tcp_timer.c  1.38.6.1   16 years  henning   MFC (markus) when creating a response, use the correct TCP header instead of rel...
[TXT] tcp_timer.h  1.10   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] tcp_usrreq.c  1.89   19 years  markus   - check th_ack against snd_una/max; from Raja Mukerji via hugh@ - limit pool to ...
[TXT] tcp_var.h  1.81.2.1   16 years  henning   MFC (markus) when creating a response, use the correct TCP header instead of rel...
[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.112   17 years  itojun   switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). t...
[TXT] udp_var.h  1.16   20 years  markus   switch to sysctl_int_arr(); ok henning, deraadt
[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.50   17 years  claudio   Fix the bpf hook in etherip_input() by using the right address family and moving...
[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.2   17 years  brad   u_quad_t -> u_int64_t no functional change.
[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...