summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-155-9/+45
|\
| * qed: Enable iSCSI Out-of-OrderMintz, Yuval2017-03-141-0/+3
| * qed: Correct out-of-bound access in OOO historyMintz, Yuval2017-03-141-0/+2
| * qed: Fix interrupt flags on Rx LL2Ram Amrani2017-03-141-4/+5
| * qed: Free previous connections when releasing iSCSIMintz, Yuval2017-03-141-0/+28
| * qed: Fix mapping leak on LL2 rx flowMintz, Yuval2017-03-141-0/+2
| * qed: Prevent creation of too-big u32-chainsTomer Tayar2017-03-141-3/+2Star
| * qed: Align CIDs according to DORQ requirementRam Amrani2017-03-141-1/+2
| * qed: Fix copy of uninitialized memoryrobert.foss@collabora.com2017-03-091-1/+1
* | scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada2017-03-101-1/+1
* | scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-101-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-285-22/+34
|\
| * qed: Don't use attention PTT for configuring BWMintz, Yuval2017-02-273-5/+8
| * qed: Fix race with multiple VFsMintz, Yuval2017-02-272-17/+26
* | scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
|/
* qlogic: netxen: constify bin_attribute structuresBhumika Goyal2017-02-221-3/+3
* qlogic: qlcnic_sysfs: constify bin_attribute structuresBhumika Goyal2017-02-221-8/+8
* qed*: Fix link indication raceMintz, Yuval2017-02-206-12/+33
* qed: Don't allocate SBs using main PTTMintz, Yuval2017-02-201-2/+13
* qede: Prevent index problems in loopback testSudarsana Reddy Kalluru2017-02-201-3/+3
* qed: Reflect PF link when initializing VFMintz, Yuval2017-02-201-39/+51
* qede: Free netdevice only after stoping slowpathMintz, Yuval2017-02-201-2/+8
* qede: Initialize lock and slowpath workqueue earlyMintz, Yuval2017-02-201-2/+7
* qed: Reserve doorbell BAR space for present CPUsRam Amrani2017-02-201-1/+1
* qed: Don't free a QP more than onceRam Amrani2017-02-201-22/+27
* qed: Read queue state before releasing bufferRam Amrani2017-02-201-6/+6
* qed: Release CQ resource under lock on failureRam Amrani2017-02-201-0/+2
* net: qlogic: qlge: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-201-15/+21
* net: qlogic: qlcnic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-203-109/+123
* qlcnic: Fix a memory leak in error handling pathChristophe Jaillet2017-02-201-2/+4
* net: qlogic: qla3xxx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-201-11/+18
* qed: Add support for hardware offloaded FCoE.Arun Easi2017-02-2021-16/+2303
* net: qlogic: netxen: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-171-58/+65
* qede: Add driver support for PTPSudarsana Reddy Kalluru2017-02-158-1/+661
* qed: Add infrastructure for PTP supportSudarsana Reddy Kalluru2017-02-158-1/+425
* net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-062-6/+6
* qla3xxx: add GRO supportEric Dumazet2017-02-051-17/+14Star
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-304-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-283-61/+53Star
|\
| * qed: avoid possible stack overflow in qed_ll2_acquire_connectionArnd Bergmann2017-01-203-61/+53Star
* | bpf: add initial bpf tracepointsDaniel Borkmann2017-01-251-0/+4
* | qed: Replace memset with eth_zero_addrShyam Saini2017-01-172-5/+4Star
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-082-11/+6Star
* | qed*: Advance driver versions to 8.10.10.20.Mintz, Yuval2017-01-022-2/+2
* | qed: Conserve RDMA resources when !QEDRRam Amrani2017-01-021-1/+3
* | qed: Support Multicast on Tx-switchingMintz, Yuval2017-01-021-2/+5
* | qed*: Add support for ndo_set_vf_trustMintz, Yuval2017-01-024-8/+160
* | qed*: RSS indirection based on queue-handlesMintz, Yuval2017-01-028-264/+391
* | qede: Remove unnecessary datapath dereferenceMintz, Yuval2017-01-021-1/+1
* | qede - mark SKB as encapsulatedManish Chopra2017-01-021-1/+3