aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+13
2019-02-04netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso1-4/+13
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller8-66/+113
2019-01-18netfilter: nat: un-export nf_nat_used_tupleFlorian Westphal1-4/+0
2019-01-18netfilter: conntrack: remove nf_ct_l4proto_find_getFlorian Westphal2-8/+2
2019-01-18netfilter: conntrack: remove l4proto destroy hookFlorian Westphal1-3/+0
2019-01-18netfilter: conntrack: remove l4proto init and get_net callbacksFlorian Westphal1-6/+9
2019-01-18netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookupsFlorian Westphal2-4/+1
2019-01-18netfilter: conntrack: remove pernet l4 proto register interfaceFlorian Westphal1-12/+0
2019-01-18netfilter: conntrack: remove remaining l4proto indirect packet callsFlorian Westphal1-7/+5
2019-01-18netfilter: conntrack: remove module owner fieldFlorian Westphal1-4/+0
2019-01-18netfilter: conntrack: remove invert_tuple callbackFlorian Westphal1-6/+5
2019-01-18netfilter: conntrack: remove pkt_to_tuple callbackFlorian Westphal1-5/+0
2019-01-18netfilter: conntrack: remove net_idFlorian Westphal1-1/+1
2019-01-18netfilter: conntrack: gre: switch module to be built-inFlorian Westphal2-0/+10
2019-01-18netfilter: conntrack: handle icmp pkt_to_tuple helper via direct callsFlorian Westphal1-0/+10
2019-01-18netfilter: conntrack: handle builtin l4proto packet functions via direct callsFlorian Westphal1-0/+37
2019-01-18netfilter: physdev: relax br_netfilter dependencyFlorian Westphal1-1/+0
2019-01-18netfilter: nf_tables: add direct calls for all builtin expressionsFlorian Westphal1-0/+16
2019-01-18netfilter: nf_tables: handle nft_object lookups via rhltableFlorian Westphal1-2/+5
2019-01-18netfilter: nf_tables: prepare nft_object for lookups via hashtableFlorian Westphal1-5/+14
2019-01-11netfilter: nft_flow_offload: fix interaction with vrf slave devicewenxu1-1/+0
2018-12-29netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso1-1/+0
2018-12-29netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal1-15/+3
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller8-106/+17
2018-12-21netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal4-20/+6
2018-12-21netfilter: conntrack: un-export seq_print_acctFlorian Westphal1-3/+0
2018-12-21netfilter: conntrack: udp: only extend timeout to stream mode after 2sFlorian Westphal1-0/+5
2018-12-19net: convert bridge_nf to use skb extension infrastructureFlorian Westphal1-4/+4
2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal1-6/+0
2018-12-17netfilter: nat: remove nf_nat_l4proto structFlorian Westphal2-33/+0
2018-12-17netfilter: nat: remove l4proto->manip_pktFlorian Westphal1-8/+7
2018-12-17netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal1-6/+0
2018-12-17netfilter: nat: remove l4proto->in_rangeFlorian Westphal1-11/+0
2018-12-17netfilter: nat: fold in_range indirection into callerFlorian Westphal1-3/+0
2018-12-17netfilter: nat: remove l4proto->unique_tupleFlorian Westphal1-11/+0
2018-12-17netfilter: nat: un-export nf_nat_l4proto_unique_tupleFlorian Westphal1-6/+0
2018-12-17netfilter: remove NF_NAT_RANGE_PROTO_RANDOM supportFlorian Westphal1-2/+0
2018-12-01netfilter: nat: remove l4 protocol port roversFlorian Westphal1-1/+1
2018-11-27netfilter: add missing error handling code for register functionsTaehee Yoo2-2/+2
2018-11-12netfilter: nf_flow_table: make nf_flow_table_iterate() staticTaehee Yoo1-4/+0
2018-11-03netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet()Pablo Neira Ayuso1-0/+39
2018-10-19netfilter: nfnetlink_log: remove empty nfnetlink_log.h header fileTaehee Yoo1-1/+0
2018-10-19netfilter: nf_flow_table: remove unnecessary parameter of nf_flow_table_cleanup()Taehee Yoo1-1/+1
2018-09-28netfilter: nf_tables: add SECMARK supportChristian Göttsche1-0/+4
2018-09-20netfilter: conntrack: clamp l4proto array size at largers supported protocolFlorian Westphal1-1/+1
2018-09-20netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal3-28/+7
2018-09-20netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal1-1/+1
2018-09-20netfilter: conntrack: remove error callback and handle icmp from coreFlorian Westphal1-4/+9
2018-09-20netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal1-1/+1