summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: Enable silent rules.Ethan Jackson2014-01-222-1/+3
* ovs-dev.py: Configure silently.Ethan Jackson2014-01-221-1/+1
* ovs-dev.py: Add compiler optimization options.Ethan Jackson2014-01-221-1/+9
* ovs-dev.py: Add "-fno-omit-frame-pointer" compiler argument.Ethan Jackson2014-01-221-1/+1
* ofp-parse: Fix GCC compiler warnings with -O3.Ethan Jackson2014-01-221-1/+3
* ipsec: install iptables rules that set IPsec bit in skb markAnsis Atteka2014-01-212-0/+16
* upcall: Cache the number of flows from the datapath.Joe Stringer2014-01-211-6/+30
* bfd: Add bfd_src_ip and bfd_dst_ip.Alex Wang2014-01-212-4/+43
* vlog: Avoid deadlock in vlog_init__() corner case.Ben Pfaff2014-01-211-35/+41
* ofp-util: Ignore out_group in flow_mods for commands other than delete.Ben Pfaff2014-01-212-6/+5
* poll-loop: Port to Windows.Linda Sun2014-01-179-41/+230
* datapath: Fix kernel panic on ovs_flow_freeAndy Zhou2014-01-173-49/+48
* netdev-linux: Fix build break on RHEL 6.1.Ben Pfaff2014-01-163-2/+45
* vswitchd: Inherit parents mac address for fake bridgesHelmut Schaa2014-01-161-8/+14
* netdev-linux: Read packet auxdata to obtain vlan_tidSimon Horman2014-01-164-17/+184
* lib: Add tpid parameter to eth_push_vlan()Simon Horman2014-01-167-8/+8
* netdev_class: Pass a struct ofpbuf * to rx_recv()Simon Horman2014-01-165-37/+45
* tests: Fix path for distcleaning ovs-controller.8Joe Stringer2014-01-161-1/+1
* ofproto-dpif-monitor: Change global rwlock into mutex.Ben Pfaff2014-01-161-17/+17
* ofproto-dpif: Add more lock annotations.Ben Pfaff2014-01-162-2/+7
* datapath: Pad OVS_PACKET_ATTR_PACKET if linear copy was performedThomas Graf2014-01-141-1/+6
* ofproto-dpif-xlate: Avoid recursive acquisition of xlate_rwlock.YAMAMOTO Takashi2014-01-151-5/+4
* bridge: Update a commentYAMAMOTO Takashi2014-01-151-4/+2
* ofproto-dpif-xlate: Fix a whitespace error.YAMAMOTO Takashi2014-01-151-3/+3
* fat-rwlock: Don't forget to destroy a mutexYAMAMOTO Takashi2014-01-151-0/+1
* classifier: Use fat_rwlock instead of ovs_rwlock.Ben Pfaff2014-01-147-79/+80
* fat-rwlock: New big but fast synchronization primitive.Ben Pfaff2014-01-143-1/+327
* ovs-thread: Add new support for thread-specific data.Ben Pfaff2014-01-142-6/+250
* util: Set program_name for windows correctly.Gurucharan Shetty2014-01-141-2/+9
* rhel: Enable DHCP support for internal ports.Flavio Leitner2014-01-142-1/+44
* ofproto-dpif: Un-wildcard nw_frag only for protocols that have fragments.Ben Pfaff2014-01-132-4/+8
* tunnel: Un-wildcard only flags that really exist in tnl_xlate_init().Ben Pfaff2014-01-131-1/+4
* ofproto-dpif-upcall: Avoid unnecessarily installing datapath flows.Ben Pfaff2014-01-131-2/+17
* netlink: Update comment for nl_dump_start().Joe Stringer2014-01-131-7/+8
* sFlow: clear the paddingFrancesco Fusco2014-01-131-0/+4
* ovsdbmonitor: Remove.Ben Pfaff2014-01-1043-3772/+6
* ofproto: Add more thread safety annotations.Ben Pfaff2014-01-103-4/+8
* Update build requirements.Ben Pfaff2014-01-103-4/+7
* configure: Make autoconf fail if libtool is not installed.Ben Pfaff2014-01-101-0/+2
* fedora package: fix systemd ordering and deps.Flavio Leitner2014-01-097-7/+67
* bfd: Fix cpath_down set failure.Alex Wang2014-01-081-4/+2
* dpif-netdev: Use separate threads for forwarding.Ben Pfaff2014-01-081-70/+144
* dpif-netdev: Make thread-safety much more granular.Ben Pfaff2014-01-081-139/+369
* dpif-netdev: Introduce new mutex to protect queues.Ben Pfaff2014-01-081-17/+37
* dpif-netdev: Break actions out into new struct dp_netdev_actions.Ben Pfaff2014-01-081-45/+88
* dpif-netdev: Take advantage of ovs_refcount for dp_netdev.Ben Pfaff2014-01-081-9/+14
* ovs-atomic: Introduce a new 'struct ovs_refcount'.Ben Pfaff2014-01-0813-167/+128
* ovs-atomic: Add atomic_destroy() and use everywhere it is needed.Ben Pfaff2014-01-0818-6/+42
* ovs-atomic: New functions atomic_flag_init(), atomic_flag_destroy().Ben Pfaff2014-01-086-1/+79
* dpif-netdev: Remove max_mtu tracking.Ben Pfaff2014-01-081-12/+8