NetBSD

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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/ [show]        
[TXT] Makefile 1.23 2 months riz Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will...
[TXT] accept_filter.h 1.2 3 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 2 years tls Add a direction argument to socket upcalls, so they can tell why they've been ca...
[TXT] accf_http.c 1.7 2 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 4 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 7 weeks christos move back to 5.1.1 in the new place
[TXT] files.netinet 1.23 7 months christos Add inet4 part of the rfc6056 code contributed by Vlad Balan as part of Google S...
[TXT] icmp6.h 1.44 5 months roy Add RDNSS and DNSSL support, RFC6106. Replace custom lists with TAILQ lists. Cle...
[TXT] icmp_private.h 1.3 4 years martin branches: 1.3.4; Remove clause 3 and 4 from TNF licenses
[TXT] icmp_var.h 1.29 4 months christos put the histograms last and make them autosize (breaks compat with netstat).
[TXT] if_arp.c 1.154 4 months liamjfoy Remove dead variable
[TXT] if_atm.c 1.32 15 months chuck udpate license clauses on my code to match the new-style BSD licenses. based on ...
[TXT] if_atm.h 1.12 15 months chuck udpate license clauses on my code to match the new-style BSD licenses. based on ...
[TXT] if_ether.h 1.34 4 years perry Convert many of the uses of __attribute__ to equivalent __packed, __unused and _...
[TXT] if_inarp.h 1.43 6 months gdt Move RTF_ANNOUNCE flag so that it no longer conflicts with RTF_PROTO2. RTF_ANNO...
[TXT] igmp.c 1.53 4 months liamjfoy check against NULL
[TXT] igmp.h 1.11 4 years perry Convert many of the uses of __attribute__ to equivalent __packed, __unused and _...
[TXT] igmp_var.h 1.23 4 years thorpej Make IGMP stats per-cpu.
[TXT] in.c 1.142 5 months roy When adding or scrubbing a prefix, always notify userland even if the prefix doe...
[TXT] in.h 1.86 2 years degroote Import pfsync support from OpenBSD 4.2 Pfsync interface exposes change in the p...
[TXT] in4_cksum.c 1.18 12 months yamt fix assertions
[TXT] in_cksum.c 1.22 4 years joerg Refactor in_cksum/in4_cksum/in6_cksum implementations: - All three functions are...
[TXT] in_gif.c 1.62 4 months liamjfoy check against NULL
[TXT] in_gif.h 1.14 5 years rpaulo New EtherIP driver based on tap(4) and gif(4) by Hans Rosenfeld. Notable changes...
[TXT] in_ifattach.h 1.1 5 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 12 months yamt ip_undefer_csum: - don't forget ntohs. - don't add hdrlen twice for l4 header of...
[TXT] in_offload.h 1.8 12 months yamt undefer csum in looutput. looutput is used by various code (ether_output, mcast)...
[TXT] in_pcb.c 1.141 7 weeks drochner remove KAME IPSEC, replaced by FAST_IPSEC
[TXT] in_pcb.h 1.49 7 months christos Add inet4 part of the rfc6056 code contributed by Vlad Balan as part of Google S...
[TXT] in_pcb_hdr.h 1.7 7 months christos Add inet4 part of the rfc6056 code contributed by Vlad Balan as part of Google S...
[TXT] in_proto.c 1.103 7 weeks drochner remove KAME IPSEC, replaced by FAST_IPSEC
[TXT] in_proto.h 1.2 6 years elad Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ...
[TXT] in_selsrc.c 1.8 2 years rmind Drop 3rd and 4th clauses from David Young's license. Reviewed and approved by dy...
[TXT] in_selsrc.h 1.1 5 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 6 years elad Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ...
[TXT] in_var.h 1.65 18 months rmind ip_randomid: make mechanism MP-safe and more modular. OK matt@
[TXT] ip.h 1.32 9 months christos Fill in missing IPTOS defines (from Linux/OpenBSD)
[TXT] ip6.h 1.23 4 years perry branches: 1.23.2; Convert many of the uses of __attribute__ to equivalent __pac...
[TXT] ip_carp.c 1.48 7 weeks bouyer Do not sleep in callout context, this will hang the clock soft interrupt. Should...
[TXT] ip_carp.h 1.6 2 years pooka Replace a large number of link set based sysctl node creations with calls from s...
[TXT] ip_ecn.c 1.15 5 years rpaulo Import of TCP ECN algorithm for congestion control. Both available for IPv4 and ...
[TXT] ip_ecn.h 1.12 3 years ad Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@....
[TXT] ip_encap.c 1.39 9 months joerg Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and e...
[TXT] ip_encap.h 1.13 3 years pooka Make dom_maxrtkey of inet/inet6domain the size of the ip_encap pack structures. ...
[TXT] ip_etherip.c 1.14 9 months joerg Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and e...
[TXT] ip_etherip.h 1.1 5 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 3 months liamjfoy Remove ipf_start from ipf struct
[TXT] ip_icmp.c 1.129 7 weeks drochner remove KAME IPSEC, replaced by FAST_IPSEC
[TXT] ip_icmp.h 1.33 4 months christos missing comma
[TXT] ip_id.c 1.15 5 months tls First step of random number subsystem rework described in <20111022023242.BA26F1...
[TXT] ip_input.c 1.299 7 weeks drochner remove KAME IPSEC, replaced by FAST_IPSEC
[TXT] ip_mroute.c 1.125 2 weeks martin Explicitly include <sys/kmem.h>
[TXT] ip_mroute.h 1.31 3 years cegger make this compile as proposed by dholland@
[TXT] ip_output.c 1.215 2 weeks rmind - Replace some malloc(9) uses with kmem(9). - G/C M_IPMOPTS, M_IPMADDR and M_BWM...
[TXT] ip_private.h 1.3 4 years martin branches: 1.3.4; Remove clause 3 and 4 from TNF licenses
[TXT] ip_reass.c 1.8 10 months enami Don't increment ip_nfragpackets when failed to allocate fragment queue. No one w...
[TXT] ip_var.h 1.97 12 months dyoung *_drain() routines may be called with locks held, so instead of doing any work i...
[TXT] pim.h 1.2 6 years elad Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ...
[TXT] pim_var.h 1.2 6 years elad Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ...
[TXT] raw_ip.c 1.114 7 weeks drochner remove KAME IPSEC, replaced by FAST_IPSEC
[TXT] rfc6056.c 1.6 4 weeks yamt comment
[TXT] rfc6056.h 1.2 7 months christos install the header.
[TXT] tcp.h 1.30 4 months christos make standalone
[TXT] tcp_congctl.c 1.16 13 months yamt simplify code a little. no functional changes.
[TXT] tcp_congctl.h 1.6 13 months yamt - comments - g/c stale extern
[TXT] tcp_debug.c 1.28 3 years tsutsui Remove extra whitespace added by a stupid tool. XXX: more in src/sys/arch
[TXT] tcp_debug.h 1.17 5 years christos Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
[TXT] tcp_fsm.h 1.15 6 years elad Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ...
[TXT] tcp_input.c 1.323 4 weeks yamt comment
[TXT] tcp_output.c 1.174 7 weeks drochner remove KAME IPSEC, replaced by FAST_IPSEC
[TXT] tcp_private.h 1.3 4 years martin branches: 1.3.4; Remove clause 3 and 4 from TNF licenses
[TXT] tcp_sack.c 1.28 3 months matt Use proper ANSI prototypes for foo() -> foo(void) Caught when compiling with -Wo...
[TXT] tcp_seq.h 1.16 6 years elad Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ...
[TXT] tcp_subr.c 1.247 7 weeks drochner remove KAME IPSEC, replaced by FAST_IPSEC
[TXT] tcp_timer.c 1.86 8 months plunky NULL does not need a cast
[TXT] tcp_timer.h 1.28 11 months gdt Note units and current value for TCP_DELACK_TICKS.
[TXT] tcp_usrreq.c 1.164 7 weeks drochner remove KAME IPSEC, replaced by FAST_IPSEC
[TXT] tcp_var.h 1.169 3 months tls Entropy-pool implementation move and cleanup. 1) Move core entropy-pool code an...
[TXT] tcp_vtw.c 1.9 4 weeks yamt add a big comment (copy and paste from cvs log rev.1.1)
[TXT] tcp_vtw.h 1.5 11 months joerg Be a bit cleaner and reduce the amount of namespace pollution
[TXT] tcpip.h 1.11 4 years perry Convert many of the uses of __attribute__ to equivalent __packed, __unused and _...
[TXT] udp.h 1.15 4 months christos u_intN -> uintN make standalone
[TXT] udp_private.h 1.3 4 years martin branches: 1.3.4; Remove clause 3 and 4 from TNF licenses
[TXT] udp_usrreq.c 1.186 7 weeks drochner remove KAME IPSEC, replaced by FAST_IPSEC
[TXT] udp_var.h 1.37 7 months christos Add inet4 part of the rfc6056 code contributed by Vlad Balan as part of Google S...

General options
,

cvsweb.de.netbsd.org <zafer@aydogan.de>