summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2.c
Commit message (Expand)AuthorAgeFilesLines
* remove init of dev->perm_addr in driversJiri Pirko2013-01-091-1/+0Star
* bnx2: Fix accidental reversions.Michael Chan2012-12-121-2/+2
* cnic, bnx2x, bnx2: Simplify cnic probing.Michael Chan2012-12-071-1/+1
* bnx2: Add BNX2 prefix to CHIP ID and name macrosMichael Chan2012-12-071-88/+90
* bnx2: Add BNX2 prefix to descriptor structures and macrosMichael Chan2012-12-071-92/+98
* bnx2: Rename register read and write macrosMichael Chan2012-12-071-318/+318
* bnx2: remove __dev* attributesBill Pemberton2012-12-031-10/+10
* Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-011-1/+1
|\
| * netdev: make pci_error_handlers constStephen Hemminger2012-09-081-1/+1
* | bnx2: Clean up remaining iounmapNeil Horman2012-09-281-1/+1
|/
* bnx2: Try to recover from PCI block resetMichael Chan2012-07-171-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-111-3/+3
|\
| * bnx2: Fix bug in bnx2_free_tx_skbs().Michael Chan2012-07-111-3/+3
* | bnx2: set maximal number of default RSS queuesYuval Mintz2012-07-051-1/+1
* | bnx2: Add missing netif_tx_disable() in bnx2_close()Michael Chan2012-06-281-2/+3
* | bnx2: Add "fall through" commentsMichael Chan2012-06-281-0/+4
* | bnx2: Update version 2.2.2Michael Chan2012-06-171-2/+2
* | bnx2: Read PCI function number from internal registerMichael Chan2012-06-171-2/+5
* | bnx2: Dump additional BC_STATE during firmware sync timeout.Michael Chan2012-06-171-0/+1
* | bnx2: Dump all FTQ_CTL registers during tx_timeoutMichael Chan2012-06-171-0/+71
* | ethernet: Remove casts to same typeJoe Perches2012-06-061-2/+1Star
|/
* net: allow skb->head to be a page fragmentEric Dumazet2012-05-011-1/+1
* broadcom: replace open-coded ARRAY_SIZE with macroJim Cromie2012-04-131-2/+1Star
* bnx2: stop using net_device.{base_addr, irq}.Francois Romieu2012-04-071-27/+14Star
* ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka2012-02-231-1/+1
* bnx2: Add missing memory barrier in bnx2_start_xmit()Vlad Zolotarov2012-02-061-0/+3
* bnx2: Add support for ethtool --show-channels|--set-channelsMichael Chan2012-02-061-9/+90
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-3/+1Star
* bnx2: Update driver to use new mips firmware.Michael Chan2011-12-191-4/+4
* bnx2: Support for byte queue limitsEric Dumazet2011-11-301-0/+6
* net: treewide use of RCU_INIT_POINTEREric Dumazet2011-11-241-1/+1
* net: Change mii to ethtool advertisement function namesMatt Carlson2011-11-211-10/+10
* bnx2: switch to build_skb() infrastructureEric Dumazet2011-11-181-67/+70
* net: Add ethtool to mii advertisment conversion helpersMatt Carlson2011-11-171-12/+3Star
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-3/+3
* sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones2011-11-081-4/+4
* net: add skb frag size accessorsEric Dumazet2011-10-191-6/+6
* bnx2: fix skb truesize underestimationEric Dumazet2011-10-131-2/+1Star
* net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-081-2/+0Star
* net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2011-10-061-1/+1
* bnx2: don't request firmware when there's no userspace.françois romieu2011-10-031-26/+41
* bnx2: convert to SKB paged frag API.Ian Campbell2011-08-261-4/+4
* net: introduce IFF_UNICAST_FLT private flagJiri Pirko2011-08-181-0/+2
* broadcom: Move the Broadcom driversJeff Kirsher2011-08-111-0/+8607