Age | Commit message (Expand) | Author |
2000-01-21 | Forgot to delete this. | Angelos D. Keromytis |
2000-01-21 | Rename the ip4_* routines to ipip_*, make it so GIF tunnels are not | Angelos D. Keromytis |
2000-01-18 | Bump IPPROTO_MAX to include IPPROTO_MOBILE and IPPROTO_ETHERIP. | Angelos D. Keromytis |
2000-01-17 | fix pullup and otos saving code for ip6 | Jun-ichiro itojun Hagino |
2000-01-17 | fix "traceroute -P 41", outgoing side. incoming side needs fix in | Jun-ichiro itojun Hagino |
2000-01-16 | ETHERTYPE_ATALK -> ETHERTYPE_AT (op21@squish.org) | Angelos D. Keromytis |
2000-01-15 | Remove unnecessary definition. | Angelos D. Keromytis |
2000-01-15 | Add function prototype. | Angelos D. Keromytis |
2000-01-15 | Change function type to non-static. | Angelos D. Keromytis |
2000-01-13 | mbuf **, not mbuf * you twit... | Angelos D. Keromytis |
2000-01-13 | Print number of ingress flows in /kern/ipsec | Angelos D. Keromytis |
2000-01-13 | Add an ip4_input6() for use with IPv6 (just a wrapper for | Angelos D. Keromytis |
2000-01-13 | put_flow(), find_flow(), and delete_flow() get a third argument (for | Angelos D. Keromytis |
2000-01-11 | The entry for IP4 should always be there. | Angelos D. Keromytis |
2000-01-11 | Mostly cosmetic changes, and avoid an m_pullup() | Angelos D. Keromytis |
2000-01-11 | Correct sa_require handling. | Angelos D. Keromytis |
2000-01-11 | Fix check for sen_type. | Angelos D. Keromytis |
2000-01-11 | Remove ifdef'ed out definitions. | Angelos D. Keromytis |
2000-01-11 | Use default values when requesting dynamic VPNs. | Angelos D. Keromytis |
2000-01-11 | Only use defaults if they have sane values. | Angelos D. Keromytis |
2000-01-10 | Add 10 new ipsec-related sysctl variables...they are currently under | Angelos D. Keromytis |
2000-01-10 | Some more code for dealing with socket IPsec options. | Angelos D. Keromytis |
2000-01-10 | Only setup an expiration for embryonic SAs if | Angelos D. Keromytis |
2000-01-10 | Add net.inet.ip.ipsec-invalid-life, default value 60 seconds; the | Angelos D. Keromytis |
2000-01-10 | No need for extern definition of pfkeyv2_acquire() | Angelos D. Keromytis |
2000-01-10 | 1) Setup a silent TDB expiration for embryonic SAs. | Angelos D. Keromytis |
2000-01-10 | Fix tdbi setup for TCP and UDP packets. | Angelos D. Keromytis |
2000-01-10 | Typo. | Angelos D. Keromytis |
2000-01-10 | Quick-drop packets (before real processing) if ingress filtering is on | Angelos D. Keromytis |
2000-01-10 | Free ACL when deleting TDB. | Angelos D. Keromytis |
2000-01-10 | Fix error message. | Angelos D. Keromytis |
2000-01-09 | Add ingress ACL for IPsec: after being processed, IPsec packets are | Angelos D. Keromytis |
2000-01-09 | Ports in network order... | Angelos D. Keromytis |
2000-01-09 | Transport port is in network order... | Angelos D. Keromytis |
2000-01-09 | externalize ipsec_acl | Angelos D. Keromytis |
2000-01-09 | Rename newly-introduced variable to better reflect use. | Angelos D. Keromytis |
2000-01-09 | Add a sysctl for IPsec ingress access control (better explanation on a | Angelos D. Keromytis |
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 |