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_5


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.53   20 years  ho   Permit ethernet multicast addresses, as used by some HA/failover solutions. Sugg...
[TXT] if_ether.h  1.29   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] igmp.c  1.20   20 years  espie   put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros to...
[TXT] igmp.h  1.6   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] igmp_var.h  1.7   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] in.c  1.34   20 years  deraadt   memory leak fix; from pat, via tedu, ok dhartmei
[TXT] in.h  1.61   20 years  markus   switch to sysctl_int_arr(); ok itojun, henning, miod, deraadt
[TXT] in4_cksum.c  1.7   20 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.75   20 years  claudio   Fix rtentry leak in in_losing(). The rtentry needs to be freed in anycase. Found...
[TXT] in_pcb.h  1.49   20 years  markus   change in*_pcbnotify to return numbers of matches; ok itojun, mcbride, henning
[TXT] in_proto.c  1.38   20 years  mcbride   Add initial support for pf state synchronization over the network. Implemented a...
[TXT] in_systm.h  1.5   20 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   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ip6.h  1.14   20 years  itojun   struct for IPv6 pseudo header checksum - nonstandard. from kame
[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.44.2.1   19 years  brad   MFC: Fix by mcbride@ Make sure advskew set correctly in advertisement when conf...
[TXT] ip_carp.h  1.4   20 years  avsm   branches: 1.4.2; convert __attribute__((__packed__)) to __packed so that parser...
[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.24   20 years  itojun   de-register. deraadt ok
[TXT] ip_gre.h  1.6   21 years  itojun   whitespace
[TXT] ip_icmp.c  1.62   20 years  markus   switch to sysctl_int_arr(); ok itojun, henning, miod, deraadt
[TXT] ip_icmp.h  1.20   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ip_id.c  1.12   20 years  deraadt   spelling; jjy2+@pitt.edu
[TXT] ip_input.c  1.118   20 years  tedu   strncpy -> strlcpy. ok markus@ "(this is even unused crap, i think)" from Patri...
[TXT] ip_ipcomp.c  1.15   20 years  jason   m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts.
[TXT] ip_ipcomp.h  1.6   20 years  markus   switch to sysctl_int_arr(); ok henning, deraadt
[TXT] ip_ipip.c  1.30   20 years  itojun   de-register. deraadt ok
[TXT] ip_ipip.h  1.5   21 years  itojun   whitespace
[TXT] ip_ipsp.c  1.156   20 years  markus   check TDBF_INVALID for TCP MD5 SA lookups; ok mcbride, henning
[TXT] ip_ipsp.h  1.126   20 years  markus   add gettdbbysrcdst(), just like gettdb(), but compares tdb_src as well; ok mcbri...
[TXT] ip_mroute.c  1.36   20 years  markus   fix vlan destroy for MROUTING; report spamme@wouz.dk via tedu; ok itojun
[TXT] ip_mroute.h  1.9   21 years  itojun   whitespace
[TXT] ip_output.c  1.160   20 years  itojun   plug mbuf leak (ip_fragment() always free mbuf on error). tested by cedric, dha...
[TXT] ip_spd.c  1.47   21 years  dhartmei   Check for undersized IP header, found by jbm@, ok angelos@
[TXT] ip_var.h  1.29   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ipsec_input.c  1.71   20 years  markus   switch to sysctl_int_arr(); ok henning, deraadt
[TXT] ipsec_output.c  1.28.2.1   19 years  brad   MFC: Fix by markus@ pmtu support for udpencap ok deraadt@ markus@
[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.18   20 years  itojun   typo (need to check ti6 instead of ti)
[TXT] tcp_debug.h  1.7   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] tcp_fsm.h  1.7   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] tcp_input.c  1.158.2.1   20 years  brad   MFC: Fix by deraadt@ on in-window SYN, send back rate-limited ACK ok deraadt@
[TXT] tcp_output.c  1.65   20 years  markus   don't allocate a cluster if the header fits into a mbuf; ok itojun@, henning@, m...
[TXT] tcp_seq.h  1.5   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] tcp_subr.c  1.77.2.1   19 years  brad   MFC: Fix by markus@ verify th_seq in icmp errors; report Fernando Gont ok dera...
[TXT] tcp_timer.c  1.34   20 years  itojun   de-register. deraadt ok
[TXT] tcp_timer.h  1.10   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] tcp_usrreq.c  1.81.2.1   19 years  brad   MFC: Fix by markus@ - check th_ack against snd_una/max; from Raja Mukerji via h...
[TXT] tcp_var.h  1.61.2.1   19 years  brad   MFC: Fix by mcbride@ Make sure bogus values don't make their way into tcp_xmit_...
[TXT] udp.h  1.5   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] udp_usrreq.c  1.99   20 years  markus   fix udp checksum verification if ip options are present; report from Pyun via dh...
[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   20 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   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...