aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-10isdn: Fix printed out copy_from_user() return value after previous change.David S. Miller1-3/+4
2010-12-10bonding: add the debugfs facility to the bonding driverTaku Izumi4-2/+115
2010-12-10enic: Move enic port profile handling code to a new 802.1Qbh provisioning info typeRoopa Prabhu3-19/+47
2010-12-10isdn: return -EFAULT if copy_from_user() failsDan Carpenter1-2/+2
2010-12-10vxge: update driver versionJon Mason1-3/+3
2010-12-10vxge: independent interrupt moderationJon Mason1-4/+7
2010-12-10vxge: hotplug stallJon Mason1-2/+2
2010-12-10vxge: transmit timeout deadlockJon Mason2-5/+15
2010-12-10vxge: use pci_request_region()Jon Mason1-3/+3
2010-12-10vxge: fix crash of VF when unloading PFJon Mason1-7/+18
2010-12-10vxge: code cleanup and reorganizationJon Mason6-1979/+1812
2010-12-10netdev: Use default implementation of ethtool_ops::get_link where possibleBen Hutchings8-62/+8
2010-12-10enic: Use VF mac set by IFLA_VF_MAC in port profile provisioning dataRoopa Prabhu2-23/+57
2010-12-10enic: Add ndo_set_vf_mac support for enic dynamic devicesRoopa Prabhu2-1/+22
2010-12-10enic: Add ndo_set_rx_mode support for enic vnicsRoopa Prabhu3-24/+102
2010-12-10sfc: convert references to LRO to GROstephen hemminger1-15/+15
2010-12-10stmmac: Remove redundant unlikely()Tobias Klauser1-1/+1
2010-12-10ifb: use the lockless variants of skb_queueChangli Gao1-8/+6
2010-12-10ifb: remove unused macro TX_TIMEOUTChangli Gao1-2/+0
2010-12-10ifb: remove the useless debug statsChangli Gao1-19/+0
2010-12-10qeth: buffer count imbalanceJan Glauber1-1/+1
2010-12-10qeth: l3 add vlan hdr in passthru framesFrank Blaschka1-1/+1
2010-12-10qeth: support VIPA add/del in offline modeEinar Lueck1-1/+4
2010-12-10qeth: support ipv6 query arp cache for HiperSocketsEinar Lueck2-73/+144
2010-12-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6David S. Miller8-306/+468
2010-12-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller66-3414/+4558
2010-12-09bnx2x: Update version number and a date.Vladislav Zolotarov1-2/+2
2010-12-09bnx2x: Fixed a compilation warningVladislav Zolotarov1-2/+2
2010-12-09bnx2x: Use dma_alloc_coherent() semantics for ILT memory allocationVladislav Zolotarov1-2/+2
2010-12-09bnx2x: LSO code was broken on BE platformsVladislav Zolotarov1-16/+26
2010-12-08can: slcan: Add missing linux/sched.h include.David S. Miller1-0/+1
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller53-386/+652
2010-12-08ehea: Fixing LRO configurationBreno Leitao2-2/+14
2010-12-08driver/net/benet: fix be_cmd_multicast_set() memcpy bugJoe Jin1-1/+1
2010-12-08Merge branch 'sfc-2.6.37' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-2.6David S. Miller3-14/+37
2010-12-08isdn/hisax: fix compiler warning on hisax_pci_tblNamhyung Kim1-1/+1
2010-12-08via-rhine: hardware VLAN supportRoger Luethi1-14/+312
2010-12-08ifb: goto resched directly if error happens and dp->tq isn't emptyChangli Gao1-0/+2
2010-12-08cxgb4: fix MAC address hash filterDimitris Michailidis1-1/+1
2010-12-08can: add slcan driver for serial/USB-serial CAN adaptersOliver Hartkopp3-0/+777
2010-12-08atm: lanai: use kernel's '%pM' format option to print MACAndy Shevchenko1-5/+2
2010-12-08CAIF: Fix U5500 compile error for shared memory driverKim Lilliestierna XX2-2/+2
2010-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller21-93/+120
2010-12-07sfc: Fix NAPI list corruption during ring reallocationBen Hutchings1-12/+19
2010-12-07sfc: Fix crash in legacy onterrupt handler during ring reallocationBen Hutchings3-2/+18
2010-12-07sfc: Generalise filter spec initialisationBen Hutchings3-191/+248
2010-12-07sfc: Remove filter table IDs from filter functionsBen Hutchings4-25/+34
2010-12-07sfc: Log start and end of ethtool self-test at INFO levelBen Hutchings1-3/+6
2010-12-06Revert "ehea: Use the standard logging functions"David S. Miller5-274/+293
2010-12-06sfc: Use TX push whenever adding descriptors to an empty queueBen Hutchings3-2/+68