| Age | Commit message (Expand) | Author |
| 2007-10-05 | Work in progress: use a raw socket for GRE in IP encapsulation | dyoung |
| 2007-09-02 | Be consistent: use the prefix sc_ for all members of the gre_softc. | dyoung |
| 2007-05-06 | Oops, commit this straggler from the last change to net/if_gre.[ch]. | dyoung |
| 2007-03-21 | If we do not recognize the protocol of a received packet, then | dyoung |
| 2006-11-16 | Use LIST_FOREACH(). | dyoung |
| 2006-11-16 | Cosmetic: s/g_proto/sc_proto/. Remove superfluous parentheses and | dyoung |
| 2006-09-07 | remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. | dogcow |
| 2006-08-31 | Add a mode to gre(4) that sends GRE tunnel packets in UDP datagrams. | dyoung |
| 2006-07-28 | Extract predicate M_UNWRITABLE(m, len), which is true iff len | dyoung |
| 2006-07-28 | Fix mtod() usage. If we will write to the mbuf data, check whether | dyoung |
| 2006-07-28 | Use bpf_mtap_af(). KNF slightly. | dyoung |
| 2006-01-31 | fix tyop. | elad |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-07-26 | PR/30844: Gert Doering: Non-inet traffic is passed to bpf incorrectly (as inet) | christos |
| 2005-03-30 | Add IPv6 over GRE (contributed by Gert Doering in PR 29150). | is |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-02-03 | some ANSIfying, and remove an unsightly tab | perry |
| 2005-02-02 | de-__P -- will ANSIfy .c files later. | perry |
| 2004-04-26 | Remove #else clause of __STDC__ | matt |
| 2003-09-05 | u_short -> u_int16_t | itojun |
| 2003-06-26 | tabify | itojun |
| 2003-05-02 | clear m_flags just for safety | itojun |
| 2003-04-21 | remove redundant adjustment of m->m_pkthdr.len | itojun |
| 2003-04-21 | correct arg to m_pullup (need to count IP header size as well) | itojun |
| 2003-04-21 | correct (false) assumptions on mbuf chain. not sure if it really helps, but | itojun |
| 2002-11-25 | The "osrc" variable in gre_mobile_input() is only ever set but not | simonb |
| 2002-09-11 | KNF - return is not a function. sync w/kame. | itojun |
| 2002-08-14 | avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE | itojun |
| 2002-08-10 | inject GRE packet to raw ip socket input, to support userland GRE decapsulator. | itojun |
| 2002-06-09 | style | itojun |
| 2002-06-09 | whitespace | itojun |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2000-12-12 | Adapt to bpfattach() changes, and further centralize the bpfattach() | thorpej |
| 2000-10-20 | Mark packets from gre as coming from appropriate gre interface, not | mjl |
| 2000-08-25 | Add bpf tap to gre interface. | mjl |
| 2000-07-06 | Some slight cleanup. | thorpej |
| 2000-07-05 | Fix an omission in the gre cloning changes. | thorpej |
| 2000-03-30 | Remove register declarations. | augustss |
| 1999-10-25 | defopt the XNS protocol (options NS), clean up the use of related | drochner |
| 1999-01-19 | Don't screw with ip_len; just subtract from it where we actually use the | mycroft |
| 1999-01-11 | Pull the IP-in-IP tunneling support out of the GRE code. It's not handled | thorpej |
| 1998-12-22 | Simplify the tunnel lookup routine. | thorpej |
| 1998-10-13 | Use ETHERTYPE_ATALK instead of ETHERTYPE_AT. The former seems more common. | kim |
| 1998-10-07 | Fix some typos in comments, and clean up some whitespace. | thorpej |
| 1998-10-02 | Use #error instead of causing a parse error. | kleink |
| 1998-09-30 | Start supporting IPPROTO_MOBILE (55) encapsulation. This is yet | hwr |
| 1998-09-13 | Add a gre tunnel pseudo network device. Gre = generic route encapsulation. | hwr |