sliver-openvswitch.git
2013-01-24 Giuseppe LettieriMerge branch 'mainstream'
2013-01-24 Giuseppe Lettierifix compilation warnings
2013-01-24 Ben PfaffFAQ: Add QoS section.
2013-01-23 Ben Pfaffbridge: Fix bug in equal_pathnames().
2013-01-22 Ethan Jacksonofproto-dpif: Fix minor memory leak when creating dpif_...
2013-01-22 Ben Pfaffhash: Replace primary hash functions by murmurhash.
2013-01-22 Ben Pfaffhash: Change mhash_finish() data measurement from words...
2013-01-22 Ben Pfaffhash: Correct implementation of mhash_finish().
2013-01-22 Ben Pfafftests: Fix dependencies on hash function in ofproto...
2013-01-22 Jesse Grossdatapath: Return correct error code when dumping flow...
2013-01-22 Ben Pfaffdatapath: Don't dump partial action lists in flows.
2013-01-21 Jesse GrossRevert "datapath: Avoid null deref when GSO is for...
2013-01-21 Jesse Grossdatapath: Move LRO check from transmit to receive.
2013-01-21 Ben Pfaffdatapath: Avoid null deref when GSO is for verifying...
2013-01-21 Ben Pfaffofproto: Remove redundant call to ofconn_get_ofproto
2013-01-21 Pravin B Shelardatapath: Fix nelink attribute size for flow.
2013-01-21 Pravin B Shelardatapath: Fix Flow dump operation.
2013-01-19 Pravin B Shelardatapath: More flexible kernel/userspace tunneling...
2013-01-17 Gurucharan... debian: Change openvswitch restart logic for kernel...
2013-01-17 Justin Pettitofproto: Add "actions=" to drop action in "ovs-appctl...
2013-01-17 Simon Hormandpif-netdev: Limit scope of vlan in dp_netdev_execute_a...
2013-01-17 Ben PfaffNEWS: Mention that bridge compatibility is gone.
2013-01-17 Justin Pettitdpif-linux: Fix segfault when a port already exists.
2013-01-17 Ben PfaffMakefile.am: add check that <assert.h> is not used...
2013-01-17 Ben PfaffRemove useless use of <assert.h>.
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-17 Ben Pfaffutil: Introduce ovs_assert macro.
2013-01-16 Gurucharan... ovs-ctl.in: Restore ofport values across force-reload...
2013-01-16 Gurucharan... ovs-save: Add a helper command to maintain ofport value.
2013-01-16 Ben Pfaffovs-vsctl: Add --if-exists option to many database...
2013-01-16 Pavithra Rameshbridge: Remove restriction on socket name.
2013-01-16 Ed Mastenetdev: Add NULL get_tunnel_config for BSD.
2013-01-16 James Pagepython: Workaround UNIX socket path length limits
2013-01-16 Jesse GrossAUTHORS: Add James Page.
2013-01-16 James Pagedatapath: support Linux 3.8 kernel
2013-01-16 Giuseppe LettieriMerge branch 'mainstream'
2013-01-16 Ethan Jacksonnetdev: Parse and make available tunnel configuration.
2013-01-16 Ethan Jacksontunnels: Remove support for df_inherit from userspace.
2013-01-16 Jesse Grossofproto-dpif: Maintain tun_id across action lists.
2013-01-15 Zoltan Kissbond: Fix comment on bond_entry::tag
2013-01-15 Jarno Rajahalmeofp-print.c: Fix remaining port number prints.
2013-01-11 Ethan Jacksonnetdev-vport: Create new TUNNEL_CLASS macro.
2013-01-11 Krishna Kondakaalloc_ofp_port does not allocate the port number correctly
2013-01-11 Ben PfaffFAQ: Update question about OpenFlow version support.
2013-01-11 Ben Pfaffworker: Remove unreachable statement.
2013-01-11 Ben Pfaffsocket-util: Use CONST_CAST in send_iovec_and_fs().
2013-01-11 Ben Pfaffworker: Make worker_request_iovec() verify that it...
2013-01-11 Ben Pfaffworker: Do not use poll_block() in worker_send_iovec().
2013-01-11 Ben Pfaffvlog: Avoid calling worker_request() reentrantly.
2013-01-10 Justin Pettitdpif-linux: Give each port its own userspace-kernel...
2013-01-10 Justin Pettitdpif-linux: Log the correct port-PID mapping.
2013-01-10 Justin Pettitofproto-dpif: Use proper special value for the reserved...
2013-01-10 Ethan Jacksonnetdev-vport: Remove useless struct netdev_vport.
2013-01-10 YOSHIFUJI Hideakidatapath: Use FIELD_SIZEOF() in dp_init().
2013-01-10 Jarno RajahalmeAdd Openflow 1.3 test for asynchronous message control.
2013-01-10 Ben Pfafftests: Fix memory leaks in test-classifier program.
2013-01-10 Ben Pfaffclassifier: Fix theoretical leak in classifier_destroy().
2013-01-09 Justin Pettitofproto: Fix remaining incorrect users of OVSP_LOCAL.
2013-01-09 Ben Pfaffdpif: Document.
2013-01-09 Jarno Rajahalmedatapath: Change ENOENT return value to ENODEV in looku...
2013-01-09 Ben Pfaffofproto-dpif: Eliminate unneeded call to ofproto_dpif_c...
2013-01-09 Kyle Mesterydatapath: Fix a kernel crash when adding a 2nd VXLAN...
2013-01-09 Jarno Rajahalmeofproto-dpif: More efficient implementation of get_odp_...
2013-01-09 Gurucharan... ovs-ofctl: Remove 'ANY' as a wildcard.
2013-01-09 Gurucharan... openflow: Print in_port as string for reserved/special...
2013-01-09 Ben Pfaffovsdb-server: Fix memory leak when manager table has...
2013-01-09 Ben Pfaffconnmgr: Fix memory leak destroying ofmonitor.
2013-01-09 Ben Pfaffofproto-dpif-governor: Fix small memory leak.
2013-01-09 Ben Pfaffofp-util: Fix uninitialized bytes in OF1.0 and OF1...
2013-01-09 Ben Pfaffmeta-flow: Fix uninitialized data parsing tnl_flags...
2013-01-07 Ethan Jacksonbugtool: Add manpage to gitignore.
2013-01-07 Zoltan Kissbond: Change rebalance ratio to be more fair
2013-01-07 Ben Pfaffrconn: Avoid memory leak in rconn_send_with_limit(...
2013-01-07 Ben Pfaffmanpages.mk: Install auto-generated update.
2013-01-07 Ben Pfaffbond: Correct comments.
2013-01-07 Jarno Rajahalmeinclude/linux/openvswitch.h: Make OVSP_LOCAL 32-bit.
2013-01-07 Isaku Yamahataovs-vsctl.8: Add an example to configure openflow version.
2013-01-05 Saul St. Johnmanpages: Fix build
2013-01-04 Ben Pfaffvconn: Fix parameters for vconn_open(), vconn_open_bloc...
2013-01-04 Ben PfaffFAQ: Remove doubled "modified" in FAQ answer.
2013-01-04 Ben Pfaffmanpages: Put version number instead of date at bottom...
2013-01-04 Ben Pfaffovs-ofctl: Document to work with any OpenFlow switch.
2013-01-04 Ethan Jacksonnetdev-vport: Manage ethernet addresses in userspace.
2013-01-04 Ethan Jacksonvswitch: Remove PMTUD support from userspace.
2013-01-04 Ethan Jacksonnetdev-vport: New helper netdev_vport_get_dev().
2013-01-04 Ethan Jacksonnetdev: Rename get_drv_info() to get_status().
2013-01-04 Ethan Jacksonnetdev-vport: Fix theoretical null pointer dereference.
2013-01-04 Ethan Jacksonofproto-dpif: New function ofproto_receive().
2013-01-03 Ben Pfaffofp-actions: Fix the check for instruction ordering...
2013-01-02 Anoob Somanlacp: Fix dumping of the aggregation key.
2013-01-02 Ethan Jacksonbridge: Log version number precisely once.
2012-12-31 Jarno RajahalmeMake OVS_TUNNEL_ATTR_DST_IPV4 optional to allow configu...
2012-12-31 Jesse Grossofproto-dpif: Initialize tunnel metadata in both 'flow...
2012-12-31 Jesse Grossdatapath: Initialize tunnel_key pad member.
2012-12-30 Ben Pfaffdebian: Fix typo in comment in openvswitch-controller...
2012-12-28 Jarno RajahalmeAdd Openflow 1.2 role request/reply processing, update...
2012-12-27 Pravin B Shelaropenvswitch: Remove Linux bridge compatibility.
2012-12-27 Pravin B Shelarbrcompat: Mark ovs-brcompat as deprecated.
2012-12-27 Simon Hormanflow: Split flow_extract
2012-12-27 SUGYO Kazushiofp-util: features reply of openflow13 does not have...
next