summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2012-06-19iwlwifi: disable the buggy chain extension feature in HWEmmanuel Grumbach
2012-06-19iwlwifi: use correct supported firmware for 6035 and 6000g2Meenakshi Venkataraman
2012-06-19net: sierra_net: device IDs for Aircard 320U++Bjørn Mork
2012-06-19iwlwifi: unregister LEDs if mac80211 registration failsJohannes Berg
2012-06-19iwlwifi: disable WoWLAN if !CONFIG_PM_SLEEPJohannes Berg
2012-06-19rt2x00: use atomic variable for seqnoStanislaw Gruszka
2012-06-19can: c_can: fix race condition in c_can_open()AnilKumar Ch
2012-06-19can: c_can: fix an interrupt thrash issue with c_can driverAnilKumar Ch
2012-06-19can: c_can: fix "BUG! echo_skb is occupied!" during transmitAnilKumar Ch
2012-06-19iwlwifi: don't mess up the SCD when removing a keyEmmanuel Grumbach
2012-06-10asix: allow full size 8021Q frames to be receivedEric Dumazet
2012-06-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller
2012-06-10r8169: fix unsigned int wraparound with TSOJulien Ducourthial
2012-06-10r8169: fix early queue wake-up.Francois Romieu
2012-06-10r8169: missing barriers.Francois Romieu
2012-06-10fec_mpc52xx: fix timestamp filteringStephan Gatzka
2012-06-10ath9k: fix a use-after-free-bug when ath_tx_setup_buffer() failsFelix Fietkau
2012-06-10wl1251: fix oops on early interruptGrazvydas Ignotas
2012-06-10iwlwifi: do not use shadow registers by defaultMeenakshi Venkataraman
2012-06-10iwlwifi: update BT traffic load states correctlyMeenakshi Venkataraman
2012-05-31rtlwifi: Preallocate USB read buffers and eliminate kalloc in read routineLarry Finger
2012-05-31ethtool: Null-terminate filename passed to ethtool_ops::flash_deviceBen Hutchings
2012-05-31b43legacy: Fix error due to MMIO access with SSB unpoweredLarry Finger
2012-05-31dl2k: Clean up rio_ioctlJeff Mahoney
2012-05-20stmmac: Fix compilation error in mmc_core.cStefan Roese
2012-05-20e1000: Prevent reset task killing itself.Tushar Dave
2012-05-20cdc_ether: add Novatel USB551L device IDs for FLAG_WWANDan Williams
2012-05-20usbnet: fix skb traversing races during unlink(v2)Ming Lei
2012-05-20brcm80211: smac: fix endless retry of A-MPDU transmissionsArend van Spriel
2012-05-20cdc_ether: Ignore bogus union descriptor for RNDIS devicesBjørn Mork
2012-05-20phy:icplus:fix Auto Power Saving in ip101a_config_init.Srinivas Kandagatla
2012-05-20brcm80211: smac: pass missing argument to 'brcms_b_mute'Jonathan Nieder
2012-05-20tg3: Avoid panic from reserved statblk field accessMatt Carlson
2012-05-20sungem: Fix WakeOnLanGerard Lledo
2012-05-20sky2: fix receive length error in mixed non-VLAN/VLAN trafficstephen hemminger
2012-05-20sky2: propogate rx hash when packet is copiedstephen hemminger
2012-05-20asix: Fix tx transfer padding for full-speed USBIngo van Lil
2012-05-11smsc95xx: mark link down on startup and let PHY interrupt deal with carrier c...Paolo Pisati
2012-05-11iwlwifi: use 6000G2B for 6030 device seriesWey-Yi Guy
2012-05-11iwlwifi: use correct released ucode versionMeenakshi Venkataraman
2012-05-11iwlagn: allow up to uCode API 6 for 6000 devicesJohannes Berg
2012-05-11iwlwifi: fix hardware queue programmingJohannes Berg
2012-05-11iwlwifi: do not nulify ctx->vif on resetStanislaw Gruszka
2012-05-11wl1251: fix crash on remove due to leftover work itemGrazvydas Ignotas
2012-05-11wl1251: fix crash on remove due to premature kfreeGrazvydas Ignotas
2012-05-11rtlwifi: Fix oops on unloadLarry Finger
2012-05-11ipw2200: Fix race condition in the command completion acknowledgeStanislav Yakovlev
2012-05-11b43: only reload config after successful initializationSeth Forshee
2012-05-11ksz884x: don't copy too much in netdev_set_mac_address()Dan Carpenter
2012-05-11dummy: Add ndo_uninit().Hiroaki SHIMODA