| Commit message (Expand) | Author | Age | Files | Lines |
* | a first cut at converting some virtual ethernet interfaces to if_vinput |  dlg | 2019-04-23 | 1 | -4/+3 |
* | use the factored out txhprio and rxhprio checks |  dlg | 2019-04-19 | 1 | -14/+5 |
* | implement rxprio |  dlg | 2019-04-19 | 1 | -1/+35 |
* | don't lose the TTL on FAT labels |  dlg | 2019-04-17 | 1 | -2/+2 |
* | use txprio to control the use of exp as a priority field |  dlg | 2019-04-17 | 1 | -4/+33 |
* | clear the BCAST and MCAST mbuf flags for "outgoing" packets. |  dlg | 2019-04-02 | 1 | -1/+2 |
* | some mbuf ph_rtableid fixes |  dlg | 2019-04-02 | 1 | -2/+9 |
* | make SIOCGETLABEL fail with EADDRNOTAVAIL if the label is not set. |  dlg | 2019-03-18 | 1 | -2/+3 |
* | don't check the pseudowire type in tx and rx paths. |  dlg | 2019-02-26 | 1 | -5/+1 |
* | add support for the new pwe3 ioctls. |  dlg | 2019-02-26 | 1 | -103/+260 |
* | add support for rfc 6391: flow-aware transport of pseudowires. |  dlg | 2019-02-20 | 1 | -4/+44 |
* | don't store the BOS flag as part of the remote label, add it at tx time. |  dlg | 2019-02-20 | 1 | -3/+5 |
* | replace sc_flgas with sc_cword |  dlg | 2019-02-20 | 1 | -7/+7 |
* | sigh, more whitespace fixes |  dlg | 2019-02-20 | 1 | -3/+3 |
* | oops, whitespace tweak |  dlg | 2019-02-20 | 1 | -2/+2 |
* | add support for SIOCGETLABEL |  dlg | 2019-02-20 | 1 | -1/+23 |
* | coordinate configuration of local mpls labels with destroying an interface |  dlg | 2019-02-15 | 1 | -4/+22 |
* | allow configuration of the rdomain that mpls operates in |  dlg | 2019-02-15 | 1 | -14/+48 |
* | the rdomain for the mpls stuff should still be hardcoded to 0 in mpw. |  dlg | 2019-02-14 | 1 | -2/+2 |
* | consistently use the same flags for rt_ifa_add and _del. |  dlg | 2019-02-14 | 1 | -4/+4 |
* | change rt_ifa_add and rt_ifa_del so they take an rdomain argument. |  dlg | 2019-02-13 | 1 | -5/+5 |
* | add M_CANFAIL to malloc, and return ENOMEM if allocating an interface |  dlg | 2019-02-11 | 1 | -2/+5 |
* | assign the m_prepend result to the right variable. |  dlg | 2019-02-10 | 1 | -2/+2 |
* | use MPLS_SHIM2LABEL and MPLS_LABEL2SHIM |  dlg | 2019-01-30 | 1 | -7/+5 |
* | call the "parent" interface ifp0 to be consistent with other drivers. |  dlg | 2019-01-29 | 1 | -6/+6 |
* | use a sockaddr_mpls when preparing an AF_MPLS sockaddr for mpls_output |  dlg | 2019-01-29 | 1 | -10/+6 |
* | let ether_ioctl handle the mtu. set hardmtu to ETHER_MAX_HARDMTU_LEN. |  dlg | 2019-01-27 | 1 | -9/+2 |
* | split off "local" input handling |  dlg | 2019-01-27 | 1 | -2/+15 |
* | like ip headers, mpls tags need to be aligned to a 4 byte boundary |  dlg | 2019-01-27 | 1 | -10/+43 |
* | rework mpw to be an actual ethernet interface. |  dlg | 2019-01-23 | 1 | -111/+48 |
* | Remove almost unused `flags' argument of suser(). |  mpi | 2018-02-19 | 1 | -2/+2 |
* | Creating a cloned interface could return ENOMEM due to temporary |  bluhm | 2018-01-09 | 1 | -5/+2 |
* | if_input() doesn't need splnet(). |  mpi | 2017-05-15 | 1 | -5/+1 |
* | Introduce sstosa() for converting sockaddr_storage with a type safe |  bluhm | 2017-05-04 | 1 | -5/+4 |
* | Allow MPLS switching and VPLS across rdomains. |  renato | 2017-03-02 | 1 | -4/+4 |
* | A space here, a space there. Soon we're talking real whitespace |  krw | 2017-01-24 | 1 | -9/+9 |
* | add support for multiple transmit ifqueues per network interface. |  dlg | 2017-01-24 | 1 | -3/+3 |
* | Flag pseudo-interfaces as such in order to call add_net_randomness() |  mpi | 2017-01-23 | 1 | -1/+2 |
* | Kill recursive splsoftnet()/splx() dances in ioctl(2) path. |  mpi | 2016-12-20 | 1 | -6/+1 |
* | Remove recursive splsoftnet() calls, from David Hill. |  mpi | 2016-09-21 | 1 | -4/+1 |
* | We're always ready! So send IFQ_SET_READY() to the bitbucket. |  mpi | 2016-04-13 | 1 | -2/+1 |
* | rework how mpw(4) interacts with vlan(4) |  dlg | 2016-03-09 | 1 | -174/+54 |
* | remove old lint annotations |  tedu | 2015-12-05 | 1 | -2/+1 |
* | Kill the RT_REPORT flag to rtalloc() and stop sending RTM_MISS messages |  claudio | 2015-12-02 | 1 | -3/+2 |
* | Do not use rt_ifp directly. |  mpi | 2015-11-06 | 1 | -7/+17 |
* | pull packets off the send queue with IFQ_DEQUEUE instead of IF_DEQUEUE. |  dlg | 2015-11-03 | 1 | -2/+2 |
* | Kill link_rtrequest(), introduce in 1990 to "fix" the result |  mpi | 2015-10-22 | 1 | -2/+1 |
* | Inspired by satosin(), use inline functions to convert sockaddr dl. |  bluhm | 2015-10-22 | 1 | -2/+3 |
* | Now that rtrequest1(9) properly sets RTF_UP for newly added route, |  mpi | 2015-09-12 | 1 | -5/+5 |
* | pass a cookie argument to interface input handlers that can be used |  mikeb | 2015-09-10 | 1 | -5/+5 |