aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-20iwlwifi: use station HT capabilities and BSS operating mode for Green-fieldDaniel C Halperin9-22/+32
2009-08-20iwlwifi: check short GI support per-station rather than globallyDaniel C Halperin3-63/+15
2009-08-20iwlwifi: configure HT40 channels in iwl_mac_configDaniel C Halperin1-21/+25
2009-08-20iwlwifi: refactor packet reception codeDaniel C Halperin2-127/+78
2009-08-20iwlwifi: remove unused members of iwl_ht_infoJohannes Berg2-5/+0
2009-08-20iwlwifi: traverse linklist to find the valid OTP blockWey-Yi Guy6-43/+191
2009-08-20iwlwifi: cleanup HT40 extension channels setupZhu Yi1-25/+12
2009-08-20iwlwifi: include HT configuration when adding stations through rs_rate_initDaniel C Halperin1-8/+10
2009-08-20iwlwifi: remove unused HT configuration entry tx_chan_widthDaniel C Halperin2-2/+0
2009-08-20iwlwifi: prevent read outside array boundsReinette Chatre3-0/+10
2009-08-20cfg80211: export cfg80211_wext_siwfreqJussi Kivilinna1-0/+1
2009-08-20b43: LP-PHY: Initialize TX power controlGábor Stefanik2-7/+103
2009-08-20b43: Update dummy transmission to match V4 specsGábor Stefanik5-23/+31
2009-08-20net: add Xilinx emac lite device driverJohn Linn3-0/+1048
2009-08-19ppp_generic: Help GCC see that 'flen' is always initialized.David S. Miller1-0/+1
2009-08-18sky2: version 1.25Stephen Hemminger1-1/+1
2009-08-18sky2: no recyclingStephen Hemminger2-14/+3
2009-08-18sky2: optimize transmit completionStephen Hemminger2-49/+34
2009-08-18sky2: dynamic size transmit ringStephen Hemminger2-23/+28
2009-08-18sky2: simplify list element errorStephen Hemminger1-14/+10
2009-08-18sky2: transmit ring 64 bit conservationStephen Hemminger2-6/+12
2009-08-18sky2: use upper/lower 32 bitsStephen Hemminger1-6/+6
2009-08-18mdio: mdio_if_info::mmds should not be __bitwiseBen Hutchings1-1/+1
2009-08-17be2net: destroy mcc queue before tx queuesSathya Perla1-1/+1
2009-08-17be2net: refactor be_msix_(un)register() code.Sathya Perla1-21/+37
2009-08-17be2net: Set mac addr in hw regardless of netif_running()Sathya Perla1-10/+5
2009-08-17phonet: fix build when PROC_FS is disabledRandy Dunlap1-0/+2
2009-08-17trace_skb: fix build when CONFIG_NET is not enabledRandy Dunlap1-0/+1
2009-08-14can: Use WARN_ONCE() instead of BUG_ON() for sanity check in receive pathOliver Hartkopp1-5/+13
2009-08-14sky2: remove restarting workaround flagStephen Hemminger2-14/+1
2009-08-14ixgbe: Add support for NETIF_F_FCOE_MTU to 82599 devicesYi Zou2-3/+7
2009-08-14net: Add NETIF_F_FCOE_MTU to indicate support for a different MTU for FCoEYi Zou1-0/+1
2009-08-14ixgbe: updates vlan feature flags to enable FCoE offloads on vlan interfaceVasu Dev1-0/+6
2009-08-14vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid fieldVasu Dev2-0/+42
2009-08-14sky2: version 1.24Stephen Hemminger1-1/+1
2009-08-14sky2: fix pause negotiationStephen Hemminger2-33/+56
2009-08-14sky2: lock less transmit completionStephen Hemminger1-16/+9
2009-08-14sky2: cleanup restart operationsStephen Hemminger1-47/+48
2009-08-14sky2: hold RTNL when doing suspend/shutdown operationsStephen Hemminger1-0/+4
2009-08-14sky2: hold spinlock around phy_power_downStephen Hemminger1-0/+2
2009-08-14sky2: Reset tx train after interrupts disabled.Mike McCormack1-6/+3
2009-08-14sky2: Move tx reset functionality to sky2_tx_reset()Mike McCormack1-18/+26
2009-08-14sky2: Avoid rewinding sky2->tx_prodMike McCormack1-16/+18
2009-08-14b43: Implement RC calibration for rev.0/1 LP-PHYsGábor Stefanik1-47/+460
2009-08-14ath9k: Set HW state properlySujith1-0/+1
2009-08-14ath9k: Fix bug in PCI resumeSujith1-1/+3
2009-08-14ath9k: Remove duplicate variablesSujith3-21/+14
2009-08-14ath9k: Remove has_hw_phycountersSujith4-112/+88
2009-08-14ath9k: update kconfig to indicate support for AR9002 familyLuis R. Rodriguez1-1/+7
2009-08-14cfg80211: allow driver to override PS defaultJohannes Berg2-1/+7