language: c compiler: - gcc - clang sudo: false addons: apt: packages: - libnl-3-dev - libnl-genl-3-dev - libnl-route-3-dev - libnetfilter-conntrack-dev - libgeoip-dev - liburcu-dev - libpcap-dev - libnet1-dev - libcli-dev script: CC=$CC ./configure && make CC=$CC cs-git' href='git://git.distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-02netfilter: guarantee 8 byte minalign for template addressesFlorian Westphal2-5/+26
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal12-34/+24
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal15-29/+36
2017-02-02netfilter: reduce direct skb->nfct usageFlorian Westphal2-9/+15
2017-02-02netfilter: reset netfilter state when duplicating packetFlorian Westphal2-2/+2
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal8-20/+16
2017-02-02netfilter: nf_tables: Eliminate duplicated code in nf_tables_table_enable()Feng