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_3_6_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] libdeslite/        
[TXT] icmp6.h  1.29   20 years  markus   switch to sysctl_int_arr(); ok itojun, henning, miod, deraadt
[TXT] icmp_var.h  1.12   20 years  markus   switch to sysctl_int_arr(); ok itojun, henning, miod, deraadt
[TXT] if_ether.c  1.54   19 years  tholo   First step towards more sane time handling in the kernel -- this changes things ...
[TXT] if_ether.h  1.33   19 years  brad   - formatting - add comment
[TXT] igmp.c  1.21   20 years  deraadt   missing splx; andrushock@korovino.net
[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.7   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] in.c  1.37   19 years  brad   Don't allow SIOCGET{VIF,SG}CNT from sockets other than the multicast router. Fr...
[TXT] in.h  1.62   20 years  cedric   extend routing table to be able to match and route packets based on their *sourc...
[TXT] in4_cksum.c  1.7   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] in_cksum.c  1.6   20 years  itojun   de-register. deraadt ok
[TXT] in_pcb.c  1.80   19 years  markus   remove in_pcbnotify, it is no longer used.
[TXT] in_pcb.h  1.51   19 years  markus   remove in_pcbnotify, it is no longer used.
[TXT] in_proto.c  1.40   19 years  henning   netiso traces hide everywhere... millert ok
[TXT] in_systm.h  1.5   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] in_var.h  1.7   20 years  itojun   de-register. deraadt ok
[TXT] ip.h  1.10   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ip6.h  1.16   19 years  itojun   typo. Bruno Rohee
[TXT] ip_ah.c  1.79   20 years  jason   m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts.
[TXT] ip_ah.h  1.31   20 years  markus   switch to sysctl_int_arr(); ok henning, deraadt
[TXT] ip_carp.c  1.62   19 years  mcbride   branches: 1.62.2; Prevent backup CARP hosts from replying to arp requests, fixe...
[TXT] ip_carp.h  1.8   19 years  mcbride   Document the CARP header layout.
[TXT] ip_ecn.c  1.4   22 years  kjc   bring in ECN support from KAME. it consists of - ECN support in TCP - tunnel-e...
[TXT] ip_ecn.h  1.5   22 years  kjc   bring in ECN support from KAME. it consists of - ECN support in TCP - tunnel-e...
[TXT] ip_esp.c  1.88   20 years  itojun   de-register. deraadt ok
[TXT] ip_esp.h  1.40   20 years  markus   switch to sysctl_int_arr(); ok henning, deraadt
[TXT] ip_ether.h  1.13   21 years  itojun   whitespace
[TXT] ip_gre.c  1.25   19 years  pb   use IF_INPUT_ENQUEUE ok henning@, mcbride@
[TXT] ip_gre.h  1.6   21 years  itojun   whitespace
[TXT] ip_icmp.c  1.65   19 years  cedric   Pull the plug on source-based routing until remaining bugs are eradicated. No ne...
[TXT] ip_icmp.h  1.20   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ip_id.c  1.13   19 years  tholo   First step towards more sane time handling in the kernel -- this changes things ...
[TXT] ip_input.c  1.122   19 years  brad   branches: 1.122.2; remove GATEWAY and IPFORWARDING option knobs, use the sysctl...
[TXT] ip_ipcomp.c  1.16   19 years  markus   only add ipcomp headers if we've actually compressed the payload; with jfb@ ok h...
[TXT] ip_ipcomp.h  1.6   20 years  markus   switch to sysctl_int_arr(); ok henning, deraadt
[TXT] ip_ipip.c  1.31   19 years  itojun   make it possble to use IPsec over link-local address (policy table uses sin6_sco...
[TXT] ip_ipip.h  1.5   21 years  itojun   whitespace
[TXT] ip_ipsp.c  1.159   19 years  tholo   First step towards more sane time handling in the kernel -- this changes things ...
[TXT] ip_ipsp.h  1.127   20 years  markus   simpler ipsp_aux_match() API; ok henning, hshoexer
[TXT] ip_mroute.c  1.37   19 years  brad   Don't allow SIOCGET{VIF,SG}CNT from sockets other than the multicast router. Fr...
[TXT] ip_mroute.h  1.10   19 years  brad   Don't allow SIOCGET{VIF,SG}CNT from sockets other than the multicast router. Fr...
[TXT] ip_output.c  1.167   19 years  cedric   branches: 1.167.2; Pull the plug on source-based routing until remaining bugs a...
[TXT] ip_spd.c  1.50   19 years  tholo   First step towards more sane time handling in the kernel -- this changes things ...
[TXT] ip_var.h  1.32   19 years  cedric   Pull the plug on source-based routing until remaining bugs are eradicated. No ne...
[TXT] ipsec_input.c  1.74   19 years  tholo   First step towards more sane time handling in the kernel -- this changes things ...
[TXT] ipsec_output.c  1.31   19 years  ho   branches: 1.31.2; Default enable udpencap. Add 'disable' sysctl to sysctl.conf....
[TXT] raw_ip.c  1.32   20 years  markus   use CIRCLEQ* for pcb's; ok deraadt, henning, mcbride, with help from canacar
[TXT] tcp.h  1.15   20 years  markus   check TF_SIGNATURE when calculating the mss; add TCPOLEN_SIGLEN and avoid magic ...
[TXT] tcp_debug.c  1.19   19 years  markus   tcp_trace() expects short, not int; ok deraadt
[TXT] tcp_debug.h  1.7   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[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.175   19 years  markus   branches: 1.175.2; undo 1.148, otherwise we have assymmetric cwnd when entering...
[TXT] tcp_output.c  1.71   19 years  itojun   remove #ifdef TUBA
[TXT] tcp_seq.h  1.5   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] tcp_subr.c  1.83   19 years  markus   branches: 1.83.2; verify th_seq in icmp errors; report Fernando Gont; ok mcbrid...
[TXT] tcp_timer.c  1.34   20 years  itojun   de-register. deraadt ok
[TXT] tcp_timer.h  1.10   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] tcp_usrreq.c  1.86   19 years  markus   branches: 1.86.2; tcp_trace() expects short, not int; ok deraadt
[TXT] tcp_var.h  1.65   19 years  markus   branches: 1.65.2; tcp_trace() expects short, not int; ok deraadt
[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.102   19 years  markus   replace in_pcbnotify with in_pcbhashlookup and avoid looping over all connection...
[TXT] udp_var.h  1.16   20 years  markus   switch to sysctl_int_arr(); ok henning, deraadt
[TXT] if_arc.h (in the Attic) [Hide]  1.7   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] if_atm.c (in the Attic) [Hide]  1.11   20 years  itojun   de-register. deraadt ok
[TXT] if_atm.h (in the Attic) [Hide]  1.6   21 years  itojun   whitespace
[TXT] in_gif.c (in the Attic) [Hide]  1.30   20 years  itojun   de-register. deraadt ok
[TXT] in_gif.h (in the Attic) [Hide]  1.4   22 years  millert   First round of __P removal in sys
[TXT] ip_ether.c (in the Attic) [Hide]  1.46   20 years  markus   add support for ifconfig clone/destroy; ok henning deraadt
[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...