summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
Commit message (Expand)AuthorAgeFilesLines
* qed: Don't config min BW on 100g on link flapYuval Mintz2016-05-261-0/+7
* qed: Prevent 100g from working in MSISudarsana Reddy Kalluru2016-05-262-8/+15
* qed: Add missing 100g init modeYuval Mintz2016-05-261-0/+7
* qed: Save min/max accross dcbx-changeYuval Mintz2016-05-261-2/+4
* qed: Fix allocation in interrupt contextSudarsana Reddy Kalluru2016-05-261-11/+16
* qede: Don't expose self-test for VFsYuval Mintz2016-05-261-1/+4
* qede: Reload on GRO changesYuval Mintz2016-05-261-0/+24
* qede: Fix VF minimum BW settingYuval Mintz2016-05-261-1/+1
* qed: Reset the enable flag for eth protocol.Sudarsana Reddy Kalluru2016-05-251-1/+1
* net/qlge: Avoids recursive EEH errorGavin Shan2016-05-241-1/+2
* qed: signedness bug in qed_dcbx_process_tlv()Dan Carpenter2016-05-241-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-211-4/+3
|\
| * qede: Fix DMA address APIs usageManish Chopra2016-05-201-4/+3
* | mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-201-2/+2
* | mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim2016-05-201-1/+1
|/
* qed: add support for dcbx.Sudarsana Reddy Kalluru2016-05-1710-8/+825
* qed: Remove a stray tabDan Carpenter2016-05-171-1/+1
* qed: VFs gracefully accept lack of PMYuval Mintz2016-05-161-1/+1
* qed: Allow more than 16 VFsYuval Mintz2016-05-161-0/+3
* qed: Reset link on IOV disableManish Chopra2016-05-161-39/+51
* qed: Improve VF interrupt resetYuval Mintz2016-05-164-60/+41
* qed: Correct PF-sanity checkYuval Mintz2016-05-161-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-151-2/+6
|\
| * qlcnic: potential NULL dereference in qlcnic_83xx_get_minidump_template()Dan Carpenter2016-05-121-2/+6
* | qed*: Tx-switching configurationYuval Mintz2016-05-129-4/+50
* | qed*: support ndo_get_vf_configYuval Mintz2016-05-122-0/+105
* | qed*: IOV support spoof-checkingYuval Mintz2016-05-125-0/+110
* | qed*: IOV link controlYuval Mintz2016-05-125-0/+274
* | qed*: Support forced MACYuval Mintz2016-05-126-0/+229
* | qed*: Support PVID configurationYuval Mintz2016-05-128-7/+467
* | qede: Add VF supportYuval Mintz2016-05-123-9/+90
* | qed: Align TLVsYuval Mintz2016-05-126-2/+375
* | qed: Bulletin and LinkYuval Mintz2016-05-125-6/+425
* | qed: IOV l2 functionalityYuval Mintz2016-05-129-246/+1957
* | qed: IOV configure and FLRYuval Mintz2016-05-1213-11/+959
* | qed: Introduce VFsYuval Mintz2016-05-1223-186/+1777
* | qed: Add VF->PF channel infrastructureYuval Mintz2016-05-129-15/+580
* | qed: Add CONFIG_QED_SRIOVYuval Mintz2016-05-129-0/+650
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-093-11/+14
|\|
| * qede: uninitialized variable in qede_start_xmit()Dan Carpenter2016-05-091-1/+1
| * netxen: netxen_rom_fast_read() doesn't return -1Dan Carpenter2016-05-071-1/+2
| * netxen: reversed condition in netxen_nic_set_link_parameters()Dan Carpenter2016-05-071-1/+1
| * netxen: fix error handling in netxen_get_flash_block()Dan Carpenter2016-05-071-4/+8
| * qede: prevent chip hang when increasing channelsSudarsana Reddy Kalluru2016-05-061-4/+2
* | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* | qed: Apply tunnel configurations after PF startManish Chopra2016-05-031-1/+9
* | qede: add implementation for internal loopback test.Sudarsana Reddy Kalluru2016-05-023-4/+242
* | qede: add support for selftests.Sudarsana Reddy Kalluru2016-05-021-1/+55
* | qed: add infrastructure for device self tests.Sudarsana Reddy Kalluru2016-05-029-1/+254
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-271-2/+2
|\|