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
2017-12-15
ifq_barrier should be callable by any nic, not just MPSAFE ones.
David Gwynne
2017-12-15
add ifiqueues for mp safety and nics with multiple rx rings.
David Gwynne
2017-12-14
i forgot to convert ifq_barrier_task to cond_signal.
David Gwynne
2017-12-14
replace the bare sleep state handling in barriers with wait cond code
David Gwynne
2017-12-13
Spacing from kshe59@zoho.eu.
Martin Pieuchot
2017-12-13
Sizes for free in route_output().
Martin Pieuchot
2017-12-10
Remove outdated comment and trailing spaces.
Martin Pieuchot
2017-12-04
RFC 4861 requires that all neighbor discovery packets have 255 in
Alexander Bluhm
2017-12-01
Simplify the reverse PCB lookup logic. The PF_TAG_TRANSLATE_LOCALHOST
Alexander Bluhm
2017-11-29
Make mpe(4) work again by:
Claudio Jeker
2017-11-29
Revert 1.353, this breaks mpe(4). Also it seems not complete since rt_ifa_del
Claudio Jeker
2017-11-28
The divert structure was using the port number to indicate that
Alexander Bluhm
2017-11-27
The divert structure was using the port number to indicate that
Alexander Bluhm
2017-11-27
lenght->length, mostly in comments
Stuart Henderson
2017-11-22
It does not make sense to call pcb lookup from pf during packet
Alexander Bluhm
2017-11-20
Remove #if'0ed decls
Jeremie Courreges-Anglas
2017-11-20
Flush flows using the radix-tree instead of a global list.
Martin Pieuchot
2017-11-20
Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running
Martin Pieuchot
2017-11-20
Remove duplicated code working around the fact that ifpromisc() required
Martin Pieuchot
2017-11-20
Do not fail if an interface is DOWN when calling ifpromisc().
Martin Pieuchot
2017-11-17
#if -> #ifdef for consistency
Jeremie Courreges-Anglas
2017-11-17
Rename etherip sysctl handler, there's no conflict with ip_ether.c any more
Jeremie Courreges-Anglas
2017-11-17
Rename functions that now handle only MPLS-in-IP
Jeremie Courreges-Anglas
2017-11-17
Move etherip_allow where it is used
Jeremie Courreges-Anglas
2017-11-17
Don't pass unhandled packets to gif(4)
Jeremie Courreges-Anglas
2017-11-17
Move etherip counters and their allocation to etherip(4)
Jeremie Courreges-Anglas
2017-11-17
add if_rxr_livelocked so rxr users can request backpressure themselves.
David Gwynne
2017-11-15
etherip(4) now handles etherip sysctls, move/remove code accordingly.
Jeremie Courreges-Anglas
2017-11-15
some more 25g media types, and a bunch of AOC types.
David Gwynne
2017-11-14
Push the NET_LOCK into ifioctl() and use the NET_RLOCK in ifioctl_get().
Theo Buehler
2017-11-14
anton@ reports that ifq tx mitigation breaks iwm somehow.
David Gwynne
2017-11-14
move the adding of an ifqs counters in if_getdata to ifq.c
David Gwynne
2017-11-14
reintroduce tx mitigation, like dfly does and like we used to do.
David Gwynne
2017-11-13
Grab the KERNEL_LOCK() to iterate on the global list of PF_KEY sockets.
Martin Pieuchot
2017-11-13
Remove useless comment about if_ioctl() & reduce grep noise.
Martin Pieuchot
2017-11-13
add a generic packet rate matching filter. allows things like
Henning Brauer
2017-11-13
remove the ability for pf_ouraddr to say that a packet is forwarded.
David Gwynne
2017-11-12
Only use a single taskq to process incoming network packets as soon as
Martin Pieuchot
2017-11-10
Introduce a reader version of the NET_LOCK().
Martin Pieuchot
2017-11-10
Use percpu counters with etheripstat.
Visa Hankala
2017-11-09
The cmd argument of ifconf() has been unused since COMPAT_LINUX was
Theo Buehler
2017-11-04
Move the ioctls that only need a read lock from ifioctl into a new
Theo Buehler
2017-11-04
raw_init() is dead and <net/raw_cb.h> doesn't need to be included there.
Martin Pieuchot
2017-11-04
Stop calling ifp->if_ioctl() inside in{,6}_ioctl().
Martin Pieuchot
2017-11-03
After inlining of raw_detach we know the sizes for free; pointed out
Florian Obser
2017-11-03
use rop->rcb similar like in pfkeyv2_detach(); suggested by visa
Florian Obser
2017-11-03
Inline trivial functions from raw_cb.c and tedu it.
Florian Obser
2017-11-03
There is no way SS_NOFDREF is set on a raw socket in raw_usrreq for
Florian Obser
2017-11-02
Move PRU_DETACH out of pr_usrreq into per proto pr_detach
Florian Obser
2017-10-31
- add one more softnet taskq
Alexandr Nedvedicky
[next]