summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* i2c/pca954x: Remove __devinit and __devexit from probe and remove functionsGuenter Roeck2010-10-241-4/+4
* i2c/mux: Driver for PCA9541 I2C Master SelectorGuenter Roeck2010-10-243-0/+422
* i2c: Optimize function i2c_detect()Jean Delvare2010-10-241-7/+6Star
* i2c: Discard warning message on device instantiation from user-spaceJean Delvare2010-10-241-2/+0Star
* i2c-amd8111: Add proper error handlingJulia Lawall2010-10-241-50/+113
* i2c: Change to new flag variablematt mooney2010-10-244-12/+4Star
* i2c: Remove unneeded inclusions of <linux/i2c-id.h>Jean Delvare2010-10-2410-10/+0Star
* i2c: Let i2c_parent_is_i2c_adapter return the parent adapterJean Delvare2010-10-242-19/+24
* i2c-pca-platform: Change device name of request_irqNobuhiro Iwamatsu2010-10-241-1/+1
* i2c: Fix Kconfig dependenciesJean Delvare2010-10-242-1/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-23805-34721/+86356
|\
| * bnx2/bnx2x: Unsupported Ethtool operations should return -EINVAL.Jesse Gross2010-10-222-2/+2
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-21101-409/+832
| |\
| | * Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2010-10-211-1/+1
| | |\
| | | * vhost: fix return code for log_access_ok()Dan Carpenter2010-10-121-1/+1
| | * | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-10-2192-377/+775
| | |\ \
| | * | | r6040: Fix multicast filter some moreBen Hutchings2010-10-191-10/+12
| | * | | gianfar: fix double lock typoDan Carpenter2010-10-181-1/+1
| * | | | cxgb3: function namespace cleanupstephen hemminger2010-10-217-289/+18Star
| * | | | be2net: Changes to use only priority codes allowed by f/wSomnath Kotur2010-10-214-10/+106
| * | | | can: mcp251x: fix generation of error framesMarc Kleine-Budde2010-10-211-1/+1
| * | | | can: mcp251x: fix endless loop in interrupt handler if CANINTF_MERRF is setMarc Kleine-Budde2010-10-211-5/+9
| * | | | drivers/net/ax88796.c: Return error code in failureJulia Lawall2010-10-211-0/+1
| * | | | b44: fix resume, request_irq after hw resetJames Hogan2010-10-211-5/+14
| * | | | cxgb4: function namespace cleanup (v3)stephen hemminger2010-10-216-455/+3Star
| * | | | CAPI: Silence lockdep warning on get_capi_appl_by_nr usageJan Kiszka2010-10-211-5/+14
| * | | | phy/marvell: fix 88e1121 supportArnaud Patard2010-10-211-12/+19
| * | | | ixgbe: add a refcnt when turning on/off FCoE offload capabilityYi Zou2010-10-212-0/+7
| * | | | ixgbe: fix stats handlingEric Dumazet2010-10-213-16/+56
| * | | | ixgbe: update copyright infoEmil Tantilov2010-10-214-4/+4
| * | | | jme: Advance version numberGuo-Fu Tseng2010-10-212-1/+3
| * | | | jme: Adding mii-tool supportGuo-Fu Tseng2010-10-211-1/+33
| * | | | jme: Prevent possible read re-order errorGuo-Fu Tseng2010-10-211-0/+1
| * | | | jme: Add comment in jme_set_settingsGuo-Fu Tseng2010-10-211-3/+6
| * | | | jme: Fix PHY power-off errorGuo-Fu Tseng2010-10-211-4/+18
| * | | | bonding: cleanup: remove braces from single block statementsBandan Das2010-10-211-91/+72Star
| * | | | bonding: cleanup : add space around operatorsBandan Das2010-10-211-44/+67
| * | | | Drivers: atm: Makefile: replace the use of <module>-objs with <module>-yTracey Dent2010-10-211-1/+1
| * | | | smsc95xx: generate random MAC address once, not every ifupBernard Blackham2010-10-211-2/+2
| * | | | bnx2: Increase max rx ring size from 1K to 2KMichael Chan2010-10-211-2/+2
| * | | | bonding: make release_and_destroy staticstephen hemminger2010-10-212-3/+2Star
| * | | | pch_gbe: make local functions staticstephen hemminger2010-10-213-15/+17
| * | | | vmxnet3: make bit twiddle routines inlinestephen hemminger2010-10-212-20/+14Star
| * | | | bonding: make bond_resend_igmp_join_requests_delayed staticstephen hemminger2010-10-211-1/+1
| * | | | sfc: make functions staticstephen hemminger2010-10-2112-41/+26Star
| * | | | netxen: make local function static.stephen hemminger2010-10-213-37/+16Star
| * | | | r8169: print errors when dma mapping failStanislaw Gruszka2010-10-211-3/+13
| * | | | r8169: (re)init phy on resumeStanislaw Gruszka2010-10-211-0/+5
| * | | | r8169: changing mtu clean upStanislaw Gruszka2010-10-211-41/+6Star
| * | | | r8169: do not account fragments as packetsStanislaw Gruszka2010-10-211-5/+3Star