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-10-28
Simplify the OFP_FLOW_MOD_MSG_INSTRUCTION_OFFSET() by using another macro
Rafael Zalamena
2016-10-28
Rename pad fields to have struct prefixes, remove useless whitespaces and
Rafael Zalamena
2016-10-28
Remove unused function, the code is already inlined in action_output
Rafael Zalamena
2016-10-28
When doing pktout we must run the classifier again, because some action(s)
Rafael Zalamena
2016-10-28
- once rule should not attempt to remove its parent rule.
Alexandr Nedvedicky
2016-10-27
Pass a struct pf_pdesc to pf_route() like it is done in the other
Alexander Bluhm
2016-10-27
Avoid a use after free in swofp_flow_timeout(). The
Jonathan Gray
2016-10-27
add a new pool for 2k + 2 byte (mcl2k2) clusters.
David Gwynne
2016-10-26
Put union pf_headers and struct pf_pdesc into separate header file
Alexander Bluhm
2016-10-25
Make kernel without INET6 compile again.
Alexander Bluhm
2016-10-23
Don't free mbuf on error during swofp_flow_entry_put_instructions() parse,
Rafael Zalamena
2016-10-21
tag large constants as ULL to fix the build of switch(4) on ILP32 archs
Jonathan Gray
2016-10-20
- PF should send a challenge ACK as response to SYN, which matches existing
Alexandr Nedvedicky
2016-10-19
Lets just be safe and check M_PREPEND return values for functions that
Rafael Zalamena
2016-10-19
Remove the if_input task from the correct taskq.
YASUOKA Masahiko
2016-10-18
split pf_send_tcp() into the part that builds the mbuf and the actual
Henning Brauer
2016-10-18
The variable dlen is always positive and d may be negative. So
Alexander Bluhm
2016-10-18
The checksum of a ICMP "need to frag" packet for TCP was wrong when
Alexander Bluhm
2016-10-18
Place splsoftnet() in route_input() to shut up splassert warnings
Alexander Bluhm
2016-10-16
m_resethdr() clears information attached to a mbuf that has been
Alexander Bluhm
2016-10-16
Fix bpf_catchpacket comment.
Jeremie Courreges-Anglas
2016-10-14
Fulfil our contractual obligations with ether_input
Mike Belopuhov
2016-10-12
When sending a action_output for a table-miss to the controller the
Rafael Zalamena
2016-10-11
Small code improvements:
Rafael Zalamena
2016-10-11
Strengthen Ethernet packet length checks on input; ok dlg
Mike Belopuhov
2016-10-10
ensure prepended ethernet headers are placed on ETHER_ALIGN boundaries,
David Gwynne
2016-10-09
This needs radix.h because it uses rn_refines().
Claudio Jeker
2016-10-09
formatting nit (a tab got lost somewhen)
Henning Brauer
2016-10-08
Add missing if_put() in the switch(4) destroy path.
Rafael Zalamena
2016-10-08
Check for the correct header length size. MINCLSIZE is used for cluster,
Rafael Zalamena
2016-10-08
Instead of setting errno and then doing a goto do a m_freem() and return error.
Claudio Jeker
2016-10-07
Use detach hook to notify switch(4) about interface removals instead of
Rafael Zalamena
2016-10-07
Fix vxlan_lookup() to comply the assumption of ether_input(). Put the
YASUOKA Masahiko
2016-10-06
Remove redundant comments that say a function must be called at
Alexander Bluhm
2016-10-05
rt_timer_timer() needs a process context because it messes with the
Martin Pieuchot
2016-10-04
Don't use padding for ofp_action_header when building the table property
Rafael Zalamena
2016-10-04
Correct the flag checks inside rt_ifa_addlocal(9) and rt_ifa_dellocal(9).
Martin Pieuchot
2016-10-04
Convert timeouts that need a process context to timeout_set_proc(9).
Martin Pieuchot
2016-10-03
Use detach hook to notify bridge(4) about span port removals.
Rafael Zalamena
2016-10-03
Use detach hook to notify bridge of interface removal instead of adding
Rafael Zalamena
2016-09-30
sync ofp.h from switchd, add missing comments
Reyk Floeter
2016-09-30
Accept a packet smaller than ETHERMIN.
YASUOKA Masahiko
2016-09-29
typo: send ofp messages instead of massages.
Reyk Floeter
2016-09-29
Make set-field action about tunneling work with bridge_tunneltag.
YASUOKA Masahiko
2016-09-29
Rename brtag_src/brtag_dst to brtag_peer/brtag_local to avoid
Reyk Floeter
2016-09-28
Fix vxlan to use the destination address correctly.
YASUOKA Masahiko
2016-09-28
Fix the way of checking the length of vxlan packet and made it strict.
YASUOKA Masahiko
2016-09-28
Fix a kernel panic that happened when destroying interfaces attached to
Rafael Zalamena
2016-09-28
Do not truncate packets that are attached to PACKET_IN.
Reyk Floeter
2016-09-27
Protect sbappendaddr() and sorwakeup() with splsoftnet in
Alexander Bluhm
[next]