summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-05-19be2net: add two new pci device ids to pci device tableAjit Khaparde2-5/+19
2009-05-18Neterion: *FIFO1_DMA_ERR set twice, should 2nd be *FIFO2_DMA_ERR?roel kluin1-1/+1
2009-05-18mv643xx_eth: fix PPC DMA breakageGabriel Paubert1-19/+22
2009-05-18bonding: fix link down handling in 802.3ad modeStephen Hemminger1-3/+8
2009-05-18Merge branch 'linux-2.6.30.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-3/+2
2009-05-18NET: Meth: Fix unsafe mix of irq and non-irq spinlocks.Ralf Baechle1-13/+14
2009-05-18mlx4_en: Fix not deleted napi structuresYevgeny Petrilin1-1/+3
2009-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6Linus Torvalds7-31/+89
2009-05-15wimax/i2400m: fix device crash: fix optimization in _roq_queue_update_wsInaky Perez-Gonzalez1-3/+2
2009-05-12Remove unreached code in drivers/net/mlx4/en_rx.cDan Carpenter1-1/+0
2009-05-11iwlwifi: fix device id registration for 6000 series 2x2 devicesJay Sternberg2-4/+6
2009-05-11ath5k: update channel in sw state after stopping RX and TXBob Copeland1-9/+13
2009-05-11rtl8187: use DMA-aware buffers with usb_control_msgJohn W. Linville3-16/+62
2009-05-11airo: airo_get_encode{,ext} potential buffer overflowJohn W. Linville1-2/+8
2009-05-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-45/+38
2009-05-10Merge branch 'net-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/chr...David S. Miller2-17/+18
2009-05-10bonding: fix panic if initialization failsFlorian Westphal1-8/+0
2009-05-09IXP4xx: complete Ethernet netdev setup before calling register_netdev().Krzysztof Hałasa1-12/+13
2009-05-09IXP4xx: use "ENODEV" instead of "ENOSYS" in module initialization.Krzysztof Hałasa2-5/+5
2009-05-07bnx2: Fix panic in bnx2_poll_work().Michael Chan1-2/+4
2009-05-07igb: resolve panic on shutdown when SR-IOV is enabledAlexander Duyck1-7/+5
2009-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-11/+11
2009-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds19-82/+504
2009-05-05e1000: fix virtualization bugJesse Brandeburg1-1/+1
2009-05-05bonding: fix alb mode locking regressionJay Vosburgh1-9/+3
2009-05-05iwlwifi: update key flags at time key is setReinette Chatre1-10/+11
2009-05-05iwlwifi: remove EXPORT_SYMBOL for static symbolAndreas Schwab1-1/+0
2009-05-04usbnet: CDC EEM support (v5)Omar Laazimani3-0/+396
2009-05-04ehea: fix invalid pointer accessHannes Hering2-14/+19
2009-05-03ne2k-pci: Do not register device until initialized.Lubomir Rintel1-4/+3
2009-05-02virtio_net: Fix function name typoAlex Williamson1-4/+4
2009-05-02virtio_net: Cleanup command queue scatterlist usageAlex Williamson1-6/+10
2009-05-02bonding: correct the cleanup in bond_create()Jiri Pirko1-7/+6
2009-05-02smsc95xx: add support for LAN9512 and LAN9514Steve Glendinning1-0/+5
2009-05-02smsc95xx: configure LED outputsSteve Glendinning2-0/+13
2009-05-02netconsole: take care of NETDEV_UNREGISTER eventBruno Prémont1-1/+10
2009-05-02bonding: bond_slave_info_query() fixEric Dumazet1-16/+7
2009-05-01cxgb3: fixing gcc 4.4 compiler warning: suggest parentheses around operand of...Sergey Senozhatsky1-1/+1
2009-04-30mv643xx_eth: 64bit mib counter read fixLennert Buytenhek1-2/+0
2009-04-30mv643xx_eth: OOM handling fixesLennert Buytenhek1-9/+13
2009-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller4-8/+13
2009-04-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-98/+71
2009-04-29e100: do not go D3 in shutdown unless system is powering offThadeu Lima de Souza Cascardo1-7/+23
2009-04-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-1/+1
2009-04-28ath5k: fix buffer overrun in rate debug codeBob Copeland1-1/+1
2009-04-28iwlwifi: notify on scan completion even when shutting downJohannes Berg1-2/+2
2009-04-28rndis_wlan: fix initialization order for workqueue&workersJussi Kivilinna1-4/+10
2009-04-28wireless: remove unneeded EXPORT_SYMBOL the tickles a powerpc compiler bugStephen Rothwell1-1/+0
2009-04-27ixgbe: Fix WoL functionality for 82599 KX4 devicesWaskiewicz Jr, Peter P2-55/+6
2009-04-27veth: prevent oops caused by netdev destructorStephen Hemminger1-25/+16