summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-02-262-24/+22Star
|\
| * netfilter: nfnetlink_log: fix silly refcount leakAlexey Dobriyan2010-02-261-1/+1
| * IPVS: ip_vs_lblcr: use list headASimon Horman2010-02-261-23/+21Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-02-252-6/+10
|\|
| * netfilter: xtables: replace XT_MATCH_ITERATE macroJan Engelhardt2010-02-241-4/+8
| * netfilter: xt_recent: fix false matchTim Gardner2010-02-231-1/+1
| * netfilter: xt_recent: fix buffer overflowTim Gardner2010-02-231-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-02-192-12/+12
|\|
| * netfilter: nf_queue: fix NF_STOLEN skb leakEric Dumazet2010-02-191-1/+1
| * netfilter: ctnetlink: fix creation of conntrack with helpersPablo Neira Ayuso2010-02-191-11/+11
* | ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-182-8/+7Star
|/
* ipvs: SCTP Trasport Loadbalancing SupportVenkata Mohan Reddy2010-02-187-11/+1264
* xt_hashlimit: fix lockingEric Dumazet2010-02-171-4/+0Star
* netfilter: CONFIG_COMPAT: allow delta to exceed 32767Florian Westphal2010-02-151-3/+3
* netfilter: ctnetlink: add zone supportPatrick McHardy2010-02-151-19/+73
* netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy2010-02-1510-54/+147
* netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy2010-02-155-7/+9
* netfilter: xtables: constify args in compat copying functionsJan Engelhardt2010-02-153-8/+8
* netfilter: xtables: print details on size mismatchJan Engelhardt2010-02-151-2/+6
* netfilter: xt_recent: inform user when hitcount is too largeJan Engelhardt2010-02-151-2/+6
* netfilter: don't use INIT_RCU_HEAD()Alexey Dobriyan2010-02-123-3/+0Star
* netfilter: nf_conntrack_sip: add T.38 FAX supportPatrick McHardy2010-02-111-5/+23
* netfilter: nf_nat_sip: add TCP supportPatrick McHardy2010-02-111-0/+10
* netfilter: nf_conntrack_sip: add TCP supportPatrick McHardy2010-02-111-29/+176
* netfilter: nf_conntrack_sip: pass data offset to NAT functionsPatrick McHardy2010-02-111-38/+44
* netfilter: nf_conntrack_sip: fix ct_sip_parse_request() REGISTER request parsingPatrick McHardy2010-02-111-3/+4
* netfilter: nf_conntrack: show helper and class in /proc/net/nf_conntrack_expectPatrick McHardy2010-02-112-0/+12
* netfilter: ctnetlink: dump expectation helper namePatrick McHardy2010-02-111-0/+4
* Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2010-02-102-1/+92
|\
| * netfilter: xtables: generate initial table on-demandJan Engelhardt2010-02-102-1/+38
| * netfilter: xtables: use xt_table for hook instantiationJan Engelhardt2010-02-101-0/+54
* | netfilter: ctnetlink: add missing netlink attribute policiesPatrick McHardy2010-02-101-5/+36
* | netfilter: xtables: symmetric COMPAT_XT_ALIGN definitionAlexey Dobriyan2010-02-101-2/+2
|/
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-02-1010-87/+99
|\
| * netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy2010-02-085-31/+35
| * netfilter: nf_conntrack: restrict runtime expect hashsize modificationsAlexey Dobriyan2010-02-081-1/+1
| * netfilter: nf_conntrack: per netns nf_conntrack_cachepEric Dumazet2010-02-081-16/+23
| * netfilter: nf_conntrack: fix memory corruption with multiple namespacesPatrick McHardy2010-02-081-12/+12
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-02-022-2/+3
| |\
| | * netfilter: ctnetlink: fix expectation mask dumpPatrick McHardy2010-01-261-1/+2
| | * netfilter: nf_conntrack_sip: fix off-by-one in compact header parsingPatrick McHardy2010-01-191-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-134-25/+25
| |\|
| | * netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()Patrick McHardy2010-01-071-9/+9
| | * ipvs: Add boundary check on ioctl argumentsArjan van de Ven2010-01-041-1/+13
| | * ipvs: ip_vs_wrr.c: use lib/gcd.cFlorian Fainelli2009-12-222-15/+3Star
* | | netfilter: xtables: add CT targetPatrick McHardy2010-02-034-0/+190
* | | netfilter: nf_conntrack: support conntrack templatesPatrick McHardy2010-02-033-21/+48
* | | netfilter: ctnetlink: support selective event deliveryPatrick McHardy2010-02-032-2/+2
* | | netfilter: nf_conntrack: split up IPCT_STATUS eventPatrick McHardy2010-02-037-8/+10
* | | netfilter: ctnetlink: only assign helpers for matching protocolsPatrick McHardy2010-02-032-15/+16