summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2014-07-14net: bcmgenet: fix RGMII_MODE_EN bitFlorian Fainelli1-1/+1
2014-07-02net: bcmgenet: do not set packet length for RX buffersFlorian Fainelli1-7/+0
2014-07-02net: bcmgenet: start with carrier offFlorian Fainelli1-0/+3
2014-07-02net: bcmgenet: disable clock before register_netdevFlorian Fainelli1-4/+4
2014-07-02net: systemport: fix TX NAPI work done return valueFlorian Fainelli1-2/+2
2014-07-02net: systemport: fix UniMAC reset logicFlorian Fainelli1-24/+9
2014-07-02net: systemport: do not clear IFF_MULTICAST flagFlorian Fainelli1-6/+0
2014-07-01bnx2x: fix possible panic under memory stressEric Dumazet1-1/+2
2014-06-27bnx2x: Fix the MSI flagsYijing Wang1-1/+1
2014-06-26tg3: Change nvram command timeout value to 50msPrashant Sreedharan1-2/+2
2014-06-20tg3: Clear NETIF_F_TSO6 flag before doing software GSOPrashant Sreedharan1-2/+2
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds32-129/+2571
2014-06-12bnx2x: Enlarge the dorq threshold for VFsAriel Elior1-2/+4
2014-06-12bnx2x: Check for UNDI in uncommon branchYuval Mintz1-13/+30
2014-06-12bnx2x: Fix 1G-baseT linkYaniv Rosner1-0/+1
2014-06-12bnx2x: Fix link for KR with swapped polarity laneYaniv Rosner1-6/+19
2014-06-07net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-06-06net: systemport: start with carrier offFlorian Fainelli1-0/+3
2014-06-06net: systemport: fix comment about HW prepending 2bytesFlorian Fainelli1-3/+3
2014-06-06net: systemport: correctly check for RX_STATUS_OVFLOW flagFlorian Fainelli1-1/+1
2014-06-06net: systemport: fix transmit locking schemeFlorian Fainelli1-5/+7
2014-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-15/+30
2014-06-04bnx2x: Fix kernel crash and data miscompare after EEH recoverywenxiong@linux.vnet.ibm.com1-0/+12
2014-06-04bnx2x: Adapter not recovery from EEH error injectionwenxiong@linux.vnet.ibm.com1-2/+2
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-33/+33
2014-06-03cnic: Fix missing ISCSI_KEVENT_IF_DOWN messageMichael Chan1-3/+5
2014-06-03cnic: Don't take cnic_dev_lock in cnic_alloc_uio_rings()Michael Chan1-6/+0
2014-06-03cnic: Don't take rcu_read_lock in cnic_rcv_netevent()Michael Chan1-4/+11
2014-06-03Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2-11/+12
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings2-11/+12
2014-06-03bnx2x: Remove useless return variablesPeter Senna Tschudin1-6/+4
2014-06-03drivers/net: fix broadcom/bcmsysport.c compile fail on SPARCPaul Gortmaker2-8/+8
2014-05-31bnx2x: update MAINTAINERS for bnx2x and e-mail addressesAriel Elior18-28/+28
2014-05-25tg3: Override clock, link aware and link idle mode during NVRAM dumpPrashant Sreedharan1-7/+38
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty1-1/+2
2014-05-22net: systemport: use the new fixed PHY helpersFlorian Fainelli2-2/+16
2014-05-22net: bcmgenet: use the new fixed PHY helpersFlorian Fainelli1-8/+13
2014-05-19bnx2x: Convert return 0 to return rcJoe Perches2-2/+2
2014-05-17net: systemport: wait for packet in umac_enable_set()Florian Fainelli1-0/+6
2014-05-17net: systemport: fix dma_unmap_single() lenFlorian Fainelli1-1/+1
2014-05-16net: systemport: pad packets to a minimum of 68 bytesFlorian Fainelli2-7/+23
2014-05-16net: systemport: only update UMAC_CMD if something changedFlorian Fainelli1-5/+6
2014-05-14net: systemport: Use devm_ioremap_resource()Jingoo Han1-4/+3
2014-05-14tg3: Update copyright and version to 3.137Michael Chan2-4/+4
2014-05-14tg3: Prevent page allocation failure during TSO workaroundMichael Chan1-7/+26
2014-05-14tg3: Don't modify ip header fields when doing GSOMichael Chan1-7/+5
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe6-10/+8
2014-05-13bnx2x: fix build when BNX2X_SRIOV is not enabledRandy Dunlap1-1/+1
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-18/+58