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_7_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] libdeslite/        
[TXT] icmp6.h  1.51   3 years  bluhm   Create a path MTU host route for IPsec over IPv6. Basically the code is copied ...
[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.248   3 years  bluhm   Use mq_delist() to fetch the ARP mbuf hold queue once and feed the mbuf list to ...
[TXT] if_ether.h  1.83   2 years  sashan   tell ether_input() to call pf_test() outside of smr_read sections, because smr_r...
[TXT] igmp.c  1.78   2 years  bluhm   if_detach() does if_remove(ifp); NET_LOCK(); rti_delete(). New igmp groups may ...
[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.15   2 years  bluhm   if_detach() does if_remove(ifp); NET_LOCK(); rti_delete(). New igmp groups may ...
[TXT] in.c  1.173   2 years  bluhm   if_detach() does if_remove(ifp); NET_LOCK(); rti_delete(). New igmp groups may ...
[TXT] in.h  1.141   3 years  dlg   factor out the code that does basic sanity checks on ipv4 headers. this will al...
[TXT] in4_cksum.c  1.11   2 years  miod   When a struct ipovly needs to be computed and checksummed in in4_cksum(), do not...
[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.264   2 years  bluhm   Fix whitespace.
[TXT] in_pcb.h  1.128   2 years  bluhm   For multicast and broadcast packets udp_input() traverses the loop of all UDP PC...
[TXT] in_proto.c  1.98   2 years  guenther   Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.com Revert the pr...
[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.20   2 years  dtucker   Correct value for IPTOS_DSCP_LE since it needs to allow for the preceeding two E...
[TXT] ip6.h  1.20   13 years  blambert   Remove unused macro. ok henning@ claudio@
[TXT] ip_ah.c  1.173   2 years  bluhm   Remove unused variables and assignments in ah and esp output. found by clang 13;...
[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.354   3 years  jsg   spelling ok gnezdo@ semarie@ mpi@
[TXT] ip_carp.h  1.51   3 years  dlg   use uint64_t ethernet addresses for compares in carp. pass the uint64_t that et...
[TXT] ip_divert.c  1.66   2 years  guenther   Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.com Revert the pr...
[TXT] ip_divert.h  1.14   2 years  guenther   Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.com Revert the pr...
[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.194   2 years  bluhm   Shifting signed integers left by 31 is undefined behavior in C. found by kubsan;...
[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.73   2 years  guenther   Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.com Revert the pr...
[TXT] ip_gre.h  1.16   2 years  guenther   Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.com Revert the pr...
[TXT] ip_icmp.c  1.187   2 years  bluhm   The mbuf header cleanup in revision 1.173 of ip_icmp.c was too strict. ICMP err...
[TXT] ip_icmp.h  1.32   3 years  bluhm   Accept reject and blackhole routes for IPsec PMTU discovery. Since revision 1.8...
[TXT] ip_id.c  1.25   3 years  jsg   spelling ok gnezdo@ semarie@ mpi@
[TXT] ip_input.c  1.366   2 years  guenther   Delete unnecessary #includes of <netinet6/ip6protosw.h>: some never needed it an...
[TXT] ip_ipcomp.c  1.91   2 years  bluhm   IPsec is not MP safe yet. To allow forwarding in parallel without dirty hacks, ...
[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.98   2 years  jsg   spelling ok jmc@ reads ok tb@
[TXT] ip_ipip.h  1.13   2 years  bluhm   The function ipip_output() was registered as .xf_output() xform function. But w...
[TXT] ip_ipsp.c  1.269.2.1   2 years  bluhm   When performing ipsp_ids_free(), grab `ipsec_flows_mtx' mutex(9) before do `id_r...
[TXT] ip_ipsp.h  1.237   2 years  bluhm   Hrvoje has hit a crash with IPsec acquire while testing the parallel IP forwardi...
[TXT] ip_mroute.c  1.131   2 years  deraadt   structure pads can leak uninitialized memory to userland via copyout, therefore ...
[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.380   2 years  yasuoka   Add `ipsec_flows_mtx' mutex(9) to protect `ipsp_ids_*' list and trees. ipsp_ids...
[TXT] ip_spd.c  1.115   2 years  bluhm   Hrvoje has hit a crash with IPsec acquire while testing the parallel IP forwardi...
[TXT] ip_var.h  1.90   2 years  guenther   Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.com Revert the pr...
[TXT] ipsec_input.c  1.203   2 years  guenther   Delete unnecessary #includes of <netinet6/ip6protosw.h>: some never needed it an...
[TXT] ipsec_output.c  1.97   2 years  jsg   spelling ok jmc@ reads ok tb@
[TXT] raw_ip.c  1.127   2 years  bluhm   Move global variable ripsrc onto stack, it is only used once within rip_input()....
[TXT] tcp.h  1.22   3 years  jan   Remove maxburst feature from tcp_output OK bluhm@, claudio@, deraadt@
[TXT] tcp_debug.c  1.30   2 years  guenther   Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h> net/if_pp...
[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.375.2.1   16 months  bluhm   Binding the accept socket in TCP input relies on the fact that the listen port i...
[TXT] tcp_output.c  1.131   2 years  bluhm   Implement reference counting for IPsec tdbs. Not all cases are covered yet, mor...
[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.184   2 years  bluhm   The return value of in6_pcbnotify() is never used. Make it a void function. OK ...
[TXT] tcp_timer.c  1.69   2 years  jsg   spelling ok jmc@ reads ok tb@
[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.183   2 years  guenther   Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.com Revert the pr...
[TXT] tcp_var.h  1.139   2 years  guenther   Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.com Revert the pr...
[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.277   2 years  bluhm   For multicast and broadcast packets udp_input() traverses the loop of all UDP PC...
[TXT] udp_var.h  1.37   2 years  guenther   Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.com Revert the pr...