aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-25qed: Fix setting/clearing bit in completion bitmapManish Chopra1-4/+3
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-07-01qede: Bump up driver version to 8.10.1.20Manish Chopra1-1/+1
2016-07-01qede: Add get/set rx copy break tunable supportManish Chopra3-1/+51
2016-07-01qede: Utilize xmit_moreManish Chopra1-14/+23
2016-07-01qede: qede_poll refactoringManish Chopra1-42/+35
2016-07-01qede: Add support for handling IP fragmented packets.Manish Chopra3-0/+23
2016-07-01qlcnic: add wmb() call in transmit data path.Sony Chacko1-0/+2
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-19/+30
2016-06-29qed: Protect the doorbell BAR with the write barriers.Sudarsana Reddy Kalluru1-7/+3
2016-06-29qede: Fix the static checker warnings.Sudarsana Reddy Kalluru1-3/+5
2016-06-29qed: Fix static checker warnings.Sudarsana Reddy Kalluru1-2/+2
2016-06-29qlcnic: use the correct ring in qlcnic_83xx_process_rcv_ring_diag()Dan Carpenter1-1/+1
2016-06-23qede: Add support for coalescing config read/update.Sudarsana Reddy Kalluru1-0/+53
2016-06-23qed: Add support for coalescing config read/update.Sudarsana Reddy Kalluru7-5/+283
2016-06-19qed: Add missing port-modeYuval Mintz2-0/+2
2016-06-19qed: Fix returning unlimited SPQ entriesYuval Mintz1-3/+18
2016-06-19qed*: Don't reset statistics on inner reloadYuval Mintz2-4/+6
2016-06-19qed: Prevent VF from Tx-switching 'promisc'Yuval Mintz1-4/+0
2016-06-19qed: Correct default vlan behaviorYuval Mintz1-0/+1
2016-06-17qlcnic: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck4-32/+14
2016-06-17qede: Move all UDP port notifiers to single functionAlexander Duyck2-85/+50
2016-06-16net: qlcnic: don't set unused function argumentArnd Bergmann1-1/+0
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-10/+41
2016-06-08qede: Add dcbnl support.Sudarsana Reddy Kalluru4-0/+356
2016-06-08qed: Add dcbnl support.Sudarsana Reddy Kalluru2-0/+1097
2016-06-08qed: Add support for query/config dcbx.Sudarsana Reddy Kalluru3-1/+563
2016-06-08qed: potential overflow in qed_cxt_src_t2_alloc()Dan Carpenter1-1/+1
2016-06-07qed: PF to reply to unknown messagesYuval Mintz1-11/+22
2016-06-07qed: PF enforce MAC limitation of VFsYuval Mintz2-6/+79
2016-06-07qed: Move doorbell calculation from VF to PFYuval Mintz2-11/+38
2016-06-07qed: Make PF more robust against malicious VFYuval Mintz1-4/+68
2016-06-07qed: PF-VF resource negotiationYuval Mintz3-69/+135
2016-06-07qed: Relax VF firmware requirementsYuval Mintz4-50/+116
2016-06-03qed: Initialize hardware for new protocolsYuval Mintz7-70/+1535
2016-06-03qed: Add iscsi/rdma personalitiesYuval Mintz6-4/+47
2016-06-03qed: Add common HSI for new protocolsYuval Mintz2-0/+3034
2016-06-03qed: Revisit chain implementationYuval Mintz5-86/+287
2016-06-02qed: Utilize FW 8.10.3.0Yuval Mintz14-4549/+3907
2016-06-01qed: fix qed_fill_link() error handlingArnd Bergmann3-10/+41
2016-05-26qed: Don't config min BW on 100g on link flapYuval Mintz1-0/+7
2016-05-26qed: Prevent 100g from working in MSISudarsana Reddy Kalluru2-8/+15
2016-05-26qed: Add missing 100g init modeYuval Mintz1-0/+7
2016-05-26qed: Save min/max accross dcbx-changeYuval Mintz1-2/+4
2016-05-26qed: Fix allocation in interrupt contextSudarsana Reddy Kalluru1-11/+16
2016-05-26qede: Don't expose self-test for VFsYuval Mintz1-1/+4
2016-05-26qede: Reload on GRO changesYuval Mintz1-0/+24
2016-05-26qede: Fix VF minimum BW settingYuval Mintz1-1/+1
2016-05-25qed: Reset the enable flag for eth protocol.Sudarsana Reddy Kalluru1-1/+1
2016-05-24net/qlge: Avoids recursive EEH errorGavin Shan1-1/+2