Age | Commit message (Expand) | Author |
2004-08-10 | remove in_pcbnotify, it is no longer used. | Markus Friedl |
2004-06-12 | support IPV6_USE_MIN_MTU (forgot to commit the file, sorry). noted by Anil | Jun-ichiro itojun Hagino |
2003-12-21 | change in*_pcbnotify to return numbers of matches; ok itojun, mcbride, henning | Markus Friedl |
2003-12-08 | Mbuf tag tcp and udp packets which are translated to localhost, and | Ryan Thomas McBride |
2003-11-04 | add in(6)_pcblookup_listen() and replace all calls to in_pcblookup() | Markus Friedl |
2003-10-25 | additional hash for local port; improves speed of implicit bind | Markus Friedl |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-09-04 | pass struct proc * down to in6_pcbsetport | Jun-ichiro itojun Hagino |
2002-06-09 | whitespace | Jun-ichiro itojun Hagino |
2002-06-08 | sync with latest KAME in6_ifaddr/prefix/default router manipulation. | Jun-ichiro itojun Hagino |
2002-05-31 | Keep an policy attached to each socket (that needs it), and cleanup as | Angelos D. Keromytis |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-07-05 | IPComp itself (include files). angelos@ ok. | Jean-Jacques Bernard-Gundol |
2001-06-12 | IPsec-related socket options; these can be set/removed/retrieved, but | Angelos D. Keromytis |
2001-06-09 | Inclusion protection. | Angelos D. Keromytis |
2001-05-27 | Keep local authentication material on the PCB. | Angelos D. Keromytis |
2001-05-21 | Use a reference-counted structure for IPsec IDs and credentials, so we | Angelos D. Keromytis |
2001-03-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos D. Keromytis |
2001-02-16 | pull in new pcb notification code from kame. better handling of scope address. | Jun-ichiro itojun Hagino |
2001-02-16 | amove in6_{embed,recover}scope prototypes to in6_var.h (kernel only). | Jun-ichiro itojun Hagino |
2001-02-08 | witch raw ip6 socket code from NRL to kame. | Jun-ichiro itojun Hagino |
2000-10-11 | nuke inp_flags bits for controlling IPv4 mapped address. | Jun-ichiro itojun Hagino |
2000-10-10 | verify payload of the icmp need fragment message at the tcp layer. okay itojun@ | Niels Provos |
2000-10-09 | check if we have a tcb connected to the destination quoted in the icmp need | Niels Provos |
2000-09-18 | Path MTU discovery based on NetBSD but with the decision to use the DF | Niels Provos |
2000-06-18 | sync with KAME udp6_output(). udp output logic is very different between | Jun-ichiro itojun Hagino |
2000-06-13 | allow link-local IPv6 addres in in6_pcbbind. | Jun-ichiro itojun Hagino |
2000-04-27 | add TCP port 587 to default list of reserved ports not to allocate dynamicall... | Todd C. Miller |
2000-02-07 | fix include file path related to ip6. | Jun-ichiro itojun Hagino |
2000-01-11 | Remove ifdef'ed out definitions. | Angelos D. Keromytis |
1999-12-27 | synchronize inp_flags definition across kame/*bsd. | Jun-ichiro itojun Hagino |
1999-12-12 | make it easier to synchronize INP_xx flags and IN6P_xx flags. | Jun-ichiro itojun Hagino |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |
1999-03-27 | add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoing | Niels Provos |
1999-03-24 | Removed inclusion of netinet6/in6.h. This was an artifact of when the core | cmetz |
1999-01-11 | netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetz | Theo de Raadt |
1999-01-08 | more IPV6 merge; cmetz | Theo de Raadt |
1999-01-07 | INET6 support | Theo de Raadt |
1999-01-07 | in_pcblookup() now takes ptr to both ip address arguments | Theo de Raadt |
1999-01-07 | rename baddynamic() to in_baddynamic(), and export it | Theo de Raadt |
1998-05-18 | first step to the setsockopt/getsockopt interface as described in | Niels Provos |
1997-08-26 | indent | Theo de Raadt |
1997-08-19 | Add DP_CLR() macro | Todd C. Miller |
1997-08-19 | Theo doesn't like extra kernel options, so don't allow | Todd C. Miller |
1997-08-16 | Allow DEFBADDYNAMICPORTS_TCP and DEFBADDYNAMICPORTS_UDP to be | Todd C. Miller |
1997-08-09 | The list of tcp/udp ports not to allocate dynamically is now | Todd C. Miller |
1997-02-28 | Moved IPsec socket state to the PCB. | Angelos D. Keromytis |
1996-07-29 | From FreeBSD (with slightly different sysctl names): | Jason Downs |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist |