summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-2/+2
|\ \
| * | net/ipv4/netfilter: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-2/+2
| |/
* | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-02-191-8/+2Star
|\ \
| * | netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso2013-02-191-8/+2Star
* | | net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-4/+4
* | | net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-3/+3
|/ /
* | net: remove redundant check for timer pending state before del_timerYing Xue2013-02-041-8/+4Star
* | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-01-271-28/+54
|\ \
| * | netfilter: nf_conntrack: refactor l4proto support for netnsGao feng2013-01-231-22/+40
| * | netfilter: nf_conntrack: refactor l3proto support for netnsGao feng2013-01-231-7/+15
| |/
* / netfilter: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-222-10/+10
|/
* netfilter: nf_nat: Also handle non-ESTABLISHED routing changes in MASQUERADEAndrew Collins2012-12-161-5/+10
* netfilter: ip[6]t_REJECT: fix wrong transport header pointer in TCP resetMukund Jampala2012-12-161-0/+1
* net: remove obsolete simple_strto<foo>Abhijit Pawar2012-12-101-2/+7
* netfilter: nf_nat: Handle routing changes in MASQUERADE targetJozsef Kadlecsik2012-12-031-0/+4
* net: Allow userns root to control ipv4Eric W. Biederman2012-11-192-8/+8
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-11-161-3/+1Star
|\
| * netfilter: nf_nat: use PTR_RETWu Fengguang2012-10-291-3/+1Star
* | netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber2012-10-281-1/+3
|/
* netfilter: combine ipt_REDIRECT and ip6t_REDIRECTJan Engelhardt2012-09-213-121/+5Star
* netfilter: combine ipt_NETMAP and ip6t_NETMAPJan Engelhardt2012-09-213-108/+5Star
* netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-091-2/+1Star
* netfilter: nf_nat: support IPv6 in TFTP NAT helperPablo Neira Ayuso2012-08-303-56/+0Star
* netfilter: nf_nat: support IPv6 in IRC NAT helperPablo Neira Ayuso2012-08-303-105/+0Star
* netfilter: nf_nat: support IPv6 in SIP NAT helperPatrick McHardy2012-08-303-586/+0Star
* netfilter: nf_nat: support IPv6 in amanda NAT helperPatrick McHardy2012-08-303-91/+0Star
* netfilter: nf_nat: support IPv6 in FTP NAT helperPatrick McHardy2012-08-303-143/+0Star
* netfilter: ip6tables: add MASQUERADE targetPatrick McHardy2012-08-301-1/+2
* netfilter: add protocol independent NAT corePatrick McHardy2012-08-3027-2345/+518Star
* netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy2012-08-308-74/+100
* Merge git://1984.lsi.us.es/nf-nextDavid S. Miller2012-08-234-28/+7Star
|\
| * netfilter: remove unnecessary goto statement for error recoveryJean Sacren2012-08-223-15/+3Star
| * netfilter: PTR_RET can be usedWu Fengguang2012-08-144-13/+4Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-221-4/+5
|\ \
| * | netfilter: nf_nat_sip: fix via header translation with multiple parametersPatrick McHardy2012-08-101-2/+3
| * | netfilter: nf_ct_sip: fix IPv6 address parsingPatrick McHardy2012-08-101-2/+2
| |/
* / net: Loopback ifindex is constant nowPavel Emelyanov2012-08-101-1/+1
|/
* ipv4: Adjust semantics of rt->rt_gateway.David S. Miller2012-07-201-2/+3
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-07-081-9/+38
|\
| * netfilter: nf_conntrack: generalize nf_ct_l4proto_netPablo Neira Ayuso2012-07-041-0/+6
| * netfilter: nf_ct_icmp: add icmp_kmemdup[_compat]_sysctl_table functionGao feng2012-06-271-9/+32
| * netfilter: nf_conntrack: prepare l4proto->init_net cleanupGao feng2012-06-271-1/+1
* | netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-301-3/+5
|/
* netfilter: ipt_ULOG: Move away from NLMSG_PUT().David S. Miller2012-06-271-7/+8
* netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_N...Pablo Neira Ayuso2012-06-221-0/+6
* netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso2012-06-161-10/+38
* netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangledPablo Neira Ayuso2012-06-161-0/+13
* netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso2012-06-164-11/+11