Age | Commit message (Expand) | Author |
2016-04-13 | We're always ready! So send IFQ_SET_READY() to the bitbucket. | Martin Pieuchot |
2016-01-14 | No need for a splnet() dance around IFQ_DEQUEUE() anymore. | Martin Pieuchot |
2015-12-05 | remove old lint annotations | Ted Unangst |
2015-12-02 | Kill the RT_REPORT flag to rtalloc() and stop sending RTM_MISS messages | Claudio Jeker |
2015-11-06 | Do not use rt_ifp directly. | Martin Pieuchot |
2015-10-22 | Kill link_rtrequest(), introduce in 1990 to "fix" the result | Martin Pieuchot |
2015-10-22 | Inspired by satosin(), use inline functions to convert sockaddr dl. | Alexander Bluhm |
2015-09-12 | Now that rtrequest1(9) properly sets RTF_UP for newly added route, | Martin Pieuchot |
2015-06-30 | Rename if_output() into if_enqueue() to avoid confusion with comments | Martin Pieuchot |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-05-15 | Introduce if_output(), a function do to the last steps before enqueuing | Martin Pieuchot |
2015-04-10 | replace the use of ifqueues for most input queues serviced by netisr | David Gwynne |
2015-03-26 | Use rt_ifa_add(9) and rt_ifa_del(9) to configure MPLS labels. | Martin Pieuchot |
2014-12-22 | Make sure rtrequest1(9) is called under splsoftnet(). | Martin Pieuchot |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-11-01 | Rename rtalloc1() into rtalloc(9) and convert its flags to only enable | Martin Pieuchot |
2014-10-14 | Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and | Martin Pieuchot |
2014-10-07 | Since the list of mpe(4) interfaces is only accessed in process context, | 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-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2013-10-24 | Remove the number of in6_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-10-23 | Remove the number of in_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2013-03-26 | Remove various read-only *maxlen variables and use IFQ_MAXLEN directly. | Martin Pieuchot |
2012-04-14 | Use DLT_LOOP for all tunneling interfaces. | YASUOKA Masahiko |
2011-08-20 | Fix packet accounting in error cases. | Ryan Thomas McBride |
2011-01-28 | Replace another m_free() with m_freem() to plug an mbuf leak in mpe_input(). | Reyk Floeter |
2011-01-21 | make mpls compile w/o errors when inet6 is not defined | Mike Belopuhov |
2010-09-21 | No need to m_freem() a NULL pointer and change the error for unknown | Claudio Jeker |
2010-08-25 | Move the iface specific ioctl call for SIOCSIFRDOMAIN further down so that | Claudio Jeker |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2010-05-31 | Do not use IF_ENQUEUE() but IF_INPUT_ENQUEUE() instead. The first makro | Claudio Jeker |
2010-05-28 | Rework the way we handle MPLS in the kernel. Instead of fumbling MPLS into | Claudio Jeker |
2010-01-09 | No need to call bpfdetach() in mpe_clone_destroy() since this is done in | Claudio Jeker |
2009-12-26 | Initial rdomain support for mpe(4). Caveat: assumes MPLS is always in | Claudio Jeker |
2009-07-13 | dont initialise ifp->if_snd.ifq_maxlen, and then follow it by | David Gwynne |
2009-01-28 | Get rid of the ugly rtentry hack. | Michele Marchetto |
2008-11-06 | Introduced IPv6 support of uniform model for TTL handling. | Michele Marchetto |
2008-11-01 | Introduced Uniform Model for TTL handling. | Michele Marchetto |
2008-10-28 | Added mpls_output() used to output mpls packets originating from local host. | Michele Marchetto |
2008-10-18 | Prevent the user to assign reserved labels to mpe(4) interfaces. | Michele Marchetto |
2008-10-14 | Now mpls_input() handles ipv4 and ipv6 explicit null labels. | Michele Marchetto |
2008-05-08 | Add license and OpenBSD RCS Tag to the file, spotted by Dries Schellekens. | Pierre-Yves Ritschard |
2008-05-08 | Start at making mpe tap to bpf. While there move if_start() call inside | Pierre-Yves Ritschard |
2008-05-08 | Hook mpe(4) correctly into mpls so that it is possible to tunnel packets over | Claudio Jeker |
2008-05-08 | UP mpe interfaces. | Esben Norby |
2008-05-07 | Missing return and correctly indent a debug printf. | Claudio Jeker |