index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_mpw.c
Age
Commit message (
Expand
)
Author
2024-05-13
remove prototypes with no matching function
Jonathan Gray
2023-12-23
Backout always allocate per-CPU statistics counters for network
Alexander Bluhm
2023-12-22
Always allocate per-CPU statistics counters for network interface
Vitaliy Makkoveev
2022-08-29
Use struct refcnt for interface address reference counting.
Alexander Bluhm
2021-03-26
Only install route with label, fix route leak on destroy
kn
2021-03-17
Make "ifconfig mpw0 -mplslabel" work
kn
2021-03-17
Use correct rdomain when adding/deleting routes
kn
2020-08-21
Leave default ifq_maxlen handling to ifq_init()
kn
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-07-10
Change users of IFQ_PURGE() to use the "new" API.
Patrick Wildt
2020-06-17
make ph_flowid in mbufs 16bits by storing whether it's set in csum_flags.
David Gwynne
2019-06-26
The MPLS edge devices get the packets from the MPLS stack which never
Claudio Jeker
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
[next]