Age | Commit message (Expand) | Author |
2000-01-08 | Fix serious crash-and-burn bug I introduced with last revision. | Angelos D. Keromytis |
2000-01-08 | Incoming bpf tap. | Angelos D. Keromytis |
2000-01-07 | Remove unnecessary include files. | Angelos D. Keromytis |
2000-01-07 | Remove unused include files. | Angelos D. Keromytis |
2000-01-07 | Missing sysctl.h include | Angelos D. Keromytis |
2000-01-07 | Forgot the names here... | Angelos D. Keromytis |
2000-01-07 | GRE/MobileIP input routine processing, from NetBSD (with a few | Angelos D. Keromytis |
2000-01-07 | IPPROTO_GRE and IPPROTO_MOBILE definitions (from NetBSD) | Angelos D. Keromytis |
2000-01-07 | Early check for destination port 0 (itojun@) | Angelos D. Keromytis |
2000-01-07 | s/memset/bzero/ | Jun-ichiro itojun Hagino |
2000-01-04 | If SIOCSIFADDR fails, put back the old address before calling splx(). | Federico G. Schwindt |
2000-01-04 | if we call in6_setpeeraddr, don't visit code for ipv4. | Jun-ichiro itojun Hagino |
2000-01-04 | keep paren match. | Jun-ichiro itojun Hagino |
2000-01-04 | remove support for v4 mapped address completely. | Jun-ichiro itojun Hagino |
2000-01-03 | Chase down the IPv6 header chain to find the right place swap the Next | Angelos D. Keromytis |
2000-01-02 | Move the requeueing logic from ipsec_input() to ah_input() and | Angelos D. Keromytis |
2000-01-02 | Change ipsec_input() to return error. | Angelos D. Keromytis |
2000-01-02 | Fix ifdef IPSEC | Angelos D. Keromytis |
2000-01-02 | Fix non-IPSEC kernel compilation (or part of it). | Angelos D. Keromytis |
2000-01-02 | Remove the ifdef for IP_ENCAPSULATED. | Angelos D. Keromytis |
1999-12-31 | fix IPv6 ipsec template lossage. | Jun-ichiro itojun Hagino |
1999-12-31 | be sure to cleanup "opts" pointer on multicast udp packet reception. | Jun-ichiro itojun Hagino |
1999-12-29 | fix _input/_output proto changes for tcp_signature; angelos@ ok | Michael Shalayeff |
1999-12-28 | speed up blowfish by > 20%. | Niels Provos |
1999-12-28 | Avoid recursive rw_enter panic. From darrenr@pobox.com. | Kjell Wooding |
1999-12-28 | Update to ipfilter 3.3.6. See src/sbin/ipf/HISTORY for details. | Kjell Wooding |
1999-12-28 | remove unused part of kame patch from the tree. openbsd does not pass | Jun-ichiro itojun Hagino |
1999-12-28 | remove non-effective kame patch. openbsd ip_input() passes | Jun-ichiro itojun Hagino |
1999-12-27 | synchronize inp_flags definition across kame/*bsd. | Jun-ichiro itojun Hagino |
1999-12-27 | Print associated interface, if present. | Angelos D. Keromytis |
1999-12-26 | Correctly initialize loop variables when not doing authentication with | Angelos D. Keromytis |
1999-12-25 | Support v4 and v6 destination TDBs. | Angelos D. Keromytis |
1999-12-25 | Change some function prototypes, dont unnecessarily initialize some | Angelos D. Keromytis |
1999-12-25 | Move the IPsec packet-processing loop to a separate routine, so we can | Angelos D. Keromytis |
1999-12-24 | Return EINVAL instead of ENOBUFS if the source address is not specified. | Angelos D. Keromytis |
1999-12-21 | compile without INET6, okay angelos@ | Niels Provos |
1999-12-21 | option TCP_NEWRENO goes away, its the default case for TCP_SACK if | Niels Provos |
1999-12-21 | be paranoid about malicious use of v4 mapped addr on v6 packet. | Jun-ichiro itojun Hagino |
1999-12-21 | enable SACK again | Niels Provos |
1999-12-21 | fix non-IPsec compilation. (too complex #ifdef...) | Jun-ichiro itojun Hagino |
1999-12-21 | reuse encapsulate/decapsulate routine in ip_ip4.c from gif interface | Jun-ichiro itojun Hagino |
1999-12-21 | Initialize variable. | Angelos D. Keromytis |
1999-12-20 | decide address family for {set,get}sockopt() by domain table, | Jun-ichiro itojun Hagino |
1999-12-19 | disallow AF mismatch on inbound. | Jun-ichiro itojun Hagino |
1999-12-19 | reject AF mismatch for inbonud multicast traffic. | Jun-ichiro itojun Hagino |
1999-12-19 | Remove PCB protocol checks rendered unnecessary by the previous commit. | Angelos D. Keromytis |
1999-12-19 | Be a bit more paranoid when searching for a PCB in the presence of IPv6. | Angelos D. Keromytis |
1999-12-18 | Fix kernel panic involving multicast packet (patch different from the | Angelos D. Keromytis |
1999-12-18 | too much software forgets to include sys/socket.h, SIGH | Theo de Raadt |
1999-12-17 | do not accept IPv4 traffic by AF_INET6 socket. IPv4 mapped address is | Jun-ichiro itojun Hagino |