summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* meta-flow: Add convenience members to union mf_subvalue.Ben Pfaff2015-03-312-4/+18
* command-line: add ovs_cmdl_contextRussell Bryant2015-03-172-9/+27
* ofproto-dpif-xlate: Preserve stack across patch port.Jarno Rajahalme2015-03-161-1/+1
* match: Do not skip formatting a zero dp_hash.Jarno Rajahalme2015-03-162-1/+4
* Revert "ofp-actions: Align struct ofpact to OFPACT_ALIGNTO."Jarno Rajahalme2015-03-161-6/+6
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-163-25/+25
* ofp-actions: Align struct ofpact to OFPACT_ALIGNTO.Jarno Rajahalme2015-03-131-6/+6
* odp-util: Fix scanning of recirc_id.Jarno Rajahalme2015-03-131-4/+14
* Use the IANA-assigned ports for OpenFlow and OVSDB.Justin Pettit2015-03-128-29/+21
* vtep: Move vtep IDL files into new "libvtep.la".Justin Pettit2015-03-053-26/+1
* netdev-windows: Fix broken compilation.Gurucharan Shetty2015-03-051-1/+1
* lib: upgrade to DPDK v1.8.0Mark Kavanagh2015-03-042-46/+62
* lldp: Fix DPDK build.Pravin B Shelar2015-03-044-4/+1
* dp-packet.h: Fix a typo in #endif commentYAMAMOTO Takashi2015-03-041-1/+1
* netdev-bsd: Fix a compilation errorYAMAMOTO Takashi2015-03-041-1/+0
* lldp: Fully parenthesize some macro definitions.Ben Pfaff2015-03-032-2/+2
* lldp: Remove unused definitions from headers.Ben Pfaff2015-03-033-30/+0
* lldpd: Fix use of list of struct lldpd_hardware.Ben Pfaff2015-03-033-20/+23
* lldpd: Fix use of list of struct lldpd_chassis.Ben Pfaff2015-03-033-11/+11
* lldpd-structs: Declare Boolean member as one bit, not two.Ben Pfaff2015-03-031-1/+1
* lldpd: Remove unused members from struct lldpd.Ben Pfaff2015-03-031-7/+0
* lldp: Use ETH_ADDR_FMT.Ben Pfaff2015-03-031-7/+2
* lldp: Remove excessive parentheses.Ben Pfaff2015-03-032-22/+18
* lldpd: Fix return value convention for "send" function.Ben Pfaff2015-03-031-1/+1
* lldpd: Remove unused ALIGNED_CAST macro.Ben Pfaff2015-03-031-2/+1
* lldpd: Use CONTAINER_OF instead of cast, for safety.Ben Pfaff2015-03-031-2/+2
* lldpd: Remove obsolete comment.Ben Pfaff2015-03-031-1/+0
* ovs-lldp: Remove unneeded NULL checks on free().Ben Pfaff2015-03-031-6/+2
* lldp: Miscellaneous coding style fixes.Ben Pfaff2015-03-033-30/+22
* lldpd-structs: Fix type of c_id member.Ben Pfaff2015-03-033-4/+4
* ovs-lldp: Use better types for ISID and VLANs.Ben Pfaff2015-03-032-46/+30
* lldp-structs: Fix use of list of struct lldpd_port.Ben Pfaff2015-03-034-15/+15
* lldp-structs: Fix use of list of struct lldpd_mgmt.Ben Pfaff2015-03-035-17/+11
* lldp-structs: Fix use of list of lldpd_aa_isid_vlan_maps_tlv.Ben Pfaff2015-03-033-17/+13
* lldp: Change representation of ISID to uint32_t.Ben Pfaff2015-03-033-45/+21
* lldpd-structs: Fix spelling error in message.Ben Pfaff2015-03-031-1/+1
* lldp: Declare "bool" variables as type "bool".Ben Pfaff2015-03-032-17/+20
* lldp: Use "bool" for boolean variables.Ben Pfaff2015-03-034-19/+18
* lldp: Use OVS time functions.Ben Pfaff2015-03-032-5/+6
* ovs-lldp: Use correct printf specifiers.Ben Pfaff2015-03-031-6/+4
* lldp: Use x*alloc() functions instead of writing them out in-place.Ben Pfaff2015-03-034-48/+15
* lldp: Get rid of POKE macros in favor of inline functions.Ben Pfaff2015-03-031-236/+114
* auto-attach: Add auto-attach support to ofproto layerDennis Flynn2015-03-0310-32/+37
* auto-attach: Initial support for Auto-Attach standardDennis Flynn2015-03-0311-1/+3407
* stream-ssl: Fix broken build.Ben Pfaff2015-03-031-3/+2
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-0327-893/+549
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-0334-553/+1356
* dpif_packet: Rename to dp_packetPravin B Shelar2015-03-0319-140/+139
* test-hash: Remove the check_word_hash() for hash_bytes128_cb.Alex Wang2015-02-271-0/+1
* util: Fix typo in comment.Ben Pfaff2015-02-261-3/+3