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-03-22
Replace an expensive microtime call with a getmicrotime for if_lastchange
Mike Belopuhov
2017-03-17
Revert the NET_LOCK() and bring back pf's contention lock for release.
Martin Pieuchot
2017-03-16
Do not allow to change the gateway of an existing entry if the AF
Martin Pieuchot
2017-03-13
Move PRU_ATTACH out of the pr_usrreq functions into pr_attach.
Claudio Jeker
2017-03-11
Add a detachhook to pfsync(4) which deals with the syncdev going away.
Stefan Sperling
2017-03-10
move clearing the bfd config to a task. while here, fix a typo
Peter Hessler
2017-03-10
move receiving and processing the BFD packet into a task
Peter Hessler
2017-03-09
Remove unecessary splsoftnet()/splx() dances.
Martin Pieuchot
2017-03-09
Prevent integer overflow in PF when calculating the adaptive timeout.
Claudio Jeker
2017-03-08
No need to clear IFF_UP after calling if_down().
Martin Pieuchot
2017-03-08
Do not unset IFF_UP twice.
Martin Pieuchot
2017-03-08
Sync struct etheripstat decl with netinet/ip_ether.h
Jeremie Courreges-Anglas
2017-03-07
Rename struct etheripstat members for consistency, move them all to 64bits
Jeremie Courreges-Anglas
2017-03-07
Don't overwrite the flow ID once it's set
Mike Belopuhov
2017-03-07
Change priq enqueue policy to drop lower priority packets
Mike Belopuhov
2017-03-07
Convert priority queue lists to mbuf_lists
Mike Belopuhov
2017-03-07
Enforce that tcbtable and udbtable must be accessed with the NET_LOCK().
Martin Pieuchot
2017-03-07
Do not grab the NET_LOCK() for routing sockets operations.
Martin Pieuchot
2017-03-07
Since route_input is no longer part of the protosw struct it is possible to
Claudio Jeker
2017-03-07
deprecate ifq_enqueue_try, and let backends drop arbitrary mbufs.
David Gwynne
2017-03-06
Move the guts of route_output() meesing with the routing table in their
Martin Pieuchot
2017-03-06
Prefix functions dealing with routing messages with 'rtm_' and keep
Martin Pieuchot
2017-03-03
Convert the variable argument list of the pr_output functions to
Alexander Bluhm
2017-03-03
It is allowed to sleep in route_output() as we run in process context
Alexander Bluhm
2017-03-03
Remove non longer needed splsoftnet()/splx() dances.
Martin Pieuchot
2017-03-02
Implement a new routing message RTM_PROPOSAL that communicates
Kenneth R Westerback
2017-03-02
Fix a rtentry leak in error path.
Martin Pieuchot
2017-03-02
Convert domain declarations to C99 initializers.
Martin Pieuchot
2017-03-02
Allow MPLS switching and VPLS across rdomains.
Renato Westphal
2017-03-01
Remove a misleading comment asking if a timeout needs a LOCK, it doesn't.
Martin Pieuchot
2017-02-28
Depending on the addresses, ipsecctl(8) automatically groups sa
Alexander Bluhm
2017-02-28
Don't change the up status of the interface when changing its rdomain.
YASUOKA Masahiko
2017-02-28
Use rtable_match() rather than rtalloc(9) when adding a new route.
Martin Pieuchot
2017-02-28
Prevent a MP race in rtable_lookup().
Martin Pieuchot
2017-02-24
Avoid some casts by using the sa field of union sockaddr_union.
Alexander Bluhm
2017-02-22
Use c99 struct initialization with protosw.
David Hill
2017-02-22
Amend a misleading comment mentioning ``ipintrq''.
Martin Pieuchot
2017-02-22
The pcap people gave us ID 267 for DLT_OPENFLOW
Reyk Floeter
2017-02-20
pfsync(4) percpu counters
Jeremie Courreges-Anglas
2017-02-16
Revert "Release the NET_LOCK() before entering per-driver ioctl() routine".
Martin Pieuchot
2017-02-15
Replace manual loops with FOREACH macro.
Alexander Bluhm
2017-02-14
Convert most of the manual checks for CPU hogging to sched_pause().
Martin Pieuchot
2017-02-14
Replace two recursive splsoftnet()/splx() dances with a splsoftassert().
Martin Pieuchot
2017-02-09
percpu counters for TCP stats
Jeremie Courreges-Anglas
2017-02-09
Replace a custom loop calling yield() by the idiom to check if the
Martin Pieuchot
2017-02-08
Remove an uneeded NULL test which was after a deref.
Jonathan Gray
2017-02-07
No longer need to unlock the netlock since the upper layer is doing it.
Martin Pieuchot
2017-02-07
Release the NET_LOCK() before entering per-driver ioctl() routine.
Martin Pieuchot
2017-02-05
Always allocate counters memory using type M_COUNTERS.
Jeremie Courreges-Anglas
2017-02-05
Use percpu counters for ip6stat
Jeremie Courreges-Anglas
[next]