Merge branch 'mainstream'
[sliver-openvswitch.git] / lib /
2013-02-27 Giuseppe LettieriMerge branch 'mainstream'
2013-02-25 Lorand JakabAdd support for LISP tunneling
2013-02-25 Ben Pfaffofp-util: Remove prototype for unimplemented, misspelle...
2013-02-22 Justin PettitRevert "match: Only print tp_src and tp_dst for TCP...
2013-02-22 Justin Pettitmatch: Only print tp_src and tp_dst for TCP and UDP.
2013-02-20 Ansis Attekatunnel: set skb mark for IPsec tunnel packets
2013-02-19 Pravin B Shelardatapath: Remove CAPWAP tunneling support.
2013-02-19 Rich Lanedatapath: Fix parsing invalid LLC/SNAP ethertypes
2013-02-16 Ben PfaffAllow OVS_USERSPACE_ATTR_USERDATA to be variable length.
2013-02-15 Ben Pfaffdpif-linux: Fix byte-swapping direction in nl_msg_put_u...
2013-02-14 Kyle MesteryModify dpif_linux_port_add() to set the destination...
2013-02-14 Kyle Mesteryvxlan: Update netdev_vport_get_dpif_port() to support...
2013-02-14 Kyle Mesteryvxlan: Add utility functions to the simap data structure.
2013-02-12 Ben Pfaffofp-msgs: ensure that l2 is set in ofpmp_reserve()
2013-02-12 Ben PfaffMake OpenFlow 1.2+ role replies return the generation ID.
2013-02-12 Ben Pfaffofp-util: Simplify struct ofputil_role_request.
2013-02-12 Ben Pfaffofp-msgs: New function ofpraw_decode_assert().
2013-02-12 Ben Pfaffofp-msgs: Fix typos in comment.
2013-02-11 Ben Pfaffnetdev-dummy: Correctly maintain port statistics.
2013-02-11 Ben Pfafftimeval: Don't issue poll interval warnings when we...
2013-02-11 Ben Pfaffbond: Reduce log level from WARN to INFO for interface...
2013-02-11 Ben Pfaffpoll-loop: Reduce high-CPU log messages from WARN to...
2013-02-11 Ben Pfaffclassifier: Refactor table priority updates and tables_...
2013-02-11 Pavithra Rameshstream-unix: Use rundir as root for relative paths.
2013-02-11 Jarno Rajahalmeclassifier: Maintain tables in descending priority...
2013-02-08 Jarno RajahalmeOptimize classifier by maintaining the priority of...
2013-02-06 Simon Hormanpacket: packet_get_tcp_flags: use flow's innermost...
2013-02-06 Simon Hormanodp-util: commit_set_nw_action: use flow's innermost...
2013-02-06 Simon Hormanpacket: Correctly set ethertype in pop_mpls()
2013-02-05 Ethan Jacksonnicira-ext: Remove the autopath action.
2013-02-05 Ethan Jacksonbond: Remove stable bond mode.
2013-02-05 Simon HormanUser-Space MPLS actions and matches
2013-02-01 Ben PfaffUse is_pow2() function, where possible, instead of...
2013-02-01 Ben Pfaffsocket-util: Use set_nonblocking() helper function.
2013-02-01 Ben Pfafftimeval: Avoid unnecessary integer overflow in time_ala...
2013-02-01 Ben Pfaffworker: Use ovs_retval_to_string() where EOF is a possi...
2013-02-01 Ben Pfaffunixctl: Use ovs_retval_to_string() where EOF is a...
2013-02-01 Ben Pfaffnetdev-linux: Check return value of set_nonblocking().
2013-02-01 Ben Pfaffprocess: Check return value of set_nonblocking().
2013-02-01 Ben Pfaffofp-util: Rename ofputil_port_from_string() variable...
2013-02-01 Ben Pfaffvlog: New function vlog_set_levels_from_string_assert().
2013-02-01 Justin Pettitofp-parse: Ignore "idle_age" and "hard_age" when parsin...
2013-02-01 Ben Pfaffnetlink-socket: Don't bother logging SO_RCVBUFFORCE...
2013-01-31 Ben Pfaffovsdb-idl: Fix memory leak on error path.
2013-01-31 Ben Pfaffmeta-flow: Add missing "break" to mf_set_wild().
2013-01-31 Ben Pfaffmeta-flow: Avoid null pointer dereference in mf_format_...
2013-01-31 Giuseppe LettieriMerge branch 'mainstream'
2013-01-29 Ethan Jacksonnetdev-vport: Build on all platforms.
2013-01-29 Ethan Jacksonlib: Switch to flow based tunneling.
2013-01-29 Ethan Jacksonnetdev: New function netdev_get_dpif_port().
2013-01-29 Ethan Jacksonpackets: Create global helper is_ip_any().
2013-01-29 Ethan Jacksondpif-netdev: Allow stub interfaces on the dummy datapath.
2013-01-28 Ethan Jacksonofproto-dpif: Require an in_port when tracing datapath...
2013-01-28 Ethan Jacksonroute-table: Add route_table_wait() to the stub impleme...
2013-01-28 Jesse Grossdatapath: Remove kernel patch ports.
2013-01-28 Jesse Grossdatapath: Remove compatibility GRE identifier.
2013-01-28 Jesse Grossdatapath: Remove vport MAC address configuration.
2013-01-28 Jesse Grossdatapath: Remove support for Don't Fragment inheritance.
2013-01-26 Justin Pettitworker: Don't have worker abort when parent dies.
2013-01-26 Ben Pfaffvconn: Initialize 'recv_any_version' member of struct...
2013-01-25 Thomas Graflinux: Increase accuracy of ingress_policing_rate at...
2013-01-25 Justin Pettitdpif-linux: Report dropped lost messages at WARN level.
2013-01-24 Ben Pfaffrconn: Fix null pointer dereference in rconn_add_monitor().
2013-01-24 Ethan Jacksonofproto-dpif: Implement patch ports in userspace.
2013-01-24 Giuseppe Lettieriremove nonfinalized pltaps from sync list
2013-01-24 Giuseppe Lettieriuse zu/zd in printf to avoid warnings on 32bit
2013-01-24 Giuseppe Lettieriproper type for internal port of planetlab dpif
2013-01-24 Giuseppe Lettieriuse ovs_assert instead of assert
2013-01-24 Giuseppe LettieriMerge branch 'mainstream'
2013-01-24 Giuseppe Lettierifix compilation warnings
2013-01-22 Ben Pfaffhash: Replace primary hash functions by murmurhash.
2013-01-22 Ben Pfaffhash: Change mhash_finish() data measurement from words...
2013-01-22 Ben Pfaffhash: Correct implementation of mhash_finish().
2013-01-21 Pravin B Shelardatapath: Fix nelink attribute size for flow.
2013-01-19 Pravin B Shelardatapath: More flexible kernel/userspace tunneling...
2013-01-17 Simon Hormandpif-netdev: Limit scope of vlan in dp_netdev_execute_a...
2013-01-17 Justin Pettitdpif-linux: Fix segfault when a port already exists.
2013-01-17 Ben PfaffMakefile.am: add check that <assert.h> is not used...
2013-01-17 Ben PfaffRemove useless use of <assert.h>.
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-17 Ben Pfaffutil: Introduce ovs_assert macro.
2013-01-16 Ed Mastenetdev: Add NULL get_tunnel_config for BSD.
2013-01-16 Giuseppe LettieriMerge branch 'mainstream'
2013-01-16 Ethan Jacksonnetdev: Parse and make available tunnel configuration.
2013-01-16 Ethan Jacksontunnels: Remove support for df_inherit from userspace.
2013-01-15 Zoltan Kissbond: Fix comment on bond_entry::tag
2013-01-15 Jarno Rajahalmeofp-print.c: Fix remaining port number prints.
2013-01-11 Ethan Jacksonnetdev-vport: Create new TUNNEL_CLASS macro.
2013-01-11 Ben Pfaffworker: Remove unreachable statement.
2013-01-11 Ben Pfaffsocket-util: Use CONST_CAST in send_iovec_and_fs().
2013-01-11 Ben Pfaffworker: Make worker_request_iovec() verify that it...
2013-01-11 Ben Pfaffworker: Do not use poll_block() in worker_send_iovec().
2013-01-11 Ben Pfaffvlog: Avoid calling worker_request() reentrantly.
2013-01-10 Justin Pettitdpif-linux: Give each port its own userspace-kernel...
2013-01-10 Justin Pettitdpif-linux: Log the correct port-PID mapping.
2013-01-10 Ethan Jacksonnetdev-vport: Remove useless struct netdev_vport.
2013-01-10 Ben Pfaffclassifier: Fix theoretical leak in classifier_destroy().
2013-01-09 Ben Pfaffdpif: Document.
2013-01-09 Gurucharan Shettyovs-ofctl: Remove 'ANY' as a wildcard.
2013-01-09 Gurucharan Shettyopenflow: Print in_port as string for reserved/special...
next