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_8_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] libdeslite/        
[TXT] icmp6.h  1.49   3 years  gnezdo   branches: 1.49.4; Convert icmp6_sysct to sysctl_bounded_args The best-guessed ...
[TXT] icmp_var.h  1.16   3 years  gnezdo   Convert icmp_sysctl to sysctl_bounded_args ... these all look fine, derradt@
[TXT] if_ether.c  1.243   3 years  cheloha   kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) ti...
[TXT] if_ether.h  1.78   3 years  dlg   deprecate interface input handler lists, just use one input function. the inter...
[TXT] igmp.c  1.76   3 years  gnezdo   Simplify igmp_sysctl to directly return error in default case This replaces a p...
[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.14   3 years  gnezdo   Simplify igmp_sysctl to directly return error in default case This replaces a p...
[TXT] in.c  1.170   4 years  mpi   Document the various flavors of NET_LOCK() and rename the reader version. Since...
[TXT] in.h  1.138   3 years  gnezdo   Convert ip_sysctl to sysctl_bounded_args
[TXT] in4_cksum.c  1.10   9 years  jsg   remove uneeded route.h includes ok miod@ mpi@
[TXT] in_cksum.c  1.9   5 years  bluhm   In in_cksum() and in6_cksum() convert types to C99 style and make both functions...
[TXT] in_pcb.c  1.249   4 years  bluhm   Connectionless sockets like UDP can be re-connected to a different address. In ...
[TXT] in_pcb.h  1.120   3 years  dlg   knf: the inp_upcall line was too long.
[TXT] in_proto.c  1.94   4 years  dlg   remove mobileip(4) noone seems to use it, and we should not encourage people to...
[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.41   5 years  cheloha   igmp, struct router_info: use queue(3) In particular, use LIST_* to preserve O(...
[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.4   7 years  claudio   Implement a sockaddr_ntop() function that works like inet_ntop() but prints sock...
[TXT] ip.h  1.19   4 years  djm   add define for IPTOS_DSCP_LE; "low effort" DSCP codepoint standardised in RFC862...
[TXT] ip6.h  1.20   13 years  blambert   Remove unused macro. ok henning@ claudio@
[TXT] ip_ah.c  1.144   4 years  dlg   remove the "copy function" argument to bpf_mtap_hdr. it was previously (ab)used...
[TXT] ip_ah.h  1.37   3 years  gnezdo   Convert *_sysctl in ipsec_input.c to sysctl_bounded_arr The best-guessed limits...
[TXT] ip_carp.c  1.349   3 years  yasuoka   branches: 1.349.4; Don't treat an error if carppeer is an unicast and the peer ...
[TXT] ip_carp.h  1.50   3 years  mvs   Use interface index instead of pointer to `ifnet' in carp(4). ok sashan@
[TXT] ip_divert.c  1.63   3 years  gnezdo   Convert divert*_sysctl to sysctl_bounded_args OK sashan
[TXT] ip_divert.h  1.12   3 years  gnezdo   Convert divert*_sysctl to sysctl_bounded_args OK sashan
[TXT] ip_ecn.c  1.9   5 years  dlg   provide ip_tos_patch() for setting ip_tos and patching the ipv4 cksum. previous...
[TXT] ip_ecn.h  1.7   5 years  dlg   provide ip_tos_patch() for setting ip_tos and patching the ipv4 cksum. previous...
[TXT] ip_esp.c  1.159   4 years  dlg   remove the "copy function" argument to bpf_mtap_hdr. it was previously (ab)used...
[TXT] ip_esp.h  1.47   3 years  gnezdo   Convert *_sysctl in ipsec_input.c to sysctl_bounded_arr The best-guessed limits...
[TXT] ip_ether.h  1.30   4 years  dlg   gif shouldn't include netinet/ip_ether.h, cos gif doesnt do etherip. ip_ether.h...
[TXT] ip_gre.c  1.71   6 years  dlg   update the gre driver. the main new feature is gre keys, supported by the vneti...
[TXT] ip_gre.h  1.14   4 years  dlg   remove mobileip(4) noone seems to use it, and we should not encourage people to...
[TXT] ip_icmp.c  1.183   3 years  gnezdo   Convert icmp_sysctl to sysctl_bounded_args ... these all look fine, derradt@
[TXT] ip_icmp.h  1.31   5 years  claudio   In icmp_input_if() m_pullup up the maximum size of required data at the start. T...
[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.351   3 years  gnezdo   Convert ip_sysctl to sysctl_bounded_args
[TXT] ip_ipcomp.c  1.67   4 years  dlg   remove the "copy function" argument to bpf_mtap_hdr. it was previously (ab)used...
[TXT] ip_ipcomp.h  1.11   3 years  gnezdo   Convert *_sysctl in ipsec_input.c to sysctl_bounded_arr The best-guessed limits...
[TXT] ip_ipip.c  1.89   5 years  dlg   provide ip_tos_patch() for setting ip_tos and patching the ipv4 cksum. previous...
[TXT] ip_ipip.h  1.11   4 years  dlg   gif shouldn't include netinet/ip_ether.h, cos gif doesnt do etherip. ip_ether.h...
[TXT] ip_ipsp.c  1.236   3 years  cheloha   kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) ti...
[TXT] ip_ipsp.h  1.195   3 years  gnezdo   Convert *_sysctl in ipsec_input.c to sysctl_bounded_arr The best-guessed limits...
[TXT] ip_mroute.c  1.130   4 years  mpi   branches: 1.130.2; 1.130.6; Document the various flavors of NET_LOCK() and ren...
[TXT] ip_mroute.h  1.28   7 years  dhill   In sogetopt, preallocate an mbuf to avoid using sleeping mallocs with the netloc...
[TXT] ip_output.c  1.357   3 years  cheloha   kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) ti...
[TXT] ip_spd.c  1.102   3 years  cheloha   kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) ti...
[TXT] ip_var.h  1.86   4 years  sashan   Make sure packet destination address matches interface address, where such packe...
[TXT] ipsec_input.c  1.173   3 years  gnezdo   Convert *_sysctl in ipsec_input.c to sysctl_bounded_arr The best-guessed limits...
[TXT] ipsec_output.c  1.78   3 years  tobhe   whitespace
[TXT] raw_ip.c  1.119   5 years  bluhm   Avoid an mbuf double free in the oob soreceive() path. In the usrreq functions ...
[TXT] tcp.h  1.21   4 years  bluhm   Received SACK options are managed by a linked list at the TCP socket. There is a...
[TXT] tcp_debug.c  1.29   5 years  bluhm   In debug mode print TCP flag names to console correctly. from Mitchell Krome
[TXT] tcp_debug.h  1.11   6 years  bluhm   TCP debug sockets still had code for old TCP timers that were implemented as slo...
[TXT] tcp_fsm.h  1.9   6 years  bluhm   Remove tcp_acounts, some tcp_usrreq() counting from 1981. Also remove the #ifde...
[TXT] tcp_input.c  1.365   3 years  procter   Break a glass ceiling on cwnd due to integer division during congestion avoidanc...
[TXT] tcp_output.c  1.128   5 years  bluhm   Do not translate the EACCES error from pf(4) to EHOSTUNREACH anymore. It also tr...
[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.175   3 years  cheloha   netinet: tcp_close(): delay reaper timeout by one tick Zero-tick timeouts rely ...
[TXT] tcp_timer.c  1.67   6 years  bluhm   The output from tcp debug sockets was incomplete. After detach tp was NULL and ...
[TXT] tcp_timer.h  1.18   6 years  bluhm   Historically there were slow and fast tcp timeouts. That is why the delack time...
[TXT] tcp_usrreq.c  1.176   3 years  gnezdo   Style fixups from hurried commits Thanks kettenis@ for pointing out. ok ketten...
[TXT] tcp_var.h  1.135   3 years  gnezdo   Convert tcp_sysctl to sysctl_bounded_args This introduces bounds checks for man...
[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.262   3 years  gnezdo   Convert udp_sysctl to sysctl_bounded_args
[TXT] udp_var.h  1.35   3 years  gnezdo   Convert udp_sysctl to sysctl_bounded_args