obj-$(CONFIG_XENFS) += xenfs.o xenfs-y = super.o xenfs-$(CONFIG_XEN_DOM0) += xenstored.o xenfs-$(CONFIG_XEN_SYMS) += xensyms.o link rel='alternate' title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal7-26/+28
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