summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/Netlink
Commit message (Expand)AuthorAgeFilesLines
* ct-dpif, dpif-netlink: Add conntrack timeout policy supportYi-Hung Wei2019-09-261-2/+6
* treewide: Remove pointless "return;" at ends of functions.Ben Pfaff2018-07-091-1/+0
* datapath-windows: use NlAttrGet() in Conntrack.cNithin Raju2017-06-162-2/+2
* datapath-windows: Remove Strsafe usage from datapathAlin Serdean2017-05-251-1/+0
* datapath-windows: Conntrack - Enable FTP supportSairam Venugopal2016-12-202-0/+17
* datapath-windows: Define new multicast conntrack events and netlink protocolSairam Venugopal2016-07-291-0/+3
* datapath-windows: Add new NlFillOvsMsgForNfGenMsg method in Netlink.cSairam Venugopal2016-07-012-0/+43
* datapath-windows: Add support for Netfilter netlink messageSairam Venugopal2016-07-013-2/+27
* datapath-windows: o/p buffer must fit NL error messageNithin Raju2016-05-252-10/+2
* datapath-windows: Validate Netlink packets' integrity.Paul Boca2016-05-162-13/+66
* datapath-windows: Removed double initialization on local variablesPaul Boca2016-04-211-1/+1
* datapath-windows: Added recirculation support.Sorin Vinturis2016-03-251-0/+11
* datapath-windows: Accept MPLS feature probe.Sorin Vinturis2016-02-021-0/+3
* datapath-windows: Support for OVS_KEY_ATTR_MPLS attributeSorin Vinturis2016-02-021-0/+1
* datapath-windows: Append flow attribute keyAlin Serdean2015-09-182-3/+5
* datapath-windows: Fix iterator in NlAttrParse()Sairam Venugopal2015-08-262-10/+14
* datapath-windows: Support for custom VXLAN tunnel portSorin Vinturis2015-05-272-2/+19
* datapath-windows: return bool from NlFillOvs[Msg/Hdr]Nithin Raju2014-12-112-10/+10
* datapath-windows: refactor BuildReplyMsgFromMsgIn & BuildErrorMsgNithin Raju2014-12-112-33/+13
* datapath-windows: Move Build*Msg() to Netlink.cNithin Raju2014-12-052-0/+50
* datapath-windows: Change return type of OvsInitVxlanTunnel()Nithin Raju2014-11-201-1/+7
* datapath-windows: Action not supported error handlingAnkur Sharma2014-10-151-0/+17
* datapath-windows: Upcall NL packet format: Add NL utilitiesEitan Eliahu2014-10-151-0/+22
* datapath-windows: Fix assertion in Netlink.cAnkur Sharma2014-10-131-2/+2
* datapath-windows: Transactional error support in Flow commands.Ankur Sharma2014-10-131-1/+1
* datapath-windows: Added the API for getting unused space in nlbuf.Ankur Sharma2014-10-062-1/+17
* datapath-windows: Netlink additional APIs.Ankur Sharma2014-10-062-8/+63
* datapath-windows/Netlink: Fixed NlAttrParseNestedAnkur Sharma2014-09-292-15/+24
* datapath-windows/Netlink: Allow support for NESTED Attributes in NlAttrValidateAnkur Sharma2014-09-291-6/+6
* datapath-windows/Netlink: Add NlAttrLen APIAnkur Sharma2014-09-292-2/+39
* datapath-windows/Netlink: Add NlFillOvsMsg API for creating Netlink message h...Ankur Sharma2014-09-292-0/+48
* datapath-windows: move OVS_MESSAGE to Netlink.hAnkur Sharma2014-09-291-0/+11
* datapath-windows: Add file NetlinkError.h.Samuel Ghinet2014-09-262-1/+201
* datapath-windows: return TRUE on success in NlAttrValidateNithin Raju2014-09-191-2/+5
* datapath-windows/Netlink: Add optional flag in policy.Ankur Sharma2014-09-162-1/+2
* datapath-windows: Add support for getting 64 and 16 bit attributes.Ankur Sharma2014-09-162-0/+26
* datapath-windows/Netlink: Added support for variable length attributes in val...Ankur Sharma2014-09-162-1/+4
* datapath-windows: fix bug in NlBufCopyAtTailUninitNithin Raju2014-09-161-5/+3
* datapath-windows/Netlink: Nested attributes put/parse.Ankur Sharma2014-09-122-3/+101
* datapath-windows/NetlinkBuf.h: Added NlBufSizeAnkur Sharma2014-09-121-0/+14
* datapath-windows: NetlinkBuf.c: Minor fix for lines exceeding 79 charsAnkur Sharma2014-09-041-3/+6
* datapath-windows: Netlink.c: Add netlink put APIs.Ankur Sharma2014-09-042-4/+427
* datapath-windows: NetlinkProto: Fix typo and add padding macro.Ankur Sharma2014-09-041-1/+4
* datapath-windows: Add Netlink buffer management APIs.Ankur Sharma2014-09-042-0/+390
* datapath-windows: Move netlink files to a new directory.Ankur Sharma2014-09-043-0/+689