| Commit message (Expand) | Author | Age | Files | Lines |
| * | No need to check proto == IPPROTO_ETHERIP |  dhill | 2011-07-04 | 1 | -5/+4 |
| * | add missing #include "pf.h" for NPF; ok mikeb, claudio, mpf |  markus | 2011-04-13 | 1 | -1/+2 |
| * | Normalize mbuf after prepending space for the header since the data |  claudio | 2010-10-28 | 1 | -1/+13 |
| * | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics |  blambert | 2010-07-02 | 1 | -2/+2 |
| * | Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output() |  claudio | 2010-05-11 | 1 | -108/+254 |
| * | remove proc.h include from uvm_map.h. This has far reaching effects, as |  tedu | 2010-04-20 | 1 | -1/+2 |
| * | Add a way to bind the tunnel endpoint of a gif/gre interface into a |  claudio | 2009-11-21 | 1 | -1/+2 |
| * | add sysctl entry points into various network layers, in particular to |  deraadt | 2007-12-14 | 1 | -1/+6 |
| * | Fix the bpf hook in etherip_input() by using the right address family and |  claudio | 2007-02-20 | 1 | -6/+5 |
| * | allow bpf(4) to ignore packets based on their direction (inbound or |  djm | 2006-03-25 | 1 | -2/+3 |
| * | Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain |  pascoe | 2005-07-31 | 1 | -12/+3 |
| * | ip6_plen does not include the size of the ipv6 header; ok itojun |  markus | 2004-11-17 | 1 | -2/+2 |
| * | add support for ifconfig clone/destroy; ok henning deraadt |  markus | 2003-12-03 | 1 | -15/+15 |
| * | m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts. |  jason | 2003-08-14 | 1 | -2/+2 |
| * | just as a safety measure, set m_flags to 0 for mbufs allocated on stack. |  itojun | 2003-05-03 | 1 | -1/+2 |
| * | set ip6_nxt to IPPROTO_ETHERIP; ok angelos@ |  markus | 2003-03-06 | 1 | -1/+2 |
| * | bpf_mtap incoming proto 97 traffic; ok jason@ |  markus | 2003-03-06 | 1 | -1/+15 |
| * | Note that this is based on RFC3378. |  jason | 2002-10-15 | 1 | -2/+2 |
| * | whitespace |  itojun | 2002-06-09 | 1 | -5/+5 |
| * | Set/clear M_AUTH_AH. |  angelos | 2002-06-09 | 1 | -2/+2 |
| * | m_freem(NULL) bad style, ok jason@ |  niklas | 2002-03-24 | 1 | -2/+1 |
| * | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things |  millert | 2002-03-15 | 1 | -7/+1 |
| * | etherip_output() is called from in_gif.c, therefore is outside of #ifdef IPSEC |  itojun | 2001-11-29 | 1 | -3/+1 |
| * | variable name "gif" is way too generic - use "gif_softc". sync with kame |  itojun | 2001-07-27 | 1 | -9/+10 |
| * | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending |  angelos | 2001-06-27 | 1 | -2/+2 |
| * | More KNF |  angelos | 2001-06-26 | 1 | -19/+26 |
| * | Copyright. |  angelos | 2001-06-25 | 1 | -4/+3 |
| * | Don't double-clear M_PKTHDR/tags. |  angelos | 2001-06-25 | 1 | -3/+1 |
| * | Remove unneeded ip_id convertions. |  fgsch | 2001-06-23 | 1 | -3/+2 |
| * | mop up after angelos |  deraadt | 2001-06-19 | 1 | -1/+2 |
| * | Cut down on include files. |  angelos | 2001-06-08 | 1 | -10/+1 |
| * | Reset pkthdr on old mbuf head. |  angelos | 2001-05-27 | 1 | -1/+3 |
| * | Move offsetof define into sys/param.h |  csapuntz | 2001-04-06 | 1 | -5/+1 |
| * | allow gif-less compile |  mickey | 2001-02-07 | 1 | -2/+2 |
| * | - bridge_input() expects to be called at splnet(), not splsoftnet() |  jason | 2001-02-06 | 1 | -2/+16 |
| * | - define and use EtherIP version 3 (2 byte padded header instead of the |  jason | 2001-02-03 | 1 | -29/+11 |
| * | KNF |  jason | 2001-02-03 | 1 | -295/+286 |
| * | a quick checkpoint: |  jason | 2001-02-02 | 1 | -35/+36 |
| * | grr, don't forget to change the reserved field to the upper 4 bits of the header. |  jason | 2001-02-01 | 1 | -3/+4 |
| * | according to the draft-housley-etherip-01, the version is in the low order |  jason | 2001-02-01 | 1 | -4/+3 |
| * | Ok, more alignment fallout (caused by a single byte header interspersed with |  jason | 2001-02-01 | 1 | -2/+29 |
| * | it's obviously bed time... really avoid mbuf lossage if MGETHDR fails |  jason | 2001-01-31 | 1 | -2/+2 |
| * | oops, avoid mbuf lossage if MGETHDR fails |  jason | 2001-01-31 | 1 | -1/+2 |
| * | Allocate a new mbuf for the header info (struct ip + one, stupid, byte). |  jason | 2001-01-31 | 1 | -7/+11 |
| * | Careful with bitmasks (henric@aimnet.com) |  angelos | 2001-01-15 | 1 | -4/+4 |
| * | One-byte EtherIP header, per the relevant draft (soon to be RFC). |  angelos | 2001-01-09 | 1 | -11/+43 |
| * | Fix non-NGIF case. |  angelos | 2000-12-31 | 1 | -2/+6 |
| * | Use gif* instead of enc* for the bridge. |  angelos | 2000-12-30 | 1 | -26/+79 |
| * | Lots and lots of changes. |  angelos | 2000-09-19 | 1 | -5/+1 |
| * | Remove the ethernet header from the mbuf before passing it on to |  angelos | 2000-04-18 | 1 | -1/+5 |