Merge branch 'mainstream'
[sliver-openvswitch.git] / lib / dpif-netdev.c
2013-07-19 Giuseppe LettieriMerge branch 'mainstream'
2013-07-11 Ben Pfaffdpif-netdev: Make "packet-out" with in_port=OFPP_CONTRO...
2013-07-06 Giuseppe LettieriMerge branch 'mainstream'
2013-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-07-06 Giuseppe LettieriMerge commit 'b5d57fc87925cb3c029de19d0a94de5ca07ae28e'
2013-07-06 Giuseppe LettieriMerge commit '180c6d0b440961cbc873c4d045eb8b2daa1364e9'
2013-07-05 Giuseppe LettieriMerge commit '796223f5bc3a4896e6398733c798390158479400'
2013-07-05 Giuseppe LettieriMerge commit '4b60911067a82fbdfa87b7c2824412da20287ed8'
2013-07-05 Giuseppe LettieriMerge commit '559eb2308b4d616590aba34bb8f4dd7f12ae4587'
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-20 Andy Zhouovs-dpctl: Add mega flow support
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 Simon Hormanodp-execute: Add set skb_mark, set_priority, tunnel...
2013-05-29 Simon Hormanodp-execute: New module for executing datapath actions.
2013-05-23 Simon Hormandpif-netdev: Move decoding of data out of dp_netdev_out...
2013-05-23 Simon Hormandpif-netdev: Constify key parameter of dp_netdev_action...
2013-05-10 Ben Pfaffnetdev: Add new "struct netdev_rx" for capturing packet...
2013-05-10 Ben Pfaffnetdev: Factor restoring flags into new "struct netdev_...
2013-04-30 Ben Pfaffdpif-netdev: Shorten delay loops.
2013-04-29 Ben Pfaffdpif-netdev: Update max_mtu correctly.
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-03-04 Pravin B ShelarTunnel: Cleanup old tunnel infrastructure.
2013-02-27 Giuseppe LettieriMerge branch 'mainstream'
2013-02-16 Ben PfaffAllow OVS_USERSPACE_ATTR_USERDATA to be variable length.
2013-02-05 Simon HormanUser-Space MPLS actions and matches
2013-01-31 Giuseppe LettieriMerge branch 'mainstream'
2013-01-29 Ethan Jacksonnetdev: New function netdev_get_dpif_port().
2013-01-29 Ethan Jacksondpif-netdev: Allow stub interfaces on the dummy datapath.
2013-01-24 Giuseppe Lettieriproper type for internal port of planetlab dpif
2013-01-24 Giuseppe LettieriMerge branch 'mainstream'
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 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-16 Giuseppe LettieriMerge branch 'mainstream'
2012-12-16 Giuseppe LettieriMerge branch 'hotfix' into make-improv
2012-11-22 Ansis Attekadatapath: add skb mark matching and set action
2012-11-20 Ben Pfaffdpif-netdev: Make odp_flow_key_to_flow() check more...
2012-11-16 Justin PettitAdd functions to determine how port should be opened...
2012-11-16 Justin Pettitdpif-netdev: Don't special-case "br" bridges in create_...
2012-11-13 Ansis Attekadatapath: add ipv6 'set' action
2012-11-02 Justin Pettitdpif: Add new dpif_port_exists() function.
2012-11-02 Justin Pettittests: Rewrite unit tests to not expect bridge with...
2012-11-02 Justin PettitUse ODP ports in dpif layer and below.
2012-11-02 Justin PettitAlways treat datapath ports as 32 bits.
2012-10-29 Giuseppe LettieriMerge branch 'mainstream'
2012-10-20 Kyle Mesterydatapath: Add support for tun_key to Open vSwitch datapath
2012-10-03 Jesse Grossflow: Extend struct flow to contain tunnel outer header.
2012-09-26 Ben Pfaffdpif-netdev: Remove unneeded 'key' parameter from dp_ne...
2012-09-24 Giuseppe LettieriMerge branch 'mainstream'
2012-09-18 Giuseppe Lettieriself-contained tap creation in the switchd
2012-09-13 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2012-09-05 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-09-05 Giuseppe LettieriMerge branch 'forward-port'
2012-08-30 Giuseppe LettieriMerge branch 'master' into forward-port
2012-08-16 Ben Pfaffdpif-netdev: Eliminate two malloc() calls per packet...
2012-08-16 Ben Pfaffdpif-netdev: Fix memory leak.
2012-08-15 Ed Mastenetdev: Map to OpenFlow port for flow lookup
2012-07-31 Justin Pettitdpif: Allow the port number to be requested when adding...
2012-07-09 Arun SharmaRename static functions to increase uniqueness.
2012-06-10 Ben Pfaffdpif-netdev: Fix use-after-free in dpif_netdev_recv.
2012-05-16 Giuseppe Lettieridpif-netdev: allow for proper destruction of netdev...
2012-05-09 Giuseppe Lettieriproper destruction of netdev datapaths
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-30 Giuseppe Lettierisupport for tap interfaces on PlanetLab
2012-04-29 Giuseppe Lettieriallow easier addition of planetlab datapath_type
2012-04-19 Ben Pfaffdpif: Make caller of dpif_recv() provide buffer space.
2012-04-19 Ben Pfaffofproto-dpif: Batch flow uninstallations due to expiration.
2012-03-27 Ben Pfaffdpif-netdev: Correct type of struct dp_netdev_flow...
2012-03-26 Jesse Grosspacket: Add additional TCP flags extraction on IPv6.
2012-03-23 Jesse Grossflow: Enable retrieval of TCP flags from IPv6 traffic.
2012-03-23 Jesse Grossflow: Add length check when retrieving TCP flags.
2012-01-19 Ben Pfaffdummy: Make --enable-dummy=override replace all dpifs...
2012-01-16 Ben Pfaffdpif: Change provider interface to consistently use...
2012-01-13 Ben Pfaffdpif: Simplify the "listen mask" concept.
2012-01-12 Ben Pfaffdpif-netdev: Make port numbers predictable for dummy...
2012-01-11 Pravin B Shelarodp-util: Handle ipv6 in set nw action.
2012-01-10 Ethan Jacksonpackets: New packet_set_*() helper functions.
2012-01-10 Ethan Jacksonpackets: Mask out CFI bit in eth_push_vlan().
2011-12-21 Ethan Jacksondpif-netdev: Fix UDP checksum calculation.
2011-12-16 Ben Pfaffdpif-netdev: Correctly report types of dummy netdevs.
2011-11-23 Ben Pfaffpackets: New function eth_pop_vlan(), formerly dp_netde...
2011-11-21 Ethan Jacksondpif-netdev: Allow enqueue actions.
2011-11-15 Ben Pfaffdatapath: Don't drop packets with partial vlan tags.
2011-11-15 Ben Pfaffdatapath: Describe policy for extending flow key, imple...
2011-11-09 Justin PettitSupport matching and modifying IP TTL.
2011-11-09 Justin PettitSupport matching and modifying IP ECN bits.
2011-11-01 Pravin B Shelardatapath: Convert kernel priority actions into match...
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-21 Pravin B Shelardatapath: Refactor actions in terms of match fields.
2011-10-14 Ben Pfaffdpif: New function dpif_operate() and dpif-linux implem...
2011-10-12 Ben Pfaffdatapath-protocol: Rename enums for consistency.
2011-10-12 Ben Pfaffdatapath: Move Netlink PID for userspace actions from...
2011-10-11 Ben Pfaffdpif-netdev: Implement OVS_ACTION_ATTR_SAMPLE action.
2011-10-11 Ben Pfaffdpif-netdev: Simplify code by removing dpif_netdev_vali...
2011-10-05 Ben Pfaffdpif: Avoid use of "struct ovs_dp_stats" in platform...
2011-09-28 Pravin ShelarsFlow: Genericize/simplify kernel sFlow implementation
2011-09-13 Ben Pfaffdpif-netdev: Also allow "dummy" netdevs in a dpif-netdev.
next