Always use valid ids pointer in dec_ttl_cnt_ids_from_openflow()
[cascardo/ovs.git] / datapath /
2013-04-29 Thomas Grafdatapath: Account for RHEL6.4 backports in compat layer
2013-04-29 Thomas Grafdatapath: Use openvswitch_handle_frame hook in >=RHEL6...
2013-03-13 Jesse Grossdatapath: Check for Centos 6.4 backports.
2013-03-12 Jesse Grossdatapath: Reduce loop limit by one to 4.
2013-03-06 Jesse Grossdatapath: Fix circular dependency between bug.h and...
2013-02-23 Cong Wangdatapath: fix the calculation of checksum for vlan...
2013-02-08 Rich Lanedatapath: Fix ovs_vport_cmd_del return value on success
2013-02-02 Jesse Grosstunneling: Don't send ICMP messages if no tunnel port...
2013-01-26 Pravin B Shelardatapath: Clear struct ovs_key_ipv4_tunnel padding.
2013-01-22 Jesse Grossdatapath: Return correct error code when dumping flow...
2013-01-22 Ben Pfaffdatapath: Don't dump partial action lists in flows.
2013-01-22 Jesse GrossRevert "datapath: Avoid null deref when GSO is for...
2013-01-22 Jesse Grossdatapath: Move LRO check from transmit to receive.
2013-01-21 Ben Pfaffdatapath: Avoid null deref when GSO is for verifying...
2013-01-21 Pravin B Shelardatapath: Fix nelink attribute size for flow.
2013-01-21 Pravin B Shelardatapath: Fix Flow dump operation.
2013-01-19 Pravin B Shelardatapath: More flexible kernel/userspace tunneling...
2013-01-16 James Pagedatapath: support Linux 3.8 kernel
2013-01-16 Isaku Yamahatalinux/Makefile.main.in, acinclude: preparation for...
2012-12-31 Jarno RajahalmeMake OVS_TUNNEL_ATTR_DST_IPV4 optional to allow configu...
2012-12-31 Jesse Grossdatapath: Initialize tunnel_key pad member.
2012-12-20 Isaku Yamahatadatapath: linux2.7 s/pid/portid/g
2012-12-20 Isaku Yamahatadatapath: support Linux 3.7
2012-12-17 Jesse Grossdatapath: Zero out key when looking up null ports.
2012-11-28 Jesse Grossdatapath: Use RCU callback when detaching netdevices.
2012-11-22 Ansis Attekadatapath: add skb mark matching and set action
2012-11-13 Ansis Attekadatapath: add ipv6 'set' action
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 Pravin B Shelardatapath: Add missing bug.h file
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 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-05 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.
next