aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-30net: bcmgenet: correct spellingBrian Norris1-11/+11
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-0/+16
2014-07-24bnx2x: fix crash during TSO tunnelingDmitry Kravkov2-0/+10
2014-07-24bnx2x: fix set_setting for some PHYsYaniv Rosner1-0/+1
2014-07-23net: bcmgenet: use kcalloc instead of kzallocFlorian Fainelli2-4/+4
2014-07-23net: bcmgenet: add missing braces to some if statementsFlorian Fainelli1-4/+5
2014-07-23net: bcmgenet: add and remove missing blank linesFlorian Fainelli1-3/+1
2014-07-23net: bcmgenet: re-align multiple lines correctlyFlorian Fainelli3-147/+142
2014-07-23net: bcmgenet: remove FSF mail addressFlorian Fainelli3-30/+2
2014-07-22net: bcmgenet: correctly pad short packetsFlorian Fainelli1-0/+5
2014-07-21net: bcmgenet: only update UMAC_CMD if something changedFlorian Fainelli1-2/+3
2014-07-21net: bcmgenet: hook ethtool set/get_wol operationsFlorian Fainelli1-0/+2
2014-07-21net: bcmgenet: suspend and resume from Wake-on-LANFlorian Fainelli1-0/+12
2014-07-21net: bcmgenet: fix bcmgenet_wol_resumeFlorian Fainelli1-7/+1
2014-07-21net: bcmgenet: handle UMAC_IRQ_MPD_R interrupt bitFlorian Fainelli1-0/+7
2014-07-21net: bcmgenet: handle GENET_POWER_WOL_MAGICFlorian Fainelli1-0/+7
2014-07-21net: bcmgenet: add Wake-on-LAN support codeFlorian Fainelli3-1/+216
2014-07-21net: bcmgenet: request Wake-on-LAN interruptFlorian Fainelli2-2/+19
2014-07-21net: bcmgenet: add suspend/resume callbacksFlorian Fainelli1-0/+95
2014-07-21net: bcmgenet: modularize bcmgenet_{open,close}Florian Fainelli1-33/+53
2014-07-21net: bcmgenet: add umac_enable_set helperFlorian Fainelli1-13/+24
2014-07-21net: bcmgenet: remove wol_enabled conditional codeFlorian Fainelli2-10/+0
2014-07-17Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt1-2/+2
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-45/+21
2014-07-13net: bcmgenet: fix RGMII_MODE_EN bitFlorian Fainelli1-1/+1
2014-07-09net: systemport: use kcalloc instead of kzallocFlorian Fainelli1-3/+3
2014-07-09net: systemport: align multiple lines correctlyFlorian Fainelli1-59/+58
2014-07-07net: systemport: add Wake-on-LAN supportFlorian Fainelli2-3/+164
2014-07-07net: systemport: rename rx_csum_en to rx_chk_enFlorian Fainelli2-6/+6
2014-07-07net: systemport: add suspend and resume supportFlorian Fainelli1-4/+160
2014-07-07net: systemport: add bcm_sysport_netif_{enable,stop}Florian Fainelli1-13/+27
2014-07-07net: systemport: update umac_enable_set to take a bitmaskFlorian Fainelli1-12/+7
2014-07-01net: bcmgenet: do not set packet length for RX buffersFlorian Fainelli1-7/+0
2014-07-01net: bcmgenet: start with carrier offFlorian Fainelli1-0/+3
2014-07-01net: bcmgenet: disable clock before register_netdevFlorian Fainelli1-4/+4
2014-07-01net: systemport: fix TX NAPI work done return valueFlorian Fainelli1-2/+2
2014-07-01net: systemport: fix UniMAC reset logicFlorian Fainelli1-24/+9
2014-07-01net: systemport: do not clear IFF_MULTICAST flagFlorian Fainelli1-6/+0
2014-07-01bnx2x: Fail probe of VFs using an old incompatible driverYuval Mintz2-0/+54
2014-07-01bnx2x: enlarge minimal alignemnt of data offsetDmitry Kravkov1-2/+4
2014-07-01bnx2x: VF can report link speedDmitry Kravkov8-88/+366
2014-07-01bnx2x: fix possible panic under memory stressEric Dumazet1-1/+2
2014-06-26bnx2x: Fix the MSI flagsYijing Wang1-1/+1
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2014-06-25cnic: Rebranding cnic driver.Jitendra Kalsaria5-9/+14
2014-06-25bnx2: Rebranding bnx2 driver.Jitendra Kalsaria4-9/+12
2014-06-25tg3: Change nvram command timeout value to 50msPrashant Sreedharan1-2/+2
2014-06-19drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: remove null test before kfreeFabian Frederick1-2/+1
2014-06-19tg3: Clear NETIF_F_TSO6 flag before doing software GSOPrashant Sreedharan1-2/+2
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds32-129/+2571