summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * odp-util: Fix alignment when scanning Geneve attributes.Jesse Gross2015-05-291-3/+3
| * odp-util: Geneve netlink decoding.Jesse Gross2015-05-282-3/+204
| * util: Library routines for printing and scanning large hex integers.Jesse Gross2015-05-286-31/+113
| * odp-util: Format tunnel attributes directly from netlink.Jesse Gross2015-05-283-127/+412
| * odp-util: Correctly generate wildcards when formating nested attributes.Jesse Gross2015-05-281-76/+99
| * datapath-windows: Multiple NBLs support for ingress data pathSorin Vinturis2015-05-281-20/+70
| * ofp-actions: Improve conjunction error message.Joe Stringer2015-05-281-2/+3
| * datapath-windows: Removed memory barrier and master lockSorin Vinturis2015-05-272-23/+0
| * datapath-windows: Document OVS tunnel filter calloutSorin Vinturis2015-05-271-4/+221
| * datapath-windows: Support for multiple VXLAN tunnelsSorin Vinturis2015-05-278-37/+70
| * datapath-windows: Support for custom VXLAN tunnel portSorin Vinturis2015-05-2711-279/+1226
| * tests: Check that ofproto/trace accepts dpctl output.Joe Stringer2015-05-271-0/+48
| * tests: Fix in_port(name) test for ofproto/trace.Joe Stringer2015-05-271-1/+1
| * odp-util: Skip UFID when parsing datapath key.Joe Stringer2015-05-271-1/+14
| * ofproto-dpif: Make odp/ofp parse errors more clear.Joe Stringer2015-05-271-2/+2
| * extract-ofp-fields: Detect duplicate fields.Joe Stringer2015-05-271-0/+13
| * ovs_threads: Avoid running pthread destructors from main thread exit.Gurucharan Shetty2015-05-273-0/+31
| * rhel: Add buildrequires for procps-ng.Flavio Leitner2015-05-271-0/+2
| * rhel: Fix rundir ownership.Flavio Leitner2015-05-272-0/+3
| * ovs-docker: Ability to set the MTU of the container interface.Gurucharan Shetty2015-05-273-6/+16
| * ovs-docker: Add the ability to set the mac address.Gurucharan Shetty2015-05-272-11/+41
| * netdev-windows: Add ARP lookup and next hop functionality.Alin Serdean2015-05-262-12/+127
| * debian: install openvswitch kernel module under "updates" directoryAnsis Atteka2015-05-261-1/+1
| * datpath-windows: Make PacketIO.c compilable with WDK8.Nithin Raju2015-05-261-1/+5
| * odp-util: always output recirc_id in hexAndy Zhou2015-05-222-3/+3
| * Revert "ovs-ofctl: Always prints recirc_id in decimal"Andy Zhou2015-05-222-21/+7
| * dpctl: Don't print UFID if not present.Joe Stringer2015-05-221-7/+3
| * extract-ofp-fields: Port to python3.Joe Stringer2015-05-221-11/+11
| * extract-ofp-fields: Fix most pep8 style issues.Joe Stringer2015-05-221-31/+46
| * sparse: Fix sparse when compiling DPDK.Ethan Jackson2015-05-226-0/+128
| * netdev-dpdk: Adapt the requested number of tx and rx queues.Daniele Di Proietto2015-05-224-24/+84
| * netdev-dpdk: Use specific spinlock for stats.Daniele Di Proietto2015-05-221-8/+21
| * netdev-dpdk: Properly support non pmd threads.Daniele Di Proietto2015-05-226-29/+12
| * ovs-numa: Change 'core_id' to unsigned.Daniele Di Proietto2015-05-228-58/+61
| * datapath: Support masked set actions.Jarno Rajahalme2015-05-223-172/+374
| * dpif-netdev: Reset RSS hash when recirculating.Daniele Di Proietto2015-05-211-4/+12
| * dpif-netdev: Clear flow batches before execute.Ethan Jackson2015-05-211-1/+4
| * netdev-dpdk: Use default NIC configuration.Kevin Traynor2015-05-211-30/+2
| * dpif-netdev: Increase the number of EMC entriesCiara Loftus2015-05-211-1/+1
| * AUTHORS: Add Dan McGregor.Ben Pfaff2015-05-201-0/+1
| * netdev-bsd: Include net/bpf.h.Dan McGregor2015-05-201-0/+1
| * dpdk: Ditch MAX_PKT_BURST macro.Ethan Jackson2015-05-193-15/+12
| * netdev-dpdk: Fix sparse warnings.Ethan Jackson2015-05-192-9/+15
| * ovs-ofctl: Always prints recirc_id in decimalAndy Zhou2015-05-192-7/+21
| * datapath-windows: Fix warning from the powershell moduleAlin Serdean2015-05-191-3/+5
| * dpif-netdev: Share emc and fast path output batches.Daniele Di Proietto2015-05-181-54/+35
| * dpif-netdev: Store batch pointer in dp_netdev_flow.Daniele Di Proietto2015-05-181-19/+22
| * dpif-netdev: Store pkt_metadata structure in dp_netdev_port.Daniele Di Proietto2015-05-181-11/+12
| * dp-packet: Style fixes.Daniele Di Proietto2015-05-181-99/+131
| * dp-packet: Merge 'allocated' member with DPDK mbuf 'buf_len'.Daniele Di Proietto2015-05-182-6/+26