aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x/bnx2x_cmn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-10broadcom: Move the Broadcom driversJeff Kirsher1-3571/+0
2011-08-02bnx2x: Prevent restarting Tx during bnx2x_nic_unloadVladislav Zolotarov1-2/+8
2011-07-21bnx2x: Broken self-test in SF mode on 578xxVladislav Zolotarov1-0/+3
2011-07-21bnx2x: Implementation for netdev->ndo_fcoe_get_wwnVladislav Zolotarov1-0/+23
2011-07-19bnx2x: stop tx before CNIC_STOPVladislav Zolotarov1-3/+3
2011-07-19bnx2x: add missing command in error handling flowDmitry Kravkov1-0/+1
2011-07-19bnx2x: use correct dma_sync functionVladislav Zolotarov1-1/+1
2011-07-16bnx2x: Fix compilation when CNIC is not selected in configDmitry Kravkov1-1/+1
2011-07-14bnx2x: Multiple concurrent l2 traffic classesAriel Elior1-99/+271
2011-07-14bnx2x: Renaming the "reset_task" to "sp_rtnl_task"Ariel Elior1-1/+6
2011-06-15bnx2x: Add a periodic task for link PHY eventsYaniv Rosner1-2/+9
2011-06-15bnx2x: 57712 parity handlingVladislav Zolotarov1-12/+45
2011-06-15New 7.0 FW: bnx2x, cnic, bnx2i, bnx2fcVlad Zolotarov1-286/+584
2011-06-15bnx2x: Created bnx2x_spVladislav Zolotarov1-1/+1
2011-06-15bnx2x: use bnx2x_reload_if_runningDmitry Kravkov1-1/+1
2011-06-15bnx2x: avoid release of unrequested irqsDmitry Kravkov1-14/+29
2011-06-15bnx2x: put start bd csum in separate functionDmitry Kravkov1-14/+20
2011-06-15bnx2x: remove references to intr_semDmitry Kravkov1-18/+5
2011-06-15bnx2x: do not allocate FCoE ring if disabledDmitry Kravkov1-4/+13
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-01bnx2x: Fix port type displayYaniv Rosner1-0/+49
2011-05-24bnx2x: fix inverted conditionDmitry Kravkov1-1/+1
2011-05-22bnx2x: call dev_kfree_skb_any instead of dev_kfree_skbVladislav Zolotarov1-2/+2
2011-05-22drivers/net: add prefetch header for prefetch usersPaul Gortmaker1-0/+1
2011-05-16bnx2x: Allow ethtool to enable/disable loopback.Mahesh Bandewar1-0/+16
2011-05-05bnx2x: function descriptions format fixedDmitry Kravkov1-22/+23
2011-05-05bnx2x: update year to 2011 and version to 1.62.12-0Dmitry Kravkov1-1/+1
2011-05-05bnx2x: improve memory handling, low memory recovery flowsDmitry Kravkov1-78/+324
2011-05-05bnx2x: link report improvementsVladislav Zolotarov1-21/+108
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+24
2011-04-23bnx2x: fix UDP csum offloadVladislav Zolotarov1-10/+24
2011-04-12net: bnx2x: convert to hw_featuresMichał Mirosław1-6/+43
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+22
2011-03-06bnx2x: (NPAR) prevent HW access in D3 stateDmitry Kravkov1-0/+22
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-14/+51
2011-02-28bnx2x: properly calculate lro_mssVladislav Zolotarov1-6/+42
2011-02-28bnx2x: (NPAR mode) Fix FW initializationDmitry Kravkov1-8/+9
2011-02-06bnx2x: Proper netdev->ndo_set_rx_mode() implementation.Vladislav Zolotarov1-5/+12
2011-02-06bnx2x: MTU for FCoE L2 ringVladislav Zolotarov1-14/+39
2010-12-16bnx2x: add DCB supportVladislav Zolotarov1-0/+2
2010-12-16bnx2x: add a select queue callbackVladislav Zolotarov1-0/+29
2010-12-16bnx2x: add FCoE ringVladislav Zolotarov1-17/+64
2010-12-09bnx2x: LSO code was broken on BE platformsVladislav Zolotarov1-16/+26
2010-12-01bnx2x: Add Nic partitioning mode (57712 devices)Dmitry Kravkov1-10/+24
2010-11-28bnx2x: Use helpers instead of direct access to the shinfo(skb) fieldsVladislav Zolotarov1-5/+4
2010-11-12bnx2x: Look inside vlan when determining checksum proto.Hao Zheng1-1/+1
2010-10-24bnx2x: make local function static and remove dead codestephen hemminger1-1/+2
2010-10-21bnx2x: Update bnx2x to use new vlan accleration.Hao Zheng1-49/+11
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-2/+1
2010-10-18bnx2x: Use correct FW constant for header paddingDmitry Kravkov1-1/+1