aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-24/+84
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller39-429/+1001
2018-03-30netfilter: Rework xt_TEE netdevice notifierKirill Tkhai1-27/+46
2018-03-30netfilter: ipset: Use is_zero_ether_addr instead of static and memcmpJoe Perches1-5/+2
2018-03-30netfilter: x_tables: Add note about how to free percpu countersBen Hutchings1-1/+3
2018-03-30netfilter: Merge assignment with returnArushi Singhal2-5/+3
2018-03-30netfilter: nf_tables: use nft_set_lookup_global from nf_tables_newsetelem()Pablo Neira Ayuso1-11/+4
2018-03-30netfilter: nf_tables: rename to nft_set_lookup_global()Pablo Neira Ayuso4-12/+14
2018-03-30netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso1-7/+17
2018-03-30netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso6-224/+407
2018-03-30netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso3-13/+9
2018-03-30netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso3-11/+11
2018-03-30netfilter: ebtables: Add string filterBernie Harris1-0/+1
2018-03-29net: Remove rtnl_lock() in nf_ct_iterate_destroy()Kirill Tkhai1-2/+0
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai1-0/+2
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai21-22/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches7-8/+8
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-10/+45
2018-03-22netfilter: nf_tables: do not hold reference on netdevice from preparation phasePablo Neira Ayuso1-15/+4
2018-03-22netfilter: nf_tables: cache device name in flowtable objectPablo Neira Ayuso1-6/+9
2018-03-20netfilter: nf_tables: add missing netlink attrs to policiesFlorian Westphal1-0/+3
2018-03-20netfilter: ctnetlink: synproxy supportPablo Neira Ayuso1-3/+84
2018-03-20netfilter: nf_tables: permit second nat hook if colliding hook is going awayFlorian Westphal1-1/+63
2018-03-20netfilter: nf_tables: meter: pick a set backend that supports updatesFlorian Westphal2-2/+5
2018-03-20netfilter: Replace printk() with pr_*() and define pr_fmt()Arushi Singhal8-26/+37
2018-03-20netfilter: xt_conntrack: Support bit-shifting for CONNMARK & MARK targets.Jack Ma1-17/+60
2018-03-20netfilter: nf_tables: remove VLA usageGustavo A. R. Silva1-8/+15
2018-03-20netfilter: nfnetlink_cthelper: Remove VLA usageGustavo A. R. Silva1-8/+17
2018-03-20netfilter: cttimeout: remove VLA usageGustavo A. R. Silva1-9/+17
2018-03-20netfilter: nft_ct: add NFT_CT_{SRC,DST}_{IP,IP6}Pablo Neira Ayuso1-0/+38
2018-03-20netfilter: conncount: Support count only use caseYi-Hung Wei1-2/+8
2018-03-20netfilter: Refactor nf_conncountYi-Hung Wei2-5/+3
2018-03-17net: Convert ip_vs_ftp_opsKirill Tkhai1-0/+1
2018-03-17net: Convert ipvs_core_dev_opsKirill Tkhai1-0/+1
2018-03-17net: Convert ipvs_core_opsKirill Tkhai1-0/+1
2018-03-15net: drivers/net: Remove unnecessary skb_copy_expand OOM messagesJoe Perches1-4/+1
2018-03-13ipvs: use true and false for boolean valuesGustavo A. R. Silva2-4/+4
2018-03-13netfilter: x_tables: fix build with CONFIG_COMPAT=nFlorian Westphal1-31/+31
2018-03-11netfilter: nf_tables: release flowtable hooksPablo Neira Ayuso1-0/+1
2018-03-11netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal3-9/+43
2018-03-08net: Convert nfnl_queue_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert nfnl_log_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert cttimeout_opsKirill Tkhai1-0/+1
2018-03-08net: Convert nfnl_acct_opsKirill Tkhai1-0/+1
2018-03-08net: Convert nfnetlink_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert nf_tables_net_opsKirill Tkhai1-0/+1
2018-03-06netfilter: nft_set_hash: skip fixed hash if timeout is specifiedPablo Neira Ayuso1-1/+1
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+24
2018-03-05netfilter: xt_limit: Spelling s/maxmum/maximum/Geert Uytterhoeven1-1/+1
2018-03-05netfilter: make xt_rateest hash table per netCong Wang2-31/+70