summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * iwlwifi: prevent read outside array boundsReinette Chatre2009-08-203-0/+10
| * cfg80211: export cfg80211_wext_siwfreqJussi Kivilinna2009-08-201-0/+1
| * b43: LP-PHY: Initialize TX power controlGábor Stefanik2009-08-202-7/+103
| * b43: Update dummy transmission to match V4 specsGábor Stefanik2009-08-205-23/+31
* | net: add Xilinx emac lite device driverJohn Linn2009-08-203-0/+1048
* | ppp_generic: Help GCC see that 'flen' is always initialized.David S. Miller2009-08-191-0/+1
* | sky2: version 1.25Stephen Hemminger2009-08-191-1/+1
* | sky2: no recyclingStephen Hemminger2009-08-192-14/+3
* | sky2: optimize transmit completionStephen Hemminger2009-08-192-49/+34
* | sky2: dynamic size transmit ringStephen Hemminger2009-08-192-23/+28
* | sky2: simplify list element errorStephen Hemminger2009-08-191-14/+10
* | sky2: transmit ring 64 bit conservationStephen Hemminger2009-08-192-6/+12
* | sky2: use upper/lower 32 bitsStephen Hemminger2009-08-191-6/+6
* | mdio: mdio_if_info::mmds should not be __bitwiseBen Hutchings2009-08-191-1/+1
* | be2net: destroy mcc queue before tx queuesSathya Perla2009-08-181-1/+1
* | be2net: refactor be_msix_(un)register() code.Sathya Perla2009-08-181-21/+37
* | be2net: Set mac addr in hw regardless of netif_running()Sathya Perla2009-08-181-10/+5
* | phonet: fix build when PROC_FS is disabledRandy Dunlap2009-08-181-0/+2
* | trace_skb: fix build when CONFIG_NET is not enabledRandy Dunlap2009-08-181-0/+1
|/
* can: Use WARN_ONCE() instead of BUG_ON() for sanity check in receive pathOliver Hartkopp2009-08-151-5/+13
* sky2: remove restarting workaround flagStephen Hemminger2009-08-152-14/+1
* ixgbe: Add support for NETIF_F_FCOE_MTU to 82599 devicesYi Zou2009-08-152-3/+7
* net: Add NETIF_F_FCOE_MTU to indicate support for a different MTU for FCoEYi Zou2009-08-151-0/+1
* ixgbe: updates vlan feature flags to enable FCoE offloads on vlan interfaceVasu Dev2009-08-151-0/+6
* vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid fieldVasu Dev2009-08-152-0/+42
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-154-5/+15
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-08-142-2/+12
| |\
| | * rt2x00: fix memory corruption in rf cache, add a sanity checkPavel Roskin2009-08-141-2/+4
| | * mac80211: fix panic when splicing unprepared TIDsLuis R. Rodriguez2009-08-131-0/+8
| * | ixgbe: Fix receive on real device when VLANs are configuredLucy Liu2009-08-141-2/+2
| * | ixgbe: Do not return 0 in ixgbe_fcoe_ddp() upon FCP_RSP in DDP completionYi Zou2009-08-141-1/+1
* | | sky2: version 1.24Stephen Hemminger2009-08-151-1/+1
* | | sky2: fix pause negotiationStephen Hemminger2009-08-152-33/+56
* | | sky2: lock less transmit completionStephen Hemminger2009-08-151-16/+9
* | | sky2: cleanup restart operationsStephen Hemminger2009-08-151-47/+48
* | | sky2: hold RTNL when doing suspend/shutdown operationsStephen Hemminger2009-08-151-0/+4
* | | sky2: hold spinlock around phy_power_downStephen Hemminger2009-08-151-0/+2
* | | sky2: Reset tx train after interrupts disabled.Mike McCormack2009-08-151-6/+3
* | | sky2: Move tx reset functionality to sky2_tx_reset()Mike McCormack2009-08-151-18/+26
* | | sky2: Avoid rewinding sky2->tx_prodMike McCormack2009-08-151-16/+18
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-08-14175-7592/+21960
|\ \ \
| * | | b43: Implement RC calibration for rev.0/1 LP-PHYsGábor Stefanik2009-08-141-47/+460
| * | | ath9k: Set HW state properlySujith2009-08-141-0/+1
| * | | ath9k: Fix bug in PCI resumeSujith2009-08-141-1/+3
| * | | ath9k: Remove duplicate variablesSujith2009-08-143-21/+14
| * | | ath9k: Remove has_hw_phycountersSujith2009-08-144-112/+88
| * | | ath9k: update kconfig to indicate support for AR9002 familyLuis R. Rodriguez2009-08-141-1/+7
| * | | cfg80211: allow driver to override PS defaultJohannes Berg2009-08-142-1/+7
| * | | cfg80211: check for and abort dangling scan requestsJohannes Berg2009-08-143-11/+26
| * | | mac80211: Fix invalid length passed to IE parser for PLINK CONFIRM framesDavid Woo2009-08-141-1/+1