summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-141-1/+1
|\
| * security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2012-01-051-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\ \
| * | typo fixes: aera -> area, exntension -> extensionWang YanQing2011-12-091-1/+1
* | | netfilter: provide config option to disable ancient procfs partsJan Engelhardt2011-12-271-1/+1
* | | netfilter: xtables: move ipt_ecn to xt_ecnJan Engelhardt2011-12-273-133/+5
* | | Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller2011-12-2522-187/+276
|\ \ \
| * | | netfilter: ctnetlink: remove dead NAT codePatrick McHardy2011-12-238-20/+1
| * | | netfilter: nf_nat: remove obsolete check in nf_nat_mangle_udp_packet()Patrick McHardy2011-12-231-6/+0
| * | | netfilter: nf_nat: remove obsolete code from nf_nat_icmp_reply_translation()Patrick McHardy2011-12-231-13/+1
| * | | netfilter: nat: remove module reference counting from NAT protocolsPatrick McHardy2011-12-239-30/+3
| * | | netfilter: nf_nat: add missing nla_policy entry for CTA_NAT_PROTO attributePatrick McHardy2011-12-231-0/+1
| * | | netfilter: nf_nat: use hash random for bysource hashPatrick McHardy2011-12-231-1/+1
| * | | netfilter: nf_nat: export NAT definitions to userspacePatrick McHardy2011-12-2319-118/+118
| * | | netfilter: add ipv4 reverse path filter matchFlorian Westphal2011-12-043-0/+152
* | | | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-192-2/+2
|/ / /
* | | net: dont call jump_label_dec from irq contextEric Dumazet2011-11-291-2/+4
* | | netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED.David S. Miller2011-11-231-1/+0
|/ /
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-067-0/+7
|\ \
| * | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-315-0/+5
| * | net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-312-0/+2
* | | netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-11-013-24/+3
|/ /
* | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-7/+5
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-08-301-7/+5
| |\
| | * netfilter: nf_queue: reject NF_STOLEN verdicts from userspaceFlorian Westphal2011-08-301-7/+4
| | * netfilter: ip_queue: Fix small leak in ipq_build_packet_message()Jesper Juhl2011-07-291-0/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-071-0/+1
|\| |
| * | net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-061-0/+1
| |/
* / rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-0210-65/+65
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-051-10/+4
|\
| * netfilter: Fix ip_route_me_harder triggering ip_rt_bugJulian Anastasov2011-06-291-10/+4
* | netfilter: Reduce switch/case indentJoe Perches2011-07-012-119/+117
* | ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-212-2/+2
|/
* netfilter: nf_nat: avoid double seq_adjust for loopbackJulian Anastasov2011-06-161-1/+3
* netfilter: fix looped (broad|multi)cast's MAC handlingNicolas Cavallari2011-06-161-1/+2
* netfilter: ipt_ecn: fix inversion for IP header ECN matchPatrick McHardy2011-06-161-1/+2
* netfilter: ipt_ecn: fix protocol check in ecn_mt_check()Patrick McHardy2011-06-161-3/+1
* netfilter: ip_tables: fix compile with debugSebastian Andrzej Siewior2011-06-161-1/+1
* netfilter: use unsigned variables for packet lengths in ip[6]_queue.Dave Jones2011-06-061-1/+2
* netfilter: nf_conntrack: fix ct refcount leak in l4proto->error()Pablo Neira Ayuso2011-06-061-1/+1
* netfilter: nf_nat: fix crash in nf_nat_csumJulian Anastasov2011-06-061-1/+1
* netfilter: add more values to enum ip_conntrack_infoEric Dumazet2011-06-066-9/+9
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-04-192-23/+23
|\
| * netfilter: get rid of atomic ops in fast pathEric Dumazet2011-04-042-23/+23
* | Fix common misspellingsLucas De Marchi2011-03-313-5/+5
|/
* netfilter: ipt_CLUSTERIP: fix buffer overflowVasiliy Kulikov2011-03-201-1/+4
* netfilter: xtables: fix reentrancyEric Dumazet2011-03-201-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-03-155-145/+6
|\
| * netfilter: ipt_addrtype: rename to xt_addrtypeFlorian Westphal2011-03-153-145/+0