summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-133-14/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-04-091-1/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2015-04-0817-140/+88
| |\
| * | netfilter: bridge: add helpers for fetching physin/outdevFlorian Westphal2015-04-081-1/+3
* | | netfilter: Fix switch statement warnings with recent gcc.David Miller2015-04-081-0/+2
| |/ |/|
* | netfilter: Pass nf_hook_state through arpt_do_table().David S. Miller2015-04-042-7/+6
* | netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller2015-04-044-4/+4
* | netfilter: Pass nf_hook_state through ipt_do_table().David S. Miller2015-04-046-19/+16
* | netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}().David S. Miller2015-04-043-37/+28
* | netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-0414-100/+61
|/
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-2/+2
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-2/+2
* netfilter: Use LOGLEVEL_<FOO> definesJoe Perches2015-03-252-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-231-3/+3
|\
| * netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso2015-03-191-3/+3
* | netfilter: Remove uses of seq_<foo> return valuesJoe Perches2015-03-181-1/+3
* | netfilter: fix sparse warnings in reject handlingFlorian Westphal2015-03-101-1/+1
* | netfilter: nf_tables: consolidate Kconfig optionsPablo Neira Ayuso2015-03-061-17/+21
* | netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_clusterPablo Neira Ayuso2015-03-061-0/+7
* | netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal2015-03-033-9/+34
|/
* 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
|/