summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-11-248-12/+208
|\
| * netfilter: fix various sparse warningsFlorian Westphal2014-11-133-10/+10
| * netfilter: log: protect nf_log_register against double registeringMarcelo Leitner2014-10-302-2/+22
| * netfilter: nf_tables: add new expression nft_redirArturo Borrero2014-10-273-0/+87
| * netfilter: refactor NAT redirect IPv4 to use it from nf_tablesArturo Borrero2014-10-273-0/+89
* | netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_evalDaniel Borkmann2014-11-101-0/+1
* | netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsPablo Neira Ayuso2014-10-311-26/+62
|/
* netfilter: nf_tables: restrict nat/masq expressions to nat chain typePablo Neira Ayuso2014-10-131-0/+1
* netfilter: missing module license in the nf_reject_ipvX modulesPablo Neira Ayuso2014-10-111-0/+3
* netfilter: nft_masq: register/unregister notifiers on module init/exitArturo Borrero2014-10-031-23/+11Star
* netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-10-022-2/+2
* netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso2014-10-023-0/+136
* netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso2014-10-021-1/+0Star
* netfilter: masquerading needs to be independent of x_tables in KconfigPablo Neira Ayuso2014-09-121-12/+15
* netfilter: NFT_CHAIN_NAT_IPV* is independent of NFT_NATPablo Neira Ayuso2014-09-121-10/+9Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-09-108-418/+536
|\
| * netfilter: nf_tables: add new nft_masq expressionArturo Borrero2014-09-093-0/+96
| * netfilter: nf_nat: generalize IPv4 masquerading support for nf_tablesArturo Borrero2014-09-094-99/+170
| * netfilter: nft_chain_nat_ipv4: use generic IPv4 NAT code from corePablo Neira Ayuso2014-09-021-120/+37Star
| * netfilter: nat: move specific NAT IPv4 to corePablo Neira Ayuso2014-09-022-199/+233
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-082-48/+56
|\ \
| * | netfilter: move NAT Kconfig switches out of the iptables scopePablo Neira Ayuso2014-08-182-48/+56
| |/
* / net: use reciprocal_scale() helperDaniel Borkmann2014-08-231-1/+1
|/
* netfilter: kill remnants of ulog targetsPaul Bolle2014-07-251-1/+0Star
* netfilter: nf_conntrack: remove exceptional & on function nameHimangi Saraogi2014-07-251-1/+1
* netfilter: use IS_ENABLED() macroDuan Jiong2014-06-306-10/+14
* netfilter: fix several Kconfig problems in NF_LOG_*Pablo Neira Ayuso2014-06-281-10/+10
* netfilter: add generic ARP packet loggerPablo Neira Ayuso2014-06-273-0/+155
* netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso2014-06-271-7/+7
* netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso2014-06-273-0/+393
* netfilter: kill ulog targetsPablo Neira Ayuso2014-06-252-517/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-05-312-20/+6Star
|\
| * netfilter: add helper for adding nat extensionFlorian Westphal2014-04-292-20/+6Star
* | net: rename local_df to ignore_dfWANG Cong2014-05-121-1/+1
* | netfilter: ipv4: defrag: set local_df flag on defragmented skbFlorian Westphal2014-05-041-2/+3
|/
* ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang2014-04-161-4/+1Star
* netfilter: Can't fail and free after table replacementThomas Graf2014-04-052-4/+8
* netfilter: nf_nat_snmp_basic: fix duplicates in if/else branchesFX Le Bail2014-02-141-2/+2
* netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy2014-02-061-3/+4
* netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy2014-02-063-0/+80
* netfilter: nf_nat_h323: fix crash in nf_ct_unlink_expect_report()Alexey Dobriyan2014-02-051-1/+4
* netfilter: nf_tables: fix error path in the init functionsPablo Neira Ayuso2014-01-091-1/+7
* netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy2014-01-094-4/+4
* netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy2014-01-094-10/+10
* netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy2014-01-094-4/+4
* netfilter: nf_tables: add missing module references to chain typesPatrick McHardy2014-01-092-0/+2
* netfilter: nf_tables: add "inet" table for IPv4/IPv6Patrick McHardy2014-01-071-1/+2
* netfilter: nf_tables: add support for multi family tablesPatrick McHardy2014-01-072-0/+2
* netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy2014-01-072-44/+37Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-01-064-258/+24Star
|\