summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
AgeCommit message (Expand)AuthorLines
2019-03-11netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso-0/+6
2019-03-08netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso-4/+2
2019-03-01netfilter: nf_tables: nat: merge nft_masq protocol specific modulesFlorian Westphal-22/+0
2019-03-01netfilter: nf_tables: nat: merge nft_redir protocol specific modulesFlorian Westphal-22/+0
2019-02-27netfilter: conntrack: avoid same-timeout updateFlorian Westphal-5/+5
2019-02-27netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal-55/+39
2019-02-27netfilter: nat: remove l3proto structFlorian Westphal-8/+0
2019-02-27netfilter: nat: remove csum_recalc hookFlorian Westphal-4/+3
2019-02-27netfilter: nat: remove csum_update hookFlorian Westphal-5/+0
2019-02-27netfilter: nat: remove l3 manip_pkt hookFlorian Westphal-5/+4
2019-02-27netfilter: nat: remove nf_nat_l4proto.hFlorian Westphal-16/+0
2019-02-27netfilter: nat: move nlattr parse and xfrm session decode to coreFlorian Westphal-9/+0
2019-02-27netfilter: nat: merge ipv4 and ipv6 masquerade functionalityFlorian Westphal-4/+2
2019-02-27netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso-0/+3
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-0/+29
2019-02-13netfilter: reject: skip csum verification for protocols that don't support itAlin Nastac-0/+29
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+13
2019-02-04netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso-4/+13
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-66/+113
2019-01-18netfilter: nat: un-export nf_nat_used_tupleFlorian Westphal-4/+0
2019-01-18netfilter: conntrack: remove nf_ct_l4proto_find_getFlorian Westphal-8/+2
2019-01-18netfilter: conntrack: remove l4proto destroy hookFlorian Westphal-3/+0
2019-01-18netfilter: conntrack: remove l4proto init and get_net callbacksFlorian Westphal-6/+9
2019-01-18netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookupsFlorian Westphal-4/+1
2019-01-18netfilter: conntrack: remove pernet l4 proto register interfaceFlorian Westphal-12/+0
2019-01-18netfilter: conntrack: remove remaining l4proto indirect packet callsFlorian Westphal-7/+5
2019-01-18netfilter: conntrack: remove module owner fieldFlorian Westphal-4/+0
2019-01-18netfilter: conntrack: remove invert_tuple callbackFlorian Westphal-6/+5
2019-01-18netfilter: conntrack: remove pkt_to_tuple callbackFlorian Westphal-5/+0
2019-01-18netfilter: conntrack: remove net_idFlorian Westphal-1/+1
2019-01-18netfilter: conntrack: gre: switch module to be built-inFlorian Westphal-0/+10
2019-01-18netfilter: conntrack: handle icmp pkt_to_tuple helper via direct callsFlorian Westphal-0/+10
2019-01-18netfilter: conntrack: handle builtin l4proto packet functions via direct callsFlorian Westphal-0/+37
2019-01-18netfilter: physdev: relax br_netfilter dependencyFlorian Westphal-1/+0
2019-01-18netfilter: nf_tables: add direct calls for all builtin expressionsFlorian Westphal-0/+16
2019-01-18netfilter: nf_tables: handle nft_object lookups via rhltableFlorian Westphal-2/+5
2019-01-18netfilter: nf_tables: prepare nft_object for lookups via hashtableFlorian Westphal-5/+14
2019-01-11netfilter: nft_flow_offload: fix interaction with vrf slave devicewenxu-1/+0
2018-12-29netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso-1/+0
2018-12-29netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal-15/+3
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-106/+17
2018-12-21netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal-20/+6
2018-12-21netfilter: conntrack: un-export seq_print_acctFlorian Westphal-3/+0
2018-12-21netfilter: conntrack: udp: only extend timeout to stream mode after 2sFlorian Westphal-0/+5
2018-12-19net: convert bridge_nf to use skb extension infrastructureFlorian Westphal-4/+4
2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal-6/+0
2018-12-17netfilter: nat: remove nf_nat_l4proto structFlorian Westphal-33/+0
2018-12-17netfilter: nat: remove l4proto->manip_pktFlorian Westphal-8/+7
2018-12-17netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal-6/+0
2018-12-17netfilter: nat: remove l4proto->in_rangeFlorian Westphal-11/+0