Age | Commit message (Expand) | Author |
2015-07-16 | Expand ancient NTOHL/NTOHS/HTONS/HTONL macros. | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-11-23 | length argument for some free() calls; ok doug | Theo de Raadt |
2014-10-14 | Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and | Martin Pieuchot |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-05 | Use a custom ifa_rtrequest function for point-to-point interfaces | Martin Pieuchot |
2014-04-21 | ip_output() using varargs always struck me as bizarre, esp since it's only | Henning Brauer |
2014-04-21 | we'll do fine without casting NULL to struct foo * / void * | Henning Brauer |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2013-10-19 | Uniformize drivers doing nothing with their multicast filters to make | Martin Pieuchot |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-06-05 | Include sys/timeout.h to make if_gre.c compile without pf. | Alexander Bluhm |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2013-03-28 | Unfortunately the satosin, sintosa, ifatoia, satosin6, sin6tosa, | Alexander Bluhm |
2012-11-23 | Add SIOCGIFHARDMTU to allow retrieving the driver's maximum supported MTU | Stuart Henderson |
2012-04-14 | Use DLT_LOOP for all tunneling interfaces. | YASUOKA Masahiko |
2011-07-12 | break up a line of code that involved a decrement operator and macros | Jonathan Gray |
2011-07-09 | begone, fucking rotten appletalk shit. ok room | Henning Brauer |
2011-07-04 | use mtod. | David Hill |
2011-04-29 | Why precompute the route for the gre tunnel when ip_output can do | Claudio Jeker |
2011-04-04 | Don't do crazy address manipulations when looking up the remote end | Claudio Jeker |
2010-09-23 | fix indentation to not confusingly align with an unassociated while() statement | Bret Lambert |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-06-26 | timeout_del() the timers before destroying an interface so that no timeout | Claudio Jeker |
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-05-07 | Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 | Claudio Jeker |
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-12-20 | return with ENOTTY instead of EINVAL for unknown ioctl requests. | Brad Smith |
2007-09-15 | malloc sweep: | Henning Brauer |
2006-05-28 | Fix multicast and broadcast over gre(4) tunnels. Clear the M_MCAST and M_BCAST | Claudio Jeker |
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 |
2006-01-04 | Remove redundant calls to bpfdetach. | Can Erkin Acar |
2005-12-10 | m_pullup() the whole header, not the number of bytes in an int. Found | Kenneth R Westerback |
2005-08-14 | don't require a valid route when configuring the tunnel; | Markus Friedl |
2005-07-31 | Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain | Christopher Pascoe |
2005-06-08 | no more netns handling for the various tunnel devices and loopback | Henning Brauer |
2005-05-14 | - Add IPv6 over GRE. | Brad Smith |
2004-08-18 | fix bad packets passed to bpf from the gre(4) interface. | Can Erkin Acar |
2003-12-16 | return error in ifc_destroy; ok deraadt, itojun, cedric, hshoexer | Markus Friedl |
2003-12-08 | ip_output expects network byte order; report Bob Kitella; ok deraadt | Markus Friedl |
2003-12-03 | add support for ifconfig clone/destroy; ok henning deraadt | Markus Friedl |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-07-09 | do not flip ip_len/ip_off in netinet stack. deraadt ok. | Jun-ichiro itojun Hagino |
2003-03-25 | Missing splx(); Patrick Latifi | Todd C. Miller |