Age | Commit message (Expand) | Author | Files | Lines |
2010-07-04 | bnx2: Always enable MSI-X on 5709. | Michael Chan | 1 | -1/+1 |
2010-06-23 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -7/+4 |
2010-06-17 | bnx2: fix dma_get_ops compilation breakage | FUJITA Tomonori | 1 | -7/+4 |
2010-06-11 | bnx2: Fix compiler warning in bnx2_disable_forced_2g5(). | Michael Chan | 1 | -15/+28 |
2010-06-02 | bnx2: Fix hang during rmmod bnx2. | Michael Chan | 1 | -1/+13 |
2010-05-17 | bnx2: Use netif_carrier_off() to prevent timeout. | Michael Chan | 1 | -9/+5 |
2010-05-17 | bnx2: Update 5709 MIPS firmware and version to 2.0.15. | Michael Chan | 1 | -3/+3 |
2010-05-17 | bnx2: Fix register printouts during NETEV_WATCHDOG. | Eddie Wai | 1 | -3/+12 |
2010-05-06 | bnx2: Add prefetches to rx path. | Michael Chan | 1 | -3/+13 |
2010-05-06 | bnx2: Add GRO support. | Michael Chan | 1 | -3/+3 |
2010-05-02 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -21/+27 |
2010-04-27 | bnx2: Update version to 2.0.9. | Michael Chan | 1 | -2/+2 |
2010-04-27 | bnx2: Prevent "scheduling while atomic" warning with cnic, bonding and vlan. | Michael Chan | 1 | -18/+20 |
2010-04-27 | bnx2: Fix lost MSI-X problem on 5709 NICs. | Michael Chan | 1 | -1/+5 |
2010-04-07 | bnx2: use the dma state API instead of the pci equivalents | FUJITA Tomonori | 1 | -20/+20 |
2010-04-06 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -5/+9 |
2010-04-03 | net: convert multicast list to list_head | Jiri Pirko | 1 | -3/+2 |
2010-03-23 | bnx2: Use proper handler during netpoll. | Michael Chan | 1 | -3/+5 |
2010-03-23 | bnx2: Fix netpoll crash. | Benjamin Li | 1 | -2/+4 |
2010-02-28 | bnx2: Remove now useless VPD code | Matt Carlson | 1 | -45/+29 |
2010-02-28 | pci: Add helper to search for VPD keywords | Matt Carlson | 1 | -24/+30 |
2010-02-28 | pci: Add VPD information field helper functions | Matt Carlson | 1 | -5/+6 |
2010-02-28 | pci: Add helper to find a VPD resource data type | Matt Carlson | 1 | -20/+4 |
2010-02-28 | pci: Add large and small resource data type code | Matt Carlson | 1 | -6/+17 |
2010-02-28 | pci: Add PCI LRDT tag size and section size | Matt Carlson | 1 | -3/+5 |
2010-02-22 | net: convert multiple drivers to use netdev_for_each_mc_addr, part3 | Jiri Pirko | 1 | -3/+1 |
2010-02-17 | drivers/net/bnx2.c: Use (pr|netdev|netif)_<level> macro helpers | Joe Perches | 1 | -84/+61 |
2010-02-16 | bnx2: Update firmwares and update version to 2.0.8. | Michael Chan | 1 | -7/+7 |
2010-02-16 | bnx2: Fix bug when saving statistics. | Patrick Rabau | 1 | -5/+5 |
2010-02-16 | bnx2: Allow user-specified multiple advertisement speed values. | Michael Chan | 1 | -25/+8 |
2010-02-16 | bnx2: Adjust flow control water marks. | Michael Chan | 1 | -1/+1 |
2010-02-16 | bnx2: Need to call cnic_setup_cnic_irq_info() after MTU change. | Michael Chan | 1 | -0/+7 |
2010-02-16 | bnx2: Check BNX2_FLAG_USING_MSIX flag when setting up MSIX. | Michael Chan | 1 | -1/+1 |
2010-02-12 | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 1 | -1/+1 |
2010-01-28 | netdev: remove HAVE_ leftovers | Alexey Dobriyan | 1 | -2/+2 |
2010-01-25 | net: use helpers to access uc list V2 | Jiri Pirko | 1 | -3/+2 |
2010-01-17 | bnx2: Save statistics during reset. | Michael Chan | 1 | -8/+56 |
2010-01-17 | bnx2: Refine statistics code. | Michael Chan | 1 | -30/+32 |
2010-01-08 | bnx2: Flush the register writes which setup the MSI-X table | Benjamin Li | 1 | -0/+4 |
2009-12-20 | bnx2: Fix bnx2_netif_stop() merge error. | Michael Chan | 1 | -1/+1 |
2009-12-18 | bnx2: fixing a timout error due not refreshing TX timers correctly | Breno Leitao | 1 | -1/+9 |
2009-12-18 | bnx2: reset_task is crashing the kernel. Fixing it. | Breno Leitao | 1 | -1/+1 |
2009-12-03 | bnx2: Refine VPD logic. | Michael Chan | 1 | -28/+21 |
2009-12-03 | bnx2: Update version to 2.0.3. | Michael Chan | 1 | -2/+2 |
2009-12-03 | bnx2: Read firmware version from VPD. | Michael Chan | 1 | -3/+99 |
2009-12-03 | bnx2: Print warning when unable to allocate the full SKB/page ring. | Michael Chan | 1 | -2/+10 |
2009-12-03 | bnx2: Dump some state during tx timeout. | Michael Chan | 1 | -0/+23 |
2009-12-03 | bnx2: Protect tx timeout reset with rtnl_lock(). | Michael Chan | 1 | -1/+5 |
2009-12-02 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
2009-12-02 | bnx2: remove skb_dma_map/unmap calls from driver | Alexander Duyck | 1 | -12/+60 |