summaryrefslogtreecommitdiff
path: root/sys/net/if_switch.h
AgeCommit message (Expand)Author
2019-11-06replace the hooks used with if_detachhooks with a task list.David Gwynne
2019-05-10Add port protection support to switch(4). The behavior copies that ofakoshibe
2016-11-20Extend the DLT_OPENFLOW header to include the switch datapath id.Reyk Floeter
2016-11-16Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4),Reyk Floeter
2016-11-11Remove mutexes protection from the switchctl as they don't seem to beRafael Zalamena
2016-11-10Add support for partial writes in switchwrite so we can use multipleRafael Zalamena
2016-11-08Teach switch(4) device read(2) operations to behave like a stream socket,Rafael Zalamena
2016-10-28When doing pktout we must run the classifier again, because some action(s)Rafael Zalamena
2016-10-07Use detach hook to notify switch(4) about interface removals instead ofRafael Zalamena
2016-09-28Fix a kernel panic that happened when destroying interfaces attached toRafael Zalamena
2016-09-04Make per-packet allocated memory use pool in switch(4)Kazuya Goda
2016-09-01Import switch(4), an in-kernel OpenFlow switch which can work alone.Kazuya Goda