use struct tun_pi in read/write to pltap
[sliver-openvswitch.git] / lib /
2013-07-06 Giuseppe Lettieriuse struct tun_pi in read/write to pltap
2013-07-06 Giuseppe Lettiericomply with thread-safety checks
2013-07-06 Giuseppe LettieriMerge branch 'mainstream'
2013-07-06 Giuseppe Lettierireplaced strerror to ovs_strerror in pltap&tunnel
2013-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-07-06 Giuseppe Lettieriunification of netdev&netdev_dev in pltap&tunnel
2013-07-06 Giuseppe LettieriMerge commit 'b5d57fc87925cb3c029de19d0a94de5ca07ae28e'
2013-07-06 Giuseppe Lettierirename superclass member to up in netdev-pltap
2013-07-06 Giuseppe Lettierirename superclass member to up in netdev-tunnel
2013-07-06 Giuseppe LettieriMerge commit '180c6d0b440961cbc873c4d045eb8b2daa1364e9'
2013-07-06 Giuseppe Lettierirefactor for new netdev_rx class
2013-07-05 Giuseppe LettieriMerge commit '796223f5bc3a4896e6398733c798390158479400'
2013-07-05 Giuseppe Lettieriupgrade to new signature of update_flags
2013-07-05 Giuseppe LettieriMerge commit '4b60911067a82fbdfa87b7c2824412da20287ed8'
2013-07-05 Giuseppe LettieriMerge commit '559eb2308b4d616590aba34bb8f4dd7f12ae4587'
2013-07-03 Justin Pettitodp-util: Clearly indicate VID mask is printed in hex.
2013-07-03 Justin Pettitodp-util: Always encode mask of 0xffff for dl_type...
2013-07-02 YAMAMOTO Takashinetdev-bsd: Fix a build error.
2013-06-29 Ben Pfaffvconn: Fix formatting of user message.
2013-06-29 Justin Pettitflow: Don't assume non-IPv4 is IPv6 for un-wildcarding.
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-28 Ben Pfaffrandom: Make thread-safe.
2013-06-28 Ben PfaffNew function ovs_strerror() as a thread-safe replacemen...
2013-06-28 Ben Pfaffovs-thread: Add support for various thread-related...
2013-06-28 Ben Pfaffovs-thread: Add support for convenient once-only initia...
2013-06-28 Ben Pfaffovs-atomic: New library for atomic operations.
2013-06-28 Ben Pfaffofp-errors: Fix typos in error enumeration names.
2013-06-28 Jarno RajahalmeFix table checking for goto table instruction.
2013-06-28 Ben Pfaffofp-util: OpenFlow 1.0 can match IPv6 Ethertype even...
2013-06-28 Jarno Rajahalmeofproto: Implement OpenFlow 1.3 meter table.
2013-06-28 Ben Pfaffofpact: New function ovs_instruction_type_from_ofpact_t...
2013-06-28 Ben Pfaffofp-actions: Give ovs_instruction funcs names that...
2013-06-28 Andy Zhouovs-dpctl: Fix mega flow output
2013-06-28 Justin Pettitflow: Only un-wildcard relevant IP headers.
2013-06-28 Justin Pettitodp-util: Fix converting masked VLAN from flow.
2013-06-28 Justin Pettitodp-util: Correct printing the VLAN PCP mask.
2013-06-28 Ethan Jacksonbond: Handle unknown slaves in bond_check_admissibility().
2013-06-28 Ethan Jacksonnetdev: Support null netdev argument in netdev_ref().
2013-06-28 Ethan Jacksonmac-learning: Reference count 'struct mac_learning".
2013-06-28 Ethan Jacksonbond: Reference count 'struct bond'.
2013-06-28 Ethan Jacksonlacp: Reference count 'struct lacp'.
2013-06-28 Ethan Jacksonbfd: Reference count 'struct bfd'.
2013-06-28 Ethan Jacksoncfm: Reference count 'struct cfm'.
2013-06-27 Jarno Rajahalmeofp-util: Meter fixes.
2013-06-26 Ben Pfaffbfd: Fix typo in comment.
2013-06-26 Justin Pettitofproto-dpif: Always un-wildcard 'dl_type'.
2013-06-26 Ben Pfaffofp-parse: Fix parsing of out_port.
2013-06-25 Ben Pfaffovs-thread: Add per-thread data support.
2013-06-25 Ben Pfaffovs-thread: New module, initially just with pthreads...
2013-06-25 Ben PfaffAdd VLAN splinters unit test.
2013-06-25 Ben Pfaffofp-errors: New error code ONFBIC_DUP_INSTRUCTION.
2013-06-25 Ben Pfaffofp-errors: Implement OpenFlow 1.2+ experimenter error...
2013-06-25 Jarno Rajahalmeofp-util: Support for OpenFlow 1.3 meters.
2013-06-25 Ethan Jacksonlacp: Remove unused lacp_slave_get_port_id().
2013-06-24 Ethan Jacksonflow: New function hash_ofp_port() and hash_ofp_port().
2013-06-24 Ben Pfaffofp-util: New function ofputil_port_to_string().
2013-06-24 Jarno Rajahalmeofpacts_check: Remove unnecessary flow copying.
2013-06-21 Ben Pfaffofp-errors: Make ofperr_decode() static.
2013-06-21 Ben Pfaffofp-errors: Fix typos in comment.
2013-06-21 Justin Pettitdpif: Log flow masks for "put" and "dump_next".
2013-06-21 Justin Pettitofproto-dpif: Handle failed flow 'put's.
2013-06-20 Justin Pettitodp-util: Introduce odp_flow_key_from_mask().
2013-06-20 Jarno Rajahalmeofp-util: Remove prototype of non-existing function.
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-20 Andy Zhouovs-dpctl: Add mega flow support
2013-06-20 Justin Pettitofproto-dpif: Tighten up megaflow wildcard handling.
2013-06-18 Ethan Jacksonofproto-dpif: Store patch port peer in struct ofport_dpif.
2013-06-18 Ben Pfaffhmap: Use is_pow2() instead of open-coding it.
2013-06-18 Ben Pfaffhindex: New data structure for hashed multimaps.
2013-06-18 Justin Pettitofproto-dpif: Don't wildcard fields used in special...
2013-06-17 Ben Pfaffleak-checker: Remove because it cannot be made thread...
2013-06-17 Ben Pfaffbacktrace: Remove variant that does not support threads.
2013-06-14 Jarno Rajahalmeodp-util: Use proper formatting for ODP port number.
2013-06-13 Murphy McCauleylib/netdev-linux.c: Prevent receiving of sent packets
2013-06-12 Ethan Jacksonmac-learning: Simplify mac_learning_changed().
2013-06-12 Ben Pfaffofp-print: Avoid returning static data.
2013-06-11 Ben Pfaffrtnetlink-link: Make 'attrs' local variable non-static.
2013-06-11 Justin Pettitofproto-dpif: Store relevant fields for wildcarding...
2013-06-11 Ethan Jacksonflow: Add new wildcard functions.
2013-06-11 Ethan Jacksonclassifier: Add 'wc' argument to classifier_lookup().
2013-06-11 Ethan Jacksonflow: Add new flow_wildcards_fold_minimask() function.
2013-06-11 Justin Pettitmeta-flow: Fix comment describing mf_set_flow_value().
2013-06-11 Joe Stringerodp-execute: Style fixes
2013-06-10 Ben Pfaffprocess: Add thread safety comments.
2013-06-10 Ben Pfaffprocess: Make signal handling thread-safe.
2013-06-10 Ben Pfaffprocess: Remove unused features from process_start().
2013-06-10 Ben Pfaffprocess: Remove process_run(), process_run_capture...
2013-06-10 Ben Pfaffnetdev-vport: Make netdev_vport_get_dpif_port() code...
2013-06-10 Ben Pfaffofp-util: Don't return static data in ofputil_packet_in...
2013-06-10 Ben Pfaffodp-util: Avoid returning static data in ovs_key_attr_t...
2013-06-10 Ben Pfaffofp-actions: Add comments to struct ofpact_learn_spec.
2013-06-06 Ben Pfafftimeval: Remove time_disable_restart(), time_enable_res...
2013-06-06 Ben Pfaffnetdev-vport: Don't return static data in netdev_vport_...
2013-06-06 Ben Pfaffdpif-netdev: Don't run port names through netdev_vport_...
2013-06-05 Ben Pfaffroute-table: Make 'rtnl_sock' and 'attrs' local variabl...
2013-06-05 Ben Pfaffnetdev-vport: Make 'iface' non-static in tunnel_get_sta...
2013-06-05 Ben Pfafftimeval: Do not block SIGALRM around setting 'deadline...
2013-06-05 Ben Pfafflockfile: Remove calls to time_disable_restart()/time_e...
2013-06-05 Ben Pfaffsignals: Make thread-safe.
2013-06-05 Simon HormanAlways update ethertype on mpls_pop
next