index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
ip_gre.c
Age
Commit message (
Expand
)
Author
2011-07-09
begone, fucking rotten appletalk shit. ok room
Henning Brauer
2011-07-08
Include PIPEX in kernel by default. And add new sysctl variable
YASUOKA Masahiko
2011-07-05
ansify
David Hill
2011-05-31
fix typos in comment
Stuart Henderson
2010-09-28
wrap long line. correct indent. delete a useless comment.
YASUOKA Masahiko
2010-09-24
Add L2TP support to PIPEX.
SUENAGA Hiroki
2010-06-26
Implement a simple keepalive mechanism in gre(4) that is compatible with
Claudio Jeker
2010-05-11
Add support for MPLS in GRE. Fairly trivial and a NOP unless option MPLS
Claudio Jeker
2010-04-20
remove proc.h include from uvm_map.h. This has far reaching effects, as
Ted Unangst
2010-01-12
Add input and user protocol hook to handle GRE packets by pipex.
YASUOKA Masahiko
2009-11-21
Add a way to bind the tunnel endpoint of a gif/gre interface into a
Claudio Jeker
2009-06-02
do the pf_pkt_addr_changed(m) magic just like gif etc
Henning Brauer
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-05-27
De-static. OK dlg@
Claudio Jeker
2007-04-10
``it's'' -> ``its'' when the grammar gods require this change.
Miod Vallat
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-04
With the exception of two other small uncommited diffs this moves
Brad Smith
2005-07-31
Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain
Christopher Pascoe
2005-06-08
netns bites the dust
Henning Brauer
2004-06-26
use IF_INPUT_ENQUEUE
Philipp Buehler
2003-12-10
de-register. deraadt ok
Jun-ichiro itojun Hagino
2003-12-03
add support for ifconfig clone/destroy; ok henning deraadt
Markus Friedl
2003-07-09
do not flip ip_len/ip_off in netinet stack. deraadt ok.
Jun-ichiro itojun Hagino
2003-05-03
just as a safety measure, set m_flags to 0 for mbufs allocated on stack.
Jun-ichiro itojun Hagino
2003-04-22
correct (false) assumption made about m->m_len. dhartmei ok.
Jun-ichiro itojun Hagino
2002-08-16
pass unprocessed GRE packet to raw ip socket. binkertn@ ok
Jun-ichiro itojun Hagino
2002-06-09
whitespace
Jun-ichiro itojun Hagino
2002-04-03
Don't process WCCPv1-style GRE packets, unless allowed (via sysctl
Angelos D. Keromytis
2002-03-24
WCCP support (trivial hack, it's not the complete protocol, but it'll
Angelos D. Keromytis
2002-03-15
Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things
Todd C. Miller
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-09-04
Make it compile without option BPF.
Angelos D. Keromytis
2001-06-19
mop up after angelos
Theo de Raadt
2001-06-08
Cut down on include files.
Angelos D. Keromytis
2001-06-05
Allow boot -c to change number of gre devices. -moj ok angelos@
Mats O Jansson
2001-02-27
Remove superfluous printf in Angelos last commit
Niklas Hallqvist
2001-02-09
Fix BPF support.
Angelos D. Keromytis
2000-01-25
Ok, so setsoftnet is md.
Marc Espie
2000-01-16
ETHERTYPE_ATALK -> ETHERTYPE_AT (op21@squish.org)
Angelos D. Keromytis
2000-01-08
Incoming bpf tap.
Angelos D. Keromytis
2000-01-07
Remove unused include files.
Angelos D. Keromytis
2000-01-07
Missing sysctl.h include
Angelos D. Keromytis
2000-01-07
GRE/MobileIP input routine processing, from NetBSD (with a few
Angelos D. Keromytis