| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes for various nits found by the Coverity tool. | George V. Neville-Neil | 2005-05-15 | 4 | -5/+8 |
* | Add IPv6 support to IPFW and Dummynet. | Brooks Davis | 2005-04-18 | 1 | -0/+26 |
* | Remove dead code which would never execute. | George V. Neville-Neil | 2005-04-14 | 1 | -18/+18 |
* | check for malloc failure (also move malloc up to simplify error recovery) | Sam Leffler | 2005-03-29 | 1 | -2/+7 |
* | ifma_protospec is a pointer. Use NULL when assigning or compating it. | Gleb Smirnoff | 2005-03-20 | 1 | -2/+2 |
* | correct bounds check | Sam Leffler | 2005-03-16 | 1 | -1/+1 |
* | refer opencrypto/cast.h directly. | Hajimu UMEMOTO | 2005-03-11 | 1 | -1/+9 |
* | reported from VANHULLEBUS Yvan [remote kernel crash may result] | Hajimu UMEMOTO | 2005-03-09 | 1 | -1/+1 |
* | ignores ICMPv6 code field in case of ICMPv6 Packet-Too-Big (as specified in R... | SUZUKI Shinsuke | 2005-03-02 | 1 | -2/+0 |
* | icmp6_notify_error uses IP6_EXTHDR_CHECK, which in turn calls | Hajimu UMEMOTO | 2005-02-27 | 1 | -4/+6 |
* | fix typo. | Hajimu UMEMOTO | 2005-02-27 | 1 | -2/+2 |
* | initialized the last arg to ip6_process_hopopts(), because the recent | Hajimu UMEMOTO | 2005-02-27 | 1 | -3/+3 |
* | remove dead code | Sam Leffler | 2005-02-25 | 1 | -3/+3 |
* | eliminate dead code | Sam Leffler | 2005-02-23 | 1 | -6/+6 |
* | Add CARP (Common Address Redundancy Protocol), which allows multiple | Gleb Smirnoff | 2005-02-22 | 6 | -5/+82 |
* | Add missed merge of ripcbinfo extern. Given how widely used | Robert Watson | 2005-02-09 | 1 | -0/+1 |
* | Lock raw IP socket pcb list and PCBs when processing input via | Robert Watson | 2005-02-08 | 1 | -5/+13 |
* | Remove a comment from the raw IPv6 output function regarding | Robert Watson | 2005-02-06 | 1 | -6/+0 |
* | we don't need to make fake sockaddr_in6 to compare subject address. | Hajimu UMEMOTO | 2005-01-21 | 1 | -13/+2 |
* | /* -> /*- for license, minor formatting changes, separate for KAME | Warner Losh | 2005-01-07 | 68 | -91/+91 |
* | In certain cases ip_output() can free our route, so check | Gleb Smirnoff | 2004-12-10 | 1 | -1/+2 |
* | style the last change | Gleb Smirnoff | 2004-12-09 | 1 | -2/+2 |
* | MFinet4: | Gleb Smirnoff | 2004-12-09 | 1 | -3/+10 |
* | Reviewed by: SUZUKI Shinsuke <suz@kame.net> | George V. Neville-Neil | 2004-11-29 | 1 | -17/+34 |
* | support TCP-MD5(IPv4) in KAME-IPSEC, too. | SUZUKI Shinsuke | 2004-11-08 | 1 | -0/+6 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | Poul-Henning Kamp | 2004-11-08 | 2 | -10/+23 |
* | fixed a bug that incorrect IPsec request level may be returned for proto AH | SUZUKI Shinsuke | 2004-10-28 | 1 | -0/+1 |
* | Be more careful to only index valid IP protocols and be more verbose with | Andre Oppermann | 2004-10-19 | 1 | -2/+11 |
* | Push acquisition of the accept mutex out of sofree() into the caller | Robert Watson | 2004-10-18 | 1 | -0/+1 |
* | fixed too delayed routing cache expiry. (tvtohz() converts a time interval t... | SUZUKI Shinsuke | 2004-10-06 | 1 | -4/+4 |
* | Prevent reentrancy of the IPv6 routing code (leading to crash with | Brian Feldman | 2004-10-03 | 1 | -5/+26 |
* | Disable MTU feedback in IPv6 if the sender writes data that must be fragmented. | Doug White | 2004-10-02 | 1 | -0/+14 |
* | Add an additional struct inpcb * argument to pfil(9) in order to enable | Max Laier | 2004-09-29 | 3 | -3/+3 |
* | Prefer C99's __func__ over GCC's __FUNCTION__. | Stefan Farfeleder | 2004-09-22 | 1 | -1/+1 |
* | Call callout_init() on nd6_slowtimo_ch before setting it going; otherwise, | Robert Watson | 2004-09-05 | 1 | -0/+1 |
* | Unlock rather than lock the ripcbinfo lock at the end of rip6_input(). | Robert Watson | 2004-09-02 | 1 | -1/+1 |
* | Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correct | Robert Watson | 2004-08-28 | 1 | -0/+2 |
* | Apply error and success logic consistently to the function netisr_queue() and | Andre Oppermann | 2004-08-27 | 2 | -4/+4 |
* | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | Andre Oppermann | 2004-08-27 | 4 | -32/+22 |
* | Remove in6_prefix.[ch] and the contained router renumbering capability. | Robert Watson | 2004-08-23 | 7 | -1327/+0 |
* | When notifying protocol components of an event on an in6pcb, use the | Robert Watson | 2004-08-21 | 1 | -3/+5 |
* | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | David Malone | 2004-08-14 | 8 | -46/+1 |
* | When allocating the IPv6 header to stick in front of raw packet being | Robert Watson | 2004-08-12 | 1 | -1/+5 |
* | Pass pcbinfo structures to in6_pcbnotify() rather than pcbhead | Robert Watson | 2004-08-06 | 4 | -8/+19 |
* | Disallow a particular kind of port theft described by the following scenario: | Yaroslav Tykhiy | 2004-07-28 | 1 | -5/+1 |
* | Commit a first pass at in6pcb and pcbinfo locking for IPv6, | Robert Watson | 2004-07-27 | 3 | -35/+160 |
* | Don't consider TCP connections beyond LISTEN state | Yaroslav Tykhiy | 2004-07-27 | 1 | -19/+10 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | Colin Percival | 2004-07-26 | 1 | -1/+1 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -0/+1 |
* | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | Max Laier | 2004-06-13 | 1 | -0/+6 |