summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)Author
2019-01-22netfilter: nf_conncount: fix argument order to find_next_bitFlorian Westphal
2019-01-22netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso
2019-01-22netfilter: nf_conncount: move all list iterations under spinlockPablo Neira Ayuso
2019-01-22netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal
2019-01-22netfilter: nf_conncount: restart search when nodes have been erasedFlorian Westphal
2019-01-22netfilter: nf_conncount: split gc in two phasesFlorian Westphal
2019-01-22netfilter: nf_conncount: don't skip eviction when age is negativeFlorian Westphal
2019-01-22netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTSShawn Bohrer
2019-01-13netfilter: nf_conncount: use rb_link_node_rcu() instead of rb_link_node()Taehee Yoo
2019-01-13netfilter: nat: can't use dst_hold on noref dstFlorian Westphal
2019-01-13netfilter: ipset: do not call ipset_nest_end after nla_nest_cancelPan Bian
2019-01-13netfilter: seqadj: re-load tcp header pointer after possible head reallocationFlorian Westphal
2019-01-13netfilter: nf_tables: fix suspicious RCU usage in nft_chain_stats_replace()Taehee Yoo
2018-12-17netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo
2018-12-17netfilter: nf_conncount: remove wrong condition check routineTaehee Yoo
2018-12-17netfilter: add missing error handling code for register functionsTaehee Yoo
2018-12-17ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long
2018-12-17netfilter: xt_hashlimit: fix a possible memory leak in htable_create()Taehee Yoo
2018-12-17netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal
2018-12-17netfilter: xt_RATEEST: remove netns exit routineTaehee Yoo
2018-12-17netfilter: nf_tables: don't skip inactive chains during updateFlorian Westphal
2018-12-17netfilter: nf_conncount: fix unexpected permanent node of list.Taehee Yoo
2018-12-17netfilter: nf_conncount: fix list_del corruption in conn_freeTaehee Yoo
2018-12-17netfilter: nf_conncount: use spin_lock_bh instead of spin_lockTaehee Yoo
2018-11-27netfilter: nft_compat: ebtables 'nat' table is normal chain typeFlorian Westphal
2018-11-27netfilter: ipset: Fix calling ip_set() macro at dumpingJozsef Kadlecsik
2018-11-27netfilter: xt_IDLETIMER: add sysfs filename checking routineTaehee Yoo
2018-11-27netfilter: ipset: fix ip_set_list allocation failureAndrey Ryabinin
2018-11-27netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,netEric Westbrook
2018-11-27netfilter: ipset: list:set: Decrease refcount synchronously on deletion and r...Stefano Brivio
2018-11-27Revert "netfilter: nft_numgen: add map lookups for numgen random operations"Pablo Neira Ayuso
2018-11-21netfilter: conntrack: fix calculation of next bucket number in early_dropVasily Khoruzhick
2018-11-13netfilter: xt_nat: fix DNAT target for shifted portmap rangesPaolo Abeni
2018-09-28netfilter: xt_socket: check sk before checking for netns.Flavio Leitner
2018-09-28netfilter: nft_set_rbtree: add missing rb_erase() in GC routineTaehee Yoo
2018-09-20netfilter: conntrack: get rid of double sizeofzhong jiang
2018-09-20netfilter: nft_osf: use enum nft_data_types for nft_validate_register_storeStefan Agner
2018-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-09-11netfilter: xt_hashlimit: use s->file instead of s->privateCong Wang
2018-09-11netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEATMichal 'vorner' Vaner
2018-09-11netfilter: cttimeout: ctnl_timeout_find_get() returns incorrect pointer to typePablo Neira Ayuso
2018-09-11netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUTPablo Neira Ayuso
2018-09-11netfilter: conntrack: reset tcp maxwin on re-registerFlorian Westphal
2018-08-31netfilter: nf_tables: release chain in flushing setTaehee Yoo
2018-08-29netfilter: nf_tables: rework ct timeout set supportFlorian Westphal
2018-08-29netfilter: conntrack: place 'new' timeout in first location tooFlorian Westphal
2018-08-24netfilter: xt_checksum: ignore gso skbsFlorian Westphal
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann
2018-08-23netfilter: xt_cluster: add dependency on conntrack moduleMartin Willi
2018-08-23netfilter: conntrack: remove duplicated include from nf_conntrack_proto_udp.cYue Haibing