Age | Commit message (Expand) | Author |
2019-04-23 | a first cut at converting some virtual ethernet interfaces to if_vinput | David Gwynne |
2019-04-19 | use the factored out txhprio and rxhprio checks | David Gwynne |
2019-04-19 | implement rxprio | David Gwynne |
2019-04-17 | don't lose the TTL on FAT labels | David Gwynne |
2019-04-17 | use txprio to control the use of exp as a priority field | David Gwynne |
2019-04-02 | clear the BCAST and MCAST mbuf flags for "outgoing" packets. | David Gwynne |
2019-04-02 | some mbuf ph_rtableid fixes | David Gwynne |
2019-03-18 | make SIOCGETLABEL fail with EADDRNOTAVAIL if the label is not set. | David Gwynne |
2019-02-26 | don't check the pseudowire type in tx and rx paths. | David Gwynne |
2019-02-26 | add support for the new pwe3 ioctls. | David Gwynne |
2019-02-20 | add support for rfc 6391: flow-aware transport of pseudowires. | David Gwynne |
2019-02-20 | don't store the BOS flag as part of the remote label, add it at tx time. | David Gwynne |
2019-02-20 | replace sc_flgas with sc_cword | David Gwynne |
2019-02-20 | sigh, more whitespace fixes | David Gwynne |
2019-02-20 | oops, whitespace tweak | David Gwynne |
2019-02-20 | add support for SIOCGETLABEL | David Gwynne |
2019-02-15 | coordinate configuration of local mpls labels with destroying an interface | David Gwynne |
2019-02-15 | allow configuration of the rdomain that mpls operates in | David Gwynne |
2019-02-14 | the rdomain for the mpls stuff should still be hardcoded to 0 in mpw. | David Gwynne |
2019-02-14 | consistently use the same flags for rt_ifa_add and _del. | David Gwynne |
2019-02-13 | change rt_ifa_add and rt_ifa_del so they take an rdomain argument. | David Gwynne |
2019-02-11 | add M_CANFAIL to malloc, and return ENOMEM if allocating an interface | David Gwynne |
2019-02-10 | assign the m_prepend result to the right variable. | David Gwynne |
2019-01-30 | use MPLS_SHIM2LABEL and MPLS_LABEL2SHIM | David Gwynne |
2019-01-29 | call the "parent" interface ifp0 to be consistent with other drivers. | David Gwynne |
2019-01-29 | use a sockaddr_mpls when preparing an AF_MPLS sockaddr for mpls_output | David Gwynne |
2019-01-27 | let ether_ioctl handle the mtu. set hardmtu to ETHER_MAX_HARDMTU_LEN. | David Gwynne |
2019-01-27 | split off "local" input handling | David Gwynne |
2019-01-27 | like ip headers, mpls tags need to be aligned to a 4 byte boundary | David Gwynne |
2019-01-23 | rework mpw to be an actual ethernet interface. | David Gwynne |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-01-09 | Creating a cloned interface could return ENOMEM due to temporary | Alexander Bluhm |
2017-05-15 | if_input() doesn't need splnet(). | Martin Pieuchot |
2017-05-04 | Introduce sstosa() for converting sockaddr_storage with a type safe | Alexander Bluhm |
2017-03-02 | Allow MPLS switching and VPLS across rdomains. | Renato Westphal |
2017-01-24 | A space here, a space there. Soon we're talking real whitespace | Kenneth R Westerback |
2017-01-24 | add support for multiple transmit ifqueues per network interface. | David Gwynne |
2017-01-23 | Flag pseudo-interfaces as such in order to call add_net_randomness() | Martin Pieuchot |
2016-12-20 | Kill recursive splsoftnet()/splx() dances in ioctl(2) path. | Martin Pieuchot |
2016-09-21 | Remove recursive splsoftnet() calls, from David Hill. | Martin Pieuchot |
2016-04-13 | We're always ready! So send IFQ_SET_READY() to the bitbucket. | Martin Pieuchot |
2016-03-09 | rework how mpw(4) interacts with vlan(4) | David Gwynne |
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-11-03 | pull packets off the send queue with IFQ_DEQUEUE instead of IF_DEQUEUE. | David Gwynne |
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-09-10 | pass a cookie argument to interface input handlers that can be used | Mike Belopuhov |