summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* configure: Try to extract kernel source directory from build Makefile.Ben Pfaff2012-02-161-10/+17
* datapath: Add genl_exec().Pravin B Shelar2012-01-041-0/+2
* datapath: Always use generic stats for devices (vports)Pravin Shelar2011-09-151-2/+0
* configure: Pass correct -target option to "cgcc" in the common case.Ben Pfaff2011-07-111-2/+22
* datapath: Rename linux-2.6 and compat-2.6 directories.Jesse Gross2011-06-241-8/+8
* configure: Fix typo in user message.Ben Pfaff2011-06-221-1/+1
* configure: Fix --with-linux when environment contains KSRC.Ben Pfaff2011-06-221-0/+2
* configure: Do not reject Linux 3.0 at configure time.Ben Pfaff2011-06-221-5/+15
* configure: Change --with-l26 to --with-linux.Ben Pfaff2011-06-221-14/+35
* configure: Remove "26" from Linux variable names.Ben Pfaff2011-06-221-71/+71
* configure: Fix typo in variable name.Ben Pfaff2011-06-221-1/+1
* datapath: Backport consume_skb().Jesse Gross2011-06-161-0/+1
* configure: Run sparse automatically if C=1 specified on "make" command.Ben Pfaff2011-05-161-0/+35
* configure: Add option --enable-Werror to add -Werror to CFLAGS.Ben Pfaff2011-04-121-0/+11
* Support vlan_group workaround implemented in XenServer kernels.Ben Pfaff2011-03-161-0/+3
* datapath: Check for backported dev_get_by_index_rcu().Jesse Gross2011-03-141-0/+1
* configure: Reject incompatible XenServer version.Ben Pfaff2011-02-221-0/+26
* datapath: Check for backported rcu_read_lock_held.Jesse Gross2011-02-071-0/+4
* datapath: Tolerate backporting of rtnl_link_stats64 (as in RHEL 6).Ben Pfaff2011-02-041-0/+2
* nicira-ext: Support matching IPv6 traffic.Justin Pettit2011-02-021-0/+2
* datapath: Backport more Netlink functions.Ben Pfaff2011-01-271-1/+2
* datapath: Avoid backported csum_replace4() on RHEL 5.Jesse Gross2011-01-191-0/+1
* configure: Simplify use of OVS_GREP_IFELSE.Ben Pfaff2010-11-031-24/+15
* autoconf: Compat checks no longer support multiple files.Jesse Gross2010-11-031-2/+4
* datapath: Work around debugging for csum_and_copy_to_user().Jesse Gross2010-11-031-0/+3
* autoconf: Tolerate missing file when grepping.Jesse Gross2010-11-021-15/+20
* datapath: Check for backported __wsum and __sum16.Jesse Gross2010-09-081-0/+2
* datapath: Remove netdev_alloc_skb_ip_align() compat code.Jesse Gross2010-08-021-2/+0
* datapath: Fix build with backported netdev_alloc_skb_ip_align()Alexey I. Froloff2010-08-021-0/+2
* configure: Add --with-l26-source option to specify source dir explicitly.Ben Pfaff2010-07-131-11/+30
* datapath: Check for skb_cow_head(), not skb_cow().Ben Pfaff2010-05-271-2/+2
* patch: Remove veth driver.Jesse Gross2010-05-181-11/+0
* datapath: Fix build with backported dev_get_stats().Justin Pettit2010-05-171-0/+2
* datapath: Fix build with backported skb_dst().Ben Pfaff2010-05-171-0/+2
* acinclude.m4: Reorganize checks for kernel identifiers.Ben Pfaff2010-05-171-21/+31
* datapath: Break out test for dev_disable_lro().Jesse Gross2010-05-061-0/+2
* datapath: Add configure test for skb_warn_if_lro().Jesse Gross2010-05-061-0/+2
* datapath: Define kmemdup() for kernels older than 2.6.19Justin Pettit2010-04-221-0/+2
* tunneling: Remove old GRE implementation.Jesse Gross2010-04-191-11/+0
* configure: Convert --with-l26=<dir> argument to absolute path.Ben Pfaff2010-04-141-0/+4
* datapath: Support 2.6.33 kernel layout in build system.Ben Pfaff2010-03-231-2/+3
* Merge branch 'master' into nextJustin Pettit2010-02-051-0/+11
|\
| * configure: Silence check for broken strtok_r().Ben Pfaff2010-01-261-1/+2
| * Add InMon's sFlow Agent library to the build system.Ben Pfaff2009-12-211-0/+10
* | datapath: Add a find the kernel source directory for Debian 2.6.32+.Ben Pfaff2010-01-081-2/+9
* | datapath: Add missing definitions for building GRE on older kernelsJustin Pettit2010-01-041-0/+6
* | gre: Add kernel GRE support.Jesse Gross2009-12-071-0/+11
|/
* Move C compiler warning (-W) flags from CFLAGS to AM_CFLAGS.Ben Pfaff2009-11-231-2/+3
* acinclude.m4: Fix inconsistency.Ben Pfaff2009-11-231-1/+1