Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
deraadt ok | |||
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 | |
to some developers, but include files are not just used by the kernel. there are applications that pull them in as well. this change broke tcpdump, and who knows what else. i've been talking for 24 hours now about tree breakage and let this be official: I am prepared to lock the tree entirely if need be. YOU WILL GET OK PERMISSION FROM EVERYONE, NOT JUST FROM ONE PERSON | |||
2003-05-13 | move ethernet protocol type defs into sys/net/, as it is not just for ethernet | Jun-ichiro itojun Hagino | |
(FDDI, ieee1394, ...). follows netbsd practice. 2 jasons, dhartmei, thierry ok | |||
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 | |
of leaking. Reported by orjan.sjelvgren@ignite.com. ok jason@, krw@ and henning@. | |||
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 | |
dhartmei ok | |||
2003-04-29 | Fix logic error introduced when importing a Stevens' bug fix in r1.20; | Miod Vallat | |
from provos@, ok dhartmei@ | |||
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 | |
o return errno, not NULL. o add some missing error values o proper crypto_freereq() in ip_ipcomp.c From Patrick Latifi; OK angelos@ | |||
2003-03-31 | Avoid using FREEd data when we get a crypto error; Patrick Latifi | Todd C. Miller | |
Also move the session ID reset into the crp_etype == EAGAIN case (noticed by angelos@). OK jason@ and angelos@ | |||
2003-03-31 | Add missing splx; Patrick Latifi | Todd C. Miller | |
jason@ OK | |||
2003-03-30 | let this compile with TCPDEBUG | Ted Unangst | |
ok millert@ deraadt@ | |||
2003-03-28 | another const char * from David Hill | Henning Brauer | |
2003-03-28 | const char * | Henning Brauer | |
from David Hill <david at phobia.ms> | |||
2003-03-14 | kill vaxisms | Jason Wright | |
2003-03-06 | set ip6_nxt to IPPROTO_ETHERIP; ok angelos@ | Markus Friedl | |
2003-03-06 | bpf_mtap incoming proto 97 traffic; ok jason@ | Markus Friedl | |
2003-02-28 | Based on several comments from tedu: | Jason Wright | |
- two variables 'err' and 'error', whacked - missing initialization in the error path for the case where an SA expired while off in crypto land. - a small bit of knf. | |||
2003-02-21 | remove useless assignment | Ted Unangst | |
ok jason@ | |||
2003-02-21 | kill unused variables | Ted Unangst | |
ok jason@ | |||
2003-02-20 | knf | Theo de Raadt | |
2003-02-20 | If there's no tag to be reset, don't reset it (avoids a NULL deref in the ↵ | Jason Wright | |
IPCOMP case) | |||
2003-02-19 | Grr, forgot to commit this earlier: add ipcomps_minlen | Jason Wright | |
2003-02-19 | add a counter for times ipcomp is skipped because the packet is below the | Jason Wright | |
minimum compression threshold. | |||
2003-02-18 | missed in lzs addition: allow LZS as an comp type | Jason Wright | |
2003-02-15 | rip_output: make sure a full ip header is passed for INP_HDRINCL; ok deraadt@ | Markus Friedl | |
2003-02-14 | Fix an mbuf leak, where each incoming IPv6 TCP connection (to a listening | Daniel Hartmeier | |
socket) would leak one MT_SONAME mbuf. ok deraadt@, henning@ | |||
2003-02-12 | Remove commons; inspired by netbsd. | Jason Wright | |
2003-02-11 | No ICMP redirect when PF nat code redirect the packet on the LAN. | Cedric Berger | |
ok dhartmei@ | |||
2003-02-01 | quite some KNF & ANSI | Henning Brauer | |
ok theo | |||
2003-02-01 | m_pad() is expected to have free'd the mbuf if it returns NULL, so | Daniel Hartmeier | |
free it in one (rare) error condition. ok angelos@ | |||
2003-01-31 | KNF | Theo de Raadt | |
2003-01-31 | plug a mbuf leak | Henning Brauer | |
debugging session w/ dhartmei@ and lots of testing help from Jun <pilot at monkey.org> ok theo daniel angelos | |||
2003-01-25 | don't send more than half of the send buffer space limit in | Markus Friedl | |
one tcp segment, improves performance of tcp over interfaces with large mtu (e.g. lo0); based on similar change in netbsd; ok djm, henning, henric, millert, deraadt | |||
2003-01-07 | remove the altq classifier code which is replaced by pf and no longer used. | Kenjiro Cho | |
ok henning@, deraadt@ | |||
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller | |
2002-11-19 | Use queue.h macros | Jason Wright | |
2002-11-12 | Check for undersized IP header, found by jbm@, ok angelos@ | Daniel Hartmeier | |
2002-11-07 | Check for invalid payload lengths also for NULL enc. markus@, angelos@ ok. | Hakan Olsson | |
2002-11-06 | fix ecn breakage. | Kenjiro Cho | |
this part of falling back to non-ecn on timeout slipped during merge from KAME. ok @art report to bugs@ by Han Boetes and Otto Moerbeek | |||
2002-10-15 | Note that this is based on RFC3378. | Jason Wright | |
2002-10-10 | Missing m_pullup() and mbuf corruption. This potentially caused | Daniel Hartmeier | |
panic: m_copym0: m == 0 and not COPYALL and/or panic: m_copydata: null muf on bridges running pf with scrubbing enabled. Bug report, test vector and confirmation by Jon Morby. ok jason@, jasoni@ |