aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)Author
2019-01-14netfilter: ipset: do not call ipset_nest_end after nla_nest_cancelPan Bian
2019-01-14netfilter: seqadj: re-load tcp header pointer after possible head reallocationFlorian Westphal
2018-12-30netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo
2018-12-30netfilter: add missing error handling code for register functionsTaehee Yoo
2018-12-30ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long
2018-12-30netfilter: xt_hashlimit: fix a possible memory leak in htable_create()Taehee Yoo
2018-12-30netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal
2018-12-30netfilter: xt_RATEEST: remove netns exit routineTaehee Yoo
2018-12-30netfilter: nf_tables: don't skip inactive chains during updateFlorian Westphal
2018-12-12Merge tag 'v4.18.21' into v4.18/standard/baseBruce Ashfield
2018-12-04netfilter: nft_compat: ebtables 'nat' table is normal chain typeFlorian Westphal
2018-12-04netfilter: ipset: Fix calling ip_set() macro at dumpingJozsef Kadlecsik
2018-12-04netfilter: xt_IDLETIMER: add sysfs filename checking routineTaehee Yoo
2018-12-04netfilter: ipset: fix ip_set_list allocation failureAndrey Ryabinin
2018-12-04netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,netEric Westbrook
2018-12-04netfilter: ipset: list:set: Decrease refcount synchronously on deletion and r...Stefano Brivio
2018-12-04Revert "netfilter: nft_numgen: add map lookups for numgen random operations"Pablo Neira Ayuso
2018-12-04netfilter: use PTR_ERR_OR_ZERO()YueHaibing
2018-11-22Merge tag 'v4.18.20' into v4.18/standard/baseBruce Ashfield
2018-11-22Merge tag 'v4.18.19' into v4.18/standard/baseBruce Ashfield
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-11-06Merge tag 'v4.18.17' into v4.18/standard/baseBruce Ashfield
2018-11-04netfilter: nft_set_rbtree: add missing rb_erase() in GC routineTaehee Yoo
2018-11-04netfilter: conntrack: get rid of double sizeofzhong jiang
2018-10-30netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing
2018-10-10netfilter: xt_hashlimit: use s->file instead of s->privateCong Wang
2018-10-10netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEATMichal 'vorner' Vaner
2018-10-10netfilter: nf_tables: release chain in flushing setTaehee Yoo
2018-10-10netfilter: xt_checksum: ignore gso skbsFlorian Westphal
2018-10-10netfilter: xt_cluster: add dependency on conntrack moduleMartin Willi
2018-09-15netfilter: fix memory leaks on netlink_dump_start errorFlorian Westphal
2018-09-15netfilter: x_tables: do not fail xt_alloc_table_info too easillyMichal Hocko
2018-09-15ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu
2018-07-24netfilter: nf_tables: move dumper state allocation into ->startFlorian Westphal
2018-07-20netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior stateFlorian Westphal
2018-07-20netfilter: nf_tables: don't allow to rename to already-pending nameFlorian Westphal
2018-07-20netfilter: nf_tables: fix memory leaks on chain renameFlorian Westphal
2018-07-20netfilter: nf_tables: free flow table struct tooFlorian Westphal
2018-07-20netfilter: nf_tables: use dev->name directlyFlorian Westphal
2018-07-18netfilter: nft_set_rbtree: fix panic when destroying set by GCTaehee Yoo
2018-07-18netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()Taehee Yoo
2018-07-17netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo
2018-07-09netfilter: nf_conntrack: Fix possible possible crash on module loading.Andrey Ryabinin
2018-07-09netfilter: nft_compat: explicitly reject ERROR and standard targetFlorian Westphal
2018-07-06netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso
2018-07-06netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl
2018-06-26netfilter: nf_conncount: fix garbage collection confirm raceFlorian Westphal
2018-06-26netfilter: nf_log: don't hold nf_log_mutex during user accessJann Horn
2018-06-26netfilter: nf_log: fix uninit read in nf_log_proc_dostringJann Horn