aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-11be2net: Use domain id when be_cmd_if_destroy is called.Ajit Khaparde3-5/+8
2011-02-11be2net: endianness fix in be_cmd_set_qos().Ajit Khaparde1-2/+2
2011-02-11be2net: While configuring QOS for VF, pass proper domain idAjit Khaparde1-1/+1
2011-02-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6David S. Miller18-201/+600
2011-02-11atl1: Do not use legacy PCI power managementRafael J. Wysocki1-46/+31
2011-02-11atl1c: Do not call device_init_wakeup() in atl1c_probe()Rafael J. Wysocki1-1/+0
2011-02-11tg3: Avoid setting power.can_wakeup for devices that cannot wake upRafael J. Wysocki1-2/+4
2011-02-11ixgbe: Adding 100MB FULL support in ethtoolAtita Shirwaikar2-3/+36
2011-02-11ixgbe: cleanup ixgbe_init_mbx_params_pf namespace issueDon Skidmore2-0/+4
2011-02-11ixgbe: cleanup namespace complaint by removing little used functionDon Skidmore2-12/+2
2011-02-11ixgbe: fix namespace issue with ixgbe_dcb_txq_to_tcDon Skidmore2-2/+1
2011-02-11ixgbe: DCB, use hardware independent routinesJohn Fastabend1-5/+1
2011-02-11ixgbe: DCB, remove RESET bit it is no longer neededJohn Fastabend1-25/+12
2011-02-11ixgbe: DCB, do not reset on CEE pg changesJohn Fastabend2-13/+39
2011-02-11ixgbe: DCB, implement 802.1Qaz routinesJohn Fastabend6-1/+207
2011-02-11ixgbe: DCB, abstract out dcb_config from DCB hardware configurationJohn Fastabend7-102/+230
2011-02-11ixgbe: DCB, remove round robin mode on 82598 devicesJohn Fastabend3-6/+2
2011-02-11ixgbe: DCB, only reprogram HW if the FCoE priority is changedJohn Fastabend1-12/+26
2011-02-11igb: Enable PF side of SR-IOV support for i350 devicesCarolyn Wyborny3-24/+33
2011-02-11e1000e: return appropriate errors for 'ethtool -r'Bruce Allan1-2/+9
2011-02-11e1000e: use correct pointer when memcpy'ing a 2-dimensional arrayBruce Allan1-1/+1
2011-02-11e1000e: replace unbounded sprintf with snprintfBruce Allan1-2/+6
2011-02-10tg3: Expand 5719 workaroundMatt Carlson1-2/+2
2011-02-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller21-111/+220
2011-02-08pch_can: fix module reload issue with MSITomoya1-0/+1
2011-02-08pch_can: fix rmmod issueTomoya1-1/+1
2011-02-08pch_can: fix 800k comms issueTomoya1-1/+1
2011-02-08net: Kill NETEVENT_PMTU_UPDATE.David S. Miller2-3/+0
2011-02-08USB CDC NCM errata updates for cdc_ncm host driverAlexey Orishko1-80/+147
2011-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller45-713/+1687
2011-02-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-2.6David S. Miller8-14/+21
2011-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller8-6/+20
2011-02-08ixgbe: update version stringDon Skidmore1-1/+1
2011-02-08ixgbe: cleanup variable initializationDon Skidmore1-1/+1
2011-02-08ixgbe: limit VF access to network trafficAlexander Duyck2-2/+3
2011-02-08ixgbe: fix for 82599 erratum on Header SplittingDon Skidmore1-2/+9
2011-02-08ixgbe: fix variable set but not used warnings by gcc 4.6Emil Tantilov2-6/+3
2011-02-08e1000: add support for Marvell Alaska M88E1118R PHYFlorian Fainelli2-1/+4
2011-02-08e1000e: tx_timeout should not increment for non-hang eventsJesse Brandeburg1-1/+0
2011-02-07ath9k: Update comments for not parsing DTIM periodMohammed Shafi Shajakhan1-2/+3
2011-02-07ath5k: Fix fast channel switchingNick Kossifidis1-55/+87
2011-02-07iwlagn: Re-enable RF_KILL interrupt when downDon Fry1-0/+6
2011-02-07ssb-pcmcia: Fix parsing of invariants tuplesMichael Büsch1-1/+1
2011-02-07enic: Clean up: Remove support for an older version of hardwareVasanthy Kolluri7-99/+4
2011-02-07enic: Bug Fix: Reorder firmware devcmds - CMD_INIT and CMD_IG_VLAN_REWRITE_MODEVasanthy Kolluri2-13/+17
2011-02-07enic: Bug Fix: Fix return values of enic_add/del_station_addr routinesVasanthy Kolluri2-13/+15
2011-02-07enic: Clean up: Organize devcmd wrapper routinesVasanthy Kolluri5-208/+275
2011-02-07enic: Decouple mac address registration and deregistration from port profile set operationRoopa Prabhu2-7/+1
2011-02-06bnx2x: Proper netdev->ndo_set_rx_mode() implementation.Vladislav Zolotarov3-105/+369
2011-02-06bnx2x: Duplication in promisc modeVladislav Zolotarov1-9/+23