aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2013-10-17vtep: Add Debian packaging.Justin Pettit
2013-10-16datapath: fix vport-netdev unregisterAlexei Starovoitov
2013-10-14rhel: Option to create tunnel through ifcfg scripts.Edouard Bourguignon
2013-10-02util: use gcc builtins to better check array sizesFlavio Leitner
2013-09-13AUTHORS: Add Torbjorn Tornkvist.Ben Pfaff
2013-09-12dpif-linux: Use correct enum in dpif_linux_flow_dump_start().Ben Pfaff
2013-09-08AUTHORS: Update Jarno Rajahalme's email address.Ben Pfaff
2013-09-07netdev: update IFF_LOOPBACK flag for linux and bsd devicesAlexandru Copot
2013-09-02Implement OpenFlow 1.1+ "groups" protocol.Neil Zhu
2013-08-26ovs-save: Do not depend on hardcoded set of $PATH for utilities.Gurucharan Shetty
2013-08-23ofproto: remove the extra reset to make code clear to read.pritesh
2013-08-20odp-util: New function odp_flow_key_to_mask().Guolin Yang
2013-08-05cfm: update remote opstate only when a CCM is received.Paul Ingram
2013-07-25.gitignore: ignore temporary _debian packaging contentMark Hamilton
2013-07-23vlan-splinter: Fix inverted logic bug.Alex Wang
2013-07-17Make attribute packed equivalent for MSC compilers.Linda Sun
2013-07-08bitmap: Fix bitmap_allocate1() bug when n_bits is a multiple of 32.ZhengLingyun
2013-06-28ofp-util: OpenFlow 1.0 can match IPv6 Ethertype even though not L3 or L4.Ben Pfaff
2013-06-26INSTALL: Add db name to path in the example.James P
2013-06-24ofproto-dpif: Make "fdb/show" report OpenFlow port numbers.Ben Pfaff
2013-06-13lib/netdev-linux.c: Prevent receiving of sent packetsMurphy McCauley
2013-06-05ofp-actions: enforce valid range for table_id in goto_table instructionJing Ai
2013-06-05packets: Fix typo in reserved multicast Ethernet addresses.Ben Pfaff
2013-06-04Fix misspellings in comments and docs.Andy Hill
2013-05-29debian: Don't fail ovs-controller restart if daemon not running.Gurucharan Shetty
2013-05-13ofproto-dpif: Make fin_timeout work when governor kicks in.Ben Pfaff
2013-05-06ovsdb-client: Avoid assertion with multiple databases.Justin Pettit
2013-05-01ovs-sandbox: Use $schema for creating the db.Duffie Cooley
2013-04-30ofproto-dpif: Fix 'size' argument to fix_sflow_action().Ben Pfaff
2013-04-18python: fix a typo error in python/ovs/socket_util.py.Alex Wang
2013-04-18Correctly implement the OpenFlow 1.2+ OXM_OF_IP_DSCP field.Ben Pfaff
2013-04-15debian: build with debugging symbolBen Pfaff
2013-04-11AUTHORS: Add Ansis Atteka.Ben Pfaff
2013-04-11bridge: Complete initial configuration even with empty database.Ben Pfaff
2013-04-10ovs-ctl: Connect to remote OVSDB managers only after ovs-vswitchd starts.Ben Pfaff
2013-04-08python.ovs.db.idl: Fix Row.delete() of a row already committed to the db.Ben Pfaff
2013-03-22extract-ofp-errors: Make Python 3 compatible.Damien Millescamps
2013-03-15ovs-vsctl: Try connecting only once for active connections by default.Ben Pfaff
2013-03-15lib: Rename lib/pcap.h to avoid inclusion conflicts.Stephane A. Sezer
2013-02-28AUTHORS: Add Andy Zhou.Ben Pfaff
2013-02-25Add support for LISP tunnelingLorand Jakab
2013-02-25FAQ: Clarify that "--all" was added in version 1.8.Ben Pfaff
2013-02-08AUTHORS: Add Rich Lane.Jesse Gross
2013-01-25rhel: Automatically start openvswitch service before bringing an ovs interfac...Thomas Graf
2013-01-21ofproto: Remove redundant call to ofconn_get_ofprotoBen Pfaff
2013-01-16bridge: Remove restriction on socket name.Pavithra Ramesh
2013-01-16AUTHORS: Add James Page.Jesse Gross
2013-01-15bond: Fix comment on bond_entry::tagZoltan Kiss
2013-01-11alloc_ofp_port does not allocate the port number correctlyKrishna Kondaka
2013-01-04manpages: Fix buildSaul St. John