Age | Commit message (Expand) | Author |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-14 | In the next step, stop accepting the nibble-swapped protocol for 5.6. | Theo de Raadt |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-01-09 | bzero/bcmp -> memset/memcmp. ok matthew | Ted Unangst |
2013-12-31 | bcopy -> memcpy. reviewed with one fix from matthew | Ted Unangst |
2013-11-06 | See previous commit. This is the next step in the process. The code now | Theo de Raadt |
2013-01-14 | after OpenBSD requested a etherip rev 3 to solve a byte order weakness, and | Theo de Raadt |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2012-10-05 | missing include for pf | Camiel Dobbelaar |
2012-09-26 | add M_ZEROIZE as an mbuf flag, so copied PFKEY messages (with embedded keys) | Markus Friedl |
2011-07-04 | No need to check proto == IPPROTO_ETHERIP | David Hill |
2011-04-13 | add missing #include "pf.h" for NPF; ok mikeb, claudio, mpf | Markus Friedl |
2010-10-28 | Normalize mbuf after prepending space for the header since the data | Claudio Jeker |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2010-05-11 | Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output() | Claudio Jeker |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2009-11-21 | Add a way to bind the tunnel endpoint of a gif/gre interface into a | Claudio Jeker |
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 |