summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-02-19b44: use netdev_alloc_skb_ip_align()Hauke Mehrtens1-2/+1
2013-02-18tg3: Use different macros for pci_chip_rev_id accessesJoe Perches2-401/+408
2013-02-18tg3: Remove define and single use of GET_CHIP_REV_IDJoe Perches2-9/+5
2013-02-18bgmac: fix unaligned accesses to network headersHauke Mehrtens1-1/+1
2013-02-15tg3: Update version to 3.130Michael Chan1-2/+2
2013-02-15tg3: Set initial carrier state to off.Michael Chan1-0/+2
2013-02-15tg3: Fix 5762 NVRAM sizingMichael Chan1-2/+4
2013-02-15tg3: Expand EEE support for all 5717 B0Michael Chan1-1/+1
2013-02-15tg3: Add 57766 device support.Matt Carlson2-1/+19
2013-02-14bgmac: add read of interrupt mask after disabling interruptsNathan Hintz1-0/+1
2013-02-13bgmac: return error on failed PHY writeRafał Miłecki2-6/+7
2013-02-09bgmac: fix "cmdcfg" calls for promisc and loopback modesRafał Miłecki1-4/+4
2013-02-09bgmac: validate (and random if needed) MAC addrRafał Miłecki1-0/+6
2013-02-08tg3: add support for Ethernet core in bcm4785Hauke Mehrtens2-6/+116
2013-02-08tg3: make it possible to provide phy_id in ioctlHauke Mehrtens1-6/+20
2013-02-07bgmac: add ndo_set_rx_mode netdev opsHauke Mehrtens1-4/+12
2013-02-07bgmac: add generic ndo_validate_addr netdev opsHauke Mehrtens1-0/+1
2013-02-07bgmac: write mac address to hardware in ndo_set_mac_addressHauke Mehrtens1-8/+25
2013-02-07bgmac: implement missing code for BCM53572Hauke Mehrtens2-3/+5
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches4-14/+6
2013-02-03bnx2x: Force link UP when the interface is in LOOPBACK modeMahesh Bandewar1-0/+6
2013-01-29Merge branch 'master' into for-nextJiri Kosina27-2041/+3734
2013-01-23bnx2x: SR-IOV version compatibility bugfixAriel Elior3-4/+5
2013-01-23bnx2x: Fix compilation with stop-on-errorYuval Mintz2-2/+2
2013-01-23cnic, bnx2x: Add CNIC_DRV_STATE_HANDLES_IRQ to ethdev->drv_stateMichael Chan3-8/+11
2013-01-23bnx2x: correct memory release schemeYuval Mintz2-4/+3
2013-01-23bnx2x: Remove many sparse warningsYuval Mintz9-159/+195
2013-01-23bnx2x: Modify unload conditionsYuval Mintz1-3/+11
2013-01-23bnx2x: Correct memory preparation and releaseDmitry Kravkov2-44/+16
2013-01-23bnx2x: Add missing VFs reference in macrosYuval Mintz1-1/+3
2013-01-23bnx2x: Add additional debug informationYuval Mintz4-6/+38
2013-01-23bnx2x: correct usleep_range usageYuval Mintz4-10/+10
2013-01-23bnx2x: reorganization and beautificationYuval Mintz5-139/+122
2013-01-23bnx2x: Semantic renovationYuval Mintz9-105/+86
2013-01-17bnx2x: fix GRO parametersYuval Mintz1-24/+23
2013-01-16bnx2x: Introduce 2013 and advance version to 1.78.02Yuval Mintz24-26/+26
2013-01-16bnx2x: Added FW GRO bridging supportYuval Mintz1-2/+52
2013-01-16bnx2x: Clean previous IGU status before ackYuval Mintz2-7/+11
2013-01-16bnx2x: improve stop-on-errorYuval Mintz5-76/+79
2013-01-16bnx2x: add `ethtool -w' support.Miriam Shitrit4-1176/+2494
2013-01-16bnx2x: Added nvram personalities supportYuval Mintz2-0/+11
2013-01-16bnx2x: Fix rare self-test failuresYaniv Rosner1-7/+10
2013-01-16bnx2x: use SAN Mac for FCoE.Dmitry Kravkov1-1/+1
2013-01-16bnx2x: Add an additional fatal hw assertion - BRB_HW_INTERRUPTDmitry Kravkov2-0/+2
2013-01-16bnx2x: Clear dirty status when booting after UNDIYuval Mintz2-0/+4
2013-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-34/+120
2013-01-15tg3: Fix crc errors on jumbo frame receiveNithin Nayak Sujir1-23/+35
2013-01-15tg3: Avoid null pointer dereference in tg3_interrupt in netconsole modeNithin Nayak Sujir1-0/+4
2013-01-15net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli3-4/+4