Age | Commit message (Expand) | Author |
2018-02-12 | restore the previous semantics wrt if up, tunnel, and address config. | David Gwynne |
2018-02-12 | dont handle SIOCSIFRDOMAIN twice, egre isn't supposed to filter it. | David Gwynne |
2018-02-09 | use in_addr and in6_addr instead of uint32_ts | David Gwynne |
2018-02-09 | bring back the wccp shizz. | David Gwynne |
2018-02-08 | implement support for tunnelttl copy. | David Gwynne |
2018-02-08 | ttl 0 is not valid on the wire, so dont accept it. | David Gwynne |
2018-02-08 | implement ethernet over gre encapsulation with a thing egre(4) driver. | David Gwynne |
2018-02-08 | gre doesnt need ifmedia | David Gwynne |
2018-02-08 | reintroduce support for keepalives. | David Gwynne |
2018-02-07 | update the gre driver. | David Gwynne |
2018-02-07 | remove mobileip(4) tendrils | David Gwynne |
2018-01-09 | Creating a cloned interface could return ENOMEM due to temporary | Alexander Bluhm |
2017-10-20 | Kill dead ioctl handlers. | Martin Pieuchot |
2017-08-11 | Remove NET_LOCK()'s argument. | Martin Pieuchot |
2017-05-15 | Remove unused variable mobileip_softc_list. | Alexander Bluhm |
2017-05-15 | Protect the gloal list of gre(4) interfaces by the NET_LOCK(). | Martin Pieuchot |
2017-01-24 | A space here, a space there. Soon we're talking real whitespace | Kenneth R Westerback |
2017-01-23 | Flag pseudo-interfaces as such in order to call add_net_randomness() | Martin Pieuchot |
2016-12-19 | Sending keep alive ends up in ip_output(), so it needs the NET_LOCK(). | Martin Pieuchot |
2016-11-16 | Convert gre_send_keepalive() to timeout_set_proc(9) as it calls ip_output(). | Martin Pieuchot |
2016-08-31 | Split gre(4) into two interfaces: gre(4) and mobileip(4). | Reyk Floeter |
2016-08-28 | Remove obsolete gre(4) ioctls GRESADDRS, GRESADDRD, GREGADDRS, | Reyk Floeter |
2015-11-10 | dont use IF_DROP when there was some arbitary problem sending a packet. | David Gwynne |
2015-11-09 | use the correct rdomain when sending gre(4) keepalive packets. | Sebastian Benoit |
2015-10-25 | Introduce if_rtrequest() the successor of ifa_rtrequest(). | Martin Pieuchot |
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 |