Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whitespace | 2002-06-09 | 1 | -4/+4 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -2/+2 | |
| | |||||
* | Copyright. | 2001-06-25 | 1 | -4/+3 | |
| | |||||
* | Inclusion protection. | 2001-06-09 | 1 | -2/+6 | |
| | |||||
* | - define and use EtherIP version 3 (2 byte padded header instead of the | 2001-02-03 | 1 | -3/+4 | |
| | | | | | single byte header used in V2), and drop support for V2. - that done, remove some of the buffer copies that were used as alignment shims | ||||
* | KNF | 2001-02-03 | 1 | -12/+11 | |
| | |||||
* | a quick checkpoint: | 2001-02-02 | 1 | -3/+7 | |
| | | | | | | | | | | - add a struct etherip_header (will make switching protocol versions a bit easier and give a base for aligning things correctly) - fix the version/reserved field checking for good this time - don't need to m_copydata to grab the first byte of an mbuf that you know has t hat byte - m_adj() instead of homebrew - fix M_MCAST/M_BCAST setting (cut/pasto) - if_imcasts was being updated on the wrong interface | ||||
* | grr, don't forget to change the reserved field to the upper 4 bits of the header. | 2001-02-01 | 1 | -1/+2 | |
| | |||||
* | according to the draft-housley-etherip-01, the version is in the low order | 2001-02-01 | 1 | -2/+3 | |
| | | | | 4 bits of the header | ||||
* | Define version number for EtherIP protocol (soon to become RFC). | 2001-01-09 | 1 | -1/+3 | |
| | |||||
* | Fix comment. | 2000-01-21 | 1 | -2/+2 | |
| | |||||
* | Queue on the bridge interface. | 1999-10-29 | 1 | -7/+8 | |
| | |||||
* | Add Ethernet-IP encapsulation handling. | 1999-10-28 | 1 | -0/+58 | |