aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* myri10ge: Use the instance of net_device_stats from net_device.Ajit Khaparde2009-10-071-3/+2
* netxen: Use the instance of net_device_stats from net_device.Ajit Khaparde2009-10-072-3/+1
* e1000e: Use the instance of net_device_stats from net_device.Ajit Khaparde2009-10-073-31/+31
* bonding: remove useless assignmentNicolas de Pesloüan2009-10-071-1/+1
* bonding: fix a parameter name in error messageNicolas de Pesloüan2009-10-071-1/+2
* be2net: Get rid of net_device_stats from adapter.Ajit Khaparde2009-10-073-6/+3
* dcb: data center bridging ops should be r/oStephen Hemminger2009-10-072-2/+2
* net: mark net_proto_ops as constStephen Hemminger2009-10-072-3/+2
* net/ppp: fix comments - ppp_{sync,asynctty}_receive() may sleepTilman Schmidt2009-10-072-8/+2
* bonding: introduce primary_reselect optionJiri Pirko2009-10-073-7/+123
* gigaset: add Kernel CAPI interface (v3)Tilman Schmidt2009-10-066-16/+2335
* gigaset: allow building without I4LTilman Schmidt2009-10-063-2/+83
* gigaset: prepare for CAPI implementationTilman Schmidt2009-10-067-425/+492
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-0624-148/+310
|\
| * gigaset: add kerneldoc commentsTilman Schmidt2009-10-066-44/+166
| * gigaset: correct debugging output selectionTilman Schmidt2009-10-061-3/+6
| * gigaset: improve error recoveryTilman Schmidt2009-10-061-24/+45
| * gigaset: fix device ERROR response handlingTilman Schmidt2009-10-061-8/+8
| * gigaset: announce if built with debuggingTilman Schmidt2009-10-061-1/+7
| * gigaset: handle isoc frame errors more gracefullyTilman Schmidt2009-10-061-11/+7
| * gigaset: linearize skbTilman Schmidt2009-10-061-0/+6
| * gigaset: fix reject/hangup handlingTilman Schmidt2009-10-061-0/+5
| * isdn: make capidrv module parameter "debugmode" writeableTilman Schmidt2009-10-061-1/+1
| * isdn: avoid races in capidrvTilman Schmidt2009-10-061-12/+13
| * isdn: accept CAPI Informational Info values as successTilman Schmidt2009-10-061-1/+1
| * be2net: Bug fix to properly update ethtool tx-checksumming after ethtool -K <...Ajit Khaparde2009-10-062-3/+3
| * be2net: Fix a typo in be_cmds.hAjit Khaparde2009-10-061-1/+1
| * be2net: Bug Fix while accounting of multicast frames during netdev stats updateAjit Khaparde2009-10-061-1/+1
| * qlge: Fix lock/mutex warnings.Ron Mercer2009-10-064-17/+9
| * qlge: Fix queueing of firmware handler in ISR.Ron Mercer2009-10-061-3/+5
| * qlge: Fix some bit definitions for reset register.Ron Mercer2009-10-061-3/+3
| * connector: Fix incompatible pointer type warningStephen Boyd2009-10-061-1/+2
| * be2net: Fix a bug in preparation of mcc wrb which was causing flash operation...Ajit Khaparde2009-10-051-1/+0
| * pcnet_cs: add cis of National Semicondoctor's multifunction pcmcia cardKen Kawasaki2009-10-052-11/+11
| * e1000e: swap max hw supported frame size between 82574 and 82583Alexander Duyck2009-10-041-2/+2
| * ixgbe: add support for 82599 based X520 10G Dual KX4 Mezz cardDon Skidmore2009-10-043-0/+4
| * ixgbe: add support for 82599 Combined BackplaneDon Skidmore2009-10-043-0/+4
* | vxge: Version update.Sreenivasa Honnur2009-10-061-2/+2
* | vxge: Allow multiple functions with INTA.Sreenivasa Honnur2009-10-065-57/+64
* | vxge: Check if FCS stripping is disabled by the firmware.Sreenivasa Honnur2009-10-063-0/+33
* | vxge: Removed unused functions.Sreenivasa Honnur2009-10-061-204/+0
* | vxge: Fixed crash in PAE system due to wrong typecasting.Sreenivasa Honnur2009-10-061-1/+1
* | vxge: Removed accessing non-supported registers.Sreenivasa Honnur2009-10-062-6/+0
* | vxge: Update driver_config->vpath_per_dev for each function in probe.Sreenivasa Honnur2009-10-061-1/+2
* | vxge: Modify __vxge_hw_device_is_privilaged() to not assume function-0 as the...Sreenivasa Honnur2009-10-061-22/+30
* | igb: add flushes between RAR writes when setting mac addressAlexander Duyck2009-10-061-0/+7
* | igb: add additional error handling to the phy codeAlexander Duyck2009-10-061-14/+25
* | igb: add code to retry a phy read in the event of failure on link checkAlexander Duyck2009-10-061-2/+8
* | igb: move the generic copper link setup code into e1000_phy.cAlexander Duyck2009-10-063-41/+62
* | igb: remove microwire support from igbAlexander Duyck2009-10-062-36/+3