| Commit message (Expand) | Author | Age | Files | Lines |
* | r8169: fix crash when large packets are received | Eric Dumazet | 2009-06-09 | 1 | -6/+5 |
* | e1000: add missing length check to e1000 receive routine | Neil Horman | 2009-06-02 | 1 | -2/+3 |
* | forcedeth: add phy_power_down parameter, leave phy powered up by default (v2) | Ed Swierk | 2009-06-02 | 1 | -2/+13 |
* | 3c509: Add missing EISA IDs | Maciej W. Rozycki | 2009-06-01 | 1 | -0/+4 |
* | ath1e: add new device id for asus hardware | Greg Kroah-Hartman | 2009-05-29 | 1 | -0/+1 |
* | mlx4_en: Fix a kernel panic when waking tx queue | Yevgeny Petrilin | 2009-05-29 | 1 | -4/+4 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-05-29 | 3 | -6/+9 |
|\ |
|
| * | rtl8187: add USB ID for Linksys WUSB54GC-EU v2 USB wifi dongle | John W. Linville | 2009-05-29 | 2 | -0/+3 |
| * | at76c50x-usb: avoid mutex deadlock in at76_dwork_hw_scan | John W. Linville | 2009-05-29 | 1 | -6/+6 |
* | | mac8390: fix build with NET_POLL_CONTROLLER | Finn Thain | 2009-05-29 | 1 | -1/+1 |
* | | cxgb3: link fault fixes | Divy Le Ray | 2009-05-29 | 2 | -3/+10 |
* | | cxgb3: fix dma mapping regression | Divy Le Ray | 2009-05-29 | 2 | -8/+7 |
|/ |
|
* | bfin_mac: fix build error due to net_device_ops convert | Mike Frysinger | 2009-05-26 | 1 | -15/+14 |
* | atlx: move modinfo data from atlx.h to atl1.c | Alex Chiang | 2009-05-26 | 2 | -6/+6 |
* | gianfar: fix babbling rx error event bug | Xiaotian Feng | 2009-05-26 | 1 | -1/+1 |
* | Merge branch 'linux-2.6.30.y' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 2009-05-25 | 1 | -5/+30 |
|\ |
|
| * | wimax/i2400m: usb: fix device reset on autosuspend while not yet idle | Inaky Perez-Gonzalez | 2009-05-22 | 1 | -5/+30 |
* | | r8169: avoid losing MSI interrupts | David Dillow | 2009-05-25 | 1 | -45/+57 |
* | | mac8390: fix regression caused during net_device_ops conversion | Finn Thain | 2009-05-25 | 2 | -6/+6 |
* | | gianfar: fix BUG under load after introduction of skb recycling | Lennert Buytenhek | 2009-05-25 | 1 | -1/+10 |
|/ |
|
* | wireless: beyond ARRAY_SIZE of intf->crypto_stats | Roel Kluin | 2009-05-20 | 1 | -1/+1 |
* | iwlwifi: update 5000 ucode support to version 2 of API | Jay Sternberg | 2009-05-20 | 1 | -1/+1 |
* | airo: fix airo_get_encode{,ext} buffer overflow like I mean it... | John W. Linville | 2009-05-20 | 1 | -9/+14 |
* | ath5k: fix interpolation with equal power levels | Fabio Rossi | 2009-05-20 | 1 | -21/+28 |
* | iwlwifi: do not cancel delayed work inside spin_lock_irqsave | Reinette Chatre | 2009-05-20 | 3 | -17/+6 |
* | ath5k: fix exp off-by-one when computing OFDM delta slope | Forrest Zhang | 2009-05-20 | 1 | -3/+3 |
* | ath5k: fix scanning in AR2424 | Pavel Roskin | 2009-05-20 | 1 | -1/+1 |
* | be2net: add two new pci device ids to pci device table | Ajit Khaparde | 2009-05-18 | 2 | -5/+19 |
* | Neterion: *FIFO1_DMA_ERR set twice, should 2nd be *FIFO2_DMA_ERR? | roel kluin | 2009-05-17 | 1 | -1/+1 |
* | mv643xx_eth: fix PPC DMA breakage | Gabriel Paubert | 2009-05-17 | 1 | -19/+22 |
* | bonding: fix link down handling in 802.3ad mode | Stephen Hemminger | 2009-05-17 | 1 | -3/+8 |
* | Merge branch 'linux-2.6.30.y' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 2009-05-17 | 1 | -3/+2 |
|\ |
|
| * | wimax/i2400m: fix device crash: fix optimization in _roq_queue_update_ws | Inaky Perez-Gonzalez | 2009-05-14 | 1 | -3/+2 |
* | | NET: Meth: Fix unsafe mix of irq and non-irq spinlocks. | Ralf Baechle | 2009-05-17 | 1 | -13/+14 |
* | | mlx4_en: Fix not deleted napi structures | Yevgeny Petrilin | 2009-05-17 | 1 | -1/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 | Linus Torvalds | 2009-05-15 | 7 | -31/+89 |
|\ \ |
|
| * | | iwlwifi: fix device id registration for 6000 series 2x2 devices | Jay Sternberg | 2009-05-11 | 2 | -4/+6 |
| * | | ath5k: update channel in sw state after stopping RX and TX | Bob Copeland | 2009-05-11 | 1 | -9/+13 |
| * | | rtl8187: use DMA-aware buffers with usb_control_msg | John W. Linville | 2009-05-11 | 3 | -16/+62 |
| * | | airo: airo_get_encode{,ext} potential buffer overflow | John W. Linville | 2009-05-11 | 1 | -2/+8 |
| |/ |
|
* | | Remove unreached code in drivers/net/mlx4/en_rx.c | Dan Carpenter | 2009-05-12 | 1 | -1/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-05-10 | 7 | -45/+38 |
|\ \
| |/ |
|
| * | Merge branch 'net-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/chr... | David S. Miller | 2009-05-09 | 2 | -17/+18 |
| |\ |
|
| | * | IXP4xx: complete Ethernet netdev setup before calling register_netdev(). | Krzysztof Hałasa | 2009-05-09 | 1 | -12/+13 |
| | * | IXP4xx: use "ENODEV" instead of "ENOSYS" in module initialization. | Krzysztof Hałasa | 2009-05-09 | 2 | -5/+5 |
| * | | bonding: fix panic if initialization fails | Florian Westphal | 2009-05-09 | 1 | -8/+0 |
| |/ |
|
| * | bnx2: Fix panic in bnx2_poll_work(). | Michael Chan | 2009-05-06 | 1 | -2/+4 |
| * | igb: resolve panic on shutdown when SR-IOV is enabled | Alexander Duyck | 2009-05-06 | 1 | -7/+5 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-05-05 | 2 | -11/+11 |
| |\ |
|
| | * | iwlwifi: update key flags at time key is set | Reinette Chatre | 2009-05-04 | 1 | -10/+11 |