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-05-09
pfctlinput(PRC_IFDOWN, ...) has no effect on OpenBSD so remove it.
Martin Pieuchot
2017-05-08
Replace the global variables pfr_{sin,sin6} with stack local variables
Patrick Wildt
2017-05-08
Add a compatibility shim for older pfctl binaries
Mike Belopuhov
2017-05-08
Added initial IPv6 multicast routing support for multiple rdomains:
Rafael Zalamena
2017-05-07
Fix stage transition from the initial one to DROPPING
Mike Belopuhov
2017-05-05
Put back the call to pf_remove_src_node lost in the netlock backout
Mike Belopuhov
2017-05-05
Expand SA_LEN(), there is no benefit for using the macro in the
Alexander Bluhm
2017-05-04
If m is not a continuous mbuf cluster, m_pullup() in pr_input may
Alexander Bluhm
2017-05-04
Implementation of the Flow Queue - Controlled Delay (FQ-CoDel)
Mike Belopuhov
2017-05-04
Introduce sstosa() for converting sockaddr_storage with a type safe
Alexander Bluhm
2017-05-03
Provide a function to dispose of a list of mbufs on dequeue
Mike Belopuhov
2017-05-03
update the stack doco to match reality.
David Gwynne
2017-05-03
add ifq_mfreem() so ifq backends can free packets during dequeue.
David Gwynne
2017-05-02
Provide pluggable queueing interface for pf
Mike Belopuhov
2017-04-26
Perform H-FSC root queue allocation in the kernel
Mike Belopuhov
2017-04-23
Some of the LOG_NOTICE messages from PF were seen in normal operations
Stuart Henderson
2017-04-21
Speed up DIOCKILLSTATES by using the RB tree index if all fields used
YASUOKA Masahiko
2017-04-20
Tweak lock inits to make the system runnable with witness(4)
Visa Hankala
2017-04-19
Use the rt_rmx defines that hide the struct rt_kmetrics indirection.
Alexander Bluhm
2017-04-18
Fix pipex(4) not to cause panics on strict alignment architectures.
YASUOKA Masahiko
2017-04-14
Remove unused define satoin6().
Alexander Bluhm
2017-04-14
Pass down the address family through the pr_input calls. This
Alexander Bluhm
2017-04-14
Avoid some false positives with cppcheck. No binary change.
Alexander Bluhm
2017-04-11
Partially revert previous mallocarray conversions that contain
David Hill
2017-04-09
Use mallocarray to allocate multicast group memberships.
David Hill
2017-04-05
When building counter memory in preparation to copy to userland, always
Theo de Raadt
2017-03-27
Don't reject etherip packets if they are protected with IPsec.
Jeremie Courreges-Anglas
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
[next]