| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | igb/ixgbe/e1000e: resolve tx multiqueue bug | Jeff Kirsher | 2008-07-18 | 3 | -4/+10 |
* | | proc: consolidate per-net single-release callers | Pavel Emelyanov | 2008-07-18 | 6 | -62/+16 |
* | | proc: consolidate per-net single_open callers | Pavel Emelyanov | 2008-07-18 | 6 | -108/+33 |
* | | proc: clean the ip_misc_proc_init and ip_proc_init_net error paths | Pavel Emelyanov | 2008-07-18 | 1 | -12/+3 |
* | | proc: show per-net ip_devconf.forwarding in /proc/net/snmp | Pavel Emelyanov | 2008-07-18 | 1 | -1/+1 |
* | | proc: create /proc/net/snmp file in each net | Pavel Emelyanov | 2008-07-18 | 1 | -20/+50 |
* | | proc: create /proc/net/netstat file in each net | Pavel Emelyanov | 2008-07-18 | 1 | -9/+38 |
* | | ipv4: clean the init_ipv4_mibs error paths | Pavel Emelyanov | 2008-07-18 | 1 | -7/+1 |
* | | mib: put icmpmsg statistics on struct net | Pavel Emelyanov | 2008-07-18 | 5 | -19/+14 |
* | | mib: put icmp statistics on struct net | Pavel Emelyanov | 2008-07-18 | 5 | -14/+13 |
* | | mib: put udplite statistics on struct net | Pavel Emelyanov | 2008-07-18 | 5 | -10/+10 |
* | | mib: put udp statistics on struct net | Pavel Emelyanov | 2008-07-18 | 5 | -14/+12 |
* | | mib: put net statistics on struct net | Pavel Emelyanov | 2008-07-18 | 4 | -15/+13 |
* | | mib: put ip statistics on struct net | Pavel Emelyanov | 2008-07-18 | 5 | -19/+12 |
* | | mib: put tcp statistics on struct net | Pavel Emelyanov | 2008-07-18 | 5 | -17/+16 |
* | | ipv4: add pernet mib operations | Pavel Emelyanov | 2008-07-18 | 1 | -0/+20 |
* | | mib: add netns/mib.h file | Pavel Emelyanov | 2008-07-18 | 2 | -0/+11 |
* | | Revert "remove the strip driver" | David S. Miller | 2008-07-18 | 4 | -0/+2833 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-07-18 | 4190 | -309095/+287137 |
|\ \ |
|
| * \ | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-07-17 | 22 | -127/+383 |
| |\ \ |
|
| | * | | [PATCH] ocfs2: fix oops in mmap_truncate testing | Coly Li | 2008-07-16 | 1 | -3/+10 |
| | * | | configfs: call drop_link() to cleanup after create_link() failure | Louis Rilling | 2008-07-14 | 1 | -1/+5 |
| | * | | configfs: Allow ->make_item() and ->make_group() to return detailed errors. | Joel Becker | 2008-07-14 | 8 | -64/+94 |
| | * | | configfs: Fix failing mkdir() making racing rmdir() fail | Louis Rilling | 2008-07-14 | 2 | -10/+44 |
| | * | | configfs: Fix deadlock with racing rmdir() and rename() | Louis Rilling | 2008-07-14 | 1 | -20/+25 |
| | * | | configfs: Make configfs_new_dirent() return error code instead of NULL | Louis Rilling | 2008-07-14 | 1 | -4/+5 |
| | * | | configfs: Protect configfs_dirent s_links list mutations | Louis Rilling | 2008-07-14 | 2 | -4/+9 |
| | * | | configfs: Introduce configfs_dirent_lock | Louis Rilling | 2008-07-14 | 4 | -1/+34 |
| | * | | ocfs2: Don't snprintf() without a format. | Joel Becker | 2008-07-14 | 1 | -1/+1 |
| | * | | ocfs2: Fix CONFIG_OCFS2_DEBUG_FS #ifdefs | Joel Becker | 2008-07-14 | 2 | -2/+2 |
| | * | | ocfs2/net: Silence build warnings on sparc64 | Sunil Mushran | 2008-07-14 | 1 | -3/+5 |
| | * | | ocfs2: Handle error during journal load | Wengang Wang | 2008-07-14 | 1 | -1/+5 |
| | * | | ocfs2: Silence an error message in ocfs2_file_aio_read() | Sunil Mushran | 2008-07-14 | 1 | -1/+1 |
| | * | | ocfs2: use simple_read_from_buffer() | Akinobu Mita | 2008-07-14 | 1 | -14/+5 |
| | * | | ocfs2: fix printk format warnings with OCFS2_FS_STATS=n | Randy Dunlap | 2008-07-14 | 1 | -4/+4 |
| | * | | [PATCH 2/2] ocfs2: Instrument fs cluster locks | Sunil Mushran | 2008-07-14 | 2 | -1/+133 |
| | * | | [PATCH 1/2] ocfs2: Add CONFIG_OCFS2_FS_STATS config option | Sunil Mushran | 2008-07-14 | 1 | -0/+8 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6 | Linus Torvalds | 2008-07-17 | 3 | -4/+2 |
| |\ \ \ |
|
| | * | | | pcmcia: ide-cs: Remove outdated comment | Larry Finger | 2008-07-15 | 1 | -2/+0 |
| | * | | | pcmcia: fix cisinfo_t removal | Marc Zyngier | 2008-07-15 | 1 | -1/+1 |
| | * | | | pcmcia: fix return value in cm4000_cs.c | Dominik Brodowski | 2008-07-15 | 1 | -1/+1 |
| * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-07-17 | 3 | -3/+4 |
| |\ \ \ \ |
|
| | * | | | | x86: fix asm/e820.h for userspace inclusion | Rusty Russell | 2008-07-17 | 1 | -1/+2 |
| | * | | | | x86: fix numaq_tsc_disable | Yinghai Lu | 2008-07-17 | 1 | -1/+1 |
| | * | | | | Merge branch 'linus' into x86/urgent | Ingo Molnar | 2008-07-17 | 55 | -2800/+2148 |
| | |\ \ \ \ |
|
| | * | | | | | x86: fix kernel_physical_mapping_init() for large x86 systems | Jack Steiner | 2008-07-16 | 1 | -1/+1 |
| * | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2008-07-17 | 3 | -13/+7 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | ftrace: do not trace library functions | Ingo Molnar | 2008-07-17 | 1 | -12/+5 |
| | * | | | | | | ftrace: do not trace scheduler functions | Ingo Molnar | 2008-07-17 | 1 | -2/+1 |
| | * | | | | | | ftrace: fix lockup with MAXSMP | Ingo Molnar | 2008-07-17 | 1 | -0/+3 |