aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
AgeCommit message (Expand)Author
2015-07-09Config options for building with ODPCiprian Barbu
2014-12-09datapath: Mark compatible with kernels up to 3.18.xThomas Graf
2014-12-09datapath: Check if nla_is_last() is available in <net/netlink.h>Thomas Graf
2014-10-23datapath: Use upstream ipv6_find_hdr().Pravin B Shelar
2014-10-20netdev-dpdk: Move to DPDK 1.7.1maryam.tahhan
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-09-20datapath: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier
2014-09-20datapath: Provide compatibility for kernels up to 3.17Thomas Graf
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-11build: Respect CFLAGS and LDFLAGS passed to makeThomas Graf
2014-09-10datapath: Backport __ip_select_ident() functionPravin B Shelar
2014-08-18acinclude.m4: Do not set vswitchd_ovs_vswitchd_LDFLAGSDaniele Di Proietto
2014-08-12netdev-dpdk: Move to DPDK 1.7.0Daniele Di Proietto
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-09acinclude.m4: dpdk: link with -ldl if necessaryDaniele Di Proietto
2014-05-28CodingStyle: Allow C99 mixing of declarations and code.Jarno Rajahalme
2014-05-19acinclude.m4: Fix "sparse", via detection of GNU make "if" directive.Ben Pfaff
2014-05-10acinclude.m4: Fix a typo in a help messageYAMAMOTO Takashi
2014-05-10acinclude.m4: Expand tabsYAMAMOTO Takashi
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-24FAQ: Explain what to do when building against a too-new kernel.Ben Pfaff
2014-03-31datapath: Add support for kernels 3.13Pravin Shelar
2014-03-21dpif-netdev: Add DPDK netdev.Pravin
2014-03-07datapath: Add support for Linux 3.12Pravin Shelar
2014-03-05Makefile: Compile Linux-specific files based on __linux__ macro.Ben Pfaff
2014-01-03datapath: Check for backported sctp_compute_cksum().Jesse Gross
2013-12-20datapath: compat: Configure check GRE DEMUX.Pravin B Shelar
2013-12-20datapath: compat: Add configure check for lockdep_rtnl_is_held()Pravin B Shelar
2013-12-20datapath: compat: Fix skb_has_frag_list definition.Pravin B Shelar
2013-12-20datapath: Check for backported netdev_features_t.Jesse Gross
2013-12-16datapath: Fix build failure on RHEL 6.4Pravin B Shelar
2013-12-17openvswitch: Use libtool and allow building shared libsHelmut Schaa
2013-12-03datapath: Add compile time check for rxhashPravin B Shelar
2013-10-16datapath: Add support for Linux 3.11Pravin B Shelar
2013-09-13datapath: remove HAVE_MAC_RAWViresh Kumar
2013-09-06datapath: Remove compat files.Pravin B Shelar
2013-09-06datapath: Remove compat support for NLA_NUL_STRINGPravin B Shelar
2013-09-06datapath: Move kernel version check to configure.Pravin B Shelar
2013-08-10datapath: Use parallel_ops genl.Pravin B Shelar
2013-08-01configure: Distinguish glibc and NetBSD pthread_setname_np() variants.Ben Pfaff
2013-07-22datapath: Conditionally define skb_unclone in datapath compat codeKyle Mestery
2013-07-15datapath: Revert "datapath: rhel: Account for RHEL specific backports"Pravin B Shelar
2013-07-09datapath: rhel: Account for RHEL specific backportsThomas Graf
2013-06-24acinclude: Improve detection of not-understood compiler options with clang.Ben Pfaff
2013-05-21acinclude.m4: update a comment for NetBSD supportYAMAMOTO Takashi