summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2014-09-23fm10k: Add support for TLV message parsing and generationAlexander Duyck3-1/+686
2014-09-23fm10k: Add register defines and basic structuresAlexander Duyck2-1/+661
2014-09-23fm10k: Add skeletal frame for Intel(R) FM10000 Ethernet Switch Host Interface...Alexander Duyck7-0/+328
2014-09-23net: bcmgenet: call bcmgenet_dma_teardown in bcmgenet_fini_dmaFlorian Fainelli1-53/+52
2014-09-23net: bcmgenet: fix TX reclaim accounting for fragmentsFlorian Fainelli1-1/+4
2014-09-23dm9000: Return an ERR_PTR() in all error conditions of dm9000_parse_dt()Tobias Klauser1-1/+1
2014-09-23ath9k: Fix NULL pointer dereference on early irqWojciech Dubowik1-1/+1
2014-09-22bonding: remove the unnecessary notes for bond_xmit_broadcast()dingtianhong1-1/+0
2014-09-22bonding: slight optimization for bond_xmit_roundrobin()dingtianhong1-1/+1
2014-09-22r8169: fix an if conditionDan Carpenter1-1/+1
2014-09-22be2net: fix alignment on line wrapKalesh AP3-10/+11
2014-09-22be2net: remove multiple assignments on a single lineKalesh AP3-8/+12
2014-09-22be2net: remove space after typecastsKalesh AP2-5/+5
2014-09-22be2net: remove unnecessary blank lines after an open braceKalesh AP2-5/+0
2014-09-22be2net: insert a blank line after function/struct//enum definitionsKalesh AP2-0/+5
2014-09-22be2net: remove multiple blank linesKalesh AP3-4/+0
2014-09-22be2net: add blank line after declarationsKalesh AP4-0/+38
2014-09-22be2net: remove return statements for void functionsKalesh AP2-5/+0
2014-09-22be2net: add speed reporting for 20G-KR interfaceVasundhara Volam2-0/+8
2014-09-22be2net: add speed reporting for 40G/KR interfaceKalesh AP1-0/+7
2014-09-22be2net: fix sparse warnings in be_cmd_req_port_type{}Suresh Reddy1-2/+2
2014-09-22be2net: fix a sparse warning in be_cmd_modify_eqd()Kalesh AP1-2/+2
2014-09-22r8152: disable ALDPShayeswang1-17/+45
2014-09-22net: fec: fix code identationNimrod Andy1-1/+1
2014-09-22net: dsa: bcm_sf2: add support for Wake-on-LANFlorian Fainelli2-0/+61
2014-09-22net: dsa: bcm_sf2: add suspend/resume callbacksFlorian Fainelli1-0/+85
2014-09-22qlge: Fix compilation warningHarish Patil1-2/+2
2014-09-22am2150: Update nmclan_cs.c to use update PCMCIA APIJeff Kirsher1-1/+1
2014-09-22tg3: Work around HW/FW limitations with vlan encapsulated framesVlad Yasevich1-2/+18
2014-09-22macvlan: allow to enqueue broadcast pkt on virtual deviceNicolas Dichtel1-1/+2
2014-09-22pch_gbe: 'select' NET_PTP_CLASSIFY.David S. Miller1-0/+1
2014-09-22mlx4: Fix mlx4 reg/unreg mac to work properly with 0-mac addressesJack Morgenstein1-4/+7
2014-09-22mlx4: Correct error flows in rereg_mrMatan Barak1-11/+22
2014-09-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller5-88/+83
2014-09-20Merge tag 'linux-can-fixes-for-3.17-20140918' of git://gitorious.org/linux-ca...David S. Miller4-10/+51
2014-09-20net/mlx4_en: Add mlx4_en_get_cqe helperIdo Shamay4-4/+11
2014-09-20net/mlx4_core: Cache line EQE size supportIdo Shamay1-11/+19
2014-09-20net/mlx4_core: Enable CQE/EQE stride supportIdo Shamay4-4/+100
2014-09-20net: allow macvlans to move to net namespaceFrancesco Ruggeri1-0/+1
2014-09-20Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller8-14/+49
2014-09-20bnx2x: Add a fallback multi-function mode NPAR1.5Yuval Mintz3-21/+42
2014-09-20bnx2x: New multi-function mode: UFPYuval Mintz6-18/+200
2014-09-20bnx2x: Changes with storage & MAC macrosDmitry Kravkov5-42/+54
2014-09-203c59x: Fix bad offset spec in skb_frag_dma_mapNeil Horman1-1/+1
2014-09-203c59x: Add dma error checking and recoveryNeil Horman1-9/+41
2014-09-20net: phy: bcm7xxx: utilize PHY revision in config_initFlorian Fainelli1-6/+15
2014-09-20net: dsa: bcm_sf2: communicate integrated PHY revision to PHY driverFlorian Fainelli3-0/+18
2014-09-20net: bcmgenet: communicate integrated PHY revision to PHY driverFlorian Fainelli3-2/+14
2014-09-20net: bcmgenet: remove PHY_BRCM_100MBPS_WARFlorian Fainelli1-10/+0
2014-09-20net: phy: bcm7xxx: do not use PHY_BRCM_100MBPS_WARFlorian Fainelli1-2/+2