summaryrefslogtreecommitdiff
path: root/lib/dpif-netlink.c
Commit message (Expand)AuthorAgeFilesLines
* netdev-tc-offloads: Add offloading of multiple outputsChris Mi2018-04-121-9/+1
* netdev-linux: fail ops not supporting remote netns.Flavio Leitner2018-03-311-1/+1
* netnsid: update device only if netnsid matches.Flavio Leitner2018-03-311-0/+8
* netlink: provide network namespace id from a msg.Flavio Leitner2018-03-311-3/+3
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-9/+10
* dpctl conntrack: Add get number of connections.Darrell Ball2018-01-091-0/+1
* dpctl conntrack: Add get and set maxconns command.Darrell Ball2018-01-091-0/+2
* ct-dpif,dpif-netlink: Support conntrack flush by ct 5-tupleYi-Hung Wei2017-12-071-2/+5
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* dpctl: Add new 'ct-bkts' command.Antonio Fischetti2017-08-021-2/+2
* dpif-netlink: Fix log level for error messageRoi Dayan2017-08-011-1/+1
* dpif: Refactor obj type from void pointer to dpif_classRoi Dayan2017-07-271-7/+8
* dpif-netlink: For non-Ethernet, use Ethertype from packet_type.Joe Stringer2017-07-191-2/+17
* dpif-netlink: Use netlink helpers for packet_type.Joe Stringer2017-07-191-5/+5
* dpif-netlink: Use dpif logging functionsRoi Dayan2017-06-151-33/+6
* dpctl: Indicate if flow is offloaded when dumping flows of all typesPaul Blakey2017-06-151-0/+4
* dpctl: Add an option to dump only certain kinds of flowsPaul Blakey2017-06-151-12/+51
* dpif-netlink: Use netdev flow get api to query a flowPaul Blakey2017-06-151-1/+50
* dpif-netlink: Use netdev flow del api to delete a flowPaul Blakey2017-06-151-1/+12
* dpif-netlink: Use netdev flow put api to insert a flowPaul Blakey2017-06-151-7/+209
* dpif-netlink: Dump netdevs flows on flow dumpPaul Blakey2017-06-151-0/+170
* dpif-netlink: Flush added ports using netdev flow apiPaul Blakey2017-06-151-0/+5
* netlink: Introduce helpers for 128-bit integer attributes.Ben Pfaff2017-06-141-9/+3
* userspace: Switching of L3 packets in L2 pipelineJan Scheurich2017-06-021-6/+37
* dpif-netlink: Fix multiple-free and fd leak on error path.Ben Pfaff2017-06-011-3/+2
* dpif-netlink: Probe for out-of-tree tunnels, decides used interfaceEric Garver2017-05-191-16/+37
* dpif-netlink: Support rtnetlink port creation.Eric Garver2017-05-191-1/+28
* dpif-netlink: Refactor code to create compat portsEric Garver2017-05-191-59/+79
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-031-0/+18
* dpif-netlink: Handle netlink errors on port del.Eric Garver2017-04-121-1/+5
* dpif-netlink: Fix memory leak on port del on WIN32.Eric Garver2017-04-121-0/+1
* dpif: Meter framework.Jarno Rajahalme2017-03-081-1/+45
* windows: add forward declaration to dpif-netlinkAlin Serdean2017-03-071-0/+3
* dpif-netdev: Pass Openvswitch other_config smap to dpif.Daniele Di Proietto2017-02-031-1/+1
* Windows: Add internal switch port per OVS bridgeAlin Serdean2016-12-201-0/+21
* bridge: Pass interface's configuration to datapath.Ilya Maximets2016-07-271-0/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* Windows: Add conntrack dump and flush support in userspaceSairam Venugopal2016-07-011-12/+3
* dpif-netlink: Only warn when OVS datapath Netlink family is unavailable.Ciara Loftus2016-05-171-3/+3
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ofpbuf: New function ofpbuf_const_initializer().Ben Pfaff2016-02-191-45/+27
* dpif-netlink: Implement ct_flush.Daniele Di Proietto2015-12-211-1/+12
* dpif-netlink: Implement ct_dump_{start,next,done}.Daniele Di Proietto2015-12-211-0/+60
* ct-dpif: Add ct_dpif_flush().Daniele Di Proietto2015-12-211-0/+1
* ct-dpif: Add ct_dpif_dump_{start,next,done}().Daniele Di Proietto2015-12-211-0/+3
* dpif-netlink: Allow MRU packet attribute.Andy Zhou2015-10-131-0/+5
* dpif-netdev: Purge all ukeys when reconfigure pmd.Alex Wang2015-09-021-0/+1
* tunneling: Remove gre64 tunnel support.Pravin B Shelar2015-08-201-5/+0
* Extend sFlow agent to report tunnel and MPLS structuresNeil McKee2015-07-211-0/+2