summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SG: Make sg_init_one() use general table init functionsJens Axboe2007-11-021-22/+18
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-11-0139-176/+280
|\
| * [IRDA] IRNET: Fix build when TCGETS2 is defined.David S. Miller2007-11-011-0/+10
| * [NET]: docbook fixes for netif_ functionsStephen Hemminger2007-11-012-3/+25
| * [NET]: Hide the net_ns kmem cachePavel Emelyanov2007-11-011-2/+4
| * [NET]: Mark the setup_net as __net_initPavel Emelyanov2007-11-011-1/+1
| * [NET]: Hide the dead code in the net_namespace.cPavel Emelyanov2007-11-011-63/+68
| * [NET]: Relax the reference counting of init_net_nsPavel Emelyanov2007-11-011-8/+25
| * [NETNS]: Make the init/exit hooks checks outside the loopPavel Emelyanov2007-11-011-12/+11
| * [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-0133-36/+43
| * [NET]: Remove bogus zero_it argument from sk_allocPavel Emelyanov2007-11-011-14/+9
| * [NET]: Make the sk_clone() lighterPavel Emelyanov2007-11-011-1/+2
| * [NET]: Move some core sock setup into sk_prot_allocPavel Emelyanov2007-11-011-15/+26
| * [NET]: Auto-zero the allocated sock objectPavel Emelyanov2007-11-011-1/+3
| * [NET]: Cleanup the allocation/freeing of the sock objectPavel Emelyanov2007-11-011-15/+29
| * [NET]: Move the get_net() from sock_copy()Pavel Emelyanov2007-11-011-1/+1
| * [NET]: Move the sock_copy() from the headerPavel Emelyanov2007-11-012-14/+14
| * [TCP]: Another TAGBITS -> SACKED_ACKED|LOST conversionIlpo Järvinen2007-11-011-1/+1
| * [TCP]: Process DSACKs that reside within a SACK blockIlpo Järvinen2007-11-011-3/+22
* | [SPARC64]: Update defconfig.David S. Miller2007-11-011-35/+34
* | [SPARC64]: Fix linkage of enormous kernels.David S. Miller2007-10-313-5/+11
* | [SPARC64]: Fix build with CONFIG_NET disabled.David S. Miller2007-10-312-2/+2
* | [SPARC64]: Fix build failure when CONFIG_BUG is disabled.David S. Miller2007-10-311-1/+3
* | [SPARC64]: Kill unused ITAG_MASK macro in ultra.SDavid S. Miller2007-10-311-7/+0
* | [SPARC64]: Fix bogus '&' conditinal in set_rtc_mmss().David S. Miller2007-10-311-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-312-0/+22
|\
| * Revert "Driver core: remove class_device_*_bin_file"Greg Kroah-Hartman2007-10-312-0/+22
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-10-3122-24/+781
|\ \
| * | [ARM] 4634/1: DaVinci GPIO header build fixDavid Brownell2007-10-311-0/+3
| * | [ARM] 4636/1: pxa: add default configuration for zyloniteeric miao2007-10-311-0/+736
| * | [ARM] 4635/1: pxa: Change Eric Miao's email address to eric.miao@marvell.comeric miao2007-10-3110-10/+10
| * | [ARM] Fix assignment instead of condition in arm/mach-omap2/clock.cRoel Kluin2007-10-311-1/+1
| * | [ARM] nommu: fix breakage caused by f9720205d1f847cb59e197e851b5276425363f6bRussell King2007-10-311-1/+2
| * | [ARM] pxa: shut up CLOCK_EVT_MODE_RESUME warningRussell King2007-10-311-0/+3
| * | [ARM] Fix FIQ issue with ARM926Russell King2007-10-311-0/+4
| * | [ARM] Fix pxamci regressionRussell King2007-10-311-2/+9
| * | [ARM] Fix netx_defconfig regressionRussell King2007-10-311-3/+3
| * | [ARM] Fix ateb9200_defconfig build regressionRussell King2007-10-311-0/+3
| * | [ARM] Fix an rpc_defconfig regressionRussell King2007-10-311-6/+2
| * | [ARM] Fix omap_h2_1610_defconfig regressionsRussell King2007-10-311-0/+4
| * | [ARM] 4632/1: Fix a typo in include/asm-arm/plat-s3c/regs-nand.hMatt Reimer2007-10-311-1/+1
* | | ieee1394: ieee1394_transactions.c: remove dead codeAdrian Bunk2007-10-311-2/+0
* | | firewire: Fix pci resume to not pass in a __be32 config rom.Kristian Høgsberg2007-10-311-12/+25
| |/ |/|
* | Remove broken ptrace() special-case code from file mappingLinus Torvalds2007-10-311-11/+2
* | [MEDIA] IVTV: exit_ivtv_i2c() cannot be __devexitDavid Miller2007-10-312-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-3118-173/+111
|\ \ | |/ |/|
| * [AF_KEY]: suppress a warning for 64k pages.Stephen Rothwell2007-10-301-2/+2
| * [TIPC]: Fix headercheck wrt. tipc_config.hDavid S. Miller2007-10-302-9/+4
| * [COMPAT]: Fix build on COMPAT platforms when CONFIG_NET is disabled.David S. Miller2007-10-301-0/+4
| * [CONNECTOR]: Fix a spurious kfree_skb() callMichal Januszewski2007-10-301-4/+1