Catalli's threaded switch
[sliver-openvswitch.git] / lib /
2010-06-22 Ben Pfaffjsonrpc: Suppress duplicate logging.
2010-06-22 Ben Pfaffjsonrpc: Propagate error code to reconnect_disconnected().
2010-06-17 Ben PfaffImplement QoS framework.
2010-06-17 Ben Pfaffshash: New functions shash_destroy_free_data() and...
2010-06-17 Ben Pfaffport-array: Add port_array_delete() function.
2010-06-17 Ben Pfaffnetdev-linux: Create rtnetlink socket up front instead...
2010-06-17 Ben Pfaffnetlink: Improve support for nested Netlink attributes.
2010-06-17 Ben Pfaffnetlink: Add support for Netlink table dumping.
2010-06-17 Ben Pfaffnetlink: Add functions for handling nested attributes.
2010-06-17 Ben Pfaffnetlink: Make nl_sock_transact() always return a reply...
2010-06-17 Ben Pfaffnetlink: Fix bad assumption about nested Netlink attrib...
2010-06-17 Ben Pfaffnetlink: Make nl_sock_transact() discard reply if ...
2010-06-17 Ben Pfaffnetlink: Drop sock parameter from nl_msg_put_(ge)nlmsgh...
2010-06-17 Ben Pfaffvconn: Move OpenFlow utility functions into new file...
2010-06-17 Ben Pfaffovs-vsctl: Support references among records at creation...
2010-06-15 Ben Pfaffvlog: Check that all declared vlog modules are used...
2010-06-15 Ben Pfaffvlog: Remove modules that don't have any users.
2010-06-10 Jesse Grossnetdev-vport: Use vport set_stats instead of internal...
2010-06-10 Jesse Grossnetdev-linux: Add capability to get stats from vport...
2010-06-09 Ben Pfaffxenserver: Remove some ovs-xenserverd support that...
2010-06-09 Jesse Grosstimeval: Use monotonic time where appropriate.
2010-06-08 Ben Pfaffdiscovery: Include datapath name in log messages.
2010-06-08 Ben Pfaffofproto: Make OpenFlow connection log messages name...
2010-06-08 Ben Pfaffrconn: Make rconn_connect() a 'void' function.
2010-06-08 Ben Pfaffrconn: Drop rconn_new(), rconn_new_from_vconn() functions.
2010-06-08 Ben Pfaffrconn: Drop 'name' arg to rconn_new_from_vconn(), rconn...
2010-06-07 Ben PfaffAdd guide to porting Open vSwitch.
2010-06-04 Jesse Grossbridge: Filter some gratuitous ARPs on bond slaves.
2010-06-02 Jesse Grossnetdev: Remove may_create/may_open flags.
2010-06-02 Jesse Grossnetdev-linux: Give tap FD to first opener.
2010-06-02 Jesse Grossnetdev-linux: Fix tap device stats.
2010-05-26 Ben Pfafflib: Disable Linux-specific libraries on non-Linux...
2010-05-26 Ben Pfaffdatapath: Make datapath-protocol.h portable to non...
2010-05-26 Ben Pfaffsocket-util: Tolerate missing RLIM_SAVED_CUR and RLIM_S...
2010-05-26 Ben PfaffAdd some missing "#include"s.
2010-05-26 Ben PfaffAlways #include <sys/socket.h> before <net/if.h>.
2010-05-26 Ben Pfaffpoll-loop: New function poll_timer_wait_until().
2010-05-26 Ben Pfaffpoll-loop: Change poll_timer_wait() parameter from...
2010-05-25 Ben Pfaffunixctl: Sort list of commands output by "help".
2010-05-20 Justin Pettitdpif: Include stat.h header
2010-05-19 Jesse Grossnetdev-linux: Quiet down ingress policing.
2010-05-18 Jesse Grosspatch: Remove veth driver.
2010-05-18 Jesse Grossnetdev: Add 'patch' userspace implementation.
2010-05-18 Jesse Grossnetdev: Extract netdev vport functions.
2010-05-17 Wei Yongjunovsdb-idl: fix compile warning of lib/ovsdb-idl.c
2010-05-13 Ben Pfaffstream-ssl: Flush OpenSSL error queue after calling...
2010-05-13 Ben Pfaffdaemon: Throttle max respawning rate.
2010-05-13 Ben Pfaffdaemon: Allow monitored daemon to dump core no more...
2010-05-11 Ben PfaffDiagnose attempts to connect the wrong protocol to...
2010-05-11 Ben Pfaffvconn-stream: Refactor vconn_stream_recv() for readability.
2010-05-11 Jesse Grossflow: Zero tun_id if wildcarded.
2010-05-07 Ben Pfaffflow: Fix misaligned access.
2010-05-07 Ben PfaffAdd header for access to potentially unaligned data.
2010-05-07 Ben Pfafftests: Fix bug in ovsdb-server test suite.
2010-05-07 Ben Pfaffutil: Fix GCC false-positive warning for CONTAINER_OF.
2010-05-06 Justin PettitFix issue with "strict" deletion of flows
2010-05-05 Ben Pfaffnetdev-linux: Optimize removing policing from an interface.
2010-05-05 Ben Pfaffnetdev-linux: Cache policing values.
2010-05-05 Ben Pfaffnetdev-linux: Factor out removing policing.
2010-05-05 Ben Pfaffnetdev-linux: Factor out obtaining an RTNL socket.
2010-05-05 Ben Pfaffdpif-linux: Use hash instead of sorted array.
2010-05-05 Ben Pfaffdynamic-string: Optimize ds_put_char().
2010-05-05 Ben Pfaffbridge: Optimize iface_lookup() and port_lookup_iface...
2010-04-27 Ben Pfaffofproto: Avoid buffer copy in OFPT_PACKET_IN path.
2010-04-26 Ben Pfaffxenserver: Gracefully refresh network UUIDs on pool...
2010-04-26 Ben Pfaffofpbuf: New function ofpbuf_push_zeros().
2010-04-26 Ben Pfaffsocket-util: Move get_mtime() here from stream-ssl.
2010-04-26 Ben Pfaffsocket-util: Factor out new function inet_parse_active().
2010-04-20 Ben Pfaffstream: Fix typo in comment.
2010-04-19 Ben PfaffUpdate fake bond devices' statistics with the sum of...
2010-04-19 Jesse Grosstunneling: Remove old GRE implementation.
2010-04-19 Jesse Grosstunneling: Add userspace support for new GRE implementa...
2010-04-19 Jesse Grossnetdev: Allow get_ifindex and get_features to be null.
2010-04-19 Jesse Grossnetdev-linux: Don't free a member of a struct.
2010-04-19 Jesse Grossnetdev-linux: Check notifications are for netdev-linux...
2010-04-19 Jesse Grossdpif-linux: Clean up vports that are no longer in config.
2010-04-19 Jesse Grossnetdev: Add function netdev_is_open().
2010-04-19 Jesse Grossdatapath: Add generic virtual port layer.
2010-04-19 Jesse Grosstunneling: Add support for tunnel ID.
2010-04-15 Justin Pettitnetdev: Add support for "patch" type
2010-04-14 Ben Pfaffstream-ssl: Avoid access-after-free error in update_ssl...
2010-04-13 Ben Pfaffodp-util: Print bad action numbers in hexadecimal in...
2010-04-13 Ben Pfaffdpif: Make dpif_flow_get() results predictable on error.
2010-04-13 Ben PfaffMake fatal signals cause an exit more promptly in speci...
2010-04-12 Ben Pfaffovsdb: Use port 6632 as a default port for database...
2010-04-12 Ben Pfaffvconn-stream: Factor out port defaults into public...
2010-04-12 Ben Pfaffstream: Generalize stream_open_block().
2010-04-12 Ben Pfaffjsonrpc: Add support for passive connections.
2010-04-12 Ben Pfaffreconnect: Implement "passive mode".
2010-04-12 Ben Pfaffreconnect: Get rid of unused state.
2010-04-12 Ben Pfaffstream-ssl: Make it possible to avoid checking peer...
2010-04-12 Ben Pfaffstream: New functions stream_verify_name() and pstream_...
2010-04-12 Ben Pfaffovsdb-server: Document --unixctl option.
2010-04-12 Ben PfaffFix hyphens in manpage.
2010-04-12 Ben Pfaffstream-ssl: Read existing CA certificate more eagerly...
2010-04-12 Justin Pettitprint: Print mod_vlan_vid action in decimal
2010-04-12 Justin Pettitovs-ofctl: Allow setting cookie as a decimal or hex...
2010-04-11 Ben Pfaffnetdev: Allow recv, recv_wait, drain, send, send_wait...
2010-04-08 Justin Pettitleak-checker: Document "--leak-limit" option
2010-04-06 Ben Pfaffdpif: Really don't log many dpif errors.
next