aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-9/+45
2017-03-14qed: Enable iSCSI Out-of-OrderMintz, Yuval1-0/+3
2017-03-14qed: Correct out-of-bound access in OOO historyMintz, Yuval1-0/+2
2017-03-14qed: Fix interrupt flags on Rx LL2Ram Amrani1-4/+5
2017-03-14qed: Free previous connections when releasing iSCSIMintz, Yuval1-0/+28
2017-03-14qed: Fix mapping leak on LL2 rx flowMintz, Yuval1-0/+2
2017-03-14qed: Prevent creation of too-big u32-chainsTomer Tayar1-3/+2
2017-03-14qed: Align CIDs according to DORQ requirementRam Amrani1-1/+2
2017-03-09scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-03-09qed: Fix copy of uninitialized memoryrobert.foss@collabora.com1-1/+1
2017-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-22/+34
2017-02-27scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27qed: Don't use attention PTT for configuring BWMintz, Yuval3-5/+8
2017-02-27qed: Fix race with multiple VFsMintz, Yuval2-17/+26
2017-02-22qlogic: netxen: constify bin_attribute structuresBhumika Goyal1-3/+3
2017-02-22qlogic: qlcnic_sysfs: constify bin_attribute structuresBhumika Goyal1-8/+8
2017-02-20qed*: Fix link indication raceMintz, Yuval6-12/+33
2017-02-20qed: Don't allocate SBs using main PTTMintz, Yuval1-2/+13
2017-02-20qede: Prevent index problems in loopback testSudarsana Reddy Kalluru1-3/+3
2017-02-20qed: Reflect PF link when initializing VFMintz, Yuval1-39/+51
2017-02-20qede: Free netdevice only after stoping slowpathMintz, Yuval1-2/+8
2017-02-20qede: Initialize lock and slowpath workqueue earlyMintz, Yuval1-2/+7
2017-02-20qed: Reserve doorbell BAR space for present CPUsRam Amrani1-1/+1
2017-02-20qed: Don't free a QP more than onceRam Amrani1-22/+27
2017-02-20qed: Read queue state before releasing bufferRam Amrani1-6/+6
2017-02-20qed: Release CQ resource under lock on failureRam Amrani1-0/+2
2017-02-20net: qlogic: qlge: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-15/+21
2017-02-20net: qlogic: qlcnic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes3-109/+123
2017-02-20qlcnic: Fix a memory leak in error handling pathChristophe Jaillet1-2/+4
2017-02-20net: qlogic: qla3xxx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-11/+18
2017-02-19qed: Add support for hardware offloaded FCoE.Arun Easi21-16/+2303
2017-02-17net: qlogic: netxen: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-58/+65
2017-02-15qede: Add driver support for PTPSudarsana Reddy Kalluru8-1/+661
2017-02-15qed: Add infrastructure for PTP supportSudarsana Reddy Kalluru8-1/+425
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit2-6/+6
2017-02-05qla3xxx: add GRO supportEric Dumazet1-17/+14
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet4-8/+8
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-61/+53
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann1-0/+4
2017-01-20qed: avoid possible stack overflow in qed_ll2_acquire_connectionArnd Bergmann3-61/+53
2017-01-17qed: Replace memset with eth_zero_addrShyam Saini2-5/+4
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger2-11/+6
2017-01-01qed*: Advance driver versions to 8.10.10.20.Mintz, Yuval2-2/+2
2017-01-01qed: Conserve RDMA resources when !QEDRRam Amrani1-1/+3
2017-01-01qed: Support Multicast on Tx-switchingMintz, Yuval1-2/+5
2017-01-01qed*: Add support for ndo_set_vf_trustMintz, Yuval4-8/+160
2017-01-01qed*: RSS indirection based on queue-handlesMintz, Yuval8-264/+391
2017-01-01qede: Remove unnecessary datapath dereferenceMintz, Yuval1-1/+1
2017-01-01qede - mark SKB as encapsulatedManish Chopra1-1/+3