summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
...
* | bnx2x: Take chip version from MFWYuval Mintz2013-03-122-6/+8
* | bnx2x: Set ethtool ops for vfsAriel Elior2013-03-123-4/+29
* | bnx2x: fix vlan-mac memory leakYuval Mintz2013-03-121-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-123-11/+24
|\|
| * tg3: Update link_up flag for phylib devicesNithin Sujir2013-03-081-9/+5Star
| * bnx2x: Fix SFP+ misconfiguration in iSCSI boot scenarioYaniv Rosner2013-03-082-1/+6
| * bnx2x: Fix intermittent long KR2 link up timeYaniv Rosner2013-03-082-1/+13
* | bcm63xx_enet: properly prepare/unprepare clocks before/after usageJonas Gorski2013-03-101-6/+6
* | bcm63xx_enet: use managed memory allocationsJonas Gorski2013-03-101-5/+3Star
* | bcm63xx_enet: use managed io memory allocationsJonas Gorski2013-03-101-36/+7Star
* | drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2013-03-092-7/+2Star
* | bgmac: register MII busRafał Miłecki2013-03-072-1/+80
* | tg3: Download 57766 EEE service patch firmwareNithin Sujir2013-03-072-16/+128
* | tg3: Enhance firmware download code to support fragmented firmwareNithin Sujir2013-03-071-6/+42
* | tg3: Cleanup firmware parsing codeNithin Sujir2013-03-072-36/+34Star
* | tg3: Refactor the 2nd type of cpu pauseNithin Sujir2013-03-071-26/+27
* | tg3: Refactor cpu pause/resume codeNithin Sujir2013-03-071-25/+58
* | tg3: Add new FW_TSO flagMatt Carlson2013-03-072-8/+8
* | bnx2x: use the default NAPI weightEric Dumazet2013-03-062-3/+2Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-065-3/+76
|\
| * bgmac: omit the fcsHauke Mehrtens2013-02-281-0/+4
| * bnx2x: Fix KR2 work-around conditionYaniv Rosner2013-02-281-1/+1
| * bnx2x: Fix KR2 linkYaniv Rosner2013-02-282-0/+8
| * bnx2x: Fix port identification for the 84834Yaniv Rosner2013-02-282-1/+62
| * bnx2x: fix UDP checksum for 57710/57711.Dmitry Kravkov2013-02-271-1/+1
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-03-022-5/+5
|\ \ | |/ |/|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ralf Baechle2013-02-2238-2940/+13430
| |\
| * | MIPS: BCM47XX: add bcm47xx prefix in front of nvram function namesHauke Mehrtens2013-02-151-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-02-263-67/+13Star
|\ \ \
| * | | bgmac: fix indexing of 2nd level loopsRafał Miłecki2013-02-251-7/+11
| * | | bnx2x: remove dead code and make local funcs staticstephen hemminger2013-02-252-60/+2Star
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-221-1/+1
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into for-nextJiri Kosina2013-01-2927-2041/+3734
| |\|
| * | treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers2013-01-031-1/+1
* | | b44: use netdev_alloc_skb_ip_align()Hauke Mehrtens2013-02-191-2/+1Star
* | | tg3: Use different macros for pci_chip_rev_id accessesJoe Perches2013-02-182-401/+408
* | | tg3: Remove define and single use of GET_CHIP_REV_IDJoe Perches2013-02-182-9/+5Star
* | | bgmac: fix unaligned accesses to network headersHauke Mehrtens2013-02-181-1/+1
* | | tg3: Update version to 3.130Michael Chan2013-02-151-2/+2
* | | tg3: Set initial carrier state to off.Michael Chan2013-02-151-0/+2
* | | tg3: Fix 5762 NVRAM sizingMichael Chan2013-02-151-2/+4
* | | tg3: Expand EEE support for all 5717 B0Michael Chan2013-02-151-1/+1
* | | tg3: Add 57766 device support.Matt Carlson2013-02-152-1/+19
* | | bgmac: add read of interrupt mask after disabling interruptsNathan Hintz2013-02-141-0/+1
* | | bgmac: return error on failed PHY writeRafał Miłecki2013-02-132-6/+7
* | | bgmac: fix "cmdcfg" calls for promisc and loopback modesRafał Miłecki2013-02-081-4/+4
* | | bgmac: validate (and random if needed) MAC addrRafał Miłecki2013-02-081-0/+6
* | | tg3: add support for Ethernet core in bcm4785Hauke Mehrtens2013-02-082-6/+116
* | | tg3: make it possible to provide phy_id in ioctlHauke Mehrtens2013-02-081-6/+20
* | | bgmac: add ndo_set_rx_mode netdev opsHauke Mehrtens2013-02-061-4/+12