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-04-28
Removes the KERNEL_LOCK() from bridge(4)'s output fast-path.
Martin Pieuchot
2019-04-28
Fix reading route entries via kvm(3).
Martin Pieuchot
2019-04-27
fix up some rxprio handling while here
David Gwynne
2019-04-27
don't increment noproto on the parent interface when there's no child
David Gwynne
2019-04-27
use unsigned int, not u_int, and uintXX_t, not u_intXX_t
David Gwynne
2019-04-27
rename sc_prio to sc_txprio
David Gwynne
2019-04-27
remove sc_proto, it isn't used.
David Gwynne
2019-04-27
rename softc members so theyre prefixed with sc.
David Gwynne
2019-04-27
back out, this isn't part of a vlan change.
David Gwynne
2019-04-27
this wasnt meant to be committed, back out for now.
David Gwynne
2019-04-27
get rid of ifv_linkmib and a bunch of useless macros
David Gwynne
2019-04-27
fix some whitespace.
David Gwynne
2019-04-27
call vlan_softc variables sc, not ifv. no functional change.
David Gwynne
2019-04-27
whitespace tweaks. no functional change.
David Gwynne
2019-04-27
rename struct ifvlan to struct vlan_softc
David Gwynne
2019-04-27
move the struct ifvlan (the vlan softc) definition into if_vlan.c.
David Gwynne
2019-04-25
Lower the accepted upper bound for bd_rtout to INT_MAX in order to
anton
2019-04-23
give gre and mgre percpu counters too
David Gwynne
2019-04-23
a first cut at converting some virtual ethernet interfaces to if_vinput
David Gwynne
2019-04-22
use if_vinput instead of if_input, thereby bypassing ifiqs on vlans
David Gwynne
2019-04-22
add if_vinput so pseudo (ethernet) interfaces can bypass ifiqs
David Gwynne
2019-04-22
factor out calling the if input handlers for a packet.
David Gwynne
2019-04-22
support rxprio
David Gwynne
2019-04-21
Interpret ENETRESET from ifm_change() as success in ifmedia_ioctl().
Stefan Sperling
2019-04-19
use the common code in if.c to check if txhprio is good.
David Gwynne
2019-04-19
use the factored out txhprio and rxhprio checks
David Gwynne
2019-04-19
provide factored out txhprio and rxhprio checks
David Gwynne
2019-04-19
add rxprio support
David Gwynne
2019-04-19
add rxprio support
David Gwynne
2019-04-19
implement rxprio
David Gwynne
2019-04-19
allow configuration of rxprio
David Gwynne
2019-04-19
add support for configuring rxprio.
David Gwynne
2019-04-19
only root can change rxprio
David Gwynne
2019-04-19
add IF_HDRPRIO_OUTER for 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-16
have another go at tx mitigation
David Gwynne
2019-04-15
moving BPF to RCU
Alexandr Nedvedicky
2019-04-15
Use timeout_del_barrier(9) instead of timeout_del(9) followed by
Visa Hankala
2019-04-14
don't take splnet when running the network stack
David Gwynne
2019-04-10
do custom checks for SIOCGIFSFFPAGE.
David Gwynne
2019-04-10
add struct if_sffpage so userland can read a page of sfp/qsfp info
David Gwynne
2019-04-05
Broken userland software sets address bit in routing message without
Alexander Bluhm
2019-04-03
Reject negative and too large timeouts passed to BIOCSRTIMEOUT. Since
anton
2019-04-02
call pf_pkt_addr_changed on input
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-31
Unbreak tree by removing the bits that were copied to art.h in r1.18
Theo Buehler
2019-03-31
Add a more strict rtm_hdrlen size check. Make sure that at least
Claudio Jeker
2019-03-31
Make ART data structure definitions visible to userland, in order to fix
Martin Pieuchot
[prev]
[next]