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_6_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] libdeslite/        
[TXT] icmp6.h  1.42   8 years  mpi   Kill icmp6_ifstat_inc() and associated per-ifp storage. The SIOCGIFSTAT_ICMP6 i...
[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.220   7 years  mpi   Prevent a use-after-free by not updating an ARP entry that has been removed from...
[TXT] if_ether.h  1.72   7 years  chris   Add sysctl for arp timers: net.inet.ip.arptimeout (expire timer for resolved ent...
[TXT] igmp.c  1.54   8 years  mpi   Store an interface index instead of a pointer that's never dereferenced. Get ri...
[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.128   8 years  mpi   Move the ioctl(2) logic of in{,6}_control() into two new functions in{,6}_ioctl(...
[TXT] in.h  1.117   7 years  chris   Add sysctl for arp timers: net.inet.ip.arptimeout (expire timer for resolved ent...
[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.212   7 years  mpi   Revert in_selectsrc() refactoring, it breaks IPv6. Reported by Heiko on bugs@. ...
[TXT] in_pcb.h  1.102   7 years  mpi   Revert in_selectsrc() refactoring, it breaks IPv6. Reported by Heiko on bugs@. ...
[TXT] in_proto.c  1.70   8 years  mpi   Get rid of rt_mask() and stop allocating a "struct sockaddr" for every route ent...
[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.39   7 years  gerhard   Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM) The umb(4...
[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.119   8 years  naddy   Sync no-argument function declaration and definition by adding (void). ok mpi@ m...
[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.293   7 years  benno   fix revision 1.290 of sys/netinet/ip_carp.c. diff from jsg@ ok deraadt@, benno@...
[TXT] ip_carp.h  1.38   8 years  mpi   Get rid of the ``enaddr'' argument of carp_iamatch(). It was only checked in ba...
[TXT] ip_divert.c  1.39   8 years  naddy   Sync no-argument function declaration and definition by adding (void). ok mpi@ m...
[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.137   8 years  naddy   Sync no-argument function declaration and definition by adding (void). ok mpi@ m...
[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.59   8 years  sashan   - putting back KASSERT(), which I've backed out on Jan 31 We don't expect inbo...
[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.151   8 years  mpi   branches: 1.151.6; Always pass a valid interface pointer to rtdeletemsg(). Thi...
[TXT] ip_icmp.h  1.27   8 years  mmcc   http -> https for IETF/IANA URLs in comments
[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.279   7 years  mpi   Fix a double rtfree(9) triggered when IPSEC inserts a more specific route becaus...
[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.69   8 years  naddy   Sync no-argument function declaration and definition by adding (void). ok mpi@ m...
[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.173   8 years  tedu   remove some unused defines. ok mikeb
[TXT] ip_mroute.c  1.90   8 years  naddy   Sync no-argument function declaration and definition by adding (void). ok mpi@ m...
[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.325   7 years  jca   Allow resetting the IP_TTL and IP_MINTTL sockopts IP_TTL can be reset by passin...
[TXT] ip_spd.c  1.88   8 years  mpi   Initialize the routing table before domains. The routing table is not an option...
[TXT] ip_var.h  1.62   8 years  mpi   Kill in_rtaddr() and use rtalloc(9) directly in ip_dooptions(). This brings ip_...
[TXT] ipsec_input.c  1.135   8 years  claudio   It is time to put inet6 on a diet. Use the flensing knife and cut out the 3rd ar...
[TXT] ipsec_output.c  1.62   8 years  mikeb   When IPsec UDP encapsulation is used for IPv6, the stack should construct an IPv...
[TXT] raw_ip.c  1.86   8 years  naddy   Sync no-argument function declaration and definition by adding (void). ok mpi@ m...
[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.325   7 years  bluhm   Make the size for the syn cache hash array tunable. As we are swapping between ...
[TXT] tcp_output.c  1.118   7 years  bluhm   Plug an mbuf leak in the error path of tcp signature in tcp_output(). OK claudio...
[TXT] tcp_seq.h  1.6   17 years  markus   Drop the current random timestamps and the current ISN generation code and repla...
[TXT] tcp_subr.c  1.151   8 years  naddy   Sync no-argument function declaration and definition by adding (void). ok mpi@ m...
[TXT] tcp_timer.c  1.49   8 years  naddy   Sync no-argument function declaration and definition by adding (void). ok mpi@ m...
[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.134   7 years  bluhm   branches: 1.134.4; To tune the TCP SYN cache we need more information. Print t...
[TXT] tcp_var.h  1.115   7 years  bluhm   To tune the TCP SYN cache we need more information. Print the relevant counters...
[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.216   7 years  mpi   Revert in_selectsrc() refactoring, it breaks IPv6. Reported by Heiko on bugs@. ...
[TXT] udp_var.h  1.27   7 years  vgross   Add net.inet.{tcp,udp}.rootonly sysctl, to mark which ports cannot be bound to b...
[TXT] ip_ether.c (in the Attic) [Hide]  1.80   8 years  claudio   Rework the MPLS handling. Remove the lookup loops since nothing is using them an...
[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...