summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* netdev-tc-offloads: Add support for IP fragmentationRoi Dayan2018-03-211-3/+3
* compat: Fix RHEL 7 compileGreg Rose2018-02-271-0/+4
* acinclude: Enable building for Linux kernel 4.15Greg Rose2018-02-161-2/+2
* acinclude.m4: Enable Linux 4.14Greg Rose2018-02-121-2/+2
* datapath: Add meter infrastructureAndy Zhou2018-02-121-0/+3
* datapath: reliable interface indentification in port dumpsJiri Benc2018-02-121-0/+3
* datapath: use ktime_get_ts64() instead of ktime_get_ts()Arnd Bergmann2018-02-121-0/+3
* compat: Fix compiler headersGreg Rose2018-02-121-0/+3
* datapath: Fix netdev_master_upper_dev_link for 4.14Greg Rose2018-02-121-0/+3
* datapath: enable NSH supportYi Yang2018-02-071-0/+1
* acinclude: check for IP_CT_UNTRACKEDEric Garver2018-01-221-0/+2
* configure: New --enable-sparse option to enable sparse checking by default.Ben Pfaff2018-01-121-1/+7
* configure: Make --enable-Werror turn sparse warnings into errors.Ben Pfaff2018-01-111-2/+10
* compat: Add act_pedit compatibility for old kernelsPaul Blakey2017-11-161-0/+7
* acinclude: Fix SKB_GSO_UDP check.William Tu2017-11-011-1/+1
* acinclude: Add support for Linux 4.13Greg Rose2017-09-221-2/+2
* acinclude: Check for existence of nf_hook_ops member "list".Greg Rose2017-09-221-0/+3
* acinclude: Check for extended netlink ack presenceGreg Rose2017-09-221-0/+3
* acinclude: Add compat define for DST_NOCACHEGreg Rose2017-09-221-0/+2
* acinclude: Check for SKB_GSO_UDPGreg Rose2017-09-221-0/+2
* acinclude: Add missing defineGreg Rose2017-09-211-1/+2
* datapath: compat: Fix build on RHEL 7.4Yi-Hung Wei2017-08-231-0/+4
* compat: Update tc compatibility headerPaul Blakey2017-08-111-3/+3
* acinclude: Also support pkg-config for configuring dpdk.Christian Ehrhardt2017-08-071-7/+10
* acinclude.m4: Support Linux kernel 4.12Greg Rose2017-07-241-1/+1
* compat: net: store port/representator id in metadata_dst.Joe Stringer2017-07-241-0/+3
* datapath: get rid of redundant vxlan_dev.flagsGreg Rose2017-07-241-0/+2
* compat: convert many more places to skb_put_zero().Joe Stringer2017-07-241-0/+1
* datapath: Fix inconsistent teardown and release of private netdev state.Greg Rose2017-07-241-0/+3
* datapath: more accurate checksumming in queue_userspace_packet()Joe Stringer2017-07-241-0/+1
* datapath: introduce nf_conntrack_helper_put functionGreg Rose2017-07-241-0/+2
* acinclude.m4: Avoid error from printf.Ben Pfaff2017-07-171-1/+1
* acinclude.m4: Avoid echo -nYAMAMOTO Takashi2017-07-161-1/+1
* ctags: include symbols with locking annotations.Flavio Leitner2017-07-131-0/+8
* configure: Fix check for rte_config.h to handle cross-compilation.Ben Pfaff2017-07-071-3/+4
* Makefiles: Fail build for flake8 only when configured with --enable-Werror.Ben Pfaff2017-07-071-1/+10
* compat: Restrict __ro_after_init usageGreg Rose2017-06-191-0/+2
* compat: Add tc compatibility headers for old kernelsPaul Blakey2017-05-301-0/+26
* datapath: Remove untracked CT on newer kernels.Joe Stringer2017-05-031-0/+2
* datapath: Fixups for MPLS GSOYi-Hung Wei2017-05-031-0/+2
* compat: Fix build error in kernels 4.10Greg Rose2017-04-281-1/+3
* datapath: pass extended ACK struct to parsing functionsJohannes Berg2017-04-201-0/+3
* compat: ipv6: orphan skbs in reassembly unit.Eric Dumazet2017-04-191-4/+0
* acinclude: Allow compile with Linux 4.11.Jarno Rajahalme2017-04-171-2/+2
* compat: nf_ct_delete compat.Jarno Rajahalme2017-03-081-0/+6
* datapath: add and use nf_ct_set helperFlorian Westphal2017-03-081-0/+2
* datapath: add and use skb_nfct helperFlorian Westphal2017-03-081-0/+1
* datapath: Allow compiling against Linux 4.10Jarno Rajahalme2017-03-081-2/+2
* Makefile: Drop vestiges of support for non-GNU Make.Ben Pfaff2017-03-081-52/+2
* datapath: add processing of L3 packetsYang, Yi Y2017-03-021-0/+1