summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER] ctnetlink: return -EINVAL if size is wrongPablo Neira Ayuso2005-11-091-1/+1
* [NETFILTER]: stop tracking ICMP error at early pointYasuyuki Kozakai2005-11-091-5/+5
* [NETFILTER] nfnetlink: only load subsystems if CAP_NET_ADMIN is setHarald Welte2005-11-091-7/+10
* [NETFILTER] PPTP helper: fix PNS-PAC expectation call idPhilip Craig2005-11-091-2/+26
* [NETFILTER] ctnetlink: get_conntrack can use GFP_KERNELPablo Neira Ayuso2005-11-091-1/+1
* [NETFILTER] ctnetlink: kill unused includesPablo Neira Ayuso2005-11-091-3/+0
* [NETFILTER] ctnetlink: add module alias to fix autoloadingPablo Neira Ayuso2005-11-091-0/+2
* [NETFILTER] ctnetlink: add marking support from userspacePablo Neira Ayuso2005-11-091-0/+10
* [NETFILTER] ctnetlink: check if protoinfo is presentPablo Neira Ayuso2005-11-091-0/+5
* [NETFILTER] nfnetlink: nfattr_parse() can never fail, make it voidHarald Welte2005-11-094-46/+11
* [NETFILTER]: refcount leak of proto when ctnetlink dumping tupleYasuyuki Kozakai2005-11-091-3/+6
* [NETFILTER]: packet counter of conntrack is 32bitsYasuyuki Kozakai2005-11-091-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2005-11-094-12/+30
|\
| * [PATCH] i460-agp warning fixesAndrew Morton2005-11-081-3/+5
| * [PATCH] AGP performance fixesAlan Hourihane2005-11-084-9/+25
* | Fix ptrace self-attach ruleLinus Torvalds2005-11-091-1/+1
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-11-0916-24/+379
|\ \
| * | [ARM] 3057/1: Add memory control method to support OneNAND sync burst readKyungmin Park2005-11-091-0/+3
| * | [ARM] Clean up save_and_disable_irqs macro and allow use of ARMv6 CPSIDRussell King2005-11-092-5/+8
| * | Merge with ARM SMP treeRussell King2005-11-099-5/+293
| |\ \
| | * | [ARM SMP] Add CPU hotplug support for Realview MPcoreRussell King2005-11-092-0/+139
| | * | [ARM SMP] Add local timer support for Realview MPcoreRussell King2005-11-098-5/+154
| * | | [ARM] 3100/1: simplify a pointer computationNicolas Pitre2005-11-091-1/+1
| * | | [ARM] 3138/1: SMDK2440 - fix map_desc initialisation (and ISA memory space)Ben Dooks2005-11-091-2/+21
| * | | [ARM] 3137/1: RX3715 - fix map_desc initialiserBen Dooks2005-11-091-2/+11
| * | | [ARM] 3136/1: Anubis - fix map_desc initialisersBen Dooks2005-11-091-9/+42
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2005-11-0918-43/+33
|\ \ \ \
| * | | | [PATCH] libata: if condition fix for ata_dev_identify()Albert Lee2005-11-091-3/+2
| * | | | [PATCH] libata kernel-doc fixesRandy Dunlap2005-11-092-5/+6
| * | | | Merge branch 'master'Jeff Garzik2005-11-091533-23710/+51548
| |\ \ \ \ | | |/ / /
| * | | | [libata] eliminate use of drivers/scsi/scsi.h compatibility header/definesJeff Garzik2005-11-0718-35/+25
* | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2005-11-0935-3663/+8138
|\ \ \ \ \
| * | | | | [PATCH] IOC: And don't mark the things as broken Cowboy.Ralf Baechle2005-11-091-1/+1
| * | | | | [PATCH] dgrs: fix warnings when CONFIG_ISA and CONFIG_PCI are not enabledAshutosh Naik2005-11-091-9/+7
| * | | | | [PATCH] uml_net: use ethtool_opsChristoph Hellwig2005-11-091-27/+11
| * | | | | [PATCH] xtensa platform-iss network: remove no-op ioctl handlerChristoph Hellwig2005-11-091-33/+0
| * | | | | [PATCH] cris v10 eth: use ethtool_opsChristoph Hellwig2005-11-091-78/+71
| * | | | | [PATCH] b44: increase version numberFrancois Romieu2005-11-091-2/+2
| * | | | | [PATCH] b44: race on device closingFrancois Romieu2005-11-091-0/+11
| * | | | | [PATCH] b44: replace B44_FLAG_INIT_COMPLETE with netif_running()Francois Romieu2005-11-092-5/+2
| * | | | | ieee80211: cleanup crypto list handling, other minor cleanups.Christoph Hellwig2005-11-092-111/+42
| * | | | | [wireless ipw2100] kill unused-var warnings for debug-disabled codeJeff Garzik2005-11-091-0/+4
| * | | | | Merge rsync://bughost.org/repos/ipw-delta/Jeff Garzik2005-11-097-2969/+7579
| |\ \ \ \ \
| | * | | | | Updated READMEs and MAINTAINERS for the ipw2100 and ipw2200 drivers.James Ketrenos2005-11-073-74/+272
| | * | | | | Update version ipw2200 stamp to 1.0.8James Ketrenos2005-11-071-1/+1
| | * | | | | Updated firmware version stamp to 2.4 from 2.3 so it will use the latest firm...James Ketrenos2005-11-071-1/+1
| | * | | | | Fixed parameter reordering in firmware log routine.James Ketrenos2005-11-071-1/+1
| | * | | | | Fixed problem with not being able to send broadcast packets.Hong Liu2005-11-071-3/+6
| | * | | | | Added channel support for ipw2200 cards identified as 'ZZR'James Ketrenos2005-11-071-1/+17
| | * | | | | Removed warning about TKIP not being configured if countermeasures areJames Ketrenos2005-11-072-16/+4
OpenPOWER on IntegriCloud