summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2.c
Commit message (Expand)AuthorAgeFilesLines
* net/ethernet/broadcom/bnx2: Use module_pci_driver to register driverPeter Hüwe2013-05-221-15/+1
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-5/+5
* bnx2: make cnic_probe staticstephen hemminger2013-04-101-1/+1
* drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-3/+2
* remove init of dev->perm_addr in driversJiri Pirko2013-01-081-1/+0
* bnx2: Fix accidental reversions.Michael Chan2012-12-111-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-071-1/+1
* | bnx2: Clean up remaining iounmapNeil Horman2012-09-271-1/+1
|/
* bnx2: Try to recover from PCI block resetMichael Chan2012-07-161-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-101-3/+3
|\
| * bnx2: Fix bug in bnx2_free_tx_skbs().Michael Chan2012-07-101-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-271-2/+3
* | bnx2: Add "fall through" commentsMichael Chan2012-06-271-0/+4
* | bnx2: Update version 2.2.2Michael Chan2012-06-161-2/+2
* | bnx2: Read PCI function number from internal registerMichael Chan2012-06-161-2/+5
* | bnx2: Dump additional BC_STATE during firmware sync timeout.Michael Chan2012-06-161-0/+1
* | bnx2: Dump all FTQ_CTL registers during tx_timeoutMichael Chan2012-06-161-0/+71
* | ethernet: Remove casts to same typeJoe Perches2012-06-061-2/+1
|/
* net: allow skb->head to be a page fragmentEric Dumazet2012-04-301-1/+1
* broadcom: replace open-coded ARRAY_SIZE with macroJim Cromie2012-04-131-2/+1
* bnx2: stop using net_device.{base_addr, irq}.Francois Romieu2012-04-071-27/+14
* 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-051-0/+3
* bnx2: Add support for ethtool --show-channels|--set-channelsMichael Chan2012-02-051-9/+90
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-3/+1
* 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-231-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-161-12/+3
* 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/+1
* net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-071-2/+0
* 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-171-0/+2
* broadcom: Move the Broadcom driversJeff Kirsher2011-08-101-0/+8607
OpenPOWER on IntegriCloud