summaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter
AgeCommit message (Expand)Author
2018-03-30Merge tag 'kbuild-fixes-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-03-29netfilter: nf_nat_snmp_basic: add correct dependency to MakefileMasahiro Yamada
2018-03-24netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}Subash Abhinov Kasiviswanathan
2018-03-22netfilter: drop template ct when conntrack is skipped.Paolo Abeni
2018-03-04net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens
2018-02-25netfilter: nf_flow_table: fix checksum when handling DNATFelix Fietkau
2018-02-25netfilter: ipt_CLUSTERIP: put config instead of freeing itFlorian Westphal
2018-02-25netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct refcountFlorian Westphal
2018-02-14netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal
2018-02-14netfilter: x_tables: rate-limit table mismatch warningsFlorian Westphal
2018-02-14netfilter: x_tables: remove pr_info where possibleFlorian Westphal
2018-02-14netfilter: ipt_CLUSTERIP: fix a refcount bug in clusterip_config_find_get()Cong Wang
2018-02-14netfilter: add back stackpointer size checksFlorian Westphal
2018-02-08netfilter: ipt_CLUSTERIP: fix a race condition of proc file creationCong Wang
2018-02-07netfilter: nf_tables: fix flowtable freePablo Neira Ayuso
2018-02-02netfilter: flowtable infrastructure depends on NETFILTER_INGRESSPablo Neira Ayuso
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-31netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni
2018-01-31netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov
2018-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso
2018-01-19netfilter: nf_nat_snmp_basic: use asn1 decoder libraryTaehee Yoo
2018-01-19netfilter: nf_nat_snmp_basic: use nf_ct_helper_logTaehee Yoo
2018-01-19netfilter: nf_nat_snmp_basic: replace ctinfo with dir.Taehee Yoo
2018-01-19netfilter: nf_nat_snmp_basic: remove debug parameterTaehee Yoo
2018-01-19netfilter: nf_nat_snmp_basic: remove useless commentTaehee Yoo
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-16netfilter: nf_defrag: move NF_CONNTRACK bits into #ifdefArnd Bergmann
2018-01-16netfilter: nf_defrag: mark xt_table structures 'const' againArnd Bergmann
2018-01-11netfilter: nf_defrag: Skip defrag if NOTRACK is setSubash Abhinov Kasiviswanathan
2018-01-11netfilter: clusterip: make sure arp hooks are availableFlorian Westphal
2018-01-10netfilter: improve flow table Kconfig dependenciesArnd Bergmann
2018-01-10netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso
2018-01-10netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso
2018-01-10netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso
2018-01-08netfilter: flow table support for the mixed IPv4/IPv6 familyPablo Neira Ayuso
2018-01-08netfilter: flow table support for IPv4Pablo Neira Ayuso
2018-01-08netfilter: remove defensive check on malformed packets from raw socketsPablo Neira Ayuso
2018-01-08netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso
2018-01-08netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso
2018-01-08netfilter: nf_tables_inet: don't use multihook infrastructure anymorePablo Neira Ayuso
2018-01-08netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso
2018-01-08netfilter: nf_tables_arp: don't set forward chainPablo Neira Ayuso
2018-01-08netfilter: core: only allow one nat hook per hook pointFlorian Westphal
2018-01-08netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal
2018-01-08netfilter: don't allocate space for arp/bridge hooks unless neededFlorian Westphal
2018-01-08netfilter: conntrack: timeouts can be constFlorian Westphal
2018-01-08netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal
2018-01-08netfilter: conntrack: constify list of builtin trackersFlorian Westphal