Age | Commit message (Expand) | Author |
2007-12-14 | add sysctl entry points into various network layers, in particular to | Theo de Raadt |
2007-02-20 | Fix the bpf hook in etherip_input() by using the right address family and | Claudio Jeker |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2005-07-31 | Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain | Christopher Pascoe |
2004-11-17 | ip6_plen does not include the size of the ipv6 header; ok itojun | Markus Friedl |
2003-12-03 | add support for ifconfig clone/destroy; ok henning deraadt | Markus Friedl |
2003-08-14 | m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts. | Jason Wright |
2003-05-03 | just as a safety measure, set m_flags to 0 for mbufs allocated on stack. | Jun-ichiro itojun Hagino |
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 |
2002-10-15 | Note that this is based on RFC3378. | Jason Wright |
2002-06-09 | whitespace | Jun-ichiro itojun Hagino |
2002-06-09 | Set/clear M_AUTH_AH. | Angelos D. Keromytis |
2002-03-24 | m_freem(NULL) bad style, ok jason@ | Niklas Hallqvist |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller |
2001-11-29 | etherip_output() is called from in_gif.c, therefore is outside of #ifdef IPSEC | Jun-ichiro itojun Hagino |
2001-07-27 | variable name "gif" is way too generic - use "gif_softc". sync with kame | Jun-ichiro itojun Hagino |
2001-06-27 | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending | Angelos D. Keromytis |
2001-06-26 | More KNF | Angelos D. Keromytis |
2001-06-25 | Copyright. | Angelos D. Keromytis |
2001-06-25 | Don't double-clear M_PKTHDR/tags. | Angelos D. Keromytis |
2001-06-23 | Remove unneeded ip_id convertions. | Federico G. Schwindt |
2001-06-19 | mop up after angelos | Theo de Raadt |
2001-06-08 | Cut down on include files. | Angelos D. Keromytis |
2001-05-27 | Reset pkthdr on old mbuf head. | Angelos D. Keromytis |
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis |
2001-02-07 | allow gif-less compile | Michael 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 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-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 |
2000-12-31 | Fix non-NGIF case. | Angelos D. Keromytis |
2000-12-30 | Use gif* instead of enc* for the bridge. | Angelos D. Keromytis |
2000-09-19 | Lots and lots of changes. | Angelos D. Keromytis |
2000-04-18 | Remove the ethernet header from the mbuf before passing it on to | Angelos D. Keromytis |
2000-04-11 | Don't add an extra 20 bytes to ip_len, m_pkthdr.len is already updated | Angelos D. Keromytis |
2000-04-10 | Oops on sanity logic. | Angelos D. Keromytis |
2000-01-07 | Remove unnecessary include files. | Angelos D. Keromytis |
1999-12-25 | Support v4 and v6 destination TDBs. | Angelos D. Keromytis |
1999-12-06 | New ESP code that's v4 and v6 friendly. | Angelos D. Keromytis |
1999-11-04 | Do a little preprocessing on the incoming mbuf: set the MCAST/BCAST m_flag | Jason Wright |
1999-10-29 | Queue on the bridge interface. | Angelos D. Keromytis |