Age | Commit message (Expand) | Author |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-14 | m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts. | Jason Wright |
2003-07-29 | fixup ip_len back to wire format after reass. | Jun-ichiro itojun Hagino |
2003-07-28 | allow gif(4) over ipsec: mark mbuf for transport mode SA, | Markus Friedl |
2003-07-24 | update ip_len to reflect tunnel header removal (lost duing ip_len | Markus Friedl |
2003-07-24 | conform to RFC2367 on SADB_xx naming (local name must be prefixed with | Jun-ichiro itojun Hagino |
2003-07-24 | hmac-sha2-{256,384,512} support in AH/ESP auth. markus ok | Jun-ichiro itojun Hagino |
2003-07-09 | do not flip ip_len/ip_off in netinet stack. deraadt ok. | Jun-ichiro itojun Hagino |
2003-07-09 | fix whitespace | Markus Friedl |
2003-07-09 | better vif_delete (no dangling ref to struct ifnet). deraadt ok | Jun-ichiro itojun Hagino |
2003-07-08 | make sure the packets contains a complete inner header | Markus Friedl |
2003-07-04 | knf typo | Markus Friedl |
2003-06-23 | install host route for p2p interface even if there's connected net route | Jun-ichiro itojun Hagino |
2003-06-11 | - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) | Jun-ichiro itojun Hagino |
2003-06-11 | - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) | Jun-ichiro itojun Hagino |
2003-06-09 | typo (need to check ti6 instead of ti) | Jun-ichiro itojun Hagino |
2003-06-09 | backout following: | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-30 | missing #ifdef INET6. fries found it | Jun-ichiro itojun Hagino |
2003-05-29 | use IN6_LINKMTU for IPv6 link MTU. sync w/kame | Jun-ichiro itojun Hagino |
2003-05-29 | use m_pulldown not m_pullup2. fix some bugs in IPv6 tcp_trace(). | Jun-ichiro itojun Hagino |
2003-05-29 | use m_pulldown instead of m_pullup2. enable support for IPv6 jumbogram. | Jun-ichiro itojun Hagino |
2003-05-27 | don't use M_WAIT here. we could be in splnet, and caller may not be | Jun-ichiro itojun Hagino |
2003-05-26 | fix tcpcb size to make trpt happy | Jun-ichiro itojun Hagino |
2003-05-23 | don't #ifdef within struct tcpcb definition, as it is used in userland too. | Jun-ichiro itojun Hagino |
2003-05-19 | Bad switch condition used for SO_DEBUG, ok itojun@ | Daniel Hartmeier |
2003-05-17 | don't send ARP for secondary IPv4 addresses, treat them as local. | Jun-ichiro itojun Hagino |
2003-05-14 | KNF. markus ok | Jun-ichiro itojun Hagino |
2003-05-14 | nuke !PULLDOWN_TEST case. (leftover from yesterday) | Jun-ichiro itojun Hagino |
2003-05-14 | Remove redundant assignment. Found by Julien Bordet. ok itojun@ | Daniel Hartmeier |
2003-05-14 | move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice. | Jun-ichiro itojun Hagino |
2003-05-14 | remove the last of the MI commons | Jason Wright |
2003-05-13 | back out. these changes were not tested. it might come as a surprise | Theo de Raadt |
2003-05-13 | move ethernet protocol type defs into sys/net/, as it is not just for ethernet | Jun-ichiro itojun Hagino |
2003-05-12 | Nuke a whole bunch of commons; ok tedu (still more to come *sigh*) | Jason Wright |
2003-05-10 | "enought to" -> "enough to" comment typo | Daniel Hartmeier |
2003-05-09 | string cleaning; ok tedu | Theo de Raadt |
2003-05-06 | use M_NOWAIT instead of WAITOK for the hashtable allocation. ok itojun@ | Ted Unangst |
2003-05-06 | string cleaning; tedu ok | Theo de Raadt |
2003-05-04 | Free mbuf when dropping invalid ARP with ar_hrd != ARPHRD_ETHER, instead | Daniel Hartmeier |
2003-05-03 | string fixes; tedu ok | Theo de Raadt |
2003-05-03 | just as a safety measure, set m_flags to 0 for mbufs allocated on stack. | Jun-ichiro itojun Hagino |
2003-04-29 | Fix logic error introduced when importing a Stevens' bug fix in r1.20; | Miod Vallat |
2003-04-24 | fix typo; Patrick Latifi | Todd C. Miller |
2003-04-22 | correct (false) assumption made about m->m_len. dhartmei ok. | Jun-ichiro itojun Hagino |
2003-04-02 | o sanity check mbuf earlier. | Todd C. Miller |
2003-03-31 | Avoid using FREEd data when we get a crypto error; Patrick Latifi | Todd C. Miller |
2003-03-31 | Add missing splx; Patrick Latifi | Todd C. Miller |
2003-03-30 | let this compile with TCPDEBUG | Ted Unangst |
2003-03-28 | another const char * from David Hill | Henning Brauer |