summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* net: bnx2x: Fix typo in bnx2x driverMasanari Iida2012-11-032-3/+3
* bnx2x: fix HW initialization using fw 7.8.xDmitry Kravkov2012-11-031-1/+2
* bnx2x: Disable FCoE for 57840 since not yet supported by FWDmitry Kravkov2012-11-011-1/+9
* bnx2x: Fix no link on 577xx 10G-baseTYaniv Rosner2012-11-011-0/+5
* bnx2x: Fix unrecognized SFP+ module after driver is loadedYaniv Rosner2012-11-011-7/+15
* bnx2x: Fix potential incorrect link speed provisionYaniv Rosner2012-11-011-10/+12
* bnx2x: Restore global registers back to default.Yaniv Rosner2012-11-011-22/+56
* bnx2x: Fix link down in 57712 following LFAYaniv Rosner2012-11-011-5/+18
* bnx2x: Fix 57810 1G-KR link against certain switches.Yaniv Rosner2012-11-011-2/+8
* bnx2x: fix handling mf storage modesDmitry Kravkov2012-10-162-4/+8
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-10-091-29/+1Star
|\
| * MIPS: BCM63XX: Move DMA descriptor definition into common header fileKevin Cernekee2012-08-301-29/+1Star
* | bnx2x: fix ring size for 10G functionsYuval Mintz2012-10-031-7/+10
* | tg3: Fix sparse warnings.Michael Chan2012-10-031-5/+6
* | bnx2x: use strlcpy() to copy a stringDan Carpenter2012-10-031-3/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-0221-1189/+1506
|\ \
| * | tg3: unconditionally select HWMON support when tg3 is enabled.Paul Gortmaker2012-10-022-9/+1Star
| * | bnx2x: update version to 1.78.00-0.Yuval Mintz2012-10-011-2/+2
| * | bnx2x,cnic: use FW 7.8.2Yuval Mintz2012-10-0111-563/+79Star
| * | tg3: Disable multiple TX rings by default due to hardware flawMichael Chan2012-09-301-6/+9
| * | tg3: Add support for ethtool -L|-l to get/set the number of rings.Michael Chan2012-09-302-3/+63
| * | tg3: Refactor tg3_close()Michael Chan2012-09-301-32/+38
| * | tg3: Refactor tg3_open()Michael Chan2012-09-301-33/+45
| * | tg3: Separate coalescing setup for rx and txMichael Chan2012-09-301-29/+45
| * | tg3: Allow number of rx and tx rings to be set independently.Michael Chan2012-09-302-26/+53
| * | tg3: Introduce separate functions to allocate/free RX/TX rings.Michael Chan2012-09-302-76/+146
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-283-11/+14
| |\ \
| * | | bnx2x: Improve code around bnx2x_tests_str_arrMerav Sicron2012-09-241-9/+4Star
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-156-41/+57
| |\ \ \
| * | | | bnx2x: Utilize Link Flap AvoidanceYuval Mintz2012-09-136-26/+51
| * | | | bnx2x: Link Flap AvoidanceYaniv Rosner2012-09-133-48/+437
| * | | | bnx2x: link code refactoringYaniv Rosner2012-09-132-79/+114
| * | | | bnx2x: use native EEE instead of auto-greeenYuval Mintz2012-09-103-46/+73
| * | | | bnx2x: correct & clean 10G EEE requirementsYuval Mintz2012-09-103-6/+5Star
| * | | | bnx2x: EEE code refactoringYuval Mintz2012-09-101-192/+258
| * | | | bnx2x: add EEE support for 4-port devicesYuval Mintz2012-09-101-2/+0Star
| * | | | bnx2x: EEE status is read locallyYuval Mintz2012-09-103-7/+36
| * | | | cnic: Allocate UIO resources only on devices that support iSCSI.Michael Chan2012-09-102-3/+6
| * | | | cnic: Allocate kcq resource only on devices that support FCoE.Michael Chan2012-09-102-4/+7
| * | | | cnic: Add function pointers to arm IRQ for different devices.Michael Chan2012-09-102-4/+23
| * | | | cnic: Free UIO rings when the device is closed.Michael Chan2012-09-101-0/+7
| * | | | cnic: Add functions to allocate and free UIO ringsMichael Chan2012-09-101-19/+40
| * | | | bnx2x: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-051-2/+1Star
* | | | | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-013-54/+20Star
|\ \ \ \ \
| * | | | | Merge commit 'v3.6-rc5' into nextBjorn Helgaas2012-09-136-56/+45Star
| |\| | | |
| * | | | | Merge branch 'pci/stephen-const' into nextBjorn Helgaas2012-09-123-3/+3
| |\ \ \ \ \
| | * | | | | netdev: make pci_error_handlers constStephen Hemminger2012-09-083-3/+3
| * | | | | | tg3: Use PCI Express Capability accessorsJiang Liu2012-08-231-37/+13Star
| * | | | | | bnx2x: Use PCI Express Capability accessorsJiang Liu2012-08-231-20/+5Star
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-012-2/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |