summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2018-04-24netfilter: nf_tables: initial support for extended ACK reportingPablo Neira Ayuso
2018-04-24netfilter: nf_tables: simplify lookup functionsPablo Neira Ayuso
2018-04-24netfilter: nf_flow_table: fix offloading connections with SNAT+DNATFelix Fietkau
2018-04-24netfilter: nf_flow_table: add missing condition for TCP state checkFelix Fietkau
2018-04-24netfilter: nf_flow_table: tear down TCP flows if RST or FIN was seenFelix Fietkau
2018-04-24netfilter: nf_flow_table: add support for sending flows back to the slow pathFelix Fietkau
2018-04-24netfilter: nf_flow_table: in flow_offload_lookup, skip entries being deletedFelix Fietkau
2018-04-24netfilter: nf_flow_table: add a new flow state for tearing down offloadingFelix Fietkau
2018-04-24netfilter: nf_flow_table: make flow_offload_dead inlineFelix Fietkau
2018-04-24netfilter: nf_flow_table: track flow tables in nf_flow_table directlyFelix Fietkau
2018-04-24netfilter: nf_flow_table: fix priv pointer for netdev hookFelix Fietkau
2018-04-24netfilter: nf_flow_table: move init code to nf_flow_table_core.cFelix Fietkau
2018-04-24netfilter: nf_flow_table: relax mixed ipv4/ipv6 flowtable dependenciesFelix Fietkau
2018-04-24netfilter: nf_flow_table: move ipv6 offload hook code to nf_flow_tableFelix Fietkau
2018-04-24netfilter: nf_flow_table: move ip header check out of nf_flow_exceeds_mtuFelix Fietkau
2018-04-24netfilter: nf_flow_table: move ipv4 offload hook code to nf_flow_tableFelix Fietkau
2018-04-21netfilter: nf_flow_table: rename nf_flow_table.c to nf_flow_table_core.cFelix Fietkau
2018-04-21netfilter: nf_flow_table: cache mtu in struct flow_offload_tupleFelix Fietkau
2018-04-19netfilter: nf_flow_table: clean up flow_offload_allocFelix Fietkau
2018-04-19netfilter: xt_NFLOG: use nf_log_packet instead of nfulnl_log_packet.Taehee Yoo
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-03-30netfilter: Rework xt_TEE netdevice notifierKirill Tkhai
2018-03-30netfilter: ipset: Use is_zero_ether_addr instead of static and memcmpJoe Perches
2018-03-30netfilter: x_tables: Add note about how to free percpu countersBen Hutchings
2018-03-30netfilter: Merge assignment with returnArushi Singhal
2018-03-30netfilter: nf_tables: use nft_set_lookup_global from nf_tables_newsetelem()Pablo Neira Ayuso
2018-03-30netfilter: nf_tables: rename to nft_set_lookup_global()Pablo Neira Ayuso
2018-03-30netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso
2018-03-30netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso
2018-03-30netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso
2018-03-30netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso
2018-03-30netfilter: ebtables: Add string filterBernie Harris
2018-03-29net: Remove rtnl_lock() in nf_ct_iterate_destroy()Kirill Tkhai
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-22netfilter: nf_tables: do not hold reference on netdevice from preparation phasePablo Neira Ayuso
2018-03-22netfilter: nf_tables: cache device name in flowtable objectPablo Neira Ayuso
2018-03-20netfilter: nf_tables: add missing netlink attrs to policiesFlorian Westphal
2018-03-20netfilter: ctnetlink: synproxy supportPablo Neira Ayuso
2018-03-20netfilter: nf_tables: permit second nat hook if colliding hook is going awayFlorian Westphal
2018-03-20netfilter: nf_tables: meter: pick a set backend that supports updatesFlorian Westphal
2018-03-20netfilter: Replace printk() with pr_*() and define pr_fmt()Arushi Singhal
2018-03-20netfilter: xt_conntrack: Support bit-shifting for CONNMARK & MARK targets.Jack Ma
2018-03-20netfilter: nf_tables: remove VLA usageGustavo A. R. Silva
2018-03-20netfilter: nfnetlink_cthelper: Remove VLA usageGustavo A. R. Silva
2018-03-20netfilter: cttimeout: remove VLA usageGustavo A. R. Silva