summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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/+9Star
* [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
* 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/+2Star
| * | [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/+0Star
* | | 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/+2Star
* | [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/+111Star
|\ \ | |/ |/|
| * [AF_KEY]: suppress a warning for 64k pages.Stephen Rothwell2007-10-311-2/+2
| * [TIPC]: Fix headercheck wrt. tipc_config.hDavid S. Miller2007-10-312-9/+4Star
| * [COMPAT]: Fix build on COMPAT platforms when CONFIG_NET is disabled.David S. Miller2007-10-311-0/+4
| * [CONNECTOR]: Fix a spurious kfree_skb() callMichal Januszewski2007-10-311-4/+1Star
| * [COMPAT]: Fix new dev_ifname32 returning -EFAULTBenjamin Herrenschmidt2007-10-311-1/+1
| * [NET]: Fix incorrect sg_mark_end() calls.David S. Miller2007-10-317-23/+37
| * [IPVS]: Remove /proc/net/ip_vs_lblcrAlexey Dobriyan2007-10-311-76/+0Star
| * [IPV6]: remove duplicate call to proc_net_removeDaniel Lezcano2007-10-311-4/+0Star
| * [NETNS]: fix net released by rcu callbackDaniel Lezcano2007-10-311-0/+2
| * [NET]: Fix free_netdev on register_netdev failure.Daniel Lezcano2007-10-311-53/+59
| * [WAN]: fix drivers/net/wan/lmc/ compilationAdrian Bunk2007-10-311-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-318-31/+576
|\ \
| * | add SubmittingPatches to Documentation/ja_JPKeiichi Kii2007-10-311-0/+556
| * | fix typo in SubmittingPatchesKeiichi Kii2007-10-311-2/+2
| * | Driver Core: fix bug in device_rename() for SYSFS_DEPRECATED=yKay Sievers2007-10-311-3/+3
| * | sysfs: make sysfs_{get,put}_active() staticAdrian Bunk2007-10-312-4/+2Star
| * | kobject: check for duplicate names in kobject_renameGreg Kroah-Hartman2007-10-311-0/+13
| * | Driver core: remove class_device_*_bin_fileGreg Kroah-Hartman2007-10-312-22/+0Star
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-306-22/+34
|\ \ | |/ |/|