aboutsummaryrefslogtreecommitdiff
path: root/datapath/linux/compat
AgeCommit message (Expand)Author
2014-12-09datapath: Account for already defined NETIF_F_GSO_ENCAP_ALLThomas Graf
2014-12-09datapath: Check if nla_is_last() is available in <net/netlink.h>Thomas Graf
2014-12-02datapath: Add UFID interface to openvswitch.h.Joe Stringer
2014-11-19datapath: compat: Fix build on RHEL 6.6Pravin B Shelar
2014-11-12openvswitch: Userspace tunneling.Pravin B Shelar
2014-11-09datapath: fix coding style.Pravin B Shelar
2014-11-09datapath: Fix few mpls issues.Pravin B Shelar
2014-11-09datapath: Rename last_action() as nla_is_last() and move to netlink.hSimon Horman
2014-11-03datapath: Fix compat checks for ipv6_skip_exthdr()Pravin B Shelar
2014-10-23datapath: Use upstream ipv6_find_hdr().Pravin B Shelar
2014-10-13datapath: compat: Fix compilation 3.11Pravin B Shelar
2014-10-03datapath: Add support for RHEL-7 / CentOS-7 kernel.Pravin B Shelar
2014-10-03datapath: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme
2014-10-02datapath: avoid hard coding OVS_VPORT_TYPE_GENEVEAndy Zhou
2014-09-21datapath: compat: Fix compilation for 2.6.32 kernelPravin B Shelar
2014-09-20datapath: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier
2014-09-20datapath: Provide compatibility for kernels up to 3.17Thomas Graf
2014-09-20datapath: fix sparse warning.Pravin B Shelar
2014-09-15datapath: Improve robustness of this_cpu_ptr definition in compat layerAndy Zhou
2014-09-12datapath: Add IS_ERR_OR_NULL for backward compatibility.Pravin B Shelar
2014-09-12datapath: introduce netdev_alloc_pcpu_stats() for driversWANG Cong
2014-09-12datapath: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat
2014-09-10datapath: Add this_cpu_{read, inc, dec} APIs for backward compatibilityAndy Zhou
2014-09-10datapath: Backport __ip_select_ident() functionPravin B Shelar
2014-09-10openvswitch.h: Fix the type of struct ovs_key_nd nd_target field.Jarno Rajahalme
2014-09-08lib/odp: Masked set action execution and printing.Jarno Rajahalme
2014-08-29datapath: Always initialize fix_segment for GSO packet.Pravin B Shelar
2014-08-18Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang
2014-08-04Do not seemingly #include Linux-specific headers on other platforms.Ben Pfaff
2014-08-01datapath: do not use vport type to determine presence of Geneve attributesAnsis Atteka
2014-07-11datapath: Enable tunnel GSO features.Pravin B Shelar
2014-07-01datapath: Change u64_stats_* to use _irq instead of _bh().Jesse Gross
2014-06-25datapath: Rehash 16-bit skbuff hashes into 32 bits.Jesse Gross
2014-06-24datapath: Add basic MPLS support to kernelSimon Horman
2014-06-20datapath: Add support for Geneve tunneling.Jesse Gross
2014-06-19tunnel: Add support for matching on OAM packets.Jesse Gross
2014-05-20datapath: 16bit inner_network_header field in struct ovs_gso_cbSimon Horman
2014-05-02datapath: Fix feature check for HAVE_RXHASH.Jesse Gross
2014-05-01datapath: clear l4_rxhash in skb_clear_hash.Pritesh Kothari
2014-05-01datapath: Add support for kernel 3.14.Pritesh Kothari
2014-04-29datapath: Check for backported skb_orphan_frags().Joe Stringer
2014-04-14datapath: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss
2014-04-05datapath: supply a dummy err_handler of gre_cisco_protocol to prevent kernel ...Wei Zhang
2014-03-31datapath: Add support for kernels 3.13Pravin Shelar
2014-03-17datapath: compat: Downstream the reciprocal_div.{c,h}.Alex Wang
2014-03-07datapath: Add support for Linux 3.12Pravin Shelar
2014-02-16datapath: Fix build failure.Pravin
2014-02-16datapath: Use ether_addr_copyJoe Perches
2014-01-03datapath: Check for backported sctp_compute_cksum().Jesse Gross
2013-12-20datapath: compat: Configure check GRE DEMUX.Pravin B Shelar