summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-0659-880/+1898
|\
| * netfilter: nf_tables: support for recursive chain deletionPablo Neira Ayuso2017-09-041-1/+23
| * netfilter: nf_tables: use NLM_F_NONREC for deletion requestsPablo Neira Ayuso2017-09-041-1/+7
| * netfilter: nf_tables: add nf_tables_addchain()Pablo Neira Ayuso2017-09-041-93/+106
| * netfilter: nf_tables: add nf_tables_updchain()Pablo Neira Ayuso2017-09-041-78/+92
| * net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao2017-09-048-31/+30Star
| * netfilter: remove unused hooknum arg from packet functionsFlorian Westphal2017-09-047-7/+2Star
| * netfilter: nft_limit: add stateful object typePablo M. Bermudo Garay2017-09-041-1/+121
| * netfilter: nft_limit: replace pkt_bytes with bytesPablo M. Bermudo Garay2017-09-041-13/+13
| * netfilter: nf_tables: add select_ops for stateful objectsPablo M. Bermudo Garay2017-09-045-35/+66
| * netfilter: xt_hashlimit: add rate match modeVishwanath Pai2017-09-041-24/+253
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-0448-617/+1206
| |\
| | * netfilter: rt: account for tcp header size tooFlorian Westphal2017-08-281-1/+2
| | * netfilter: conntrack: remove unused code in nf_conntrack_proto_generic.cDavide Caratti2017-08-281-12/+0Star
| | * netfilter: Remove NFDEBUG()Varsha Rao2017-08-282-7/+1Star
| | * netfilter: core: batch nf_unregister_net_hooks synchronize_net callsFlorian Westphal2017-08-281-3/+56
| | * netfilter: debug: check for sorted arrayFlorian Westphal2017-08-281-0/+23
| | * netfilter: convert hook list to an arrayAaron Conole2017-08-283-99/+268
| | * netfilter: fix a few (harmless) sparse warningsFlorian Westphal2017-08-283-5/+5
| | * netfilter: conntrack: make protocol tracker pointers constFlorian Westphal2017-08-245-35/+35
| | * netfilter: conntrack: print_conntrack only needed if CONFIG_NF_CONNTRACK_PROCFSFlorian Westphal2017-08-244-0/+22
| | * netfilter: conntrack: place print_tuple in procfs partFlorian Westphal2017-08-248-70/+56Star
| | * netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal2017-08-248-17/+20
| | * netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal2017-08-242-2/+11
| | * netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal2017-08-242-7/+5Star
| | * netfilter: rt: add support to fetch path mssFlorian Westphal2017-08-191-0/+66
| | * netfilter: exthdr: tcp option set supportFlorian Westphal2017-08-191-2/+162
| | * netfilter: exthdr: split netlink dump functionFlorian Westphal2017-08-191-5/+11
| | * netfilter: exthdr: factor out tcp option accessFlorian Westphal2017-08-191-12/+21
| | * netfilter: use audit_log()Geliang Tang2017-08-191-10/+4Star
| | * netfilter: remove prototype of netfilter_queue_initTaehee Yoo2017-08-191-1/+0Star
| | * netfilter: connlimit: merge root4 and root6.Taehee Yoo2017-08-191-15/+8Star
| | * netfilter: constify nf_loginfo structuresJulia Lawall2017-08-022-2/+2
| | * netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall2017-08-024-21/+22
| | * netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal2017-07-312-39/+0Star
| | * netfilter: nft_set_rbtree: use seqcount to avoid lock in most casesFlorian Westphal2017-07-311-12/+37
| | * netfilter: nf_tables: Allow object names of up to 255 charsPhil Sutter2017-07-311-2/+9
| | * netfilter: nf_tables: Allow set names of up to 255 charsPhil Sutter2017-07-311-4/+14
| | * netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter2017-07-312-10/+51
| | * netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter2017-07-312-14/+37
| | * netfilter: nf_tables: No need to check chain existence when tracingPhil Sutter2017-07-311-8/+5Star
| | * netfilter: nf_hook_ops structs can be constFlorian Westphal2017-07-311-1/+1
| | * netfilter: nfnetlink_queue: don't queue dying conntracks to userspaceFlorian Westphal2017-07-311-0/+19
| | * netfilter: conntrack: destroy functions need to free queued packetsFlorian Westphal2017-07-312-0/+5
| | * netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal2017-07-312-4/+12
| | * netfilter: expect: add and use nf_ct_expect_iterate helpersFlorian Westphal2017-07-313-61/+90
| | * netfilter: conntrack: Change to deferable work queuesubashab@codeaurora.org2017-07-311-1/+1
| | * netfilter: nf_tables: add fib expression to the netdev familyPablo M. Bermudo Garay2017-07-313-0/+97
| | * netfilter: nf_tables: Attach process info to NFT_MSG_NEWGEN notificationsPhil Sutter2017-07-241-1/+4
| | * netfilter: Remove duplicated rcu_read_lock.Taehee Yoo2017-07-2420-128/+13Star