aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2008-07-19tcp: Remove redundant checks when setting eff_sacksAdam Langley
2008-07-18pkt_sched: Manage qdisc list inside of root qdisc.David S. Miller
2008-07-19Input: add switch for dock eventsMatthew Garrett
2008-07-19Input: add microphone insert switch definitionMark Brown
2008-07-18packet: add PACKET_RESERVE sockoptPatrick McHardy
2008-07-18x86: Add a arch directory for x86 under debugfsvenkatesh.pallipadi@intel.com
2008-07-18proc: consolidate per-net single-release callersPavel Emelyanov
2008-07-18proc: consolidate per-net single_open callersPavel Emelyanov
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-07-17pkt_sched: Kill netdev_queue lock.David S. Miller
2008-07-17netdevice: Move qdisc_list back into net_device proper.David S. Miller
2008-07-17pkt_sched: Schedule qdiscs instead of netdev_queue.David S. Miller
2008-07-17pkt_sched: Make QDISC_RUNNING a qdisc state.David S. Miller
2008-07-17pkt_sched: Move gso_skb into Qdisc.David S. Miller
2008-07-17netdev: Kill plain netif_schedule()David S. Miller
2008-07-17netdev: Add netdev->select_queue() method.David S. Miller
2008-07-17netdev: netdev_priv() can now be sane again.David S. Miller
2008-07-17netdev: Kill struct net_device_subqueue and netdev->egress_subqueue*David S. Miller
2008-07-17net: Use queue aware tests throughout.David S. Miller
2008-07-17pkt_sched: Remove RR scheduler.David S. Miller
2008-07-17netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller
2008-07-17configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker
2008-07-17Revert "configfs: Allow ->make_item() and ->make_group() to return detailed e...Joel Becker
2008-07-17Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-07-16ptrace children revampRoland McGrath
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2008-07-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds
2008-07-16Merge branch 'for_linus' of git://git.infradead.org/~dedekind/ubifs-2.6Linus Torvalds
2008-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds
2008-07-16Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-07-16block: Trivial fix for blk_integrity_rq()Martin K. Petersen
2008-07-16Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2008-07-16PNP: convert resource options to single linked listBjorn Helgaas
2008-07-16PNP: support optional IRQ resourcesBjorn Helgaas
2008-07-16PNP: make resource option structures private to PNP subsystemBjorn Helgaas
2008-07-16PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEMBjorn Helgaas
2008-07-16PNP: add pnp_possible_config() -- can a device could be configured this way?Bjorn Helgaas
2008-07-16PNP: replace pnp_resource_table with dynamically allocated resourcesBjorn Helgaas
2008-07-16PNP: make pnp_{port,mem,etc}_start(), et al work for invalid resourcesBjorn Helgaas
2008-07-16Freezer: Introduce PF_FREEZER_NOSIGRafael J. Wysocki
2008-07-16IDE: Remove unused codeElias Oltmanns
2008-07-16IDE: Fix HDIO_DRIVE_RESET handlingElias Oltmanns
2008-07-16ide: ->port_init_devs -> ->init_devBartlomiej Zolnierkiewicz
2008-07-16ide: set hwif->dev in ide_init_port_hw() (take 2)Bartlomiej Zolnierkiewicz
2008-07-16ide: make ide_hwifs[] staticBartlomiej Zolnierkiewicz
2008-07-16ide: move PIO blacklist to ide-pio-blacklist.cBartlomiej Zolnierkiewicz
2008-07-16ide: remove no longer used ide_pio_timings[]Bartlomiej Zolnierkiewicz
2008-07-16ide: move ide_pio_cycle_time() to ide-timings.cBartlomiej Zolnierkiewicz
2008-07-16ide: convert ide-timing.h to ide-timings.c library (take 2)Bartlomiej Zolnierkiewicz