Age | Commit message (Expand) | Author |
2001-02-28 | Handle failures more gracefully. | Angelos D. Keromytis |
2001-02-28 | Keep the last packet sent or received that matched an SPD entry, and | Angelos D. Keromytis |
2001-02-28 | If net.inet.ipip.allow is set to 2, don't check for loopback address | Angelos D. Keromytis |
2001-02-27 | Remove superfluous printf in Angelos last commit | Niklas Hallqvist |
2001-02-20 | tighten IPv4 option header processing (we may want to do more). | Jun-ichiro itojun Hagino |
2001-02-16 | remove IPv6 case from udp_output. now we have separate udp6_output. | Jun-ichiro itojun Hagino |
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-16 | sync whitespace/comment with kame. to help merge tasks | Jun-ichiro itojun Hagino |
2001-02-12 | putting #error into an include file is totally wrong | Theo de Raadt |
2001-02-11 | If IPSEC is defined but not CRYPTO, spit an error; angelos@ ok | Federico G. Schwindt |
2001-02-09 | Fix BPF support. | Angelos D. Keromytis |
2001-02-08 | witch raw ip6 socket code from NRL to kame. | Jun-ichiro itojun Hagino |
2001-02-07 | allow gif-less compile | Michael Shalayeff |
2001-02-07 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino |
2001-02-06 | ipf/ipnat check the securelevel in the original code, so don't do it twice. | Federico G. Schwindt |
2001-02-06 | - bridge_input() expects to be called at splnet(), not splsoftnet() | Jason Wright |
2001-02-06 | allow changing number of loopbacks in ukc. | Michael Shalayeff |
2001-02-05 | with a bunch of encapsulation layers, eg. (IPsec+IP+EtherIP+ether_header), | Jason Wright |
2001-02-03 | - define and use EtherIP version 3 (2 byte padded header instead of the | Jason Wright |
2001-02-03 | KNF | Jason Wright |
2001-02-02 | a quick checkpoint: | Jason Wright |
2001-02-01 | grr, don't forget to change the reserved field to the upper 4 bits of the hea... | Jason Wright |
2001-02-01 | according to the draft-housley-etherip-01, the version is in the low order | Jason Wright |
2001-02-01 | Ok, more alignment fallout (caused by a single byte header interspersed with | Jason Wright |
2001-01-31 | it's obviously bed time... really avoid mbuf lossage if MGETHDR fails | Jason Wright |
2001-01-31 | oops, avoid mbuf lossage if MGETHDR fails | Jason Wright |
2001-01-31 | Allocate a new mbuf for the header info (struct ip + one, stupid, byte). | Jason Wright |
2001-01-30 | re-add local ipf changes that were whacked in the 3.4.16 merge. userland to f... | Kjell Wooding |
2001-01-30 | change ip_compat.h to ip_fil_compat.h for clarity. Impending ipf merge | Kjell Wooding |
2001-01-22 | fix router renumbering bit decl for little endian. KAME PR 320 | Jun-ichiro itojun Hagino |
2001-01-21 | sync router renumbering flag bit to conform to 2292bis-02 and RR RFC. | Jun-ichiro itojun Hagino |
2001-01-19 | pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). | Jun-ichiro itojun Hagino |
2001-01-17 | IPF 3.4.16. | Federico G. Schwindt |
2001-01-17 | include sys/timeout.h. | Federico G. Schwindt |
2001-01-17 | IPF 3.4.15. (IPv6 not working yet). | Federico G. Schwindt |
2001-01-15 | Careful with bitmasks (henric@aimnet.com) | Angelos D. Keromytis |
2001-01-09 | One-byte EtherIP header, per the relevant draft (soon to be RFC). | Angelos D. Keromytis |
2001-01-09 | Define version number for EtherIP protocol (soon to become RFC). | Angelos D. Keromytis |
2000-12-31 | Fix non-NGIF case. | Angelos D. Keromytis |
2000-12-31 | Fix non-NBRIDGE case | Angelos D. Keromytis |
2000-12-31 | Remove debugging printf. | Angelos D. Keromytis |
2000-12-30 | Use gif* instead of enc* for the bridge. | Angelos D. Keromytis |
2000-12-30 | AF_LINK case. | Angelos D. Keromytis |
2000-12-30 | Send AF_LINK to etherip_output() | Angelos D. Keromytis |
2000-12-28 | export arprequest() and make it use ifnet* as the 1st arg; tested; angelos@ ok | Michael Shalayeff |
2000-12-28 | Remove unused and confusing reporting line. | Angelos D. Keromytis |
2000-12-24 | Extra argument in the function to tdb_walk(), indicating last TDB. | Angelos D. Keromytis |
2000-12-21 | correct ipv6 path mtu discovery. | Jun-ichiro itojun Hagino |
2000-12-18 | Minor sanity check. | Angelos D. Keromytis |