summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-076-16/+2335
* gigaset: allow building without I4LTilman Schmidt2009-10-073-2/+83
* gigaset: prepare for CAPI implementationTilman Schmidt2009-10-077-425/+492
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-0724-148/+310
|\
| * gigaset: add kerneldoc commentsTilman Schmidt2009-10-076-44/+166
| * gigaset: correct debugging output selectionTilman Schmidt2009-10-071-3/+6
| * gigaset: improve error recoveryTilman Schmidt2009-10-071-24/+45
| * gigaset: fix device ERROR response handlingTilman Schmidt2009-10-071-8/+8
| * gigaset: announce if built with debuggingTilman Schmidt2009-10-071-1/+7
| * gigaset: handle isoc frame errors more gracefullyTilman Schmidt2009-10-071-11/+7
| * gigaset: linearize skbTilman Schmidt2009-10-071-0/+6
| * gigaset: fix reject/hangup handlingTilman Schmidt2009-10-071-0/+5
| * isdn: make capidrv module parameter "debugmode" writeableTilman Schmidt2009-10-071-1/+1
| * isdn: avoid races in capidrvTilman Schmidt2009-10-071-12/+13
| * isdn: accept CAPI Informational Info values as successTilman Schmidt2009-10-071-1/+1
| * be2net: Bug fix to properly update ethtool tx-checksumming after ethtool -K <...Ajit Khaparde2009-10-072-3/+3
| * be2net: Fix a typo in be_cmds.hAjit Khaparde2009-10-071-1/+1
| * be2net: Bug Fix while accounting of multicast frames during netdev stats updateAjit Khaparde2009-10-071-1/+1
| * qlge: Fix lock/mutex warnings.Ron Mercer2009-10-074-17/+9
| * qlge: Fix queueing of firmware handler in ISR.Ron Mercer2009-10-071-3/+5
| * qlge: Fix some bit definitions for reset register.Ron Mercer2009-10-071-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-051-2/+2
| * ixgbe: add support for 82599 based X520 10G Dual KX4 Mezz cardDon Skidmore2009-10-053-0/+4
| * ixgbe: add support for 82599 Combined BackplaneDon Skidmore2009-10-053-0/+4
* | vxge: Version update.Sreenivasa Honnur2009-10-071-2/+2
* | vxge: Allow multiple functions with INTA.Sreenivasa Honnur2009-10-075-57/+64
* | vxge: Check if FCS stripping is disabled by the firmware.Sreenivasa Honnur2009-10-073-0/+33
* | vxge: Removed unused functions.Sreenivasa Honnur2009-10-071-204/+0
* | vxge: Fixed crash in PAE system due to wrong typecasting.Sreenivasa Honnur2009-10-071-1/+1
* | vxge: Removed accessing non-supported registers.Sreenivasa Honnur2009-10-072-6/+0
* | vxge: Update driver_config->vpath_per_dev for each function in probe.Sreenivasa Honnur2009-10-071-1/+2
* | vxge: Modify __vxge_hw_device_is_privilaged() to not assume function-0 as the...Sreenivasa Honnur2009-10-071-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
* | igb: change how we handle alternate mac addressesAlexander Duyck2009-10-063-10/+22
* | igb: fix a few items where weren't correctly setup for mbx timeoutAlexander Duyck2009-10-061-5/+14
* | igb: add function to handle mailbox lockAlexander Duyck2009-10-061-29/+34
* | igb: add support for 82576NS SerDes adapterAlexander Duyck2009-10-063-0/+3
* | igb: make use of the uta to allow for promiscous mode filterAlexander Duyck2009-10-064-47/+163