sliver-openvswitch.git
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...
2012-12-27 Gurucharan... debian: Integrate interfaces config with OVS startup...
2012-12-26 Ben Pfaffovs-vswitch: Make OpenFlow "dp_desc" configurable.
2012-12-26 Ben Pfaffofproto: Use NULL "desc" values to indicate defaults.
2012-12-26 Ben Pfaffofproto: Remove ofproto_set_desc().
2012-12-26 Ethan Jacksonnetdev-vport: Remove set_stats() implementation.
2012-12-26 Ethan Jacksonnetdev-vport: Remove the ability to send packets.
2012-12-26 Ben Pfaffovs-ctl: Exit, instead of resuming, after handling...
2012-12-21 Ethan Jacksonofproto-dpif: Don't output to nonexistent ports.
2012-12-21 Ethan Jacksonofproto-dpif: User proper type for odp_port when output...
2012-12-21 Ethan Jacksonovs: Replace TODO:XXX with XXX.
2012-12-21 Ethan Jacksonxenserver: Downgrade not on XenServer warning to DBG.
2012-12-21 Ethan Jacksonofproto: Remove trailing whitespace.
2012-12-21 Ben Pfaffovsdb-doc: Fix formatting at top of generated manpage.
2012-12-21 Jarno RajahalmeAdd ODP level handling of OVS_KEY_ATTR_IPV4_TUNNEL.
2012-12-21 Thierry ParmentelatSetting tag sliver-openvswitch-1.9.90-2 sliver-openvswitch-1.9.90-2
2012-12-20 Isaku Yamahatadatapath: linux2.7 s/pid/portid/g
2012-12-20 Isaku Yamahatadatapath: support Linux 3.7
2012-12-20 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-12-20 Giuseppe Lettierirefactoring of vsys_transaction
2012-12-20 Giuseppe Lettierimove promisc to its own function
2012-12-20 Giuseppe Lettieripltap: do not try to get flags until finalized
2012-12-20 Giuseppe Lettierislight improvement in Makefile readability
2012-12-20 Giuseppe Lettieriproper handling of the DOWN flag
2012-12-20 Giuseppe Lettieriproper handling of the UP flag
2012-12-20 Giuseppe Lettieriremoved unused var
2012-12-20 Giuseppe Lettieriuse new vsys promisc script
2012-12-18 Ben Pfaffmeta-flow: Correctly byteswap skb_priority/skb_mark...
2012-12-18 Ben Pfaffofproto, ofproto-dpif: Fix memory leaks of struct iface...
2012-12-18 Ben Pfaffofproto-dpif: Fix another memory leak in type_run().
2012-12-18 Ben Pfaffofproto-dpif: Fix memory leak in type_run().
2012-12-18 Ben Pfaffofproto-dpif: Avoid potential undefined behavior in...
2012-12-18 Ansis Attekavswitchd: log skb_mark and skb_priority
2012-12-18 Ben Pfaffmeta-flow: Fix and simplify mf_get_mask().
2012-12-17 Jesse Grossdatapath: Zero out key when looking up null ports.
2012-12-17 Ben PfaffOPENFLOW-1.1+: New file for OpenFlow 1.1 and later...
2012-12-17 Giuseppe Lettieriuse new vsys promisc script
2012-12-16 Giuseppe LettieriMerge branch 'hotfix' into make-improv
2012-12-14 Ben Pfaffflow: Fix harmless typo in flow_wildcards_hash().
2012-12-14 Justin Pettitmeta-flow: Don't allow negative port numbers.
2012-12-14 Justin Pettitofp-util: Fix typo in invalid port range error message.
2012-12-13 Ben Pfaffdaemon: Start monitor process, not daemon process,...
2012-12-12 Ben Pfaffpackets: Change IP_ARGS interface to take an ovs_be32...
2012-12-10 Ben Pfaffovs-vsctl: Allow command-specific options to mingle...
2012-12-10 Jarno RajahalmeAdd OpenFlow13 to the allowed protocols for ofproto...
2012-12-10 Jarno RajahalmeOpenflow 1.1 queue set/get config placeholders.
2012-12-08 Ed Mastevswitchd: Avoid writing to const struct
2012-12-08 Ben Pfaffofproto: Report correct error for emergency flow with...
2012-12-08 Ben Pfaffvswitchd: Make the maximum size of MAC learning tables...
2012-12-08 Ben Pfaffvlog: New vlog/enable-rate-limit and vlog/disable-rate...
2012-12-08 Andres ToomsaluAdded RHEL ovs-ifup STP option handling
2012-12-08 Ben Pfaffnx-match: Log a warning when a wildcarded bit is set...
2012-12-08 Ed Mastenetdev-bsd: Use underlying tap device on netdev_bsd_lis...
2012-12-08 Ben Pfafftests: Avoid race condition in flow monitoring test.
2012-12-07 Justin Pettitnetdev-linux: Use underlying tap device on netdev_linux...
2012-12-07 Isaku Yamahatalinux/Makefile.main.in, acinclude: preparation for...
next