summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: Fix link problems for 1G SFP RJ45 moduleYaniv Rosner2014-09-053-36/+50
* bnx2x: Configure device endianity on driver load and reset endianity on removal.Manish Chopra2014-09-021-18/+39
* net: ethernet: broadcom: bnx2x: Remove redundant #ifdefRasmus Villemoes2014-08-221-4/+0
* bnx2x: Revert UNDI flushing mechanismYuval Mintz2014-08-211-75/+17
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-303-0/+11
|\
| * bnx2x: fix crash during TSO tunnelingDmitry Kravkov2014-07-242-0/+10
| * bnx2x: fix set_setting for some PHYsYaniv Rosner2014-07-241-0/+1
* | Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt2014-07-171-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-162-2/+3
|\ \ | |/
| * bnx2x: fix possible panic under memory stressEric Dumazet2014-07-011-1/+2
| * bnx2x: Fix the MSI flagsYijing Wang2014-06-261-1/+1
* | bnx2x: Fail probe of VFs using an old incompatible driverYuval Mintz2014-07-012-0/+54
* | bnx2x: enlarge minimal alignemnt of data offsetDmitry Kravkov2014-07-011-2/+4
* | bnx2x: VF can report link speedDmitry Kravkov2014-07-018-88/+366
* | drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: remove null test before kfreeFabian Frederick2014-06-191-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-1219-70/+113
|\
| * bnx2x: Enlarge the dorq threshold for VFsAriel Elior2014-06-121-2/+4
| * bnx2x: Check for UNDI in uncommon branchYuval Mintz2014-06-121-13/+30
| * bnx2x: Fix 1G-baseT linkYaniv Rosner2014-06-121-0/+1
| * bnx2x: Fix link for KR with swapped polarity laneYaniv Rosner2014-06-121-6/+19
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-032-2/+14
| |\
| | * bnx2x: Fix kernel crash and data miscompare after EEH recoverywenxiong@linux.vnet.ibm.com2014-06-031-0/+12
| | * bnx2x: Adapter not recovery from EEH error injectionwenxiong@linux.vnet.ibm.com2014-06-031-2/+2
| * | Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2014-06-021-7/+8
| |\ \
| | * | ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings2014-06-031-7/+8
| * | | bnx2x: Remove useless return variablesPeter Senna Tschudin2014-06-021-6/+4
| * | | bnx2x: update MAINTAINERS for bnx2x and e-mail addressesAriel Elior2014-05-3018-28/+28
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-242-2/+2
| |\ \ \ | | | |/ | | |/|
| * | | net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty2014-05-231-1/+2
| | |/ | |/|
| * | net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-4/+2
| * | bnx2x: fix build when BNX2X_SRIOV is not enabledRandy Dunlap2014-05-131-1/+1
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-034-29/+29
|\ \ \ | |_|/ |/| |
| * | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-184-29/+29
* | | bnx2x: Convert return 0 to return rcJoe Perches2014-05-182-2/+2
| |/ |/|
* | bnx2x: Fix UNDI driver unloadYuval Mintz2014-05-091-3/+7
* | bnx2x: Fix failure to configure VF multicast filtersNarender Kumar2014-04-261-0/+1
* | bnx2x: Fix vlan credit issues for VFsYuval Mintz2014-04-263-11/+37
* | bnx2x: Memory leak during VF removalYuval Mintz2014-04-263-4/+13
|/
* net: bnx2x: include irq.h for irqreturn_t definitionsJosh Boyer2014-04-031-0/+1
* bnx2x: Fix possible memory leak on iov error flowYuval Mintz2014-03-281-0/+2
* bnx2x: Fix compilation when CONFIG_BNX2X_SRIOV is not setYuval Mintz2014-03-271-1/+1
* bnx2x: Don't allow VFs to become promiscuousYuval Mintz2014-03-251-32/+10
* bnx2x: Don't show port statistics for VFsYuval Mintz2014-03-251-5/+6
* bnx2x: Remove the sriov VFOP mechanismYuval Mintz2014-03-255-1954/+622
* bnx2x: Create workqueue for IOV related tasksYuval Mintz2014-03-255-78/+147
* bnx2x: Support mng. request for driver versionYuval Mintz2014-03-254-1/+163
* bnx2x: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-1/+8
|\
| * bnx2x: Add missing bit in default Tx switchingYuval Mintz2014-02-271-1/+8
OpenPOWER on IntegriCloud