| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-01 | ';;' -> ';' | maxv | |
| no functional change spotted by my code scanner ok christos@ | |||
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka | |
| the sysctl link sets are processed, and remove redundancy. Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate lines of code. | |||
| 2014-01-04 | IPv6 UDP uses the IPv4 pcb tables, and therefore the stats, so need | pooka | |
| to create the percpu UDPv4 counters even in a v6-only system. | |||
| 2014-01-02 | need atomic.h, from uwe | pooka | |
| 2014-01-02 | Allow kernels compiled with INET+INET6 to be booted as IPv4-only or IPv6-only. | pooka | |
| 2013-12-02 | Update TCP CB with new values on rfc1323 and mssdflt sysctl updates | kefren | |
| From yasuoka@iij.ad.jp in kern/44254 | |||
| 2013-11-23 | expose the pcb queue structure for convenience | christos | |
| 2013-11-23 | convert from CIRCLEQ to TAILQ. | christos | |
| 2013-11-18 | Cubic changes: | kefren | |
| * correct W(t) calculation * check wmax limits * change W_max in slow and fast retransmit * correct rtt approximation Reno: * move comment I forgot behind after fast_retransmit() split | |||
| 2013-11-12 | * implement TCP CUBIC congestion control algorithm | kefren | |
| * move tcp_sack_newack bits inside reno and newreno_fast_retransmit_newack * notify ECN peer about cwnd shrink in [new]reno_slow_retransmit Based on the patch proposed on tech-net@ on Nov 7 with minor improvments: * adapt wmax for no-fast convergence case * correct cbrt calculation for big window sizes (>750KB) | |||
| 2013-10-25 | Mark a diagnostic-only variable | martin | |
| 2013-10-21 | fix type of sysctl, from nisimura@ | christos | |
| 2013-10-18 | remove unused variable | christos | |
| 2013-10-04 | PR/48098: Brian Marcotte: Avoid kernel assertion for embryonic sockets that | christos | |
| don't have credentials yet. XXX: pullup-6 | |||
| 2013-09-15 | ifdef a variable like its use | martin | |
| 2013-09-15 | Remove unused variables | martin | |
| 2013-09-15 | Remove unused variable | martin | |
| 2013-09-14 | Remove unused variable | martin | |
| 2013-08-29 | Remove SS_ISCONFIRMING, it is unused and TP4 will not come back. | rmind | |
| 2013-07-01 | Add MLD_LISTENER_REDUCTION per RFC 3542. Requested by Lorenzo Colitti. | christos | |
| 2013-06-29 | - Rewrite parts of pfil(9): use array to store hooks and thus be more cache | rmind | |
| friendly (there are only few hooks in the system). Make the structures opaque and the interface more strict. - Remove PFIL_HOOKS option by making pfil(9) mandatory. | |||
| 2013-06-27 | flip src/dst | christos | |
| 2013-06-27 | implement IP_PKTINFO and IP_RECVPKTINFO. | christos | |
| 2013-06-08 | Split IPsec code in ip_input() and ip_forward() into the separate routines | rmind | |
| ipsec4_input() and ipsec4_forward(). Tested by christos@. | |||
| 2013-06-08 | Split IPSec logic from ip_output() into a separate routine - ipsec4_output(). | rmind | |
| No change to the mechanism intended. Tested by christos@. | |||
| 2013-06-06 | merge error paths, pass the address of sav; pointed out by Greg Troxel | christos | |
| 2013-06-05 | IPSEC has not come in two speeds for a long time now (IPSEC == kame, | christos | |
| FAST_IPSEC). Make everything refer to IPSEC to avoid confusion. | |||
| 2013-06-05 | conditionalize the net traversal code on FAST_IPSEC to make rump build. | christos | |
| 2013-06-04 | PR/47886: Dr. Wolfgang Stukenbrock: IPSEC_NAT_T enabled kernels may access | christos | |
| outdated pointers and pass ESP data to UPD-sockets. While here, simplify the code and remove the IPSEC_NAT_T option; always compile nat-traversal in so that it does not bitrot. | |||
| 2013-06-01 | Give portalgo a compile-time override; for cases where the default default | pooka | |
| doesn't make enough sense to even consider it (a lot of outgoing connections from rump kernels with local port 65535). | |||
| 2013-04-27 | Systematically include sys/featuretest.h when _NETBSD_SOURCE is used. | joerg | |
| Some are redundant, but make verification with grep much easier. | |||
| 2013-04-12 | PR/47738: connect(2) to 239.x.y.z should return error but does not. | christos | |
| 2013-04-10 | Limit the tcp initial window setting to 10, leaving it by default to 4 | christos | |
| and simplifying the code in process. Per draft-ietf-initcwnd-08.txt. | |||
| 2013-03-25 | PR/47693: Erik E. Fair: Add missing code to icmp handling. | christos | |
| - While there, add the rest of the missing codes - Merge groups - Fix indentation | |||
| 2013-03-12 | - Do the size checks before calling the cpu checksum code. Otherwise you'll | christos | |
| crash there and not panic. - Don't panic on short packets unless DIAGNOSTIC. In general we should try to make the kernel survive errors... | |||
| 2013-03-02 | Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it. | christos | |
| 2013-03-01 | Retire OSI network stack. OK core@ | joerg | |
| 2013-02-05 | Remove remnants of AF_IMPLINK. | joerg | |
| 2013-02-02 | get rid of ip_len local variable. Use ntohs(ip->ip_len) like the rest | kefren | |
| of the code in the two places this variable was used | |||
| 2012-12-07 | use __BITMAP_TYPE | christos | |
| 2012-12-01 | switch from fd_set to using bitmap macros | christos | |
| 2012-11-29 | Add a new sysctl to mark ports as reserved, so that they are not used in | christos | |
| the anonymous or reserved port allocation. | |||
| 2012-11-23 | Add RCS keyword. Avoid overflow in constant. | joerg | |
| 2012-11-02 | fix typo | christos | |
| 2012-11-02 | make this standalone, like every others (except OpenBSD) | christos | |
| 2012-09-30 | Requires <sys/queue.h> for LIST_ENTRY and netinet/in.h for struct in_addr. | dholland | |
| 2012-09-24 | Add missing "\n" in log(9) | msaitoh | |
| 2012-09-15 | install header files from IPF 5.1.2 (sys/external/bsd/ipf) instead of | plunky | |
| older IPF (sys/dist/ipf). This adds ipf_rb.h | |||
| 2012-09-08 | Fix a bug that kmem_alloc() is called from the interrupt context. | msaitoh | |
| 2012-08-20 | make this compile. | christos | |
