summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ofp-util: Rearrange ofputil_append_meter_config() to be clearer.Ben Pfaff2016-01-051-4/+5
* ofp-util: Avoid use-after-free error in ofputil_append_meter_config().Ben Pfaff2016-01-041-0/+1
* odp-util: Fix memory leak reported by valgrind.William Tu2016-01-041-9/+13
* ofp-actions: Rename ofpact_update_len() to ofpact_finish().Ben Pfaff2016-01-044-18/+17
* ofp-actions: Make composing actions harder to screw up.Ben Pfaff2016-01-044-68/+24
* netlink-socket: Fix log message for subscribe/unsubscribe on Windows.Alin Serdean2016-01-041-4/+4
* netdev-bsd: Destroy mutex on netdev_bsd_construct_system() error path.xushengping2016-01-041-0/+1
* ofp-print: Fix memory leak at ofp_print_bundle_add().William Tu2016-01-041-6/+3
* Use initializers for struct ofputil_flow_mod instead of assignments.Ben Pfaff2016-01-042-52/+37
* ofp-actions: Add padding in ofpacts_pull_openflow_instructions()William Tu2015-12-221-0/+2
* flow: Pass last field to miniflow_pad_to_64().Simon Horman2015-12-222-9/+13
* ofp-util: return BAD_TYPE for consistency at ofputil_decode_group_mod().Flavio Leitner2015-12-221-1/+3
* dpif-netdev: Avoid using uninitialized memory with tunnel options.Jesse Gross2015-12-221-5/+9
* netdev_dpdk: pci_dev pointer check.mweglicx2015-12-221-2/+6
* tun-metadata: Fix memory leak in table_free()William Tu2015-12-221-0/+1
* types: Define OVS_*128_MAX statically.Joe Stringer2015-12-221-3/+1
* dpctl: Add new 'flush-conntrack' command.Daniele Di Proietto2015-12-212-0/+36
* dpif-netlink: Implement ct_flush.Daniele Di Proietto2015-12-211-1/+12
* dpctl: Add 'conntrack-dump' command.Daniele Di Proietto2015-12-212-0/+75
* dpif-netlink: Implement ct_dump_{start,next,done}.Daniele Di Proietto2015-12-211-0/+60
* ct-dpif: Add ct_dpif_flush().Daniele Di Proietto2015-12-215-0/+18
* ct-dpif: Add ct_dpif_dump_{start,next,done}().Daniele Di Proietto2015-12-215-0/+103
* netlink-conntrack: New module.Daniele Di Proietto2015-12-213-0/+882
* ct-dpif: New module.Daniele Di Proietto2015-12-213-0/+515
* stream-ssl: Fix misleading bound address format.Ben Pfaff2015-12-211-2/+2
* tun-metadata: Fix memory leak in tun_metadata_add_entry() corner case.Ben Pfaff2015-12-181-3/+1
* Use ip_parse() and ipv6_parse() and variants in more places.Ben Pfaff2015-12-155-60/+27
* packets: Add new functions for IPv4 and IPv6 address parsing.Ben Pfaff2015-12-152-37/+102
* packets: New macro ETH_ADDR_STRLEN.Ben Pfaff2015-12-151-0/+1
* geneve-map-rename: rename geneve-map to tlv-map.Mengke Liu2015-12-1514-155/+155
* ovn: Use constants for conntrack state bits.Russell Bryant2015-12-151-8/+21
* lib: fix sparse warningsAndy Zhou2015-12-151-3/+3
* lib: Use proper type cast to poison lists.Joe Stringer2015-12-151-2/+2
* AUTHORS: Add Carlo AndreottiDaniele Venturino2015-12-145-5/+10
* lib: add monitor2 support in ovsdb-idl.Andy Zhou2015-12-111-56/+353
* lib: add diff and apply diff APIs for ovsdb_datumAndy Zhou2015-12-112-1/+96
* lib: avoid set size check when generating diff datum from jsonAndy Zhou2015-12-112-0/+24
* odp-util: Correctly [de]serialize mask for ND attributes.Daniele Di Proietto2015-12-101-4/+13
* odp-util: Return exact mask if netlink mask attribute is missing.Daniele Di Proietto2015-12-104-34/+53
* odp-util: Commit ICMP set only for ICMP packets.Daniele Di Proietto2015-12-101-2/+8
* tnl-ports: Generate mask with correct prerequisites.Daniele Di Proietto2015-12-101-2/+8
* dpif-netdev: Initialize match.tun_md in various places.Daniele Di Proietto2015-12-101-0/+2
* seq: Add a coverage counter for seq_change.Jarno Rajahalme2015-12-081-0/+8
* ofproto-dpif: Validate NAT action support.Daniele Di Proietto2015-12-041-0/+5
* odp-util: Consider NAT bits in conversions and format.Daniele Di Proietto2015-12-041-0/+16
* tests: Add tunnel-push-pop-ipv6 testsThadeu Lima de Souza Cascardo2015-12-041-4/+55
* Allow flow-based IPv6 tunnels to be configured with OpenFlowThadeu Lima de Souza Cascardo2015-12-043-0/+81
* tnl-neigh-cache: Remove tnl_arp_lookup().Thadeu Lima de Souza Cascardo2015-12-042-19/+0
* ofproto-dpif-xlate: Support IPv6 when sending to tunnelThadeu Lima de Souza Cascardo2015-12-042-0/+54
* netdev-vport: Add IPv6 support for build/push/pop tunnel headerThadeu Lima de Souza Cascardo2015-12-044-110/+254