| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] SELinux: add rootcontext= option to label root inode when mounting | Eric Paris | 2006-07-10 | 1 | -9/+57 |
* | [PATCH] SELinux: decouple fscontext/context mount options | Eric Paris | 2006-07-10 | 2 | -16/+56 |
* | [PATCH] small kernel/sched.c cleanup | Andreas Mohr | 2006-07-10 | 1 | -10/+7 |
* | [PATCH] sched: fix bug in __migrate_task() | Peter Williams | 2006-07-10 | 1 | -1/+1 |
* | [PATCH] count_vm_events() fix | Andrew Morton | 2006-07-10 | 1 | -1/+1 |
* | [PATCH] x86_64: e820.c needs pgtable.h | Andrew Morton | 2006-07-10 | 1 | -0/+1 |
* | [PATCH] don't select CONFIG_HOTPLUG | Andrew Morton | 2006-07-10 | 3 | -4/+3 |
* | [PATCH] i386: use thread_info flags for debug regs and IO bitmaps | Stephane Eranian | 2006-07-09 | 4 | -22/+41 |
* | Merge commit master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 of HEAD | Linus Torvalds | 2006-07-09 | 37 | -86/+237 |
|\ |
|
| * | [AX.25]: Use kzalloc | Ralf Baechle | 2006-07-09 | 4 | -10/+4 |
| * | [ATM] net/atm/clip.c: fix PROC_FS=n compile | Adrian Bunk | 2006-07-09 | 1 | -4/+9 |
| * | [PKT_SCHED]: act_api: Fix module leak while flushing actions | Thomas Graf | 2006-07-09 | 1 | -1/+1 |
| * | [NET]: Fix IPv4/DECnet routing rule dumping | Patrick McHardy | 2006-07-08 | 2 | -3/+4 |
| * | [NET] gso: Fix up GSO packets with broken checksums | Herbert Xu | 2006-07-08 | 8 | -35/+174 |
| * | [NET] gso: Add skb_is_gso | Herbert Xu | 2006-07-08 | 18 | -23/+27 |
| * | [IRDA]: fix drivers/net/irda/ali-ircc.c:ali_ircc_init() | Adrian Bunk | 2006-07-08 | 1 | -1/+2 |
| * | [ATM]: fix possible recursive locking in skb_migrate() | Arjan van de Ven | 2006-07-08 | 1 | -6/+11 |
| * | [ATM]: Typo in drivers/atm/Kconfig... | Matt LaPlante | 2006-07-08 | 1 | -1/+1 |
| * | [TG3]: add amd8131 to "write reorder" chipsets | John W. Linville | 2006-07-08 | 1 | -0/+2 |
| * | [NET]: Fix network device interface printk message priority | Stephen Hemminger | 2006-07-07 | 1 | -3/+3 |
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2006-07-09 | 9 | -559/+2523 |
|\ \ |
|
| * \ | Merge branch 'master' into upstream | Jeff Garzik | 2006-07-06 | 35 | -669/+1368 |
| |\ \
| | |/ |
|
| * | | Merge branch 'upstream' of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 ... | Jeff Garzik | 2006-07-05 | 7 | -391/+2520 |
| |\ \ |
|
| | * | | e1000: increase version to 7.1.9-k2 | Auke Kok | 2006-06-27 | 1 | -1/+1 |
| | * | | e1000: add ich8lan device ID's | Auke Kok | 2006-06-27 | 1 | -0/+7 |
| | * | | e1000: allow user to disable ich8 lock loss workaround | Auke Kok | 2006-06-27 | 1 | -0/+21 |
| | * | | e1000: integrate ich8 support into driver | Auke Kok | 2006-06-27 | 4 | -130/+725 |
| | * | | e1000: add ich8lan core functions | Auke Kok | 2006-06-27 | 3 | -7/+1392 |
| | * | | e1000: disable ERT | Auke Kok | 2006-06-27 | 1 | -3/+0 |
| | * | | e1000: check return value of _get_speed_and_duplex | Auke Kok | 2006-06-27 | 1 | -2/+6 |
| | * | | e1000: M88 PHY workaround | Auke Kok | 2006-06-27 | 2 | -17/+40 |
| | * | | e1000: fix adapter led blinking inconsistency | Auke Kok | 2006-06-27 | 3 | -14/+40 |
| | * | | e1000: disable CRC stripping workaround | Auke Kok | 2006-06-27 | 1 | -4/+1 |
| | * | | e1000: force register write flushes to circumvent broken platforms | Auke Kok | 2006-06-27 | 2 | -9/+33 |
| | * | | e1000: rework module param code with uninitialized values | Auke Kok | 2006-06-27 | 1 | -106/+61 |
| | * | | e1000: recycle skb | Auke Kok | 2006-06-27 | 1 | -1/+2 |
| | * | | e1000: change printk into DPRINTK | Auke Kok | 2006-06-27 | 1 | -1/+1 |
| | * | | e1000: add smart power down code | Auke Kok | 2006-06-27 | 3 | -0/+41 |
| | * | | e1000: small performance tweak by removing double code | Auke Kok | 2006-06-27 | 1 | -1/+0 |
| | * | | e1000: fix CONFIG_PM blocks | Auke Kok | 2006-06-27 | 1 | -2/+4 |
| | * | | e1000: Make PHY powerup/down a function | Auke Kok | 2006-06-27 | 1 | -27/+49 |
| | * | | e1000: rework driver hardware reset locking | Auke Kok | 2006-06-27 | 3 | -75/+105 |
| | * | | e1000: fix loopback ethtool test | Auke Kok | 2006-06-27 | 1 | -1/+1 |
| | * | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jgar... | Auke Kok | 2006-06-21 | 628 | -13724/+30492 |
| | |\ \ |
|
| | * | | | e1000: prevent statistics from garbling during bus resets | Auke Kok | 2006-06-09 | 1 | -1/+7 |
| * | | | | [PATCH] 8139too deadlock fix | Arjan van de Ven | 2006-07-05 | 1 | -2/+3 |
| * | | | | [netdrvr] 3c59x: snip changelog from source code | Jeff Garzik | 2006-07-05 | 1 | -166/+0 |
* | | | | | Merge branch 'blktrace' of git://brick.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2006-07-09 | 3 | -5/+9 |
|\ \ \ \ \ |
|
| * | | | | | [PATCH] Only the first two bits in bio->bi_rw and rq->flags match | Jens Axboe | 2006-07-06 | 2 | -3/+3 |
| * | | | | | [PATCH] blktrace: readahead support | Nathan Scott | 2006-07-06 | 2 | -1/+5 |