list files that do not go into the distribution
[sliver-openvswitch.git] / lib /
2012-06-21 Giuseppe Lettieriremoved warnings
2012-06-21 Giuseppe Lettieriupdate rx/tx stats
2012-06-21 Giuseppe Lettieribetter change_seq
2012-06-21 Giuseppe Lettieriremoved useless mtu and carrier
2012-06-21 Giuseppe Lettierifix: several error handling issues in send/recv
2012-06-21 Giuseppe Lettieriadded drain method to netdev-tunnel's
2012-06-21 Giuseppe Lettierinetdev-tunnel's are now always listening
2012-06-21 Giuseppe Lettieribetter set_config for netdev-tunnel's
2012-06-21 Giuseppe Lettieriprovide get_config for netdev-tunnel's
2012-05-09 Giuseppe Lettieriproper destruction of netdev datapaths
2012-05-07 Giuseppe Lettieritap_pl: proper destruction of tap_pl
2012-05-01 Giuseppe Lettieritap_pl: fixed behaviour in send
2012-05-01 Giuseppe Lettieritap_pl: added stub for update_flags
2012-05-01 Giuseppe Lettieritap_pl: fixed spurious send
2012-05-01 Giuseppe Lettieritap_pl: fixed wrong class type in creation
2012-05-01 Giuseppe Lettierinetdev-tunnel: put remote_port into the DB
2012-04-30 Giuseppe Lettierisupport for tap interfaces on PlanetLab
2012-04-29 Giuseppe Lettieriallow easier addition of planetlab datapath_type
2012-04-29 Giuseppe LettieriHonor Unix rule of silence
2012-04-29 Giuseppe LettieriSimple minded ethernet-over-UDP tunnels
2012-04-27 Ben Pfaffmeta-flow: Correctly set destination MAC in mf_set_flow...
2012-04-26 Ethan Jacksonrconn: Simplify rconn_send() semantics.
2012-04-26 Ansis Attekanicira-ext: Support masking of nd_target field
2012-04-26 Ben Pfaffcoverage: Make ovs-appctl command more useful and less...
2012-04-26 Ben Pfaffcoverage: Rate-limit logging coverage information.
2012-04-26 Ben Pfafftimeval: Rate-limit logging rusage information.
2012-04-26 Ben Pfaffcfm: Log fault status changes more informatively.
2012-04-26 Ben Pfaffjson: Correct position tracking in JSON parser implemen...
2012-04-25 Ben Pfaffjsonrpc: Keep jsonrpc_recv() from taking over the CPU.
2012-04-25 Ben PfaffFix memory leaks.
2012-04-25 Simon HormanAdd OXM data to mf_fields
2012-04-20 Ansis Attekaautomake: ofp-errors.[c|inc] are actually inside srcdir
2012-04-19 Ben Pfaffofproto-dpif: Make it easier to credit statistics for...
2012-04-19 Ben Pfaffclassifier: Optimize search of "catchall" table.
2012-04-19 Ben Pfaffmac-learning: Speed up mac_table_hash().
2012-04-19 Ben Pfaffhash: Speed up hash_bytes().
2012-04-19 Ben Pfaffdpif: Make caller of dpif_recv() provide buffer space.
2012-04-19 Ben Pfaffnetlink-socket: Make caller provide message receive...
2012-04-19 Ben Pfaffnetlink-socket: Remove unnecessary #include.
2012-04-19 Ben Pfaffnetlink: Postpone choosing sequence numbers until send...
2012-04-19 Ben Pfaffdpif-linux: Avoid malloc() in dpif_linux_operate().
2012-04-19 Ben Pfaffofpbuf: New functions ofpbuf_use_stub() and ofpbuf_get_...
2012-04-19 Ben Pfaffnetlink-socket: Avoid forcing a reply for final message...
2012-04-19 Ben Pfaffdpif: Include TCP flags in "ovs-dpctl dump-flows" output.
2012-04-19 Ben Pfaffofproto-dpif: Batch flow uninstallations due to expiration.
2012-04-19 Ben Pfaffofproto-dpif: Keep subfacet "used" times more up-to...
2012-04-17 Ethan Jacksonlacp: Remove heartbeat mode.
2012-04-17 Ethan Jacksonlacp: Remove custom transmission intervals.
2012-04-17 Ethan Jacksonvswitch: Use consistent representation of DSCP bits.
2012-04-17 Ethan Jacksonsocket-util: Remove DSCP_INVALID.
2012-04-17 Ethan Jacksonlib: Pull dscp bits out of reconnect.
2012-04-17 Ethan Jacksonsocket-util: Close socket on failed dscp modification.
2012-04-12 Ethan Jacksonstream: By default disable probing on unix sockets.
2012-04-12 Ethan Jacksonpython: Honor zero probe interval in reconnect.py
2012-04-14 Ben Pfafflearn: Make it possible to parse "load" actions wider...
2012-04-14 Ben Pfafflearn: Fix bugs when learn actions use subfields wider...
2012-04-14 Ben Pfaffmeta-flow: New functions for reading and writing genera...
2012-04-14 Ben Pfaffutil: New function bitwise_is_all_zeros().
2012-04-14 Ben Pfaffutil: New function bitwise_one().
2012-04-12 Ben Pfaffovsdb-idl: Improve documentation.
2012-04-12 Ben Pfaffovsdb-idl: Improve ovsdb_idl_txn_increment() interface.
2012-04-12 Ben Pfaffovsdb-idl: Simplify transaction retry.
2012-04-06 Ethan Jacksonutil: New function set_program_name_version().
2012-04-06 Mehak MahajanAdded handling of previously ignored cfm faults.
2012-04-05 Mehak MahajanGranular link health statistics for cfm.
2012-04-05 Mehak MahajanRevert "Granular link health statistics for cfm."
2012-04-05 Mehak MahajanGranular link health statistics for cfm.
2012-03-30 Simon HormanAdd some missing Open Flow 1.1 definitions
2012-03-28 Ben PfaffFix minor memory leaks found by valgrind.
2012-03-28 Ben Pfaffovsdb-idl: Fix memory leak writing synthetic rows in...
2012-03-27 Ben Pfaffdpif-netdev: Correct type of struct dp_netdev_flow...
2012-03-27 Simon HormanAdd error codes for Open Flow v1.2
2012-03-27 Ben Pfaffofp-errors: Use OF1.1+ in place of OF1.1 throughout.
2012-03-27 Ben Pfaffofp-errors: Rename "OF" to "OF1.0+", "NX" to "NX1.0+".
2012-03-26 Jesse Grosspacket: Add additional TCP flags extraction on IPv6.
2012-03-24 Mehak MahajanAllow configuring DSCP on controller and manager connec...
2012-03-23 Jesse Grossflow: Enable retrieval of TCP flags from IPv6 traffic.
2012-03-23 Jesse Grossflow: Add length check when retrieving TCP flags.
2012-03-23 Ben Pfaffunixctl: Fix bad log message on error path.
2012-03-23 Ben Pfafftreewide: Convert tabs to spaces in C source files...
2012-03-22 Pravin B Shelarnetdev: Rename netdev->get_status() to netdev->get_drv_...
2012-03-21 Ben Pfaffhmap: New function hmap_contains().
2012-03-21 Ben Pfafflearn: Initialize cookie_mask in constructed flow_mod.
2012-03-20 Ethan Jacksoncfm: Support random VLAN tag for CCM PDUs.
2012-03-19 Ben Pfaffnetdev-linux: Fix use-after-free when netdev_dump_queue...
2012-03-19 Ethan Jacksonidl: Move vswitch-idl to libopenvswitch.
2012-03-19 Ben Pfaffconfigure: Remove --with-build-number.
2012-03-16 Ben Pfaffnetlink-socket: Increase Netlink socket receive buffer...
2012-03-15 Ben Pfaffmeta-flow: Don't dereference NULL sf->field in mf_forma...
2012-03-15 Ben Pfaffofp-util: Fix typo in comment.
2012-03-12 Thomas Goiranddoc: Fix typo in manpage.
2012-03-09 Ethan Jacksonnetdev: Consistently use 'enum netdev_features'.
2012-03-09 Ethan Jacksonnicira-ext: Increase the number of NXM registers to 8.
2012-03-09 Pravin B Shelarnetdev-linux: Cache error code from do_get_ifindex().
2012-03-09 Pravin B Shelarnetdev-linux: Cache error code from get-features.
2012-03-09 Pravin B Shelarnetdev-linux: Cache error code from set-policing.
2012-03-09 Pravin B Shelarnetdev-linux: Cache error code from ether-addr ioctl.
2012-03-09 Pravin B Shelarnetdev-linux: Cache error code from mtu ioctl.
2012-03-09 Pravin B Shelarnetdev-linux: Cache drv-info for net device.
2012-03-08 Ben Pfaffnetdev-linux: Use "read", not "recv", for tap devices.
next