summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: conntrack: fix dropping packet after l4proto->packet()Christoph Paasch2009-03-162-3/+3
* netfilter: ctnetlink: fix crash during expectation creationPablo Neira Ayuso2009-03-161-0/+1
* netfilter: xt_recent: fix proc-file addition/removal of IPv4 addressesJosef Drexler2009-02-241-1/+1
* netfilter: make proc/net/ip* print names from foreign NFPROTOJan Engelhardt2009-02-181-57/+142
* netfilter: nfnetlink_log: fix timeout handlingEric Leblond2009-02-181-1/+1
* netfilter: nfnetlink_log: fix per-rule qthreshold overrideEric Leblond2009-02-181-2/+4
* netfilter: xt_sctp: sctp chunk mapping doesn't workQu Haoran2009-02-091-1/+1
* netfilter: ctnetlink: fix echo if not subscribed to any multicast groupPablo Neira Ayuso2009-02-091-2/+3
* netfilter: ctnetlink: allow changing NAT sequence adjustment in creationPablo Neira Ayuso2009-02-091-0/+10
* netfilter: ctnetlink: fix scheduling while atomicPatrick McHardy2009-01-211-0/+3
* netfilter 08/09: xt_time: print timezone for user informationJan Engelhardt2009-01-121-0/+11
* netfilter 07/09: simplify nf_conntrack_alloc() error handlingJulia Lawall2009-01-122-3/+3
* netfilter 04/09: x_tables: fix match/target revision lookupPatrick McHardy2009-01-121-0/+8
* cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell2008-12-291-2/+2
* IPVS: Make "no destination available" message more consistent between schedulersSimon Horman2008-12-299-10/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-2849-492/+632
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-151-1/+1
| |\
| * | nf/dccp: merge errorpathsIlpo Järvinen2008-12-141-7/+9
| * | netfilter: xt_NFLOG is dependant of nfnetlink_logEric Leblond2008-12-101-3/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2008-11-2819-114/+289
| |\ \
| | * | netfilter: fix warning in net/netfilter/nf_conntrack_ftp.cIngo Molnar2008-11-251-1/+1
| | * | netfilter: nf_conntrack_ftp: change "partial ..." message to pr_debug()Patrick McHardy2008-11-241-4/+2
| | * | netfilter: nf_conntrack_proto_sctp: avoid bogus warningPatrick McHardy2008-11-241-1/+1
| | * | netfilter: nf_conntrack_proto_gre: spread __exitAlexey Dobriyan2008-11-201-1/+1
| | * | netfilter: xt_recent: don't save proc dirsAlexey Dobriyan2008-11-201-11/+11
| | * | netfilter: nf_conntrack: fix warning and prototype mismatchPatrick McHardy2008-11-181-4/+4
| | * | netfilter: nfnetlink_log: fix warning and prototype mismatchPatrick McHardy2008-11-181-0/+1
| | * | netfilter: ctnetlink: deliver events for conntracks changed from userspacePablo Neira Ayuso2008-11-184-29/+141
| | * | netfilter: ctnetlink: helper modules load-on-demand supportPablo Neira Ayuso2008-11-183-37/+93
| | * | netfilter: nf_conntrack: connection tracking helper name persistent aliasesPablo Neira Ayuso2008-11-179-0/+9
| | * | netfilter: ctnetlink: get rid of module refcounting in ctnetlinkPablo Neira Ayuso2008-11-171-20/+18
| | * | netfilter: ctnetlink: use EOPNOTSUPP instead of EINVAL if the conntrack has n...Pablo Neira Ayuso2008-11-171-1/+1
| | * | netfilter: ctnetlink: use nf_conntrack_get instead of atomic_incPablo Neira Ayuso2008-11-171-1/+1
| | * | netfilter: xt_NFLOG: don't call nf_log_packet in NFLOG module.Eric Leblond2008-11-042-3/+5
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-262-5/+4
| |\ \ \
| * \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-111-1/+2
| |\ \ \ \
| * | | | | ipvs: oldlen, newlen should be be16, not be32Harvey Harrison2008-11-062-8/+8
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-062-0/+8
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | net: '&' reduxAlexey Dobriyan2008-11-0310-81/+81
| * | | | | IPVS: Remove supports_ipv6 scheduler flagJulius Volz2008-11-0311-48/+6
| * | | | | IPVS: Add IPv6 support to LBLC/LBLCR schedulersJulius Volz2008-11-032-61/+92
| * | | | | IPVS: Add IPv6 support to SH and DH schedulersJulius Volz2008-11-022-18/+42
| * | | | | net: replace NIPQUAD() in net/netfilter/Harvey Harrison2008-10-3116-108/+78
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-311-2/+2
| |\ \ \ \ \
| * | | | | | net: replace %p6 with %pI6Harvey Harrison2008-10-2910-19/+19
| * | | | | | netfilter: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-2810-64/+45
* | | | | | | Merge branch 'next' into for-linusJames Morris2008-12-252-10/+11
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'master' into nextJames Morris2008-12-042-5/+4
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'master' into nextJames Morris2008-11-143-1/+10
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | CRED: Use creds in file structsDavid Howells2008-11-142-10/+11
| | |_|_|/ / | |/| | | |
OpenPOWER on IntegriCloud