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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[TXT] Makefile  1.25   8 months  plunky   install header files from IPF 5.1.2 (sys/external/bsd/ipf) instead of older IPF...
[TXT] accept_filter.h  1.2   4 years  tls   branches: 1.2.2; 1.2.4; 1.2.6; 1.2.18; Change copyright statement to NetBSD ...
[TXT] accf_data.c  1.6   3 years  tls   Add a direction argument to socket upcalls, so they can tell why they've been ca...
[TXT] accf_http.c  1.7   3 years  tls   Add a direction argument to socket upcalls, so they can tell why they've been ca...
[TXT] cpu_in_cksum.c  1.1   5 years  joerg   branches: 1.1.2; 1.1.4; 1.1.12; Refactor in_cksum/in4_cksum/in6_cksum impleme...
[TXT] files.ipfilter  1.15   14 months  christos   move back to 5.1.1 in the new place
[TXT] files.netinet  1.24   10 months  christos   rename rfc6056 -> portalgo, requested by yamt
[TXT] icmp6.h  1.46   10 months  spz   <grmbl>whitespace</grmbl>
[TXT] icmp_private.h  1.3   5 years  martin   branches: 1.3.4; Remove clause 3 and 4 from TNF licenses
[TXT] icmp_var.h  1.29   16 months  christos   put the histograms last and make them autosize (breaks compat with netstat).
[TXT] if_arp.c  1.154   16 months  liamjfoy   Remove dead variable
[TXT] if_atm.c  1.33   7 months  msaitoh   Add missing "\n" in log(9)
[TXT] if_atm.h  1.12   2 years  chuck   udpate license clauses on my code to match the new-style BSD licenses. based on ...
[TXT] if_ether.h  1.34   5 years  perry   Convert many of the uses of __attribute__ to equivalent __packed, __unused and _...
[TXT] if_inarp.h  1.44   7 months  dholland   Requires <sys/queue.h> for LIST_ENTRY and netinet/in.h for struct in_addr.
[TXT] igmp.c  1.53   16 months  liamjfoy   check against NULL
[TXT] igmp.h  1.11   5 years  perry   Convert many of the uses of __attribute__ to equivalent __packed, __unused and _...
[TXT] igmp_var.h  1.23   5 years  thorpej   Make IGMP stats per-cpu.
[TXT] in.c  1.143   11 months  gdt   Simply use the ifa_addr pointer, rather than taking its address. Resolves failur...
[TXT] in.h  1.88   3 weeks  joerg   Systematically include sys/featuretest.h when _NETBSD_SOURCE is used. Some are r...
[TXT] in4_cksum.c  1.19   2 months  christos   - Do the size checks before calling the cpu checksum code. Otherwise you'll cr...
[TXT] in_cksum.c  1.22   5 years  joerg   Refactor in_cksum/in4_cksum/in6_cksum implementations: - All three functions are...
[TXT] in_gif.c  1.63   2 months  joerg   Retire OSI network stack. OK core@
[TXT] in_gif.h  1.14   6 years  rpaulo   New EtherIP driver based on tap(4) and gif(4) by Hans Rosenfeld. Notable changes...
[TXT] in_ifattach.h  1.1   6 years  dyoung   branches: 1.1.2; 1.1.6; 1.1.8; Add a source-address selection policy mechanis...
[TXT] in_offload.c  1.5   2 years  yamt   ip_undefer_csum: - don't forget ntohs. - don't add hdrlen twice for l4 header of...
[TXT] in_offload.h  1.8   2 years  yamt   undefer csum in looutput. looutput is used by various code (ether_output, mcast)...
[TXT] in_pcb.c  1.144   5 weeks  christos   PR/47738: connect(2) to 239.x.y.z should return error but does not.
[TXT] in_pcb.h  1.50   10 months  christos   rename rfc6056 -> portalgo, requested by yamt
[TXT] in_pcb_hdr.h  1.8   10 months  christos   rename rfc6056 -> portalgo, requested by yamt
[TXT] in_proto.c  1.105   2 months  christos   Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
[TXT] in_proto.h  1.2   7 years  elad   Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ...
[TXT] in_selsrc.c  1.9   11 months  dsl   Add some pre-processor magic to verify that the type of the data item passed t...
[TXT] in_selsrc.h  1.1   6 years  dyoung   branches: 1.1.2; 1.1.6; 1.1.8; Add a source-address selection policy mechanis...
[TXT] in_systm.h  1.13   7 years  elad   Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ...
[TXT] in_var.h  1.65   2 years  rmind   ip_randomid: make mechanism MP-safe and more modular. OK matt@
[TXT] ip.h  1.34   6 months  christos   fix typo
[TXT] ip6.h  1.23   5 years  perry   branches: 1.23.2; Convert many of the uses of __attribute__ to equivalent __pac...
[TXT] ip_carp.c  1.50   9 months  christos   make this compile.
[TXT] ip_carp.h  1.6   3 years  pooka   Replace a large number of link set based sysctl node creations with calls from s...
[TXT] ip_ecn.c  1.15   6 years  rpaulo   Import of TCP ECN algorithm for congestion control. Both available for IPv4 and ...
[TXT] ip_ecn.h  1.12   4 years  ad   Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@....
[TXT] ip_encap.c  1.39   22 months  joerg   Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and e...
[TXT] ip_encap.h  1.13   4 years  pooka   Make dom_maxrtkey of inet/inet6domain the size of the ip_encap pack structures. ...
[TXT] ip_etherip.c  1.14   22 months  joerg   Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and e...
[TXT] ip_etherip.h  1.1   6 years  rpaulo   branches: 1.1.4; 1.1.6; 1.1.8; New EtherIP driver based on tap(4) and gif(4) ...
[TXT] ip_flow.c  1.60   16 months  liamjfoy   Remove ipf_start from ipf struct
[TXT] ip_icmp.c  1.130   8 weeks  christos   PR/47693: Erik E. Fair: Add missing code to icmp handling. - While there, add th...
[TXT] ip_icmp.h  1.33   16 months  christos   missing comma
[TXT] ip_id.c  1.15   18 months  tls   First step of random number subsystem rework described in <20111022023242.BA26F1...
[TXT] ip_input.c  1.303   5 months  christos   Add a new sysctl to mark ports as reserved, so that they are not used in the ano...
[TXT] ip_mroute.c  1.126   7 months  msaitoh   Add missing "\n" in log(9)
[TXT] ip_mroute.h  1.31   4 years  cegger   make this compile as proposed by dholland@
[TXT] ip_output.c  1.218   3 months  kefren   get rid of ip_len local variable. Use ntohs(ip->ip_len) like the rest of the cod...
[TXT] ip_private.h  1.3   5 years  martin   branches: 1.3.4; Remove clause 3 and 4 from TNF licenses
[TXT] ip_reass.c  1.8   22 months  enami   Don't increment ip_nfragpackets when failed to allocate fragment queue. No one w...
[TXT] ip_var.h  1.97   2 years  dyoung   *_drain() routines may be called with locks held, so instead of doing any work i...
[TXT] pim.h  1.2   7 years  elad   Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ...
[TXT] pim_var.h  1.2   7 years  elad   Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ...
[TXT] portalgo.c  1.4   5 months  christos   use __BITMAP_TYPE
[TXT] portalgo.h  1.2   5 months  christos   Add a new sysctl to mark ports as reserved, so that they are not used in the ano...
[TXT] raw_ip.c  1.115   3 months  joerg   Remove remnants of AF_IMPLINK.
[TXT] tcp.h  1.30   16 months  christos   make standalone
[TXT] tcp_congctl.c  1.16   2 years  yamt   simplify code a little. no functional changes.
[TXT] tcp_congctl.h  1.6   2 years  yamt   - comments - g/c stale extern
[TXT] tcp_debug.c  1.28   4 years  tsutsui   Remove extra whitespace added by a stupid tool. XXX: more in src/sys/arch
[TXT] tcp_debug.h  1.17   6 years  christos   Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
[TXT] tcp_fsm.h  1.15   7 years  elad   Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ...
[TXT] tcp_input.c  1.325   11 months  christos   remove unintended commit (this was to avoid a bug in the hme driver which I have...
[TXT] tcp_output.c  1.174   14 months  drochner   remove KAME IPSEC, replaced by FAST_IPSEC
[TXT] tcp_private.h  1.3   5 years  martin   branches: 1.3.4; Remove clause 3 and 4 from TNF licenses
[TXT] tcp_sack.c  1.28   15 months  matt   Use proper ANSI prototypes for foo() -> foo(void) Caught when compiling with -Wo...
[TXT] tcp_seq.h  1.16   7 years  elad   Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ...
[TXT] tcp_subr.c  1.249   6 weeks  christos   Limit the tcp initial window setting to 10, leaving it by default to 4 and simpl...
[TXT] tcp_timer.c  1.86   20 months  plunky   NULL does not need a cast
[TXT] tcp_timer.h  1.28   2 years  gdt   Note units and current value for TCP_DELACK_TICKS.
[TXT] tcp_usrreq.c  1.166   6 weeks  christos   Limit the tcp initial window setting to 10, leaving it by default to 4 and simpl...
[TXT] tcp_var.h  1.170   6 weeks  christos   Limit the tcp initial window setting to 10, leaving it by default to 4 and simpl...
[TXT] tcp_vtw.c  1.9   13 months  yamt   add a big comment (copy and paste from cvs log rev.1.1)
[TXT] tcp_vtw.h  1.6   5 months  joerg   Add RCS keyword. Avoid overflow in constant.
[TXT] tcpip.h  1.11   5 years  perry   Convert many of the uses of __attribute__ to equivalent __packed, __unused and _...
[TXT] udp.h  1.16   11 months  christos   PR/46602: Move the rfc6056 port randomization to the IP layer.
[TXT] udp_private.h  1.3   5 years  martin   branches: 1.3.4; Remove clause 3 and 4 from TNF licenses
[TXT] udp_usrreq.c  1.187   11 months  christos   PR/46602: Move the rfc6056 port randomization to the IP layer.
[TXT] udp_var.h  1.38   11 months  christos   PR/46602: Move the rfc6056 port randomization to the IP layer.


CVSweb <webmaster@jp.NetBSD.org>