aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2018-04-24netfilter: nf_flow_table: track flow tables in nf_flow_table directlyFelix Fietkau2-20/+18
2018-04-24netfilter: nf_flow_table: fix priv pointer for netdev hookFelix Fietkau1-1/+1
2018-04-24netfilter: nf_flow_table: move init code to nf_flow_table_core.cFelix Fietkau3-57/+70
2018-04-24netfilter: nf_flow_table: relax mixed ipv4/ipv6 flowtable dependenciesFelix Fietkau1-2/+1
2018-04-24netfilter: nf_flow_table: move ipv6 offload hook code to nf_flow_tableFelix Fietkau1-0/+215
2018-04-24netfilter: nf_flow_table: move ip header check out of nf_flow_exceeds_mtuFelix Fietkau1-4/+2
2018-04-24netfilter: nf_flow_table: move ipv4 offload hook code to nf_flow_tableFelix Fietkau2-1/+247
2018-04-21netfilter: nf_flow_table: rename nf_flow_table.c to nf_flow_table_core.cFelix Fietkau2-0/+2
2018-04-21netfilter: nf_flow_table: cache mtu in struct flow_offload_tupleFelix Fietkau1-2/+6
2018-04-19netfilter: nf_flow_table: clean up flow_offload_allocFelix Fietkau1-59/+34
2018-04-19netfilter: xt_connmark: do not cast xt_connmark_tginfo1 to xt_connmark_tginfo2Pablo Neira Ayuso1-15/+21
2018-04-19netfilter: xt_NFLOG: use nf_log_packet instead of nfulnl_log_packet.Taehee Yoo2-9/+14
2018-04-19netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_updateTaehee Yoo1-1/+1
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra1-2/+3
2018-04-17netfilter: conntrack: include kmemleak.h for kmemleak_not_leak()Stephen Rothwell1-0/+1
2018-04-16netfilter: nf_tables: free set name in error pathFlorian Westphal1-3/+5
2018-04-16netfilter: nf_tables: can't fail after linking rule into active rule listFlorian Westphal1-27/+32
2018-04-16netfilter: fix CONFIG_NF_REJECT_IPV6=m link errorArnd Bergmann1-0/+1
2018-04-16netfilter: conntrack: silent a memory leak warningCong Wang1-0/+1
2018-04-11netfilter: xt_connmark: Add bit mapping for bit-shift operation.Jack Ma1-8/+11
2018-04-09ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov2-83/+80
2018-04-09netfilter: nf_conntrack_sip: allow duplicate SDP expectationsFlorian Westphal2-5/+16
2018-04-09ipvs: fix multiplicative hashing in sh/dh/lblc/lblcr algorithmsVincent Bernat4-4/+8
2018-04-09netfilter: ipvs: Add configurations of Maglev hashingInju Song2-0/+38
2018-04-09netfilter: ipvs: Add Maglev hashing schedulerInju Song1-0/+540
2018-04-09netfilter: ipvs: Keep latest weight of destinationInju Song1-0/+4
2018-04-09netfilter: ipvs: Fix space before '[' error.Arvind Yadav1-2/+2
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