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