netdev-linux: Remove unreachable code in netdev_linux_rx_recv_tap().
[cascardo/ovs.git] / lib /
2015-11-26 Ilya Maximetsnetdev-linux: Remove unreachable code in netdev_linux_r...
2015-11-26 Jarno Rajahalmeconntrack: Add support for NAT.
2015-11-25 Jarno Rajahalmepackets: Reorder CS_* flags to remove gap.
2015-11-25 Liuyongqiang (A)stream-ssl: Replace client CA list instead of adding...
2015-11-24 Justin Pettitnx-match: Add nxm_put_128m() function.
2015-11-24 Justin Pettitbyte-order: Make hton128() and ntoh128() behave like...
2015-11-24 Justin Pettitovs-router: Use standard libraries in scan_ipv6_route().
2015-11-24 Justin Pettitmeta-flow: Use standard libraries in mf_from_ipv6_string().
2015-11-24 Justin Pettitpackets: Add ipv6_parse_masked() function.
2015-11-24 Justin Pettitpackets: Change IPv6 functions to more closely resemble...
2015-11-24 Jarno Rajahalmeopenflow: Remove OFPG11_*
2015-11-23 Thadeu Lima de Sou... Prevent test failures when there are non Ethernet devic...
2015-11-23 Shad Ansariovsdb-idl: Add support for change tracking.
2015-11-19 Mauricio Vasquez Bnetdev-dpdk: assume dpdkr peer can be multi-producer...
2015-11-19 Andy Zhouvlog: Fix a deadlock bug.
2015-11-12 Andy Zhouvlog: fix clang warnings
2015-11-12 Andy Zhouvlog: Only compile vlog_change_owner on Unix platform
2015-11-12 Andy Zhoulib: allow group access to Unix domain sockets
2015-11-12 Andy Zhouvlog: change log file owner when switching user
2015-11-12 Andy Zhoulib: simplify daemon_become_new_user__()
2015-11-10 Ben Pfaffovs-thread: Fix memory leak in thread exit.
2015-11-10 Thadeu Lima de Sou... tnl-arp-cache: Include tnl-arp-cache.h as first header.
2015-11-10 Thadeu Lima de Sou... tnl-arp-cache: fix log error when using tnl/arp/set...
2015-11-10 Jiri Benclib: add ipv6 helper functions for tnl_config
2015-11-09 Justin Pettitvswitchd: Allow modifying ICMP type and code.
2015-11-09 Justin Pettitpackets: Add support for modifying ICMP type and code.
2015-11-05 Jarno Rajahalmeofp-actions: Fix conntrack action usable_protocols...
2015-11-04 Ben Pfaffofp-parse: Fix parsing, formatting of multiple fields...
2015-11-04 Ben Pfaffdpctl: Fix jump through wild pointer in "dpctl/help".
2015-10-23 Jarno Rajahalmeodp-util: Fix CT action formating.
2015-10-23 Andy Zhoubfd: always export remote_state and remote_diagnostic...
2015-10-23 Justin Pettittnl-ports: Free "ip_dev" on error.
2015-10-22 Ciara Loftusnetdev-dpdk: Clean-up after vHost User port delete
2015-10-22 Ciara Loftusnetdev-dpdk: Fix comment about vhost cuse/user vswitchd...
2015-10-17 Ben Pfaffpackets: Make ip_parse_masked() pickier about formatting.
2015-10-17 Ben Pfaffpackets: New function ip_parse_masked().
2015-10-16 Joe Stringerofp-actions: Fix build on earlier GCC.
2015-10-16 Simon Hormanofproto: Correct encoding and decoding of group desc...
2015-10-16 Ben Pfaffnx-match: Serialize match on IP TTL even when outputtin...
2015-10-13 Andy Zhoudpif-netlink: Allow MRU packet attribute.
2015-10-13 Joe StringerAdd support for connection tracking helper/ALGs.
2015-10-13 Joe StringerAdd connection tracking label support.
2015-10-13 Joe StringerAdd connection tracking mark support.
2015-10-13 Joe StringerAdd support for connection tracking.
2015-10-13 Joe Stringerofp-actions: Pass ofp_version to decode functions.
2015-10-13 Joe Stringermeta-flow: Rename IPv6 type to be128.
2015-10-13 Joe Stringertypes: Add big-endian 128-bit types and helpers.
2015-10-13 Joe Stringerofp-actions: Extend reg_load parsing to >64bits.
2015-10-13 Joe Stringerofp-actions: Refactor set_field tokenization.
2015-10-13 Thadeu Lima de Sou... tnl-ports: add IPv6 support
2015-10-13 Thadeu Lima de Sou... tnl-arp-cache: add IPv6 Neighbor Discovery support
2015-10-13 Thadeu Lima de Sou... route: support IPv6 and use IPv4-mapped addresses
2015-10-12 Daniele Venturinoofproto-dpif: Add check in rstp_run.
2015-10-10 Jarno Rajahalmemeta-flow: Remove circular dependency on enum ofputil_p...
2015-10-08 Gurucharan Shettypoll-loop: Fix a bug while finding a poll node.
2015-10-05 Jiri Bencnetlink: helper functions for ipv6 address in netlink...
2015-10-05 Jiri Benclib: Add ipv6 helper functions.
2015-10-05 Thadeu Lima de Sou... packets: Provide functions to work with IPv4-mapped...
2015-10-02 Mauricio Vásquezutil: Fix definition of LIST_FOR_EACH_CONTINUE macro.
2015-10-01 Gurucharan Shettydaemon.h: Fix compilation errors on Windows.
2015-10-01 Russell BryantFix build when HAVE_LIBCAPNG is not defined.
2015-10-01 Andy Zhoudpdk: reject --user option
2015-10-01 Andy Zhoulib/daemon: support --user option for all OVS daemon
2015-10-01 Andy Zhouconfigure: add configuration options for libcap-ng
2015-09-30 Simon Hormanopenflow-common: Correct Netronome vendor ID.
2015-09-30 Gurucharan ShettyRevert "poll-loop: Fix assertion in poll_create_node()."
2015-09-30 Ben Pfaffutil: Generalize rightmost_1bit_idx(), leftmost_1bit_idx().
2015-09-30 Nithin Rajunetlink-socket.c: event polling for packets on windows
2015-09-30 Ansis Attekavlog: deprecate --syslog-target argument
2015-09-29 Minoru TAKAHASHIofp-msgs: fix enum of OFPMP_TABLE_DESC.
2015-09-29 Thadeu Lima de Sou... tnl-ports: Include tnl-ports.h as first header.
2015-09-29 Ben Pfafftun-metadata: Avoid MSVC compile error on 64-bit builds...
2015-09-28 Alin Serdeannl_sock_fd is not used under MSVC
2015-09-24 Andy Zhoudpdk: fix compiler warnings on 32bit build
2015-09-23 Alin SerdeanInclude headers where ovs_rundir is used.
2015-09-23 Alin SerdeanInclude headers when using ovs_rundir
2015-09-22 Ilya Maximetspoll-loop: Fix assertion in poll_create_node().
2015-09-19 Jarno Rajahalmedpif-netdev: Exact match non-presence of vlans.
2015-09-18 Gurucharan Shettystream-ssl: Get peer-ca-cert functionality to work.
2015-09-18 Ben Pfaffofp-util: Fix struct ofputil_requestforward union membe...
2015-09-17 Thadeu Lima de Sou... ovs-router: Include ovs-router.h as first header.
2015-09-17 Thadeu Lima de Sou... ovs-router: Add missing ds_destroy after ds was put.
2015-09-14 Pravin B Shelartnl-port: Fix list iteration.
2015-09-14 Ben Pfaffdb-ctl-base: Make 'cmd_show_tables' argument to ctl_ini...
2015-09-13 Jesse Grosstunnel: Validate IP header for userspace tunneling.
2015-09-11 Joe Stringerofp-actions: Allow special handling for nested actions.
2015-09-11 Daniele Di Proiettodpif-netdev: Check for PKT_RX_RSS_HASH flag.
2015-09-09 Niti Rohillaofproto: Implement OF1.4 Group & Meter change notificat...
2015-09-09 Ben Pfafftnl-arp-cache: Add a command to add or modify an ARP...
2015-09-09 Ben Pfaffpcap-file: Flush packets to operating system immediately.
2015-09-09 Jesse Grosstun-metadata: Provide error messages during auto-alloca...
2015-09-09 Jesse Grossofp-parse: Allow ofctl flow monitor filtering on field...
2015-09-09 Jesse Grossofp-parse: Separate fields properly.
2015-09-09 Timo Puhanetdev-dpdk: Add some missing statistics.
2015-09-09 Ben Pfaffsmap: New macro SMAP_CONST1 for initializing immutable...
2015-09-08 Pravin B Shelartnl-ports: Add destination IP and MAC address to the...
2015-09-08 Timo Puhadpdk: add support for v2.1.0
2015-09-06 Aaron Conolenetdev-dpdk: Fix build failure due to new struct eth_addr.
2015-09-04 Aaron Conolepackets: Avoid compile errors.
2015-09-03 Anoob Somannetdev-linux: Don't set ethtool flags if flag is alread...
next