The NetBSD Project

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: [cvs.NetBSD.org] / src / sys / netinet

Current tag: pgoyette-compat-20190118


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[TXT] tcp_input.c  1.413   5 years  msaitoh   "s/ an an / an /" in comment. No functional change.
[TXT] sctputil.c  1.14   5 years  msaitoh   "s/ are are / are /" in comment. No functional change.
[TXT] tcp_congctl.h  1.7   10 years  kefren   * implement TCP CUBIC congestion control algorithm * move tcp_sack_newack bits i...
[TXT] icmp6.h  1.52   5 years  msaitoh   - Cleanup for dynamic sysctl: - Remove unused *_NAMES macros for sysctl. - R...
[TXT] icmp_var.h  1.31   5 years  msaitoh   - Cleanup for dynamic sysctl: - Remove unused *_NAMES macros for sysctl. - R...
[TXT] portalgo.h  1.2   11 years  christos   Add a new sysctl to mark ports as reserved, so that they are not used in the ano...
[TXT] sctp_uio.h  1.4   5 years  rjs   Change implementation of sctp_connectx() to use ioctl(2).
[TXT] in.c  1.233   5 years  ozaki-r   Don't run DAD on link-up if it's explicitly disabled
[TXT] ip_input.c  1.388   5 years  knakahara   Fix ipsecif(4) cannot apply input direction packet filter. Reviewed by ozaki-r@n...
[TXT] ip_reass.c  1.21   5 years  maxv   Force ip_off to zero when the reassembly is complete. This was lost in my rev1.1...
[TXT] portalgo.c  1.11   7 years  ozaki-r   Get rid of unnecessary header inclusions
[TXT] in_selsrc.h  1.2   8 years  ozaki-r   Hook up lltable/llentry with the kernel (and rumpkernel) It is built and initia...
[TXT] tcp_sack.c  1.36   5 years  maxv   IP6_EXTHDR_GET -> M_REGION_GET, no functional change.
[TXT] accf_data.c  1.8   7 years  msaitoh   KNF. Remove extra spaces. No functional change.
[TXT] tcpip.h  1.12   5 years  maxv   Move struct tcpiphdr from tcpip.h to tcp_var.h, to match UDP (udpiphdr in udp_va...
[TXT] in_systm.h  1.13   18 years  elad   Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ...
[TXT] pim.h  1.2   18 years  elad   Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ...
[TXT] cpu_in_cksum.c  1.2   5 years  rin   No need to update mlen also in the case of (mlen & 16) != 0.
[TXT] in4_cksum.c  1.20   9 years  christos   Only check that the offset < sizeof(struct ip) if nxt != 0, i.e. in the tcp and ...
[TXT] in_offload.c  1.13   5 years  rin   PR kern/53562 Add ether_sw_offload_[tr]x: handle TX/RX offload options in softw...
[TXT] in_offload.h  1.12   5 years  rin   PR kern/53562 Add ether_sw_offload_[tr]x: handle TX/RX offload options in softw...
[TXT] sctp_pcb.c  1.18   5 years  christos   PR/53775: Havard Eidnes: bind(2) may inaccurately return EADDRNOTAVAIL, it shoul...
[TXT] in_cksum.c  1.22   16 years  joerg   Refactor in_cksum/in4_cksum/in6_cksum implementations: - All three functions are...
[TXT] ip_ecn.h  1.12   15 years  ad   Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@....
[TXT] tcp_fsm.h  1.16   6 years  maxv   Remove dead code.
[TXT] sctp_timer.c  1.5   5 years  maxv   Remove now unused net_osdep.h includes, the other BSDs did the same.
[TXT] tcp_debug.c  1.32   5 years  maxv   Remove now unused tcpip.h includes. Some were already unused before.
[TXT] in_pcb.h  1.66   5 years  maxv   Remove support for non-IKE markers in the kernel. Discussed on tech-net@, and no...
[TXT] Makefile  1.30   5 years  maxv   Remove the network ATM code.
[TXT] tcp_output.c  1.210   5 years  maxv   Remove unused arguments.
[TXT] tcp_var.h  1.190   5 years  maxv   Remove unused arguments.
[TXT] udp_usrreq.c  1.258   5 years  maxv   Remove unused arguments.
[TXT] sctp_usrreq.c  1.13   5 years  riastradh   Rename min/max -> uimin/uimax for better honesty. These functions are defined o...
[TXT] tcp_congctl.c  1.26   5 years  riastradh   Rename min/max -> uimin/uimax for better honesty. These functions are defined o...
[TXT] if_arp.c  1.278   5 years  maxv   Replace M_ALIGN and MH_ALIGN by m_align.
[TXT] ip_carp.c  1.101   5 years  maxv   Replace M_ALIGN and MH_ALIGN by m_align.
[TXT] ip_icmp.c  1.177   5 years  maxv   Replace M_ALIGN and MH_ALIGN by m_align.
[TXT] sctp_output.c  1.18   5 years  maxv   Replace M_ALIGN and MH_ALIGN by m_align.
[TXT] if_inarp.h  1.51   7 years  ozaki-r   Replace malloc for DAD with kmem and move them out of the lock for DAD
[TXT] ip_output.c  1.309   5 years  maxv   Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional change, since the former ...
[TXT] sctp_indata.c  1.8   5 years  maxv   Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional change, since the former ...
[TXT] in_proto.h  1.4   8 years  riastradh   Revert previous: ran cvs commit when I meant cvs diff. Sorry! Hit up-arrow one...
[TXT] ip_ecn.c  1.17   6 years  pgoyette   Split ip_ecn code into its own module, so it can be shared between gif(4), stf(4...
[TXT] in_selsrc.c  1.17   7 years  ozaki-r   Switch the address list of intefaces to pslist(9) As usual, we leave the old li...
[TXT] dccp_var.h  1.5   5 years  maxv   Use non-variadic function pointer in protosw::pr_input.
[TXT] in_proto.c  1.130   5 years  maxv   Use non-variadic function pointer in protosw::pr_input.
[TXT] ip_encap.c  1.70   5 years  maxv   Use non-variadic function pointer in protosw::pr_input.
[TXT] ip_encap.h  1.25   5 years  maxv   Use non-variadic function pointer in protosw::pr_input.
[TXT] ip_var.h  1.127   5 years  maxv   Use non-variadic function pointer in protosw::pr_input.
[TXT] pim_var.h  1.4   5 years  maxv   Use non-variadic function pointer in protosw::pr_input.
[TXT] raw_ip.c  1.178   5 years  maxv   Use non-variadic function pointer in protosw::pr_input.
[TXT] sctp_input.c  1.11   5 years  maxv   Use non-variadic function pointer in protosw::pr_input.
[TXT] sctp_var.h  1.3   5 years  maxv   Use non-variadic function pointer in protosw::pr_input.
[TXT] udp_var.h  1.45   5 years  maxv   Use non-variadic function pointer in protosw::pr_input.
[TXT] in.h  1.108   5 years  maya   Use the same type redefinition guards as stdint.h since rev1.8 PR pkg/53713
[TXT] dccp.h  1.1   9 years  rjs   branches: 1.1.2; 1.1.18; Add DCCP protocol support from KAME.
[TXT] dccp_cc_sw.h  1.1   9 years  rjs   branches: 1.1.2; 1.1.18; Add DCCP protocol support from KAME.
[TXT] dccp_tfrc_lookup.h  1.1   9 years  rjs   branches: 1.1.2; 1.1.18; Add DCCP protocol support from KAME.
[TXT] sctp_hashdriver.c  1.1   8 years  rjs   branches: 1.1.2; 1.1.18; Add core networking support for SCTP.
[TXT] sctp_hashdriver.h  1.1   8 years  rjs   branches: 1.1.2; 1.1.18; Add core networking support for SCTP.
[TXT] sctp_indata.h  1.1   8 years  rjs   branches: 1.1.2; 1.1.18; Add core networking support for SCTP.
[TXT] sctp_input.h  1.1   8 years  rjs   branches: 1.1.2; 1.1.18; Add core networking support for SCTP.
[TXT] sctp_output.h  1.1   8 years  rjs   branches: 1.1.2; 1.1.18; Add core networking support for SCTP.
[TXT] sctp_peeloff.h  1.1   8 years  rjs   branches: 1.1.2; 1.1.18; Add core networking support for SCTP.
[TXT] sctp_timer.h  1.1   8 years  rjs   branches: 1.1.2; 1.1.18; Add core networking support for SCTP.
[TXT] in_print.c  1.1   9 years  christos   branches: 1.1.2; 1.1.18; add routines to print in_addr and sockaddr_in (in_pri...
[TXT] sctp_asconf.h  1.1   8 years  rjs   branches: 1.1.2; 1.1.18; 1.1.22; Add core networking support for SCTP.
[TXT] sctp_constants.h  1.1   8 years  rjs   branches: 1.1.2; 1.1.18; 1.1.22; Add core networking support for SCTP.
[TXT] sctp_crc32.h  1.1   8 years  rjs   branches: 1.1.2; 1.1.18; 1.1.22; Add core networking support for SCTP.
[TXT] sctp_pcb.h  1.1   8 years  rjs   branches: 1.1.2; 1.1.18; 1.1.22; Add core networking support for SCTP.
[TXT] wqinput.h  1.1   7 years  ozaki-r   branches: 1.1.2; 1.1.4; 1.1.8; 1.1.18; Defer some pr_input to workqueue pr_...
[TXT] in_l2tp.h  1.1   7 years  knakahara   branches: 1.1.2; 1.1.6; 1.1.14; 1.1.18; add missing files.
[TXT] in_ifattach.h  1.1   17 years  dyoung   branches: 1.1.2; 1.1.6; 1.1.8; Add a source-address selection policy mechanis...
[TXT] ip_carp.h  1.10   5 years  maxv   branches: 1.10.6; Use non-variadic function pointer in protosw::pr_input.
[TXT] sctp_asconf.c  1.11   6 years  rjs   branches: 1.11.4; 1.11.8; Put back some commented out code.
[TXT] igmp.h  1.12   9 years  rmind   branches: 1.12.40; Make IGMP and multicast group management code MP-safe. Use ...
[TXT] files.ipfilter  1.15   12 years  christos   branches: 1.15.52; move back to 5.1.1 in the new place
[TXT] in_l2tp.c  1.16   5 years  knakahara   branches: 1.16.4; fix: l2tp(4) cannot receive packets after reset session witho...
[TXT] udp.h  1.16   11 years  christos   branches: 1.16.52; PR/46602: Move the rfc6056 port randomization to the IP laye...
[TXT] ip_mroute.c  1.163   5 years  maxv   branches: 1.163.4; 1.163.12; Use non-variadic function pointer in protosw::pr_...
[TXT] tcp_debug.h  1.18   5 years  maxv   branches: 1.18.14; Redefine the structure, not to rely on tcpiphdr.
[TXT] in_pcb.c  1.182   6 years  maxv   branches: 1.182.4; Dedup: merge ipsec4_get_policy and ipsec6_get_policy ipse...
[TXT] tcp_vtw.c  1.19   5 years  maxv   branches: 1.19.2; Remove now unused tcpip.h includes. Some were already unused ...
[TXT] sctp_crc32.c  1.2   7 years  jdolecek   branches: 1.2.14; 1.2.18; sprinkle const on sctp_crc_c[]
[TXT] sctp_peeloff.c  1.2   7 years  rjs   branches: 1.2.16; Fix build when IPSEC enabled.
[TXT] sctp_structs.h  1.2   7 years  rjs   branches: 1.2.16; Fix build when IPSEC enabled.
[TXT] dccp_tcplike.h  1.2   7 years  msaitoh   branches: 1.2.16; 1.2.20; KNF. Remove extra spaces. No functional change.
[TXT] dccp_tfrc.h  1.2   7 years  msaitoh   branches: 1.2.16; 1.2.20; KNF. Remove extra spaces. No functional change.
[TXT] sctputil.h  1.2   7 years  rjs   branches: 1.2.16; 1.2.20; 1.2.26; Use const for arguments to sctp_is_same_sco...
[TXT] accept_filter.h  1.2   15 years  tls   branches: 1.2.2; 1.2.4; 1.2.6; 1.2.18; Change copyright statement to NetBSD ...
[TXT] sctp_header.h  1.2   6 years  rjs   branches: 1.2.4; Pack structs.
[TXT] sctp.h  1.2   6 years  rjs   branches: 1.2.4; 1.2.8; Pack structs.
[TXT] igmp_var.h  1.25   5 years  maxv   branches: 1.25.12; Use non-variadic function pointer in protosw::pr_input.
[TXT] ip6.h  1.25   5 years  maxv   branches: 1.25.6; IP6_EXTHDR_GET performs a basic mbuf operation, which has not...
[TXT] files.netinet  1.28   6 years  maxv   branches: 1.28.16; Remove TCP_COMPAT_42.
[TXT] tcp_subr.c  1.282   5 years  maxv   branches: 1.282.4; Remove unused arguments.
[TXT] tcp_timer.h  1.29   6 years  ozaki-r   branches: 1.29.4; 1.29.8; Run tcp_slowtimo in workqueue if NET_MPSAFE If NET_...
[TXT] dccp_cc_sw.c  1.3   7 years  ozaki-r   branches: 1.3.16; Sweep unnecessary route.h inclusions
[TXT] dccp_tcplike.c  1.3   7 years  ozaki-r   branches: 1.3.16; 1.3.20; Sweep unnecessary route.h inclusions
[TXT] icmp_private.h  1.3   15 years  martin   branches: 1.3.4; 1.3.102; Remove clause 3 and 4 from TNF licenses
[TXT] ip_private.h  1.3   15 years  martin   branches: 1.3.4; 1.3.102; Remove clause 3 and 4 from TNF licenses
[TXT] tcp_private.h  1.3   15 years  martin   branches: 1.3.4; 1.3.102; Remove clause 3 and 4 from TNF licenses
[TXT] udp_private.h  1.3   15 years  martin   branches: 1.3.4; 1.3.102; Remove clause 3 and 4 from TNF licenses
[TXT] ip_mroute.h  1.32   6 years  maxv   branches: 1.32.16; Remove RSVP_ISI, that's mostly dead code. FreeBSD and OpenBS...
[TXT] tcp.h  1.33   7 years  christos   branches: 1.33.16; add a couple of lint comments.
[TXT] if_ether.h  1.34   16 years  perry   branches: 1.34.110; Convert many of the uses of __attribute__ to equivalent __p...
[TXT] dccp_tfrc.c  1.4   7 years  msaitoh   branches: 1.4.16; 1.4.20; KNF. Remove extra spaces. No functional change.
[TXT] ip_icmp.h  1.40   5 years  maxv   branches: 1.40.12; Use non-variadic function pointer in protosw::pr_input.
[TXT] wqinput.c  1.5   5 years  msaitoh   branches: 1.5.4; Change the type of wqinput's drop counter to uint64_t. OK'd b...
[TXT] igmp.c  1.69   5 years  maxv   branches: 1.69.4; Use non-variadic function pointer in protosw::pr_input.
[TXT] ip_flow.c  1.82   6 years  maxv   branches: 1.82.14; Remove whitespaces/tabs, and one non-ASCII character.
[TXT] accf_http.c  1.9   8 years  christos   branches: 1.9.18; include "ioconf.h" to get the 'void <driver>attach(int count)...
[TXT] in_gif.c  1.94   5 years  maxv   branches: 1.94.2; 1.94.6; Remove now unused net_osdep.h includes, the other BS...
[TXT] tcp_timer.c  1.95   5 years  maxv   branches: 1.95.6; 1.95.14; Remove now unused tcpip.h includes. Some were alrea...
[TXT] in_var.h  1.97   5 years  ozaki-r   branches: 1.97.4; Introduce and use ip_dad_enabled() and ip6_dad_enabled() func...
[TXT] tcp_seq.h  1.17   9 years  ryo   fix some case of reference to uninitialized tp->snd_fack. This bug causes droppi...
[TXT] ip.h  1.34   11 years  christos   fix typo
[TXT] in_gif.h  1.18   6 years  knakahara   preserve gif(4) configs by psref(9) like vlan(4) and l2tp(4). After Tx side doe...
[TXT] tcp_vtw.h  1.9   6 years  christos   s/static inline/static __inline/g for consistency.
[TXT] dccp_usrreq.c  1.21   5 years  christos   sbspace() does not return negative values anymore and that broke OOB data sendin...
[TXT] tcp_usrreq.c  1.222   5 years  christos   sbspace() does not return negative values anymore and that broke OOB data sendin...


CVSweb <webmaster@jp.NetBSD.org>