summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-039-47/+31
|\
| * netfilter: allow logging from non-init namespacesMichal Kubeček2017-02-022-2/+2
| * netfilter: add and use nf_ct_set helperFlorian Westphal2017-02-023-6/+3
| * skbuff: add and use skb_nfct helperFlorian Westphal2017-02-024-8/+8
| * netfilter: reset netfilter state when duplicating packetFlorian Westphal2017-02-021-1/+1
| * netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal2017-02-021-6/+6
| * xtables: extend matches and targets with .usersizeWillem de Bruijn2017-01-091-0/+1
| * arptables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-10/+5
| * iptables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-15/+6
* | netfilter: ipt_CLUSTERIP: fix build error without procfsArnd Bergmann2017-01-181-1/+6
* | netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang2017-01-162-14/+9
* | netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol2017-01-091-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-01-051-11/+23
|\ \ | |/ |/|
| * netfilter: ipt_CLUSTERIP: check duplicate config when initializingXin Long2016-12-231-11/+23
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
|/
* netfilter: rpfilter: bypass ipv4 lbcast packets with zeronet sourceLiping Zhang2016-12-072-9/+12
* netfilter: nft_fib_ipv4: initialize *dest to zeroLiping Zhang2016-12-061-0/+2
* netfilter: nft_fib: convert htonl to ntohl properlyLiping Zhang2016-12-061-1/+1
* netfilter: x_tables: pack percpu counter allocationsFlorian Westphal2016-12-062-6/+12
* netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal2016-12-062-8/+2
* netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2016-12-062-4/+4
* netfilter: defrag: only register defrag functionality if neededFlorian Westphal2016-12-062-4/+44
* netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal2016-12-041-11/+44
* netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressionsFlorian Westphal2016-12-042-0/+14
* netfilter: nat: add dependencies on conntrack moduleFlorian Westphal2016-12-041-1/+7
* netfilter: add and use nf_ct_netns_get/putFlorian Westphal2016-12-042-4/+4
* netfilter: conntrack: remove unused init_net hookFlorian Westphal2016-12-041-6/+0
* netfilter: conntrack: built-in support for UDPliteDavide Caratti2016-12-041-0/+3
* netfilter: conntrack: built-in support for SCTPDavide Caratti2016-12-041-0/+3
* netfilter: conntrack: built-in support for DCCPDavide Caratti2016-12-041-0/+3
* netfilter: update Arturo Borrero Gonzalez email addressArturo Borrero Gonzalez2016-12-042-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-2/+2
|\
| * netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia2016-11-301-2/+2
* | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-2/+4
|\|
| * netfilter: nft_dup: do not use sreg_dev if the user doesn't specify itLiping Zhang2016-10-311-2/+4
* | netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall2016-11-132-20/+20
* | netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti2016-11-091-53/+23
* | netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso2016-11-035-14/+13
* | netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-036-16/+9
* | netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso2016-11-013-0/+171
* | netfilter: nf_tables: add fib expressionFlorian Westphal2016-11-013-0/+247
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2016-09-252-4/+8
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-4/+7
| |\
| | * netfilter: nft_chain_route: re-route before skb is queued to userspaceLiping Zhang2016-09-061-4/+7
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-0/+1
| |\|
| | * netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang2016-08-251-0/+1
* | | netfilter: nf_log: get rid of XT_LOG_* macrosLiping Zhang2016-09-251-3/+3
* | | netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang2016-09-253-4/+4
* | | netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole2016-09-242-2/+2