summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: fix port natting in little endian archsleroy christophe2014-12-231-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-117-12/+119
|\
| * netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one modulePablo Neira Ayuso2014-11-274-91/+2
| * 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
* | | Merge branch 'iov_iter' into for-nextAl Viro2014-12-082-26/+67
|\ \ \ | |/ /
| * | 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: Remove checks of seq_printf() return valuesSteven Rostedt (Red Hat)2014-11-051-20/+16
* | netfilter: Convert print_tuple functions to return voidJoe Perches2014-11-053-12/+16
* | netfilter: Remove return values for print_conntrack callbacksSteven Rostedt (Red Hat)2014-11-051-1/+4
|/
* netfilter: nft_masq: register/unregister notifiers on module init/exitArturo Borrero2014-10-031-23/+11
* 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/+0
* 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/+9
* 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/+37
| * 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-072-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/+0
* 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/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-05-302-20/+6
|\
| * netfilter: add helper for adding nat extensionFlorian Westphal2014-04-292-20/+6
* | 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/+1
* 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
OpenPOWER on IntegriCloud