aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-10tun: Persistent devices can get stuck in xoff stateMax Krasnyansky1-0/+6
2008-07-09libertas: fix memory alignment problems on the blackfinIhar Hrachyshka1-2/+2
2008-07-09zd1211rw: stop beacons on remove_interfaceLuis Carlos Cobo1-0/+1
2008-07-09rt2x00: Disable synchronization during initializationIvo van Doorn5-0/+47
2008-07-08irda: New device ID for nsc-irccVille Syrjala1-0/+1
2008-07-08irda: via-ircc proper dma freeingWang Chen1-0/+3
2008-07-07zd1211rw: add ID for AirTies WUS-201Firat Birlik1-0/+1
2008-07-07drivers/net/wireless/iwlwifi/iwl-3945.c Fix type issue on 64bitDarren Jenkins1-2/+2
2008-07-07hostap_cs: correct poor NULL checks in suspend/resume routinesJohn W. Linville1-4/+8
2008-07-04fs_enet: restore promiscuous and multicast settings in restart()Laurent Pinchart1-0/+3
2008-07-04ibm_newemac: Fixes entry of short packetsSathya Narayanan1-0/+6
2008-07-04ibm_newemac: Fixes kernel crashes when speed of cable connected changesSathya Narayanan1-0/+2
2008-07-04pasemi_mac: Access iph->tot_len with correct endiannessRoland Dreier1-1/+1
2008-07-04ehea: Access iph->tot_len with correct endiannessRoland Dreier1-1/+1
2008-07-04ehea: fix race conditionJan-Bernd Themann2-7/+16
2008-07-04ehea: add MODULE_DEVICE_TABLEJan-Bernd Themann1-0/+1
2008-07-04ehea: fix might sleep problemJan-Bernd Themann2-12/+12
2008-07-04forcedeth: fix lockdep warning on ethtool -sTobias Diedrich1-2/+13
2008-07-04Add missing skb->dev assignment in Frame Relay RX codeKrzysztof Halasa1-0/+1
2008-07-02libertas: support USB persistence on suspend/resume (resend)andrey@cozybit.com1-0/+1
2008-07-02iwlwifi: drop skb silently for Tx request in monitor modeZhu Yi2-2/+4
2008-07-02iwlwifi: fix incorrect 5GHz rates reported in monitor modeRick Farrington2-2/+10
2008-06-30hostap: fix sparse warningsPavel Roskin5-16/+15
2008-06-30hostap: don't report useless WDS frames by defaultPavel Roskin1-1/+1
2008-06-27hamradio: remove unused variableAndre Haupt1-2/+0
2008-06-27prism: islpci_eth.c endianness fixHarvey Harrison1-1/+1
2008-06-27rt2x00: Fix lock dependency errrorIvo van Doorn3-15/+28
2008-06-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller8-70/+97
2008-06-27Hold RTNL while calling dev_close()Ben Hutchings1-0/+3
2008-06-27qla3xxx: Hold RTNL while calling dev_close()Ben Hutchings1-0/+2
2008-06-27[netdrvr] Fix IOMMU overflow checking in s2io.cAndi Kleen2-27/+12
2008-06-27e1000: only enable TSO6 via ethtool when using correct hardwareAndy Gospodarek1-1/+1
2008-06-27e100: Do pci_dma_sync after skb_alloc for proper operation on ixp4xxKevin Hao1-0/+2
2008-06-27[netdrvr] netxen: fix netxen_pci_tbl[] breakageAl Viro1-7/+11
2008-06-27[netdrvr] 3c59x: remove irqs_disabled warning from local_bh_enableIngo Molnar1-2/+3
2008-06-27ipg: use NULL, not zero, for pointersPekka Enberg1-1/+1
2008-06-27ipg: fix jumbo frame compilationPekka Enberg1-7/+7
2008-06-27drivers/net/r6040.c: Eliminate double sizeofJulia Lawall1-1/+1
2008-06-27pcnet_cs, axnet_cs: clear bogus interrupt before request_irqKomuro2-0/+5
2008-06-27e1000e: fix EEH recovery during reset on PPCJeff Kirsher1-1/+2
2008-06-27igb: fix EEH recovery during reset on PPCJeff Kirsher1-1/+2
2008-06-27ixgbe: fix EEH recovery during reset on PPCPaul Larson1-1/+2
2008-06-27tc35815: Fix receiver hangup on Rx FIFO overflowAtsushi Nemoto1-1/+1
2008-06-27tc35815: Mark carrier-off before starting PHYAtsushi Nemoto1-0/+2
2008-06-25iwlwifi: improve scanning band selection managementRon Rindjunsky2-33/+39
2008-06-25rt2x00: Fix unbalanced mutex lockingIvo van Doorn2-30/+42
2008-06-25b43legacy: Fix possible NULL pointer dereference in DMA codeMichael Buesch1-1/+1
2008-06-25b43: Fix possible MMIO access while device is downMichael Buesch1-0/+3
2008-06-25b43legacy: Do not return TX_BUSY from op_txMichael Buesch1-2/+4
2008-06-25b43: Do not return TX_BUSY from op_txMichael Buesch1-4/+8