summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
| * netfilter: conntrack: remove remaining l4proto indirect packet callsFlorian Westphal2019-01-181-7/+5
| * netfilter: conntrack: remove module owner fieldFlorian Westphal2019-01-181-4/+0
| * netfilter: conntrack: remove invert_tuple callbackFlorian Westphal2019-01-181-6/+5
| * netfilter: conntrack: remove pkt_to_tuple callbackFlorian Westphal2019-01-181-5/+0
| * netfilter: conntrack: remove net_idFlorian Westphal2019-01-181-1/+1
| * netfilter: conntrack: gre: switch module to be built-inFlorian Westphal2019-01-182-0/+10
| * netfilter: conntrack: handle icmp pkt_to_tuple helper via direct callsFlorian Westphal2019-01-181-0/+10
| * netfilter: conntrack: handle builtin l4proto packet functions via direct callsFlorian Westphal2019-01-181-0/+37
| * netfilter: physdev: relax br_netfilter dependencyFlorian Westphal2019-01-181-1/+0
| * netfilter: nf_tables: add direct calls for all builtin expressionsFlorian Westphal2019-01-181-0/+16
| * netfilter: nf_tables: handle nft_object lookups via rhltableFlorian Westphal2019-01-181-2/+5
| * netfilter: nf_tables: prepare nft_object for lookups via hashtableFlorian Westphal2019-01-181-5/+14
* | netfilter: nft_flow_offload: fix interaction with vrf slave devicewenxu2019-01-111-1/+0
|/
* netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso2018-12-291-1/+0
* netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal2018-12-291-15/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-12-208-106/+17
|\
| * netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal2018-12-214-20/+6
| * netfilter: conntrack: un-export seq_print_acctFlorian Westphal2018-12-211-3/+0
| * netfilter: conntrack: udp: only extend timeout to stream mode after 2sFlorian Westphal2018-12-211-0/+5
| * netfilter: nat: remove nf_nat_l4proto structFlorian Westphal2018-12-172-33/+0
| * netfilter: nat: remove l4proto->manip_pktFlorian Westphal2018-12-171-8/+7
| * netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal2018-12-171-6/+0
| * netfilter: nat: remove l4proto->in_rangeFlorian Westphal2018-12-171-11/+0
| * netfilter: nat: fold in_range indirection into callerFlorian Westphal2018-12-171-3/+0
| * netfilter: nat: remove l4proto->unique_tupleFlorian Westphal2018-12-171-11/+0
| * netfilter: nat: un-export nf_nat_l4proto_unique_tupleFlorian Westphal2018-12-171-6/+0
| * netfilter: remove NF_NAT_RANGE_PROTO_RANDOM supportFlorian Westphal2018-12-171-2/+0
| * netfilter: nat: remove l4 protocol port roversFlorian Westphal2018-12-011-1/+1
| * netfilter: nf_flow_table: make nf_flow_table_iterate() staticTaehee Yoo2018-11-121-4/+0
* | net: convert bridge_nf to use skb extension infrastructureFlorian Westphal2018-12-191-4/+4
* | netfilter: avoid using skb->nf_bridge directlyFlorian Westphal2018-12-191-6/+0
* | netfilter: add missing error handling code for register functionsTaehee Yoo2018-11-272-2/+2
|/
* netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet()Pablo Neira Ayuso2018-11-031-0/+39
* netfilter: nfnetlink_log: remove empty nfnetlink_log.h header fileTaehee Yoo2018-10-191-1/+0
* netfilter: nf_flow_table: remove unnecessary parameter of nf_flow_table_clean...Taehee Yoo2018-10-191-1/+1
* netfilter: nf_tables: add SECMARK supportChristian Göttsche2018-09-281-0/+4
* netfilter: conntrack: clamp l4proto array size at largers supported protocolFlorian Westphal2018-09-201-1/+1
* netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal2018-09-203-28/+7
* netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal2018-09-201-1/+1
* netfilter: conntrack: remove error callback and handle icmp from coreFlorian Westphal2018-09-201-4/+9
* netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal2018-09-201-1/+1
* netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal2018-09-201-5/+0
* netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal2018-09-202-5/+5
* netfilter: nf_tables: asynchronous releaseFlorian Westphal2018-09-171-0/+2
* netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal2018-09-171-1/+6
* netfilter: nf_tables: rework ct timeout set supportFlorian Westphal2018-08-291-1/+1
* netfilter: nf_tables: fix register orderingFlorian Westphal2018-08-161-1/+1
* netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo2018-08-161-2/+2
* netfilter: remove ifdef around cttimeout in struct nf_conntrack_l4protoPablo Neira Ayuso2018-08-071-2/+0
* netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout objectPablo Neira Ayuso2018-08-071-9/+13