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_1


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.93   12 years  miod   Fix various format string types to as a minimum match the width of the variables...
[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.70   12 years  bluhm   To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it is cleaner to acce...
[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.125   12 years  bluhm   Put an splsoftassert(IPL_SOFTNET) into in_pcbdetach(). ok mikeb@
[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.17   12 years  claudio   Since the IPv6 madness is not enough introduce NAT64 -- which is actually "af-to...
[TXT] inet_nat64.c  1.1   12 years  claudio   Since the IPv6 madness is not enough introduce NAT64 -- which is actually "af-to...
[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.194   12 years  mikeb   Select a routing table according to the rdomain. Allows one to connect to the c...
[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.225   12 years  haesbaert   Escape hardware-checksumming if interface is in a bridge, this is already done f...
[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.106   12 years  sperreault   Fix RFC reference section spotted by bluhm@, ok yasuoka@
[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.251   12 years  haesbaert   Respect the ToS setting in tcp syn+ack for IPv4, still need to fix for IPv6. ok...
[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.109   12 years  bluhm   When used with socket splicing, tcp_usrreq() might get called with a socket that...
[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...