summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)Author
2019-10-11netfilter: nf_tables: allow lookups in dynamic setsFlorian Westphal
2019-10-01netfilter: nft_socket: fix erroneous socket assignmentFernando Fernandez Mancera
2019-09-21netfilter: nf_conntrack_ftp: Fix debug outputThomas Jarosch
2019-09-21netfilter: xt_physdev: Fix spurious error message in physdev_mt_checkTodd Seidelmann
2019-09-21netfilter: xt_nfacct: Fix alignment mismatch in xt_nfacct_match_infoJuliana Rodrigueiro
2019-09-21netfilter: nft_flow_offload: missing netlink attribute policyPablo Neira Ayuso
2019-09-21netfilter: nf_flow_table: set default timeout after successful insertionPablo Neira Ayuso
2019-09-10netfilter: nft_flow_offload: skip tcp rst and fin packetsPablo Neira Ayuso
2019-09-10netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso
2019-08-29netfilter: ipset: Fix rename concurrency with listingJozsef Kadlecsik
2019-08-29netfilter: ipset: Copy the right MAC address in bitmap:ip,mac and hash:ip,mac...Stefano Brivio
2019-08-29netfilter: ipset: Actually allow destination MAC address for hash:ip,mac sets...Stefano Brivio
2019-08-25netfilter: conntrack: Use consistent ct id hash calculationDirk Morris
2019-08-16netfilter: nft_hash: fix symhash with modulus oneLaura Garcia Liebana
2019-08-16netfilter: conntrack: always store window size un-scaledFlorian Westphal
2019-08-16netfilter: nfnetlink: avoid deadlock due to synchronous request_moduleFlorian Westphal
2019-07-28net: make skb_dst_force return true when dst is refcountedFlorian Westphal
2019-07-26ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov
2019-07-26ipvs: defer hook registration to avoid leaksJulian Anastasov
2019-07-26ipset: Fix memory accounting for hash types on resizeStefano Brivio
2019-07-10netfilter: nft_flow_offload: IPCB is only valid for ipv4 familyFlorian Westphal
2019-07-10netfilter: nft_flow_offload: don't offload when sequence numbers need adjustmentFlorian Westphal
2019-07-10netfilter: nft_flow_offload: set liberal tracking mode for tcpFlorian Westphal
2019-07-10netfilter: nf_flow_table: ignore DF bit settingFlorian Westphal
2019-06-22ipvs: Fix use-after-free in ip_vs_inYueHaibing
2019-06-22netfilter: nf_queue: fix reinject verdict handlingJagdish Motwani
2019-06-15netfilter: nf_flow_table: fix netdev refcnt leakTaehee Yoo
2019-06-15netfilter: nf_flow_table: check ttl value in flow offload data pathTaehee Yoo
2019-06-15netfilter: nf_tables: fix base chain stat rcu_dereference usageFlorian Westphal
2019-06-15netfilter: nf_conntrack_h323: restore boundary check correctnessJakub Jankowski
2019-06-15netfilter: nf_flow_table: fix missing error check for rhashtable_insert_fastTaehee Yoo
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2019-05-16netfilter: nf_tables: add missing ->release_ops() in error path of newrule()Taehee Yoo
2019-05-16netfilter: nf_tables: use-after-free in dynamic operationsPablo Neira Ayuso
2019-05-16netfilter: fix nf_l4proto_log_invalid to log invalid packetsAndrei Vagin
2019-05-16netfilter: nf_tables: prevent shift wrap in nft_chain_parse_hook()Dan Carpenter
2019-05-16netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal
2019-05-16ipvs: do not schedule icmp errors from tunnelsJulian Anastasov
2019-05-04netfilter: fix NETFILTER_XT_TARGET_TEE dependenciesArnd Bergmann
2019-05-04netfilter: nft_set_rbtree: check for inactive element after flag mismatchPablo Neira Ayuso
2019-05-02ipvs: fix warning on unused variableAndrea Claudi
2019-05-02netfilter: nf_tables: bogus EBUSY in helper removal from transactionPablo Neira Ayuso
2019-05-02netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso
2019-05-02netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso
2019-05-02netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso
2019-05-02netfilter: nft_compat: don't use refcount_inc on newly allocated entryFlorian Westphal
2019-05-02netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso
2019-05-02netfilter: nf_tables: warn when expr implements only one of activate/deactivateFlorian Westphal
2019-05-02netfilter: nft_compat: destroy function must not have side effectsFlorian Westphal
2019-05-02netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal