aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAge
* netfilter: ctnetlink: fix scheduling while atomicPatrick McHardy2009-01-21
* netfilter 08/09: xt_time: print timezone for user informationJan Engelhardt2009-01-13
* netfilter 07/09: simplify nf_conntrack_alloc() error handlingJulia Lawall2009-01-13
* netfilter 04/09: x_tables: fix match/target revision lookupPatrick McHardy2009-01-13
* cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell2008-12-30
* IPVS: Make "no destination available" message more consistent between schedulersSimon Horman2008-12-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-28
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-15
| |\
| * | nf/dccp: merge errorpathsIlpo Järvinen2008-12-15
| * | netfilter: xt_NFLOG is dependant of nfnetlink_logEric Leblond2008-12-10
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2008-11-28
| |\ \
| | * | netfilter: fix warning in net/netfilter/nf_conntrack_ftp.cIngo Molnar2008-11-25
| | * | netfilter: nf_conntrack_ftp: change "partial ..." message to pr_debug()Patrick McHardy2008-11-24
| | * | netfilter: nf_conntrack_proto_sctp: avoid bogus warningPatrick McHardy2008-11-24
| | * | netfilter: nf_conntrack_proto_gre: spread __exitAlexey Dobriyan2008-11-20
| | * | netfilter: xt_recent: don't save proc dirsAlexey Dobriyan2008-11-20
| | * | netfilter: nf_conntrack: fix warning and prototype mismatchPatrick McHardy2008-11-18
| | * | netfilter: nfnetlink_log: fix warning and prototype mismatchPatrick McHardy2008-11-18
| | * | netfilter: ctnetlink: deliver events for conntracks changed from userspacePablo Neira Ayuso2008-11-18
| | * | netfilter: ctnetlink: helper modules load-on-demand supportPablo Neira Ayuso2008-11-18
| | * | netfilter: nf_conntrack: connection tracking helper name persistent aliasesPablo Neira Ayuso2008-11-17
| | * | netfilter: ctnetlink: get rid of module refcounting in ctnetlinkPablo Neira Ayuso2008-11-17
| | * | netfilter: ctnetlink: use EOPNOTSUPP instead of EINVAL if the conntrack has n...Pablo Neira Ayuso2008-11-17
| | * | netfilter: ctnetlink: use nf_conntrack_get instead of atomic_incPablo Neira Ayuso2008-11-17
| | * | netfilter: xt_NFLOG: don't call nf_log_packet in NFLOG module.Eric Leblond2008-11-04
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-27
| |\ \ \
| * \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-11
| |\ \ \ \
| * | | | | ipvs: oldlen, newlen should be be16, not be32Harvey Harrison2008-11-07
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-07
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | net: '&' reduxAlexey Dobriyan2008-11-03
| * | | | | IPVS: Remove supports_ipv6 scheduler flagJulius Volz2008-11-03
| * | | | | IPVS: Add IPv6 support to LBLC/LBLCR schedulersJulius Volz2008-11-03
| * | | | | IPVS: Add IPv6 support to SH and DH schedulersJulius Volz2008-11-03
| * | | | | net: replace NIPQUAD() in net/netfilter/Harvey Harrison2008-10-31
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-31
| |\ \ \ \ \
| * | | | | | net: replace %p6 with %pI6Harvey Harrison2008-10-29
| * | | | | | netfilter: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-28
* | | | | | | Merge branch 'next' into for-linusJames Morris2008-12-24
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'master' into nextJames Morris2008-12-04
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'master' into nextJames Morris2008-11-13
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | CRED: Use creds in file structsDavid Howells2008-11-13
| | |_|_|/ / | |/| | | |
* | | | | | tproxy: fixe a possible read from an invalid location in the socket matchBalazs Scheidler2008-12-08
| |_|/ / / |/| | | |
* | | | | netfilter: ctnetlink: fix GFP_KERNEL allocation under spinlockPatrick McHardy2008-11-26
* | | | | netfilter: ctnetlink: fix conntrack creation racePatrick McHardy2008-11-24
| |/ / / |/| | |
* | | | netfilter: payload_len is be16, add size of struct rather than size of pointerHarvey Harrison2008-11-10
| |_|/ |/| |
* | | netfilter: netns ct: walk netns list under RTNLAlexey Dobriyan2008-11-05
|/ /
* / netfilter: nf_conntrack_proto_gre: switch to register_pernet_gen_subsys()Alexey Dobriyan2008-10-31
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-10-20
|\
| * netfilter: replace old NF_ARP calls with NFPROTO_ARPJan Engelhardt2008-10-20
| * netfilter: fix compilation error with NAT=nPablo Neira Ayuso2008-10-20