summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet2015-06-151-2/+2
* netfilter: Kconfig: get rid of parens around depends onPablo Neira Ayuso2015-06-151-1/+2
* netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal2015-06-121-49/+16
* netfilter: xtables: use percpu rule countersFlorian Westphal2015-06-121-5/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-05-311-3/+1
|\
| * netfilter: remove unused comefrom hookmask argumentFlorian Westphal2015-05-261-3/+1
* | netfilter: ensure number of counters is >0 in do_replace()Dave Jones2015-05-201-0/+6
|/
* netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy2015-04-131-2/+2
* netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-133-13/+9
* 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-0813-124/+76
| |\
| * | 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 socket pointer down through okfn().David Miller2015-04-071-1/+1
* | netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller2015-04-043-3/+3
* | netfilter: Pass nf_hook_state through ip6t_do_table().David S. Miller2015-04-046-20/+16
* | netfilter: Pass nf_hook_state through nf_nat_ipv6_{in,out,fn,local_fn}().David S. Miller2015-04-043-36/+27
* | netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-0411-87/+52
|/
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-4/+2
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-4/+2
* netfilter: Use LOGLEVEL_<FOO> definesJoe Perches2015-03-252-2/+7
* 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: ip6t_REJECT: check for IP6T_F_PROTOPablo Neira Ayuso2015-03-221-1/+2
* | netfilter: fix sparse warnings in reject handlingFlorian Westphal2015-03-101-1/+1
* | netfilter: nf_tables: consolidate Kconfig optionsPablo Neira Ayuso2015-03-061-7/+11
* | netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal2015-03-031-0/+35
|/
* 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-116-6/+103
|\
| * netfilter: nf_log_ipv6: correct typo in module descriptionSteven Noonan2014-11-281-1/+1
| * netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one modulePablo Neira Ayuso2014-11-274-84/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-11-247-5/+184
| |\
| | * netfilter: fix various sparse warningsFlorian Westphal2014-11-132-4/+4
| | * netfilter: log: protect nf_log_register against double registeringMarcelo Leitner2014-10-301-1/+11
| | * netfilter: nf_tables: add new expression nft_redirArturo Borrero2014-10-273-0/+87
| | * netfilter: refactor NAT redirect IPv6 code to use it from nf_tablesArturo Borrero2014-10-273-0/+82
* | | Merge branch 'iov_iter' into for-nextAl Viro2014-12-082-66/+115
|\ \ \ | |/ /
| * | netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_evalDaniel Borkmann2014-11-101-0/+1
| * | netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso2014-10-311-66/+109
| |/
| * 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/+4
* | netfilter: Convert print_tuple functions to return voidJoe Perches2014-11-052-8/+8
|/
* 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-021-1/+1
* netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso2014-10-023-0/+172
* 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/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-09-108-398/+499
|\
| * netfilter: nf_tables: add new nft_masq expressionArturo Borrero2014-09-093-0/+96
| * netfilter: nf_nat: generalize IPv6 masquerading support for nf_tablesArturo Borrero2014-09-094-71/+133
OpenPOWER on IntegriCloud