aboutsummaryrefslogtreecommitdiffstats
path: root/net (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-16Remove duplicate comments from sysctl.cLinus Torvalds1-8/+0
2007-07-16Fix new generic block device SG compileLinus Torvalds1-1/+1
2007-07-16fat: Fix the race of read/write the FAT12 entryOGAWA Hirofumi1-0/+7
2007-07-16cpwatchdog build fixAndrew Morton1-0/+1
2007-07-16sn_console section mismatch warningJes Sorensen1-2/+2
2007-07-16compat32: ignore the LOOP_CLR_FD ioctlGeert Uytterhoeven1-0/+4
2007-07-16NLS: Remove obsolete Makefile entriesRobert P. J. Day1-2/+0
2007-07-16permit mempool_free(NULL)Rusty Russell1-0/+3
2007-07-16ext4: statfs speed upBadari Pulavarty2-10/+17
2007-07-16ext3: statfs speed upBadari Pulavarty2-10/+17
2007-07-16ext2: statfs speed upBadari Pulavarty2-6/+16
2007-07-16drivers/char/ipmi/ipmi_si_intf.c: lower printk severityDan Aloni1-1/+1
2007-07-16drivers/char/ipmi/ipmi_poweroff.c: lower printk severityDan Aloni1-1/+1
2007-07-16vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2Denis Vlasenko1-3/+105
2007-07-16vsprintf.c: optimizing, part 1 (easy and obvious stuff)Denis Vlasenko1-28/+45
2007-07-16Fix trivial typos in anon_inodes.c commentsJ. Bruce Fields1-5/+5
2007-07-16isapnp: remove pointless check of 'type' against 0 in isapnp_read_tag()Jesper Juhl1-2/+0
2007-07-16.gitignore updateAlexey Dobriyan2-0/+4
2007-07-16remove mm/backing-dev.c:congestion_wait_interruptible()Adrian Bunk2-17/+0
2007-07-16kernel/printk.c: document possible deadlock against schedulerJiri Kosina1-0/+3
2007-07-16docs: static initialization of spinlocks is OKEd L. Cashin1-9/+11
2007-07-16serial: remove termios checks from various old char serial driversAlan Cox5-38/+12
2007-07-1668360serial: remove broken optimisationAlan Cox1-7/+0
2007-07-16synclink: remove bogus 'no change' termios optimisation from synclink driversAlan Cox3-24/+0
2007-07-16genericserial: remove bogus optimisation check and dead code pathsAlan Cox1-117/+3
2007-07-16amiserial: remove incorrect 'no termios change' checkAlan Cox1-6/+1
2007-07-16modules: remove modlist_lockRusty Russell1-21/+15
2007-07-16ext4: fix error handling in ext4_create_journalBorislav Petkov1-2/+5
2007-07-16ext3: fix error handling in ext3_create_journal()Borislav Petkov1-2/+5
2007-07-16make cancel_xxx_work_sync() return a booleanOleg Nesterov2-16/+29
2007-07-16rename cancel_rearming_delayed_work() to cancel_delayed_work_sync()Oleg Nesterov2-6/+13
2007-07-16update Documentation/filesystems/vfs.txtBorislav Petkov1-13/+16
2007-07-16Remove the last few UMSDOS leftoversJesper Juhl4-5/+1
2007-07-16Add missing files and dirs to 00-INDEX in Documentation/Jesper Juhl1-9/+133
2007-07-16dma: make dma pool to use kmalloc_nodeYinghai Lu1-1/+1
2007-07-16UDF: fix function name from udf_crc16 to udf_crcCyrill Gorcunov1-2/+2
2007-07-16generic bug: use show_regs() instead of dump_stack()Heiko Carstens10-12/+16
2007-07-16Add -Werror-implicit-function-declarationDave Jones1-1/+2
2007-07-16uninline check_signature()Andrew Morton3-28/+29
2007-07-16CodingStyle: add information about editor modelinesJosh Triplett1-0/+27
2007-07-16CodingStyle: add information about trailing whitespaceJosh Triplett1-0/+12
2007-07-16is_power_of_2: ufs/super.cvignesh babu1-2/+3
2007-07-16parport_pc: it887x fixNiels de Vos1-3/+2
2007-07-16is_power_of_2: kernel/kfifo.cvignesh babu1-1/+2
2007-07-16make seccomp zerocost in scheduleAndrea Arcangeli5-45/+50
2007-07-16move seccomp from /proc to a prctlAndrea Arcangeli5-74/+51
2007-07-16nbd.c: sock_xmit: cleanup signal related codeOleg Nesterov1-16/+6
2007-07-16kcdrwd: remove unneeded flush_signals() callOleg Nesterov1-3/+0
2007-07-16adb_probe_task: remove unneeded flush_signals() callOleg Nesterov1-8/+2
2007-07-16bd_claim_by_disk: fix warningAndrew Morton1-10/+7