summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2008-07-10tun: Persistent devices can get stuck in xoff stateMax Krasnyansky-0/+6
2008-07-09libertas: fix memory alignment problems on the blackfinIhar Hrachyshka-2/+2
2008-07-09zd1211rw: stop beacons on remove_interfaceLuis Carlos Cobo-0/+1
2008-07-09rt2x00: Disable synchronization during initializationIvo van Doorn-0/+47
2008-07-08irda: New device ID for nsc-irccVille Syrjala-0/+1
2008-07-08irda: via-ircc proper dma freeingWang Chen-0/+3
2008-07-07zd1211rw: add ID for AirTies WUS-201Firat Birlik-0/+1
2008-07-07drivers/net/wireless/iwlwifi/iwl-3945.c Fix type issue on 64bitDarren Jenkins-2/+2
2008-07-07hostap_cs: correct poor NULL checks in suspend/resume routinesJohn W. Linville-4/+8
2008-07-04fs_enet: restore promiscuous and multicast settings in restart()Laurent Pinchart-0/+3
2008-07-04ibm_newemac: Fixes entry of short packetsSathya Narayanan-0/+6
2008-07-04ibm_newemac: Fixes kernel crashes when speed of cable connected changesSathya Narayanan-0/+2
2008-07-04pasemi_mac: Access iph->tot_len with correct endiannessRoland Dreier-1/+1
2008-07-04ehea: Access iph->tot_len with correct endiannessRoland Dreier-1/+1
2008-07-04ehea: fix race conditionJan-Bernd Themann-7/+16
2008-07-04ehea: add MODULE_DEVICE_TABLEJan-Bernd Themann-0/+1
2008-07-04ehea: fix might sleep problemJan-Bernd Themann-12/+12
2008-07-04forcedeth: fix lockdep warning on ethtool -sTobias Diedrich-2/+13
2008-07-04Add missing skb->dev assignment in Frame Relay RX codeKrzysztof Halasa-0/+1
2008-07-02libertas: support USB persistence on suspend/resume (resend)andrey@cozybit.com-0/+1
2008-07-02iwlwifi: drop skb silently for Tx request in monitor modeZhu Yi-2/+4
2008-07-02iwlwifi: fix incorrect 5GHz rates reported in monitor modeRick Farrington-2/+10
2008-06-30hostap: fix sparse warningsPavel Roskin-16/+15
2008-06-30hostap: don't report useless WDS frames by defaultPavel Roskin-1/+1
2008-06-27hamradio: remove unused variableAndre Haupt-2/+0
2008-06-27prism: islpci_eth.c endianness fixHarvey Harrison-1/+1
2008-06-27rt2x00: Fix lock dependency errrorIvo van Doorn-15/+28
2008-06-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller-70/+97
2008-06-27Hold RTNL while calling dev_close()Ben Hutchings-0/+3
2008-06-27qla3xxx: Hold RTNL while calling dev_close()Ben Hutchings-0/+2
2008-06-27[netdrvr] Fix IOMMU overflow checking in s2io.cAndi Kleen-27/+12
2008-06-27e1000: only enable TSO6 via ethtool when using correct hardwareAndy Gospodarek-1/+1
2008-06-27e100: Do pci_dma_sync after skb_alloc for proper operation on ixp4xxKevin Hao-0/+2
2008-06-27[netdrvr] netxen: fix netxen_pci_tbl[] breakageAl Viro-7/+11
2008-06-27[netdrvr] 3c59x: remove irqs_disabled warning from local_bh_enableIngo Molnar-2/+3
2008-06-27ipg: use NULL, not zero, for pointersPekka Enberg-1/+1
2008-06-27ipg: fix jumbo frame compilationPekka Enberg-7/+7
2008-06-27drivers/net/r6040.c: Eliminate double sizeofJulia Lawall-1/+1
2008-06-27pcnet_cs, axnet_cs: clear bogus interrupt before request_irqKomuro-0/+5
2008-06-27e1000e: fix EEH recovery during reset on PPCJeff Kirsher-1/+2
2008-06-27igb: fix EEH recovery during reset on PPCJeff Kirsher-1/+2
2008-06-27ixgbe: fix EEH recovery during reset on PPCPaul Larson-1/+2
2008-06-27tc35815: Fix receiver hangup on Rx FIFO overflowAtsushi Nemoto-1/+1
2008-06-27tc35815: Mark carrier-off before starting PHYAtsushi Nemoto-0/+2
2008-06-25iwlwifi: improve scanning band selection managementRon Rindjunsky-33/+39
2008-06-25rt2x00: Fix unbalanced mutex lockingIvo van Doorn-30/+42
2008-06-25b43legacy: Fix possible NULL pointer dereference in DMA codeMichael Buesch-1/+1
2008-06-25b43: Fix possible MMIO access while device is downMichael Buesch-0/+3
2008-06-25b43legacy: Do not return TX_BUSY from op_txMichael Buesch-2/+4
2008-06-25b43: Do not return TX_BUSY from op_txMichael Buesch-4/+8