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_5_0_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.92   12 years  henning   cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm
[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.68   12 years  dlg   allow /31s on broadcast interfaces (eg ethernet) to work as per rfc3021. the iss...
[TXT] in.h  1.90   12 years  dlg   allow /31s on broadcast interfaces (eg ethernet) to work as per rfc3021. the iss...
[TXT] in4_cksum.c  1.8   12 years  dhill   ansify ok claudio@
[TXT] in_cksum.c  1.6   20 years  itojun   de-register. deraadt ok
[TXT] in_pcb.c  1.124   12 years  dlg   allow /31s on broadcast interfaces (eg ethernet) to work as per rfc3021. the iss...
[TXT] in_pcb.h  1.71   12 years  mikeb   Add IP_RECVRTABLE socket option to be used with a IPPROTO_IP level that allows o...
[TXT] in_proto.c  1.56   13 years  jasper   - use nitems(); no binary change ok claudio@
[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.20   13 years  blambert   Remove unused macro. ok henning@ claudio@
[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.189   12 years  henning   mark carp advertisements to be queued at priority 6. losing them is bad, mkay? o...
[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.44   12 years  henning   begone, fucking rotten appletalk shit. ok room
[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.94   12 years  dlg   allow /31s on broadcast interfaces (eg ethernet) to work as per rfc3021. the iss...
[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.23   13 years  jasper   - use nitems(); no binary change ok claudio@
[TXT] ip_input.c  1.195   12 years  henning   cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm
[TXT] ip_ipcomp.c  1.28   12 years  deraadt   Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz code. Mi...
[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.183   13 years  blambert   Pre-allocate memory to avoid sleeping after performing a lookup, which may lead ...
[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.59   13 years  henning   de-guttenberg our stack a bit we don't need 7 f***ing copies of the same code to...
[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.223   12 years  claudio   branches: 1.223.2; Bye bye pf_test6(). Only one pf_test function for both IPv4 ...
[TXT] ip_spd.c  1.63   13 years  deraadt   missing PR_NOWAIT
[TXT] ip_var.h  1.42   13 years  dlg   reintroduce using the RB tree for local address lookups. this is confusing becau...
[TXT] ipsec_input.c  1.103   13 years  bluhm   In ipsec_common_input() the packet can be either IPv4 or IPv6. So pass it to th...
[TXT] ipsec_output.c  1.44   13 years  bluhm   The function pf_tag_packet() never fails. Remove a redundant check and make it ...
[TXT] raw_ip.c  1.60   12 years  yasuoka   Fix to be able to bind a raw socket to 0.0.0.0. It had been broken after 1.54. ...
[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.250   13 years  oga   Revert the pf->socket linking diff. at least krw@, pirofti@ and todd@ have been...
[TXT] tcp_output.c  1.96   13 years  oga   Revert the pf->socket linking diff. at least krw@, pirofti@ and todd@ have been...
[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.46   12 years  sthen   Add sysctl net.inet.tcp.always_keepalive, when this is set the system behaves as...
[TXT] tcp_timer.h  1.13   12 years  sthen   Add sysctl net.inet.tcp.always_keepalive, when this is set the system behaves as...
[TXT] tcp_usrreq.c  1.108   12 years  sthen   Add sysctl net.inet.tcp.always_keepalive, when this is set the system behaves as...
[TXT] tcp_var.h  1.99   12 years  sthen   Add sysctl net.inet.tcp.always_keepalive, when this is set the system behaves as...
[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.145   12 years  yasuoka   Include PIPEX in kernel by default. And add new sysctl variable `net.pipex.enab...
[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.17   12 years  dhill   ansify ok claudio@
[TXT] if_atm.h (in the Attic) [Hide]  1.6   22 years  itojun   whitespace
[TXT] in_gif.c (in the Attic) [Hide]  1.39   12 years  jsg   fix up unbalanced format strings ok deraadt@
[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.58   12 years  dhill   No need to check proto == IPPROTO_ETHERIP fix two typos (protcol -> protocol)
[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...