| Commit message (Expand) | Author | Age | Files | Lines |
* | [NET]: Forget the zero_it argument of sk_alloc() | Pavel Emelyanov | 2007-11-01 | 33 | -36/+43 |
* | [NET]: Remove bogus zero_it argument from sk_alloc | Pavel Emelyanov | 2007-11-01 | 1 | -14/+9 |
* | [NET]: Make the sk_clone() lighter | Pavel Emelyanov | 2007-11-01 | 1 | -1/+2 |
* | [NET]: Move some core sock setup into sk_prot_alloc | Pavel Emelyanov | 2007-11-01 | 1 | -15/+26 |
* | [NET]: Auto-zero the allocated sock object | Pavel Emelyanov | 2007-11-01 | 1 | -1/+3 |
* | [NET]: Cleanup the allocation/freeing of the sock object | Pavel Emelyanov | 2007-11-01 | 1 | -15/+29 |
* | [NET]: Move the get_net() from sock_copy() | Pavel Emelyanov | 2007-11-01 | 1 | -1/+1 |
* | [NET]: Move the sock_copy() from the header | Pavel Emelyanov | 2007-11-01 | 2 | -14/+14 |
* | [TCP]: Another TAGBITS -> SACKED_ACKED|LOST conversion | Ilpo J�rvinen | 2007-11-01 | 1 | -1/+1 |
* | [TCP]: Process DSACKs that reside within a SACK block | Ilpo J�rvinen | 2007-11-01 | 1 | -3/+22 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2007-10-31 | 2 | -0/+22 |
|\ |
|
| * | Revert "Driver core: remove class_device_*_bin_file" | Greg Kroah-Hartman | 2007-10-31 | 2 | -0/+22 |
* | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2007-10-31 | 22 | -24/+781 |
|\ \ |
|
| * | | [ARM] 4634/1: DaVinci GPIO header build fix | David Brownell | 2007-10-31 | 1 | -0/+3 |
| * | | [ARM] 4636/1: pxa: add default configuration for zylonite | eric miao | 2007-10-31 | 1 | -0/+736 |
| * | | [ARM] 4635/1: pxa: Change Eric Miao's email address to eric.miao@marvell.com | eric miao | 2007-10-31 | 10 | -10/+10 |
| * | | [ARM] Fix assignment instead of condition in arm/mach-omap2/clock.c | Roel Kluin | 2007-10-31 | 1 | -1/+1 |
| * | | [ARM] nommu: fix breakage caused by f9720205d1f847cb59e197e851b5276425363f6b | Russell King | 2007-10-31 | 1 | -1/+2 |
| * | | [ARM] pxa: shut up CLOCK_EVT_MODE_RESUME warning | Russell King | 2007-10-31 | 1 | -0/+3 |
| * | | [ARM] Fix FIQ issue with ARM926 | Russell King | 2007-10-31 | 1 | -0/+4 |
| * | | [ARM] Fix pxamci regression | Russell King | 2007-10-31 | 1 | -2/+9 |
| * | | [ARM] Fix netx_defconfig regression | Russell King | 2007-10-31 | 1 | -3/+3 |
| * | | [ARM] Fix ateb9200_defconfig build regression | Russell King | 2007-10-31 | 1 | -0/+3 |
| * | | [ARM] Fix an rpc_defconfig regression | Russell King | 2007-10-31 | 1 | -6/+2 |
| * | | [ARM] Fix omap_h2_1610_defconfig regressions | Russell King | 2007-10-31 | 1 | -0/+4 |
| * | | [ARM] 4632/1: Fix a typo in include/asm-arm/plat-s3c/regs-nand.h | Matt Reimer | 2007-10-31 | 1 | -1/+1 |
* | | | ieee1394: ieee1394_transactions.c: remove dead code | Adrian Bunk | 2007-10-31 | 1 | -2/+0 |
* | | | firewire: Fix pci resume to not pass in a __be32 config rom. | Kristian Høgsberg | 2007-10-31 | 1 | -12/+25 |
| |/
|/| |
|
* | | Remove broken ptrace() special-case code from file mapping | Linus Torvalds | 2007-10-31 | 1 | -11/+2 |
* | | [MEDIA] IVTV: exit_ivtv_i2c() cannot be __devexit | David Miller | 2007-10-31 | 2 | -2/+2 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Linus Torvalds | 2007-10-31 | 18 | -173/+111 |
|\ \
| |/
|/| |
|
| * | [AF_KEY]: suppress a warning for 64k pages. | Stephen Rothwell | 2007-10-30 | 1 | -2/+2 |
| * | [TIPC]: Fix headercheck wrt. tipc_config.h | David S. Miller | 2007-10-30 | 2 | -9/+4 |
| * | [COMPAT]: Fix build on COMPAT platforms when CONFIG_NET is disabled. | David S. Miller | 2007-10-30 | 1 | -0/+4 |
| * | [CONNECTOR]: Fix a spurious kfree_skb() call | Michal Januszewski | 2007-10-30 | 1 | -4/+1 |
| * | [COMPAT]: Fix new dev_ifname32 returning -EFAULT | Benjamin Herrenschmidt | 2007-10-30 | 1 | -1/+1 |
| * | [NET]: Fix incorrect sg_mark_end() calls. | David S. Miller | 2007-10-30 | 7 | -23/+37 |
| * | [IPVS]: Remove /proc/net/ip_vs_lblcr | Alexey Dobriyan | 2007-10-30 | 1 | -76/+0 |
| * | [IPV6]: remove duplicate call to proc_net_remove | Daniel Lezcano | 2007-10-30 | 1 | -4/+0 |
| * | [NETNS]: fix net released by rcu callback | Daniel Lezcano | 2007-10-30 | 1 | -0/+2 |
| * | [NET]: Fix free_netdev on register_netdev failure. | Daniel Lezcano | 2007-10-30 | 1 | -53/+59 |
| * | [WAN]: fix drivers/net/wan/lmc/ compilation | Adrian Bunk | 2007-10-30 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2007-10-30 | 8 | -31/+576 |
|\ \ |
|
| * | | add SubmittingPatches to Documentation/ja_JP | Keiichi Kii | 2007-10-30 | 1 | -0/+556 |
| * | | fix typo in SubmittingPatches | Keiichi Kii | 2007-10-30 | 1 | -2/+2 |
| * | | Driver Core: fix bug in device_rename() for SYSFS_DEPRECATED=y | Kay Sievers | 2007-10-30 | 1 | -3/+3 |
| * | | sysfs: make sysfs_{get,put}_active() static | Adrian Bunk | 2007-10-30 | 2 | -4/+2 |
| * | | kobject: check for duplicate names in kobject_rename | Greg Kroah-Hartman | 2007-10-30 | 1 | -0/+13 |
| * | | Driver core: remove class_device_*_bin_file | Greg Kroah-Hartman | 2007-10-30 | 2 | -22/+0 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2007-10-30 | 6 | -22/+34 |
|\ \
| |/
|/| |
|