summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
...
* | net: systemport: add bcm_sysport_netif_{enable,stop}Florian Fainelli2014-07-071-13/+27
* | net: systemport: update umac_enable_set to take a bitmaskFlorian Fainelli2014-07-071-12/+7
* | 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-251-4/+4
|\ \ | |/
| * tg3: Change nvram command timeout value to 50msPrashant Sreedharan2014-06-251-2/+2
| * tg3: Clear NETIF_F_TSO6 flag before doing software GSOPrashant Sreedharan2014-06-191-2/+2
* | cnic: Rebranding cnic driver.Jitendra Kalsaria2014-06-255-9/+14
* | bnx2: Rebranding bnx2 driver.Jitendra Kalsaria2014-06-254-9/+12
* | 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-1232-129/+2571
|\
| * 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
| * net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-061-2/+2
| * net: systemport: start with carrier offFlorian Fainelli2014-06-051-0/+3
| * net: systemport: fix comment about HW prepending 2bytesFlorian Fainelli2014-06-051-3/+3
| * net: systemport: correctly check for RX_STATUS_OVFLOW flagFlorian Fainelli2014-06-051-1/+1
| * net: systemport: fix transmit locking schemeFlorian Fainelli2014-06-051-5/+7
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-033-15/+30
| |\
| | * 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
| | * cnic: Fix missing ISCSI_KEVENT_IF_DOWN messageMichael Chan2014-06-021-3/+5
| | * cnic: Don't take cnic_dev_lock in cnic_alloc_uio_rings()Michael Chan2014-06-021-6/+0
| | * cnic: Don't take rcu_read_lock in cnic_rcv_netevent()Michael Chan2014-06-021-4/+11
| * | Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2014-06-022-11/+12
| |\ \
| | * | ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings2014-06-032-11/+12
| * | | bnx2x: Remove useless return variablesPeter Senna Tschudin2014-06-021-6/+4
| * | | drivers/net: fix broadcom/bcmsysport.c compile fail on SPARCPaul Gortmaker2014-06-022-8/+8
| * | | bnx2x: update MAINTAINERS for bnx2x and e-mail addressesAriel Elior2014-05-3018-28/+28
| * | | tg3: Override clock, link aware and link idle mode during NVRAM dumpPrashant Sreedharan2014-05-241-7/+38
| * | | 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: systemport: use the new fixed PHY helpersFlorian Fainelli2014-05-222-2/+16
| * | | net: bcmgenet: use the new fixed PHY helpersFlorian Fainelli2014-05-221-8/+13
| * | | net: systemport: wait for packet in umac_enable_set()Florian Fainelli2014-05-161-0/+6
| * | | net: systemport: fix dma_unmap_single() lenFlorian Fainelli2014-05-161-1/+1
| * | | net: systemport: pad packets to a minimum of 68 bytesFlorian Fainelli2014-05-152-7/+23
| * | | net: systemport: only update UMAC_CMD if something changedFlorian Fainelli2014-05-151-5/+6
| | |/ | |/|
| * | net: systemport: Use devm_ioremap_resource()Jingoo Han2014-05-141-4/+3
| * | tg3: Update copyright and version to 3.137Michael Chan2014-05-132-4/+4
| * | tg3: Prevent page allocation failure during TSO workaroundMichael Chan2014-05-131-7/+26
| * | tg3: Don't modify ip header fields when doing GSOMichael Chan2014-05-131-7/+5
| * | net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-136-10/+8
| * | bnx2x: fix build when BNX2X_SRIOV is not enabledRandy Dunlap2014-05-131-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-124-18/+58
| |\ \
| * | | net: systemport: hook SYSTEMPORT driver in the buildFlorian Fainelli2014-04-262-0/+12
| * | | net: systemport: add Broadcom SYSTEMPORT Ethernet MAC driverFlorian Fainelli2014-04-262-0/+2291
OpenPOWER on IntegriCloud