Age | Commit message (Expand) | Author | Files | Lines |
2017-03-23 | qed: Reserve VF feature before PF | Mintz, Yuval | 1 | -11/+16 |
2017-03-23 | qed: Don't waste SBs unused by RoCE | Mintz, Yuval | 1 | -8/+9 |
2017-03-23 | qed: Reduce verbosity of unimplemented MFW messages | Mintz, Yuval | 1 | -1/+1 |
2017-03-23 | qed: Correct endian order of MAC passed to MFW | Mintz, Yuval | 1 | -2/+11 |
2017-03-23 | qed: Pass src/dst sizes when interacting with MFW | Tomer Tayar | 2 | -59/+66 |
2017-03-23 | qed: Revise MFW command locking | Tomer Tayar | 2 | -136/+280 |
2017-03-21 | qed: Always publish VF link from leading hwfn | Mintz, Yuval | 1 | -3/+10 |
2017-03-21 | qed: Raise verbosity of Malicious VF indications | Mintz, Yuval | 1 | -4/+10 |
2017-03-21 | qed: Make qed_iov_mark_vf_flr() return bool | Mintz, Yuval | 2 | -9/+10 |
2017-03-21 | qed: Deprecate VF multiple queue-stop | Mintz, Yuval | 2 | -46/+62 |
2017-03-21 | qed: Uniform IOV queue validation | Mintz, Yuval | 1 | -31/+92 |
2017-03-21 | qed: Correct default VF coalescing configuration | Mintz, Yuval | 1 | -1/+2 |
2017-03-21 | qed: Set HW-channel to ready before ACKing VF | Mintz, Yuval | 1 | -4/+8 |
2017-03-21 | qed: Clean VF malicious indication when disabling IOV | Mintz, Yuval | 1 | -3/+5 |
2017-03-21 | qed: Increase verbosity of VF -> PF errors | Mintz, Yuval | 1 | -6/+12 |
2017-03-15 | netxen_nic: remove redundant check if retries is zero | Colin Ian King | 1 | -7/+2 |
2017-03-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -11/+47 |
2017-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 5 | -9/+45 |
2017-03-14 | qed*: Add support for QL41xxx adapters | Mintz, Yuval | 13 | -295/+592 |
2017-03-14 | qed: Enable iSCSI Out-of-Order | Mintz, Yuval | 1 | -0/+3 |
2017-03-14 | qed: Correct out-of-bound access in OOO history | Mintz, Yuval | 1 | -0/+2 |
2017-03-14 | qed: Fix interrupt flags on Rx LL2 | Ram Amrani | 1 | -4/+5 |
2017-03-14 | qed: Free previous connections when releasing iSCSI | Mintz, Yuval | 1 | -0/+28 |
2017-03-14 | qed: Fix mapping leak on LL2 rx flow | Mintz, Yuval | 1 | -0/+2 |
2017-03-14 | qed: Prevent creation of too-big u32-chains | Tomer Tayar | 1 | -3/+2 |
2017-03-14 | qed: Align CIDs according to DORQ requirement | Ram Amrani | 1 | -1/+2 |
2017-03-13 | qed*: Utilize Firmware 8.15.3.0 | Mintz, Yuval | 12 | -822/+1895 |
2017-03-09 | scripts/spelling.txt: add "overide" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
2017-03-09 | scripts/spelling.txt: add "disble(d)" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
2017-03-09 | qed: Fix copy of uninitialized memory | robert.foss@collabora.com | 1 | -1/+1 |
2017-02-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 5 | -22/+34 |
2017-02-27 | scripts/spelling.txt: add "partiton" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
2017-02-27 | qed: Don't use attention PTT for configuring BW | Mintz, Yuval | 3 | -5/+8 |
2017-02-27 | qed: Fix race with multiple VFs | Mintz, Yuval | 2 | -17/+26 |
2017-02-22 | qlogic: netxen: constify bin_attribute structures | Bhumika Goyal | 1 | -3/+3 |
2017-02-22 | qlogic: qlcnic_sysfs: constify bin_attribute structures | Bhumika Goyal | 1 | -8/+8 |
2017-02-20 | qed*: Fix link indication race | Mintz, Yuval | 6 | -12/+33 |
2017-02-20 | qed: Don't allocate SBs using main PTT | Mintz, Yuval | 1 | -2/+13 |
2017-02-20 | qede: Prevent index problems in loopback test | Sudarsana Reddy Kalluru | 1 | -3/+3 |
2017-02-20 | qed: Reflect PF link when initializing VF | Mintz, Yuval | 1 | -39/+51 |
2017-02-20 | qede: Free netdevice only after stoping slowpath | Mintz, Yuval | 1 | -2/+8 |
2017-02-20 | qede: Initialize lock and slowpath workqueue early | Mintz, Yuval | 1 | -2/+7 |
2017-02-20 | qed: Reserve doorbell BAR space for present CPUs | Ram Amrani | 1 | -1/+1 |
2017-02-20 | qed: Don't free a QP more than once | Ram Amrani | 1 | -22/+27 |
2017-02-20 | qed: Read queue state before releasing buffer | Ram Amrani | 1 | -6/+6 |
2017-02-20 | qed: Release CQ resource under lock on failure | Ram Amrani | 1 | -0/+2 |
2017-02-20 | net: qlogic: qlge: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -15/+21 |
2017-02-20 | net: qlogic: qlcnic: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 3 | -109/+123 |
2017-02-20 | qlcnic: Fix a memory leak in error handling path | Christophe Jaillet | 1 | -2/+4 |
2017-02-20 | net: qlogic: qla3xxx: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -11/+18 |