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_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] libdeslite/        
[TXT] icmp6.h  1.41   9 years  florian   Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces with autoconf...
[TXT] icmp_var.h  1.14   10 years  claudio   Start counting droped icmp errors because the rate limit is exceeded. OK benno@ ...
[TXT] if_ether.c  1.159   8 years  mpi   Abstract the routing table internals behind an rtable_* API. Code abusing the r...
[TXT] if_ether.h  1.57   8 years  mpi   Pass a "struct ifnet *" instead of a "struct arpcom *" to arpresolve(). Most of...
[TXT] igmp.c  1.49   8 years  mpi   Store a unique ID, an interface index, rather than a pointer to the receiving in...
[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.120   8 years  mpi   Use a new RTF_CONNECTED flag for interface (connected) routes. Recent changes t...
[TXT] in.h  1.114   9 years  mikeb   Remove support for storing credentials and auth information in the kernel. This...
[TXT] in4_cksum.c  1.10   9 years  jsg   remove uneeded route.h includes ok miod@ mpi@
[TXT] in_cksum.c  1.8   8 years  tedu   ansi
[TXT] in_pcb.c  1.172   8 years  deraadt   tame(2) is a subsystem which restricts programs into a "reduced feature operatin...
[TXT] in_pcb.h  1.89   9 years  markus   remove unfinished/unused support for socket-attached ipsec-policies ok mikeb
[TXT] in_proto.c  1.64   8 years  mpi   Abstract the routing table internals behind an rtable_* API. Code abusing the r...
[TXT] in_systm.h  1.7   9 years  mpi   Stop using old n_time, n_long and n_short types in netinet headers. ok deraadt@...
[TXT] in_var.h  1.35   9 years  mpi   Kill the global list of IPv4 addresses. ok claudio@, mikeb@, bluhm@
[TXT] inet_nat64.c  1.2   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] inet_ntop.c  1.3   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] ip.h  1.16   9 years  mpi   Stop using old n_time, n_long and n_short types in netinet headers. ok deraadt@...
[TXT] ip6.h  1.20   13 years  blambert   Remove unused macro. ok henning@ claudio@
[TXT] ip_ah.c  1.118   8 years  deraadt   m_freem() can handle NULL, do not check for this condition beforehands. ok stsp ...
[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.264.4.1   8 years  bluhm   Carp in OpenBSD 5.8 is affected by the same bug as vlan. By creating, changing ...
[TXT] ip_carp.h  1.34   8 years  mpi   Move carp-related logic from ether_output() into carp_start(). ok sthen@, phess...
[TXT] ip_divert.c  1.35   8 years  deraadt   m_freem() can handle NULL, do not check for this condition beforehands. ok stsp ...
[TXT] ip_divert.h  1.6   9 years  lteo   Simplify the way divert(4) sends packets to userspace: Instead of unnecessarily ...
[TXT] ip_ecn.c  1.7   9 years  tedu   unifdef INET in net code as a precursor to removing the pretend option. long liv...
[TXT] ip_ecn.h  1.6   12 years  markus   improve IPsec/ENC interaction: - ipip_input() recalculate the IP header checksum...
[TXT] ip_esp.c  1.134   8 years  deraadt   m_freem() can handle NULL, do not check for this condition beforehands. ok stsp ...
[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.18   9 years  deraadt   In the next step, stop accepting the nibble-swapped protocol for 5.6. This compl...
[TXT] ip_gre.c  1.57   8 years  rzalamena   Don't use mpls_input() as input handler anymore and instead call it directly. Al...
[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.136   8 years  mpi   Store a unique ID, an interface index, rather than a pointer to the receiving in...
[TXT] ip_icmp.h  1.26   9 years  mpi   Stop using old n_time, n_long and n_short types in netinet headers. ok deraadt@...
[TXT] ip_id.c  1.24   9 years  tedu   move arc4random prototype to systm.h. more appropriate for most code to include ...
[TXT] ip_input.c  1.252   8 years  mpi   Kill IP_ROUTETOETHER. This pseudo-option is a hack to support return-rst on bri...
[TXT] ip_ipcomp.c  1.44   8 years  deraadt   m_freem() can handle NULL, do not check for this condition beforehands. ok stsp ...
[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.63   8 years  mpi   Expand ancient NTOHL/NTOHS/HTONS/HTONL macros. ok guenther@, henning@
[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.214   9 years  markus   introduce ipsec-id bundles and use them for ipsecflowinfo, fixes rekeying for l2...
[TXT] ip_ipsp.h  1.171   8 years  blambert   manage spd entries by using the radix api directly instead of reaching around th...
[TXT] ip_mroute.c  1.79   8 years  deraadt   rename mbuf ** parameter from m to mp, to match other similar code
[TXT] ip_mroute.h  1.19   9 years  claudio   Implement 2 sysctl to retrieve the multicast forwarding cache (mfc) and the virt...
[TXT] ip_output.c  1.286   8 years  mpi   Kill IP_ROUTETOETHER. This pseudo-option is a hack to support return-rst on bri...
[TXT] ip_spd.c  1.86   8 years  blambert   manage spd entries by using the radix api directly instead of reaching around th...
[TXT] ip_var.h  1.60   8 years  mpi   Kill IP_ROUTETOETHER. This pseudo-option is a hack to support return-rst on bri...
[TXT] ipsec_input.c  1.133   8 years  mpi   Store a unique ID, an interface index, rather than a pointer to the receiving in...
[TXT] ipsec_output.c  1.60   8 years  deraadt   m_freem() can handle NULL, do not check for this condition beforehands. ok stsp ...
[TXT] raw_ip.c  1.84   8 years  bluhm   Implement pf divert-reply for raw sockets. Note that an empty divert->addr mean...
[TXT] tcp.h  1.20   10 years  bluhm   Add the TCP socket option TCP_NOPUSH to delay sending the stream. This is useful...
[TXT] tcp_debug.c  1.23   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] tcp_debug.h  1.8   9 years  mpi   Stop using old n_time, n_long and n_short types in netinet headers. ok deraadt@...
[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.297   8 years  mpi   Expand ancient NTOHL/NTOHS/HTONS/HTONL macros. ok guenther@, henning@
[TXT] tcp_output.c  1.113.4.1   7 years  tedu   I forgot to commit the 5.8 version of the splice fix. Reminded by Florian Riehm ...
[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.144   8 years  mpi   Expand ancient NTOHL/NTOHS/HTONS/HTONL macros. ok guenther@, henning@
[TXT] tcp_timer.c  1.48   9 years  mpi   Fewer <netinet/in_systm.h> !
[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.126   8 years  deraadt   m_freem() can handle NULL, do not check for this condition beforehands. ok stsp ...
[TXT] tcp_var.h  1.107   9 years  yasuoka   Count dropped SYN packets on the tcpstat. They are dropped due to the listen qu...
[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.204   8 years  deraadt   m_freem() can handle NULL, do not check for this condition beforehands. ok stsp ...
[TXT] udp_var.h  1.26   10 years  mpi   Don't use varargs for udp_output() and sync the argument order with udp6_output(...
[TXT] in_gif.c (in the Attic) [Hide]  1.45   8 years  mpi   Store a unique ID, an interface index, rather than a pointer to the receiving in...
[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.78   8 years  rzalamena   Removed uninitialized pointer usage, we didn't need to use it there anyway. Tha...
[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...