]> git.proxmox.com Git - ovs.git/history - lib
v2 netlink-socket: Fix broken build on Windows
[ovs.git] / lib /
2018-04-03 Alin Gabriel Serdeanv2 netlink-socket: Fix broken build on Windows
2018-03-31 Flavio Leitnernetdev-linux: fail ops not supporting remote netns.
2018-03-31 Flavio Leitnernetlink linux: enable listening to all nsids
2018-03-31 Flavio Leitnernetdev-linux: use netlink to update netdev.
2018-03-31 Flavio Leitnernetnsid: update device only if netnsid matches.
2018-03-31 Flavio Leitnernetlink: provide network namespace id from a msg.
2018-03-31 Ben Pfaffjson: Avoid extra memory allocation and string copy...
2018-03-31 Ben Pfaffseq: Avoid some "possible leak" warnings from valgrind.
2018-03-31 Ben Pfaffofp-flow: Reduce memory consumption for ofputil_flow_mo...
2018-03-31 Ben Pfaffflow, match, classifier: Add new functions for miniflow...
2018-03-31 Ben Pfaffflow: Improve type-safety of MINIFLOW_GET_TYPE.
2018-03-31 Ben Pfaffmatch: Add 'tun_md' member to struct minimatch.
2018-03-31 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-03-31 Ian Stokeslib/tc: Fix sparse warnings.
2018-03-29 Roi Dayanlib/netdev-tc-offloads: Fix frag first/later translation
2018-03-24 Ben Pfaffovsdb: Introduce experimental support for clustered...
2018-03-24 Ben Pfaffovsdb: Add support for online schema conversion.
2018-03-24 Ben Pfaffovsdb-idl: Break out database-specific stuff into new...
2018-03-24 Ben Pfaffjsonrpc: Allow jsonrpc_session to have more than one...
2018-03-24 Ben Pfaffreconnect: Add ability to do a number of retries withou...
2018-03-23 Ilya Maximetsnetdev-dpdk: Limit rate of DPDK logs.
2018-03-23 Kevin Traynornetdev-dpdk: Remove 'error' from non error log.
2018-03-23 Ilya Maximetsnetdev-dpdk: Fix print format for dpdk port ids.
2018-03-21 Roi Dayannetdev-tc-offloads: Add support for IP fragmentation
2018-03-21 Roi Dayanlib/tc: Handle error parsing action in nl_parse_single_...
2018-03-14 Ben Pfaffodp-util: Print eth() for Ethernet flows if packet_type...
2018-03-14 Justin PettitClean up some minor spelling and typos.
2018-03-14 Miguel Angel Ajoovs-vsctl: Include bfd_status in "show" output for...
2018-03-14 Ben Pfaffofp-print: Move much of the printing code into message...
2018-03-14 Ben Pfaffofp-match: Make some public functions static.
2018-03-14 Ben Pfaffofp-flow: Move parse_ofp_flow_mod_str() into correct...
2018-03-14 Ben Pfaffofp-packet: Better abstract packet-in format.
2018-03-14 Ben Pfaffofp-protocol: Better abstract changing the protocol...
2018-03-14 Ben Pfaffovsdb-idl: Use modern form of <monitor-requests>.
2018-03-01 Ben Pfaffofp-util: Use consistent naming convention.
2018-02-28 Justin PettitDon't shadow variables.
2018-02-28 Justin Pettitovs-numa: Prevent shadowing 'dummy_config'.
2018-02-28 Justin Pettitdb-ctl-base: Don't shadow 'invalidate_cache' callback.
2018-02-28 Justin PettitDon't shadow iterator values.
2018-02-28 Justin Pettitdp-packet: Add index to DP_PACKET_BATCH_FOR_EACH to...
2018-02-28 Justin Pettitcmap: Allow CMAP_FOR_EACH to be nested without shadowin...
2018-02-28 Justin PettitDon't shadow global VLOG "rl" definition.
2018-02-28 Justin Pettitcmap: Fix example provided for CMAP_FOR_EACH.
2018-02-26 Mark MichelsonRefer to database manpages in *ctl manpages
2018-02-26 zhanglipingvlog: fix the incorrect zero padding in format_log_message
2018-02-26 zhanglipingcmap: Fix bug in CMAP_FOR_EACH_WITH_HASH_PROTECTED.
2018-02-21 Ilya Maximetsofp-parse: Include missing ofp-actions.h.
2018-02-16 Ben Pfaffovsdb-idlc: Implement synthetic columns.
2018-02-16 Ben Pfaffofp-meter: Fix use-after-free for decoding meter mods.
2018-02-14 Yi-Hung Weiconntrack: Support conntrack flush by ct 5-tuple
2018-02-14 Ben Pfaffofp-flow: Fix return value for ofputil_decode_flow_stat...
2018-02-13 Ben PfaffImplement OF1.3 extension for OF1.4 role status feature.
2018-02-13 Ben Pfaffofp-util, ofp-parse: Break up into many separate modules.
2018-02-06 Ben Pfaffjson: Make it safe to pass null pointers to json_equal().
2018-02-06 Ben Pfaffjsonrpc: Add comment for jsonrpc_msg_to_json().
2018-02-06 Ben Pfaffodp-util: Always report ODP_FIT_TOO_LITTLE for IGMP.
2018-02-06 Ben Pfaffofproto-dpif-upcall: Slow path flows that datapath...
2018-02-06 Ben PfaffRemove last mentions of 'facet' from comments.
2018-02-05 Tonghao Zhangnetdev-linux: Report netdev change events when mac...
2018-02-05 Ben Pfaffutil: Use lookup table to optimize hexit_value().
2018-02-01 William Tuovs-router: fix router entry cast
2018-02-01 Venkata AnilAdd unixctl option for ovn-northd
2018-02-01 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-02-01 Ben Pfaffovs-vswitchd: Avoid or suppress memory leak warning...
2018-02-01 Ben Pfaffovs-vswitchd: Fire RCU callbacks before exit to reduce...
2018-02-01 Ben Pfaffutil: Document and rely on ovs_assert() always evaluati...
2018-02-01 Ben PfaffSupport accepting and displaying table names in OVS...
2018-01-31 Ben Pfaffofp-util: New data structure for mapping between table...
2018-01-31 Ben Pfaffofp-actions: Make formatting and parsing functions...
2018-01-31 Ben Pfaffclassifier: Refactor interface for classifier_remove().
2018-01-31 Ciara Loftusnetdev-dpdk: Add support for vHost dequeue zero copy...
2018-01-30 Ben Pfaffclassifier: Fix typo in comment.
2018-01-27 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-01-27 Ben Pfaffflow: Add some L7 payload data to most L4 protocols...
2018-01-26 Ben Pfaffflow: Simplify flow_compose_l4().
2018-01-26 Ilya Maximetsnetdev-dpdk: Fix xstats leak on port destruction.
2018-01-26 Ilya Maximetsnetdev-dpdk: Fix memory leak in netdev_dpdk_configure_x...
2018-01-26 Ilya Maximetsnetdev-dpdk: Fix memory leak in netdev_dpdk_get_custom_...
2018-01-26 Matteo Crocevswitchd: show DPDK version
2018-01-26 Yuanhan Liunetdev-dpdk: fix port addition for ports sharing same...
2018-01-26 Ian Stokesnetdev-dpdk: Fix requested MTU size validation.
2018-01-26 Ben Pfaffovs-atomic: Fix typo in comment.
2018-01-24 John Hurleytc flower: reorder tunnel encap/decap actions
2018-01-23 Róbert MulikLACP: Check active partner sys id
2018-01-23 Venkatesan Pradeepbfd: Send BFD packets with DSCP CS6
2018-01-22 Flavio Leitnernetdev-linux: do not send packets to down tap ifaces.
2018-01-22 John Hurleydpif: geneve: supply dpif function to get ifindex
2018-01-20 Eric Garverdpif: Add support for OVS_ACTION_ATTR_CT_CLEAR
2018-01-19 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-01-18 Ben Pfaffdpif-netlink-rtnl: Work around MTU bug in kernel GRE...
2018-01-18 Ben Pfaffdpif-netlink-rtnl: Use 65000 instead of 65535 as tunnel...
2018-01-18 Aaron Conoleodp-util: Fix compiler warning.
2018-01-17 Flavio Leitnernetdev-dpdk: add vhost-user get_status.
2018-01-17 Kevin Traynordpif-netdev: Add percentage of pmd/core used by each...
2018-01-17 Kevin Traynordpif-netdev: Reset the rxq current cycle counter on...
2018-01-17 Ilya Maximetsdpif-netdev: Time based output batching.
2018-01-17 Ilya Maximetsdpif-netdev: Count cycles on per-rxq basis.
2018-01-17 Ilya Maximetsdpif-netdev: Use microsecond granularity.
2018-01-17 Jan Scheurichdpif-netdev: Refactor cycle counting
2018-01-17 Jan Scheurichdpif-netdev: Refactor PMD performance into dpif-netdev...
next