aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6Linus Torvalds2009-05-157-31/+89
|\
| * iwlwifi: fix device id registration for 6000 series 2x2 devicesJay Sternberg2009-05-112-4/+6
| * ath5k: update channel in sw state after stopping RX and TXBob Copeland2009-05-111-9/+13
| * rtl8187: use DMA-aware buffers with usb_control_msgJohn W. Linville2009-05-113-16/+62
| * airo: airo_get_encode{,ext} potential buffer overflowJohn W. Linville2009-05-111-2/+8
* | Remove unreached code in drivers/net/mlx4/en_rx.cDan Carpenter2009-05-121-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-05-107-45/+38
|\ \ | |/
| * Merge branch 'net-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/chr...David S. Miller2009-05-092-17/+18
| |\
| | * IXP4xx: complete Ethernet netdev setup before calling register_netdev().Krzysztof Hałasa2009-05-091-12/+13
| | * IXP4xx: use "ENODEV" instead of "ENOSYS" in module initialization.Krzysztof Hałasa2009-05-092-5/+5
| * | bonding: fix panic if initialization failsFlorian Westphal2009-05-091-8/+0
| |/
| * bnx2: Fix panic in bnx2_poll_work().Michael Chan2009-05-061-2/+4
| * igb: resolve panic on shutdown when SR-IOV is enabledAlexander Duyck2009-05-061-7/+5
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-05-052-11/+11
| |\
| | * iwlwifi: update key flags at time key is setReinette Chatre2009-05-041-10/+11
| | * iwlwifi: remove EXPORT_SYMBOL for static symbolAndreas Schwab2009-05-041-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-05-0519-82/+504
|\ \ \ | |/ /
| * | e1000: fix virtualization bugJesse Brandeburg2009-05-041-1/+1
| * | bonding: fix alb mode locking regressionJay Vosburgh2009-05-041-9/+3
| * | usbnet: CDC EEM support (v5)Omar Laazimani2009-05-043-0/+396
| * | ehea: fix invalid pointer accessHannes Hering2009-05-042-14/+19
| |/
| * ne2k-pci: Do not register device until initialized.Lubomir Rintel2009-05-021-4/+3
| * virtio_net: Fix function name typoAlex Williamson2009-05-011-4/+4
| * virtio_net: Cleanup command queue scatterlist usageAlex Williamson2009-05-011-6/+10
| * bonding: correct the cleanup in bond_create()Jiri Pirko2009-05-011-7/+6
| * smsc95xx: add support for LAN9512 and LAN9514Steve Glendinning2009-05-011-0/+5
| * smsc95xx: configure LED outputsSteve Glendinning2009-05-012-0/+13
| * netconsole: take care of NETDEV_UNREGISTER eventBruno Prémont2009-05-011-1/+10
| * bonding: bond_slave_info_query() fixEric Dumazet2009-05-011-16/+7
| * cxgb3: fixing gcc 4.4 compiler warning: suggest parentheses around operand of...Sergey Senozhatsky2009-05-011-1/+1
| * mv643xx_eth: 64bit mib counter read fixLennert Buytenhek2009-04-291-2/+0
| * mv643xx_eth: OOM handling fixesLennert Buytenhek2009-04-291-9/+13
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-04-294-8/+13
| |\
| | * ath5k: fix buffer overrun in rate debug codeBob Copeland2009-04-281-1/+1
| | * iwlwifi: notify on scan completion even when shutting downJohannes Berg2009-04-281-2/+2
| | * rndis_wlan: fix initialization order for workqueue&workersJussi Kivilinna2009-04-281-4/+10
| | * wireless: remove unneeded EXPORT_SYMBOL the tickles a powerpc compiler bugStephen Rothwell2009-04-281-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-04-297-98/+71
|\ \ \ | |/ /
| * | e100: do not go D3 in shutdown unless system is powering offThadeu Lima de Souza Cascardo2009-04-281-7/+23
| |/
| * ixgbe: Fix WoL functionality for 82599 KX4 devicesWaskiewicz Jr, Peter P2009-04-272-55/+6
| * veth: prevent oops caused by netdev destructorStephen Hemminger2009-04-271-25/+16
| * forcedeth: tx timeout fixAyaz Abdulla2009-04-271-10/+21
| * mlx4_en: Handle page allocation failure during receiveYevgeny Petrilin2009-04-271-0/+4
| * mlx4_en: Fix cleanup flow on cq activationYevgeny Petrilin2009-04-271-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-04-281-1/+1
|\ \
| * | mlx4_core: Fix memory leak in mlx4_enable_msi_x()Nicolas Morey-Chaisemartin2009-04-211-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-04-2451-380/+571
|\ \ \ | |/ / |/| / | |/
| * ucc_geth.c: Fix upsmr setting in RMII modeHeiko Schocher2009-04-221-1/+2
| * 8139too: fix HW initial flowJianjun kong2009-04-221-5/+5
| * iwlwifi: DMA fixesReinette Chatre2009-04-216-96/+165