summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-012-24/+84
|\
| * netfilter: nf_tables: do not hold reference on netdevice from preparation phasePablo Neira Ayuso2018-03-221-15/+4
| * netfilter: nf_tables: cache device name in flowtable objectPablo Neira Ayuso2018-03-221-6/+9
| * netfilter: nf_tables: add missing netlink attrs to policiesFlorian Westphal2018-03-201-0/+3
| * netfilter: nf_tables: permit second nat hook if colliding hook is going awayFlorian Westphal2018-03-201-1/+63
| * netfilter: nf_tables: meter: pick a set backend that supports updatesFlorian Westphal2018-03-202-2/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-3039-429/+1001
|\ \
| * | netfilter: ipset: Use is_zero_ether_addr instead of static and memcmpJoe Perches2018-03-301-5/+2
| * | netfilter: x_tables: Add note about how to free percpu countersBen Hutchings2018-03-301-1/+3
| * | netfilter: Merge assignment with returnArushi Singhal2018-03-302-5/+3
| * | netfilter: nf_tables: use nft_set_lookup_global from nf_tables_newsetelem()Pablo Neira Ayuso2018-03-301-11/+4
| * | netfilter: nf_tables: rename to nft_set_lookup_global()Pablo Neira Ayuso2018-03-304-12/+14
| * | netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso2018-03-301-7/+17
| * | netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso2018-03-306-224/+407
| * | netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso2018-03-303-13/+9
| * | netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso2018-03-303-11/+11
| * | netfilter: ebtables: Add string filterBernie Harris2018-03-301-0/+1
| * | netfilter: ctnetlink: synproxy supportPablo Neira Ayuso2018-03-201-3/+84
| * | netfilter: Replace printk() with pr_*() and define pr_fmt()Arushi Singhal2018-03-208-26/+37
| * | netfilter: xt_conntrack: Support bit-shifting for CONNMARK & MARK targets.Jack Ma2018-03-201-17/+60
| * | netfilter: nf_tables: remove VLA usageGustavo A. R. Silva2018-03-201-8/+15
| * | netfilter: nfnetlink_cthelper: Remove VLA usageGustavo A. R. Silva2018-03-201-8/+17
| * | netfilter: cttimeout: remove VLA usageGustavo A. R. Silva2018-03-201-9/+17
| * | netfilter: nft_ct: add NFT_CT_{SRC,DST}_{IP,IP6}Pablo Neira Ayuso2018-03-201-0/+38
| * | netfilter: conncount: Support count only use caseYi-Hung Wei2018-03-201-2/+8
| * | netfilter: Refactor nf_conncountYi-Hung Wei2018-03-202-5/+3
| * | ipvs: use true and false for boolean valuesGustavo A. R. Silva2018-03-132-4/+4
| * | netfilter: x_tables: fix build with CONFIG_COMPAT=nFlorian Westphal2018-03-131-31/+31
| * | netfilter: xt_limit: Spelling s/maxmum/maximum/Geert Uytterhoeven2018-03-051-1/+1
| * | netfilter: make xt_rateest hash table per netCong Wang2018-03-052-31/+70
| * | netfilter: x_tables: make sure compat af mutex is heldFlorian Westphal2018-03-051-0/+6
| * | netfilter: compat: reject huge allocation requestsFlorian Westphal2018-03-051-8/+18
| * | netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2018-03-051-1/+3
| * | netfilter: x_tables: add counters allocation wrapperFlorian Westphal2018-03-051-0/+15
| * | netfilter: x_tables: limit allocation requests for blob rule headsFlorian Westphal2018-03-051-0/+3
| * | netfilter: x_tables: cap allocations at 512 mbyteFlorian Westphal2018-03-051-1/+2
| * | netfilter: x_tables: enforce unique and ascending entry pointsFlorian Westphal2018-03-051-1/+30
| * | netfilter: x_tables: move hook entry checks into coreFlorian Westphal2018-03-051-0/+29
| * | netfilter: x_tables: check error target size tooFlorian Westphal2018-03-051-0/+23
| * | netfilter: x_tables: check standard verdicts in coreFlorian Westphal2018-03-051-6/+43
| * | netfilter: nf_conntrack_broadcast: remove useless parameterTaehee Yoo2018-03-053-5/+6
| * | netfilter: xt_cluster: get rid of xt_cluster_ipv6_is_multicastTaehee Yoo2018-03-051-9/+1
| * | netfilter: nfnetlink_acct: remove useless parameterTaehee Yoo2018-03-052-3/+2
| * | netfilter: nf_tables: nf_tables_obj_lookup_byhandle() can be statickbuild test robot2018-03-051-4/+4
* | | netfilter: Rework xt_TEE netdevice notifierKirill Tkhai2018-03-301-27/+46
* | | net: Remove rtnl_lock() in nf_ct_iterate_destroy()Kirill Tkhai2018-03-291-2/+0
* | | net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai2018-03-291-0/+2
* | | net: Drop pernet_operations::asyncKirill Tkhai2018-03-2721-22/+0
* | | net: Use octal not symbolic permissionsJoe Perches2018-03-267-8/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-235-10/+45
|\ \ \ | | |/ | |/|