Merge commit '559eb2308b4d616590aba34bb8f4dd7f12ae4587'
[sliver-openvswitch.git] / lib /
2013-07-05 Giuseppe LettieriMerge commit '559eb2308b4d616590aba34bb8f4dd7f12ae4587'
2013-05-03 Ben Pfaffnetdev-linux: Mark more static data as "const".
2013-05-03 Ben Pfaffhmap: Make HMAP_INITIALIZER a valid initializer for...
2013-05-03 Ben Pfaffdpif-linux: Make dummy_action const in dpif_linux_init_...
2013-05-02 Ben PfaffUse gmtime_r() and localtime_r() instead of non-thread...
2013-05-02 Ben Pfaffsocket-util: Use getaddrinfo() instead of gethostbyname...
2013-05-02 Ben PfaffUse pthread_sigmask() in place of sigprocmask(), for...
2013-05-02 Neil MckeeChange sFlow model to reflect per-bridge sampling
2013-05-02 Ben Pfaffdpif-linux: Close channel Netlink sockets when a port...
2013-05-02 Ben Pfaffdpif-linux: Use MAX_PORTS instead of hard-coded 65535.
2013-05-02 Simon HormanMake it more obvious that OVS_KEY_ATTR_MPLS may be...
2013-04-30 Ben Pfaffdpif-netdev: Shorten delay loops.
2013-04-29 Gurucharan Shettyworker: Prevent worker from being responsible for pidfi...
2013-04-29 Ben Pfaffnetlink-socket: Use xmalloc() instead of malloc().
2013-04-29 Ben Pfaffnetlink-socket: Minor style fix.
2013-04-29 Ben Pfafftimeval: Remove prototype for unimplemented function.
2013-04-29 Ben Pfaffdpif-netdev: Update max_mtu correctly.
2013-04-29 Jesse Grossvxlan: Correct comments and NEWS to reflect IANA port...
2013-04-26 Kyle MesteryUpdate the default VXLAN destination UDP port to the...
2013-04-24 Simon Hormanmatch: Correct formatting of MPLS
2013-04-24 Ben Pfafftimeval: Check for HAVE_BACKTRACE instead of HAVE_EXECI...
2013-04-22 Romain LengletImplement IPFIX export
2013-04-22 Jarno Rajahalmeodp-util: Keep base flow in sync with the kernel view.
2013-04-22 YAMAMOTO Takashiuse RT_ROUNDUP on NetBSD
2013-04-22 YAMAMOTO Takashiinclude some headers to satisfy header file dependencie...
2013-04-22 YAMAMOTO Takashisome ctype related casts to suppress gcc warnings on...
2013-04-22 YAMAMOTO Takashichange the type of popcount unsigned
2013-04-22 YAMAMOTO Takashiinclude strings.h for strcasecmp
2013-04-22 YAMAMOTO Takashifix an obvious mistake in a test of IFM_ETHER
2013-04-18 Ben Pfaffovsdb-server: Announce bound listening ports as status...
2013-04-18 Ben Pfaffsocket-util: Log kernel-chosen bound ports in inet_open...
2013-04-18 Ben PfaffCorrectly implement the OpenFlow 1.2+ OXM_OF_IP_DSCP...
2013-04-16 Ben Pfafflist: Style fixes.
2013-04-11 Ben Pfaffmemory: Avoid 100% CPU when there is nothing to report.
2013-04-11 Ansis Attekanetlink-socket: Don't bother logging SO_RCVBUFFORCE...
2013-04-11 Ben Pfaffsset: New function sset_sort().
2013-04-10 Ethan Jacksondpif-linux: Reset epoll() on channel deletion.
2013-04-05 Romain Lengletvlog: extend syslog format to make OVS logs easier...
2013-04-04 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2013-04-03 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2013-04-01 Ben Pfaffnetdev: Remove netdev_is_open(), which has no users.
2013-04-01 Ben Pfaffnetdev: Remove netdev_exists(), which has no users.
2013-04-01 Ben Pfaffovsdb-data: New functions for predicting serialized...
2013-04-01 Ben Pfaffjson: New function json_serialized_length().
2013-04-01 Neil Mckeetests: Add sFlow test.
2013-04-03 Ben Pfaffmemory: Avoid an empty log message if there's nothing...
2013-03-25 Gurucharan Shettyodp-utils: Fix memory corruption while flow parsing.
2013-03-20 Simon Hormanmpls: Allow l3 and l4 actions to prior to a push_mpls...
2013-03-15 Ben Pfaffovs-vsctl: Try connecting only once for active connecti...
2013-03-15 Simon HormanRemove encal_dl_type from struct flow
2013-03-15 Simon HormanRevert "flow: Split flow_extract"
2013-03-15 Stephane A. Sezerlib: Rename lib/pcap.h to avoid inclusion conflicts.
2013-03-08 Ben PfaffAdd table_id to NXM flow_removed messages.
2013-03-08 Ben Pfafftimeval: Avoid backtrace() from signal handler on x86-64.
2013-03-06 Andy Zhounicira-ext: Add Nicira actions NXAST_STACK_PUSH and...
2013-03-06 Simon HormanAdd support for set_mpls_ttl action
2013-03-06 Simon HormanAdd support for dec_mpls_ttl action
2013-03-06 Ben Pfafftimeval: Increase accuracy of cached time 4X, from...
2013-03-06 Ben Pfafftimeval: Enable caching the current time even on x86-64.
2013-03-06 Ben Pfaffovsdb-idlc: Make no-op writes to write-only columns...
2013-03-04 Pravin B ShelarTunnel: Cleanup old tunnel infrastructure.
2013-03-01 Ben Pfaffofpbuf: Remove OFPBUF_STACK_BUFFER.
2013-02-28 Ben Pfaffnetdev: Update comment.
2013-02-28 Ben Pfaffnetdev-linux: Fix netdev_linux_send() return value...
2013-02-28 Simon Hormannx-match: Correct writing of value and length in set_fi...
2013-02-28 Kyle Mesterytunnel: Only print non-default UDP dst_port for LISP...
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.
next