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
Age
Commit message (
Expand
)
Author
2019-01-28
fix mpe_start by if_put()ting the right ifp
David Gwynne
2019-01-28
make a start at supporting ipv6 on mpe.
David Gwynne
2019-01-27
don't play with IFF_UP in strange places.
David Gwynne
2019-01-27
use mpls_ip_adjttl and mpls_ip6_adjttl in mpe instead of rolling it again.
David Gwynne
2019-01-27
rework mpe_input so it patches ipv4 cksum, and handles ipv6 too.
David Gwynne
2019-01-27
change how packets are pushed into mpe(4).
David Gwynne
2019-01-27
move the mpe_softc definition and mpe macros into the mpe driver.
David Gwynne
2019-01-27
let ether_ioctl handle the mtu. set hardmtu to ETHER_MAX_HARDMTU_LEN.
David Gwynne
2019-01-27
use sc as the name of the softc variable.
David Gwynne
2019-01-27
put underscores in function names like other drivers
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
remove special casing for IFT_MPLSTUNNEL now mpw is IFT_ETHER.
David Gwynne
2019-01-23
rework mpw to be an actual ethernet interface.
David Gwynne
2019-01-23
Pass an `ifp' pointer to bridge_ourether().
Martin Pieuchot
2019-01-23
Only copy packets for span ports if the bridge is UP.
Martin Pieuchot
2019-01-23
add a SIOCGPWE3 ioctl for interfaces to advertise pwe3 capability
David Gwynne
2019-01-20
use the faster interface, since the precision is not necessary
Peter Hessler
2019-01-18
chase sounlock() api change, make bfd(4) build again
Peter Hessler
2019-01-17
Convert interface lists from TAILQ to SLIST in preparation for fine
Martin Pieuchot
2019-01-16
include pf.h for #if NPF > 0 test
Jonathan Gray
2019-01-13
Fix an off-by-one in pfkeyv2_sysctl_policydumper() and get rid of a
Martin Pieuchot
2019-01-09
implement an if_enqueue handler for vlan(4)
David Gwynne
2019-01-09
split if_enqueue up so drivers can replace ifq handling if needed
David Gwynne
2019-01-04
make kernel build without MPLS/mpe/mpw
Sebastian Benoit
2019-01-04
make kernel build without INET6 again.
Sebastian Benoit
2018-12-28
Fix mbuf releated crashes in switch(4). They have been found by
Alexander Bluhm
2018-12-27
Check for main ruleset explicitly
kn
2018-12-26
uncouple AF_MPLS and AF_INET
denis
2018-12-20
add bpe(4) or Backbone Provider Edge interfaces
David Gwynne
2018-12-20
Convert to timeout_add_msec instead of counting ticks.
Claudio Jeker
2018-12-20
Make this not hz dependent by using timeout_add_sec() also rename the
Claudio Jeker
2018-12-19
get rid of a prototype for if_enqueue_try()
David Gwynne
2018-12-18
Fix the IPL of pfkeyv2_mtx to prevent a deadlock. The system can use
Visa Hankala
2018-12-17
Handle SIOCADDMULTI and SIOCDELMULTI as nops in ioctl code.
David Gwynne
2018-12-17
If something like ether_ioctl returns ENETRESET, don't let it bubble out.
David Gwynne
2018-12-17
Rename pf_anchor_remove() to pf_remove_anchor()
kn
2018-12-17
Use timeout_add_sec() instead of timeout_add() with a multiplication with hz
Claudio Jeker
2018-12-16
add task_pending
David Gwynne
2018-12-12
Various cleanups:
Martin Pieuchot
2018-12-12
allow ethernet interfaces to provide a custom if_output routine.
David Gwynne
2018-12-11
add optional per-cpu counters for interface stats.
David Gwynne
2018-12-11
provide ifq_is_priq, mostly so things can tell if hfsc is in effect or not.
David Gwynne
2018-12-11
use ifq_hdatalen for handling the FIONREAD ioctl
David Gwynne
2018-12-11
add ifq_hdatalen for getting the size of the packet at the head of an ifq
David Gwynne
2018-12-11
split ether_output into resolution, encapsulation, and output functions
David Gwynne
2018-12-10
Remove useless macros
kn
2018-12-09
Zap duplicate signatures
kn
2018-12-07
Stop passing `sc' when it isn't needed and use `ifp' where it's good
Martin Pieuchot
2018-12-07
Remove useless spl protection.
Martin Pieuchot
[next]