summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-05-01i2c: Add i2c_add_numbered_adapter()David Brownell2-26/+101
2007-05-01i2c: Add i2c_board_info and i2c_new_device()David Brownell7-5/+276
2007-05-01i2c: i2c probe() and remove() documentedDavid Brownell2-19/+92
2007-05-01i2c: i2c stack can remove()David Brownell2-4/+62
2007-05-01i2c: i2c stack can probe()David Brownell2-44/+110
2007-05-01i2c-pca-isa: Port to the new device driver modelJean Delvare2-8/+29
2007-05-01i2c-elektor: Port to the new device driver modelJean Delvare1-12/+39
2007-05-01i2c-parport-light: Port to the new device driver modelJean Delvare1-27/+117
2007-05-01i2c-parport: Fix a minor race on driver unloadJean Delvare1-4/+8
2007-05-01scx200_acb: Fix PCI device reference countJean Delvare1-0/+1
2007-05-01i2c: Cleanup the includes of <linux/i2c.h>Jean Delvare7-5/+2
2007-05-01i2c-nforce2: Add support for the MCP61 and MCP65Jean Delvare3-0/+8
2007-05-01i2c-parport: Optimize binary sizeJean Delvare1-8/+5
2007-05-01i2c-algo-bit: Emulate SMBus block readJean Delvare1-0/+17
2007-05-01i2c: Emulate SMBus block read over I2CJean Delvare2-8/+27
2007-05-01i2c-algo-bit: Always send a stop condition before leavingJean Delvare1-12/+15
2007-05-01i2c: Rename dev_to_i2c_adapter()David Brownell2-3/+3
2007-05-01i2c: Class attribute cleanupDavid Brownell2-37/+13
2007-05-01i2c: Shrink struct i2c_clientDavid Brownell19-28/+35
2007-05-01i2c: i2c_register_driver() cleanupDavid Brownell1-4/+3
2007-05-01i2c: i2c_adapter devices need no driverJean Delvare3-15/+1
2007-05-01i2c: Kill i2c_adapter.class_devJean Delvare4-64/+5
2007-04-30libata: honour host controllers that want just one hostLinus Torvalds1-7/+4
2007-04-30pm: include EIO from errno-base.hDavid Rientjes1-1/+1
2007-04-30Add kvasprintf()Jeremy Fitzhardinge2-7/+20
2007-04-30power management: force pm_ops.valid callback to be assignedJohannes Berg2-8/+8
2007-04-30power management: implement pm_ops.valid for everybodyJohannes Berg11-55/+39
2007-04-30power management: remove firmware disk modeJohannes Berg5-54/+34
2007-04-30rework pm_ops pm_disk_mode, kill misuseJohannes Berg11-64/+56
2007-04-30reiserfs: suppress lockdep warningJeff Mahoney1-1/+1
2007-04-30Extend print_symbol capabilityRobert Peterson2-9/+27
2007-04-30[UDP]: Do not allow specific bind when wildcard bind exists.David S. Miller1-8/+33
2007-04-30[IPV4] UDP: Fix endianness bugs in hashing changes.David S. Miller1-18/+18
2007-04-30[CPUFREQ] Report the number of processors in PowerNow-k8 correctlyMark Langsdorf1-2/+4
2007-04-30[CPUFREQ] do not declare undefined functionsDavid Rientjes1-0/+2
2007-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds26-2013/+1446
2007-04-30Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos...Linus Torvalds22-615/+1004
2007-04-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds27-273/+641
2007-04-30Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds10-464/+459
2007-04-30Merge branch 'for-2.6.22' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds376-7892/+11546
2007-04-30[IPV4] SNMP: Support OutMcastPkts and OutBcastPktsMitsuru Chinen1-0/+6
2007-04-30[IPV4] SNMP: Support InMcastPkts and InBcastPktsMitsuru Chinen1-0/+7
2007-04-30[IPV4] SNMP: Support InTruncatedPktsMitsuru Chinen1-1/+4
2007-04-30[IPV4] SNMP: Support InNoRoutesMitsuru Chinen1-0/+2
2007-04-30[SNMP]: Add definitions for {In,Out}BcastPktsMitsuru Chinen1-0/+2
2007-04-30[TCP] FRTO: RFC4138 allows Nagle override when new data must be sentIlpo Järvinen3-7/+17
2007-04-30[TCP] FRTO: Delay skb available check until it's mandatoryIlpo Järvinen1-8/+11
2007-04-30[XFRM]: Restrict upper layer information by bundle.Masahide NAKAMURA3-0/+71
2007-04-30[TCP]: Catch skb with S+L bugs earlierIlpo Järvinen1-3/+1
2007-04-30[PATCH] INET : IPV4 UDP lookups converted to a 2 pass algoEric Dumazet1-57/+114