Describe dummy test model. Work on OpenFlow intro.
[openvswitch] / datapath /
2012-11-22 Ansis Attekadatapath: add skb mark matching and set action
2012-11-16 Shan Weidatapath: use this_cpu_ptr per-cpu helper
2012-11-16 Jesse Grossdatapath: Backport this_cpu_ptr to kernels < 2.6.33
2012-11-13 Ansis Attekadatapath: add ipv6 'set' action
2012-11-08 Jesse Grossdatapath: Move tun_key out of struct phy and union.
2012-11-08 Jesse Grossdatapath: ipv6_skip_exthdr() is now fully upstream.
2012-11-07 Jesse Grosstunnel: Zero keys if marked as not present.
2012-11-07 Jesse Grossdatapath: Allow GRE64 to use flow based tunneling.
2012-11-07 Jesse Grossdatapath: Shorten flow tunneling flags.
2012-11-07 Jesse Grossdatapath: Don't allow flows installed with only TUN_ID.
2012-11-07 Jesse Grossdatapath: Don't write into IPV4_TUNNEL data when using...
2012-11-07 Jesse Grossdatapath: Include OVS_KEY_ATTR_IPV4_TUNNEL in upstream...
2012-11-06 Ansis Attekadatapath: improve ipv6_find_hdr() function for IPv6...
2012-11-06 Ansis Attekadatapath: Add ipv6_find_hdr() compatibility function.
2012-11-06 Jesse Grossdatapath: Remove flow refcount functionality.
2012-11-05 Pravin B Shelardatapath: Add missing bug.h file
2012-11-05 Pravin B Shelardatapath: Add support for 3.6 kernel.
2012-11-05 Pravin B Shelardatapath: Remove tunnel header caching.
2012-11-05 Pravin B Shelardatapath: Fix sparse warning for symbol 'BUILD_BUG_ON_N...
2012-11-05 Pravin B Shelardatapath: enable encap for capwap.
2012-11-05 Pravin B Shelardatapath: Add Upstream id for GRE type.
2012-11-02 Mehak MahajanProcess RARP packets with ethertype 0x8035 similar...
2012-10-24 Pravin B Shelardatapath: Fix zero key tunnels.
2012-10-24 Mehak MahajanAllow processing of RARP packets.
2012-10-20 Pravin B Shelardatapath: Tunnel port without destination IP.
2012-10-20 Pravin B Shelardatapath: Optimize flow key match for non tunnel flows.
2012-10-20 Kyle Mesterydatapath: Add support for tun_key to Open vSwitch datapath
2012-10-10 Pravin B Shelardatapath: Allow GRE64 tunnels without any key.
2012-10-09 Pravin B Shelardatapath: Fix GRE tunnel without any key.
2012-10-06 Pravin B Shelardatapath: 64-bit GRE support
2012-10-04 Jesse Grossdatapath: Print device when warning about over MTU...
2012-09-19 Peter Senna Tschudindatapath: Remove unecessary semicolon
2012-09-18 Jesse Grossdatapath: Add version info for out-of-tree modules.
2012-09-04 Jesse Grossdatapath: Drop comment describing vport node.
2012-09-04 Jesse Grossdatapath: Fix FLOW_BUFSIZE definition.
2012-09-04 Jesse Grossdatapath: Remove vport list node.
2012-08-31 Joe Stringerdatapath: Fix typo
2012-08-22 Jesse Grossdatapath: Fix namespace refcount leak on failed init.
2012-08-08 Kyle MesteryBump up the supported kernel versions to include 3...
2012-08-04 Jesse Grossdatapath: Relax set header validation.
2012-07-17 Leo Altermandatapath: fix typo in README
2012-07-12 Tadaaki Nagaodatapath: Check for backported skb_frag_page().
2012-07-10 Ben Pfaffdatapath: Check gso_type for correct sk_buff in queue_g...
2012-06-20 Pravin B Shelardatapath: Support for kernel 3.4.
2012-06-20 Pravin B Shelardatapath: Make 'struct work_struct' consistent with...
2012-06-12 Pravin B Shelardatapath: Check currect return value from skb_gso_segment()
2012-06-07 Pravin B Shelardatapath: Fix sparse warning on BUILD_BUG_ON_NOT_POWER_...
2012-06-07 Pravin B Shelardatapath: Fix use-after-free bug in dp_notify.
2012-05-25 Joe Perchesdatapath: Convert net_ratelimit uses to net_<level...
2012-05-25 Jesse Grossdatapath: Backport net_warn_ratelimited() and friends.
2012-05-25 Eric Dumazetdatapath: cleanup unsigned to unsigned int
2012-05-25 David Howellsdatapath: Remove all #inclusions of asm/system.h
2012-05-24 Pravin B Shelardatapath: Avoid system freeze due to ovs-flow-rehash...
2012-05-21 Pravin B Shelardatapath: Fix Tunnel options TOS
2012-05-17 Jesse Grossdatapath: Reset upper layer protocol info on internal...
2012-05-08 Pravin B Shelardatapath: Validation of IPv6 set port action uses IPv4...
2012-05-04 Ansis Attekadatapath: Release rtnl_lock if ovs_vport_cmd_build_info...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-19 Simon Hormandatapath: Use ETH_ALEN instead of VLAN_ETH_ALEN
2012-04-19 Simon Hormandatapath: Include linux/completion.h
2012-04-09 Ansis Attekadatapath: Do not send notification if ovs_vport_set_opt...
2012-04-05 Simon Hormandatapath: tunnelling: capwap: UDP_ENCAP_CAPWAP is an...
2012-04-02 David S. Millerdatapath: Stop using NLA_PUT*().
2012-04-02 Jesse Grossdatapath: Backport nla_put_be* functions.
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-03-23 Pravin B Shelardatapath: Support for kernel 3.3
2012-03-22 Pravin B Shelardatapath: Move CSUM_MANGLED_0 definition to net checksu...
2012-03-19 Ben Pfaffconfigure: Remove --with-build-number.
2012-03-13 Chris Wrightconfigure: add configure option to disable building...
2012-03-09 Chris Wrightdatapath: omit _mod from module names
2012-03-08 Chris Wrightdatapath: update linux/.gitignore
2012-03-08 Chris Wrightdatapath: rename brcompat.c to brcompat_main.c
2012-03-07 Jesse Grossdatapath: Fix checksum update for actions on UDP packets.
2012-03-07 Ben Pfaffdatapath: Honor dp_ifindex, when specified, for vport...
2012-02-17 Pravin B Shelardatapath: Increase maximum number of datapath ports.
2012-02-15 Danny Kukawkadatapath: use eth_hw_addr_random() and reset addr_assig...
2012-02-01 Jesse Grossdatapath: Don't dereference potentially NULL vport...
2012-01-30 Pravin B Shelardatapath: Add support for namespace.
2012-01-20 Jesse Grossdatapath: Correct GRE checksum offset.
2012-01-17 Ben Pfaffdatapath: Enforce mutual exclusion between bridge and...
2012-01-17 Shan Weidatapath: kill duplicate included header
2012-01-17 Devendra Nagadatapath: remove unused version.h includes
2012-01-14 Jesse Grossdatapath: Fix version check for 3.2.
2012-01-12 Jesse Grossdatapath: IFF_OVS_DATAPATH is backported by RHEL 6.2.
2012-01-11 Ben Pfaffdatapath: Fix multipart datapath dumps.
2012-01-05 Pravin B Shelardatapath: Implement flow table re-hashing.
2012-01-05 Pravin B Shelardatapath: Fix OVS compat workqueue support.
2012-01-05 Pravin B Shelardatapath: Add genl_exec().
2011-12-08 Jesse Grossdatapath: Alphabetize include/net/ipv6.h compat header.
2011-12-08 Pravin B Shelardatapath: Fix build on RHEL 5.5
2011-12-06 Dan Carpenterdatapath: small potential memory leak in ovs_vport_alloc()
2011-12-05 Zhi Yong Wudatapath: Fix build breakage on kernel 2.6.40
2011-12-02 Jesse Grossdatapath: Remove custom version of ipv6_skip_exthdr().
2011-12-02 Jesse Grossdatapath: Fix outdated comment.
2011-11-30 Jesse Grossdatapath: Don't use ipv6_addr_copy().
2011-11-22 Jesse Grossdatapath: Fix build after global symbol rename.
2011-11-22 Jesse Grossdatapath: Scope global symbols with ovs_ prefix.
2011-11-21 Jesse Grossdatapath: Remove unused variable in dp_notify.c.
2011-11-21 Jesse Grossdatapath: Always notify in initial namespace for port...
next