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
2016-12-17
Insert RTF_CLONED routes at a higher priority than their partent to
Martin Pieuchot
2016-12-14
Make 'route add default' show a nicer error message if the provided
Stefan Sperling
2016-12-14
fix typo (bas->base), "please commit" mikeb@
Stuart Henderson
2016-12-13
New media types from FreeBSD
Mike Belopuhov
2016-12-13
make v6 tunnel address handling consider ipv6 scope.
David Gwynne
2016-12-12
Kill recursive splsoftnet().
Martin Pieuchot
2016-12-12
Remove most of the splsoftnet() recursions related to cloned interfaces.
Martin Pieuchot
2016-12-06
Use the sizeof udphdr not the sizeof a pointer to it in the af-to
Jonathan Gray
2016-12-05
Propagate error type in validation functions that call
Rafael Zalamena
2016-12-05
Remove the flow id from the flow entry struct and the global variable,
Rafael Zalamena
2016-12-05
Add missing prototypes for all functions declared in the file.
Rafael Zalamena
2016-12-04
Since net/route.c r1.337 interface priority factors into route priority
Stefan Sperling
2016-12-02
Clean up leftovers from r1.442.
Vincent Gross
2016-12-02
Limit the amount of flows that can be installed on flow tables.
Rafael Zalamena
2016-12-02
Fix some spelling errors in the OpenFlow header and update the tcpdump(8)
Rafael Zalamena
2016-12-02
Use the right variable for storing the maximum group table size and use
Rafael Zalamena
2016-12-02
Assert that rt_match() is always called at IPL_SOFTNET rather than
Martin Pieuchot
2016-12-02
Rremoves 'struct route_in6 *' argument from in6_selectsrc().
Martin Pieuchot
2016-12-02
Fix flow-removed OFP header xid value: use htonl() instead of htons() for
Rafael Zalamena
2016-11-30
Fix another free() with wrong size panic when handling group-mod buckets
Rafael Zalamena
2016-11-29
m_free() and m_freem() test for NULL. Simplify callers which had their own
Jonathan Gray
2016-11-29
Remove debugging code that was always enabled and printed parsed
Reyk Floeter
2016-11-29
For virtual Ethernet drivers that don't have a technical limit of the
Reyk Floeter
2016-11-28
Path MTU discovery and traceroute did not always work with pf af-to.
Alexander Bluhm
2016-11-28
Implement more validations for switch(4) groups handling: check for invalid
Rafael Zalamena
2016-11-28
Remove simple recursive splsoftnet() calls inside ifioctl().
Martin Pieuchot
2016-11-28
Make sure the descriptor has been removed from the interface list
Martin Pieuchot
2016-11-28
Rename "flowmax" to "maxflow" and give each switch(4) ioctl a
Reyk Floeter
2016-11-23
Explicitly forbid to combine af-to with route-to in pfctl. The
Alexander Bluhm
2016-11-22
Fix panic on detach hook when interfaces get destroyed.
Rafael Zalamena
2016-11-22
Fold union pf_headers buffer into struct pf_pdesc (enabled by pfvar_priv.h).
Richard Procter
2016-11-22
Fix OFP spelling for version bitmap define in ofp header and tcpdump, also
Rafael Zalamena
2016-11-21
Simplify pad calculation for flow match on swofp_put_flow().
Rafael Zalamena
2016-11-21
Follow RFC 5722 more strictly when handling overlapping fragments
Alexander Bluhm
2016-11-21
In pf_route() and pf_route6() the !r->rt case was only used by
Alexander Bluhm
2016-11-21
Kill rtioctl() stub, returning EOPNOTSUPP since tree import.
Martin Pieuchot
2016-11-21
Make sure bpf_wakeup() is called at most once when matching conditions
Martin Pieuchot
2016-11-21
Rename bpf_reset_d() to match bpf_{attach,reset}d().
Martin Pieuchot
2016-11-21
Enforce that pr_usrreq functions are called at IPL_SOFTNET.
Martin Pieuchot
2016-11-21
Include the OFP header of the message that caused the error on error
Rafael Zalamena
2016-11-21
bridge(4) does not distinguish between routing/forwarding ports, so
Reyk Floeter
2016-11-20
Extend the DLT_OPENFLOW header to include the switch datapath id.
Reyk Floeter
2016-11-20
Make rtable_iterate(9) mpsafe by using the new SRPL_NEXT(9).
Martin Pieuchot
2016-11-20
Rename SRPL_ENTER() to SRPL_FIRST() and SRPL_NEXT() to SRPL_FOLLOW().
Martin Pieuchot
2016-11-18
Define a group_id map and rename the defines accordingly.
Reyk Floeter
2016-11-18
Fix a panic introduced with the memory leak correction. Use the saved
Rafael Zalamena
2016-11-18
Add more maps to print. As discussed with rzalamena@
Reyk Floeter
2016-11-18
Revert previous, I confused the columns
Reyk Floeter
2016-11-18
remove 'OpenFlow' prefix from version comments
Reyk Floeter
2016-11-18
Add more documentation to header definitions that were missing.
Rafael Zalamena
[next]