summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ether.c
AgeCommit message (Expand)Author
2001-02-07allow gif-less compileMichael Shalayeff
2001-02-06- bridge_input() expects to be called at splnet(), not splsoftnet()Jason Wright
2001-02-03- define and use EtherIP version 3 (2 byte padded header instead of theJason Wright
2001-02-03KNFJason Wright
2001-02-02a quick checkpoint:Jason Wright
2001-02-01grr, don't forget to change the reserved field to the upper 4 bits of the hea...Jason Wright
2001-02-01according to the draft-housley-etherip-01, the version is in the low orderJason Wright
2001-02-01Ok, more alignment fallout (caused by a single byte header interspersed withJason Wright
2001-01-31it's obviously bed time... really avoid mbuf lossage if MGETHDR failsJason Wright
2001-01-31oops, avoid mbuf lossage if MGETHDR failsJason Wright
2001-01-31Allocate a new mbuf for the header info (struct ip + one, stupid, byte).Jason Wright
2001-01-15Careful with bitmasks (henric@aimnet.com)Angelos D. Keromytis
2001-01-09One-byte EtherIP header, per the relevant draft (soon to be RFC).Angelos D. Keromytis
2000-12-31Fix non-NGIF case.Angelos D. Keromytis
2000-12-30Use gif* instead of enc* for the bridge.Angelos D. Keromytis
2000-09-19Lots and lots of changes.Angelos D. Keromytis
2000-04-18Remove the ethernet header from the mbuf before passing it on toAngelos D. Keromytis
2000-04-11Don't add an extra 20 bytes to ip_len, m_pkthdr.len is already updatedAngelos D. Keromytis
2000-04-10Oops on sanity logic.Angelos D. Keromytis
2000-01-07Remove unnecessary include files.Angelos D. Keromytis
1999-12-25Support v4 and v6 destination TDBs.Angelos D. Keromytis
1999-12-06New ESP code that's v4 and v6 friendly.Angelos D. Keromytis
1999-11-04Do a little preprocessing on the incoming mbuf: set the MCAST/BCAST m_flagJason Wright
1999-10-29Queue on the bridge interface.Angelos D. Keromytis
1999-10-28Add Ethernet-IP encapsulation handling.Angelos D. Keromytis