summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* qed: Fix stack corruption on probeYuval Mintz2016-09-201-2/+2
* qed: fix kzalloc-simple.cocci warningsWu Fengguang2016-09-011-4/+2
* qed: Clear dcbx memory buffers before the usage.Sudarsana Reddy Kalluru2016-08-311-0/+4
* qed: Set selection-field while configuring the app entry in ieee mode.Sudarsana Reddy Kalluru2016-08-311-1/+9
* qed*: Disallow dcbx configuration for VF interfaces.Sudarsana Reddy Kalluru2016-08-312-1/+6
* qed: FLR of active VFs might lead to FW assertYuval Mintz2016-08-221-1/+10
* qede: Fix Tx timeout due to xmit_moreYuval Mintz2016-08-181-1/+4
* qed: Update app count when adding a new dcbx app entry to the table.Sudarsana Reddy Kalluru2016-08-081-2/+6
* qed: Add dcbx app support for IEEE Selection Field.Sudarsana Reddy Kalluru2016-08-081-20/+104
* qed: Use ieee mfw-mask to get ethtype in ieee-dcbx mode.Sudarsana Reddy Kalluru2016-08-082-30/+66
* qed: Remove the endian-ness conversion for pri_to_tc value.Sudarsana Reddy Kalluru2016-08-081-2/+1
* qlcnic: Update version to 5.3.65Manish Chopra2016-08-031-2/+2
* qlcnic: fix napi budget alterationManish Chopra2016-08-031-2/+0
* qlcnic: fix data structure corruption in async mbx command handlingManish Chopra2016-08-032-44/+60
* qed: Fail driver load in 100g MSI mode.Sudarsana Reddy Kalluru2016-08-011-1/+6
* qed: Fix error return code in qed_resc_alloc()Wei Yongjun2016-08-011-0/+1
* net: qlcnic: avoid superfluous assignementxypron.glpk@gmx.de2016-08-011-1/+0
* qed: do not use unitialized variablexypron.glpk@gmx.de2016-08-011-1/+1
* net: qlge: remove superfluous statementxypron.glpk@gmx.de2016-08-011-1/+0
* qed: Prevent over-usage of vlan credits by PFYuval Mintz2016-07-301-1/+8
* qed: Correct min bandwidth for 100gYuval Mintz2016-07-301-1/+1
* qede: Reset statistics on explicit downYuval Mintz2016-07-301-0/+1
* qed: Don't over-do producer cleanup for RxYuval Mintz2016-07-302-4/+4
* qed: Fix removal of spoof checking for VFsYuval Mintz2016-07-301-1/+1
* qede: Don't try removing unconfigured vlansYuval Mintz2016-07-301-4/+7
* qed: Fix setting/clearing bit in completion bitmapManish Chopra2016-07-251-4/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-0/+2
|\
| * qlcnic: add wmb() call in transmit data path.Sony Chacko2016-07-011-0/+2
* | qede: Bump up driver version to 8.10.1.20Manish Chopra2016-07-011-1/+1
* | qede: Add get/set rx copy break tunable supportManish Chopra2016-07-013-1/+51
* | qede: Utilize xmit_moreManish Chopra2016-07-011-14/+23
* | qede: qede_poll refactoringManish Chopra2016-07-011-42/+35
* | qede: Add support for handling IP fragmented packets.Manish Chopra2016-07-013-0/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-305-19/+30
|\|
| * qed: Protect the doorbell BAR with the write barriers.Sudarsana Reddy Kalluru2016-06-291-7/+3
| * qlcnic: use the correct ring in qlcnic_83xx_process_rcv_ring_diag()Dan Carpenter2016-06-291-1/+1
| * qed: Add missing port-modeYuval Mintz2016-06-192-0/+2
| * qed: Fix returning unlimited SPQ entriesYuval Mintz2016-06-191-3/+18
| * qed*: Don't reset statistics on inner reloadYuval Mintz2016-06-192-4/+6
| * qed: Prevent VF from Tx-switching 'promisc'Yuval Mintz2016-06-191-4/+0
| * qed: Correct default vlan behaviorYuval Mintz2016-06-191-0/+1
* | qede: Fix the static checker warnings.Sudarsana Reddy Kalluru2016-06-291-3/+5
* | qed: Fix static checker warnings.Sudarsana Reddy Kalluru2016-06-291-2/+2
* | qede: Add support for coalescing config read/update.Sudarsana Reddy Kalluru2016-06-231-0/+53
* | qed: Add support for coalescing config read/update.Sudarsana Reddy Kalluru2016-06-237-5/+283
* | qlcnic: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2016-06-174-32/+14
* | qede: Move all UDP port notifiers to single functionAlexander Duyck2016-06-172-85/+50
* | net: qlcnic: don't set unused function argumentArnd Bergmann2016-06-161-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-103-10/+41
|\|
| * qed: fix qed_fill_link() error handlingArnd Bergmann2016-06-013-10/+41