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_9


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.201.2.1   7 years  mpi   Backport ARP race fix: Move ARP processing back to the KERNEL_LOCK()ed task unt...
[TXT] if_ether.h  1.66   8 years  mpi   Get rid of the arp and revarp input queues. Packets of types ARP and REVARP are...
[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.126   8 years  mpi   Introduce in{,6}_hasmulti(), two functions to check in the hot path if an interf...
[TXT] in.h  1.115   8 years  benno   add a new getsockopt option IP_IPDEFTTL to retrieve the default ttl. this can be...
[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.195   8 years  vgross   Fix SO_REUSE* flags effects when binding multicast addresses. No regression obse...
[TXT] in_pcb.h  1.93   8 years  tedu   rm unused kernel only IPV6_RECVRTHDRDSTOPTS sockopt. ok deraadt sthen
[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.38   8 years  mpi   Introduce in{,6}_hasmulti(), two functions to check in the hot path if an interf...
[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.287   8 years  dlg   provide m_dup_pkt() for doing fast deep mbuf copies with a specified alignment ...
[TXT] ip_carp.h  1.37   8 years  mpi   Make use of srp_enter()/srp_leave() in carp_iamatch() in preparation for unlocki...
[TXT] ip_divert.c  1.38   8 years  dlg   if_put after if_get ok mpi@
[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.136   8 years  naddy   Remove plain DES encryption from IPsec. DES is insecure since brute force attac...
[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.58   8 years  claudio   Rework the MPLS handling. Remove the lookup loops since nothing is using them an...
[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.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.268   8 years  sashan   - m_pkthdr.pf.statekey changes are not ready for 5.9, I must back them out OK s...
[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.68   8 years  jsg   add a missing if_put() to ipip_input() ok mpi@
[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.89   8 years  mpi   Remove mrtdebug and reduce differences with the v6 version. Debug informations ...
[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.318   8 years  jca   Return ENOBUFS when bumping in the multicast max group memberships This removes...
[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.61   8 years  sashan   ip_send()/ip6_send() allow PF to send response packet in ipsoftnet task. this av...
[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.61   8 years  claudio   Kill yet another argument to functions in IPv6. This time ip6_output's ifpp - XX...
[TXT] raw_ip.c  1.85   8 years  vgross   Remove broadcast matching from ifa_ifwithaddr(), use in_broadcast() where requir...
[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.313   8 years  jsg   fix a missing if_put() in the default af path of tcp_mss() ok mpi@
[TXT] tcp_output.c  1.116.2.1   7 years  tedu   backport splice loop fix: On localhost a user program may create a socket splici...
[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.150   8 years  mpi   Ignore Router Advertisment's current hop limit. Appart from the usual inet6 axe...
[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.128   8 years  claudio   in6_embedscope() needs to lose some weight. Remove the last argument. In all but...
[TXT] tcp_var.h  1.109   8 years  bluhm   The syn cache is completely implemented in tcp_input.c. So all its global varia...
[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.208   8 years  bluhm   To avoid that the stack manipules the pf statekeys directly, introduce pf_inp_.....
[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] 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...