summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2016-06-05net: hns: net: hns: enet adds support of acpiKejian Yan1-12/+44
2016-06-05net: hns: implement the miscellaneous operation by aslKejian Yan1-0/+167
2016-06-05net: hns: register phy device in each mac initial sequenceKejian Yan1-7/+126
2016-06-05net: hns: dsaf adds support of acpiKejian Yan3-83/+114
2016-06-05net: hns: add dsaf misc operation methodKejian Yan10-70/+111
2016-06-05net: hns: add uniform interface for phy connectionKejian Yan8-25/+49
2016-06-05net: hns: enet specify a reference to dsaf by fwnode_handleKejian Yan4-14/+16
2016-06-05net: hns: use platform_get_irq instead of irq_of_parse_and_mapKejian Yan1-3/+2
2016-06-05net: hns: use device_* APIs instead of of_* APIsKejian Yan2-12/+8
2016-06-05net: hisilicon: add support of acpi for hns-mdioKejian Yan1-37/+69
2016-06-05net: hisilicon: cleanup to prepare for other casesKejian Yan1-30/+18
2016-06-04qed: Initialize hardware for new protocolsYuval Mintz7-70/+1535
2016-06-04qed: Add iscsi/rdma personalitiesYuval Mintz6-4/+47
2016-06-04qed: Add common HSI for new protocolsYuval Mintz2-0/+3034
2016-06-04qed: Revisit chain implementationYuval Mintz5-86/+287
2016-06-04net: ethernet: ti: cpsw: remove unused priv lockIvan Khoronzhuk1-3/+0
2016-06-03qed: Utilize FW 8.10.3.0Yuval Mintz14-4549/+3907
2016-06-02net: ethernet: wiznet: Remove create_workqueueBhaktipriya Shridhar1-2/+1
2016-06-02ravb: Remove manual pause frame transmitMasaru Nagai1-2/+0
2016-06-02stmmac: make platform drivers depend on their associated SoCPeter Robinson1-7/+7
2016-06-02ravb: Add SET_RUNTIME_PM_OPS macroKazuya Mizuguchi1-2/+1
2016-06-02ravb: Add ESF in RCR for enabling separation filterMasaru Nagai1-1/+2
2016-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-148/+268
2016-06-01sfc: Track RPS flow IDs per channel instead of per functionJon Cooper3-17/+56
2016-06-01bnx2x: avoid leaking memory on bnx2x_init_one() failuresVitaly Kuznetsov1-7/+10
2016-05-31net: fec: update dirty_tx even if no skbTroy Kisky1-5/+3
2016-05-30sfc: use flow dissector helpers for aRFSEdward Cree1-54/+21
2016-05-30net: nps_enet: Disable interrupts before napi rescheduleElad Kanfi1-1/+3
2016-05-28remove lots of IS_ERR_VALUE abusesArnd Bergmann3-5/+5
2016-05-26qed: Don't config min BW on 100g on link flapYuval Mintz1-0/+7
2016-05-26qed: Prevent 100g from working in MSISudarsana Reddy Kalluru2-8/+15
2016-05-26qed: Add missing 100g init modeYuval Mintz1-0/+7
2016-05-26qed: Save min/max accross dcbx-changeYuval Mintz1-2/+4
2016-05-26qed: Fix allocation in interrupt contextSudarsana Reddy Kalluru1-11/+16
2016-05-26qede: Don't expose self-test for VFsYuval Mintz1-1/+4
2016-05-26qede: Reload on GRO changesYuval Mintz1-0/+24
2016-05-26qede: Fix VF minimum BW settingYuval Mintz1-1/+1
2016-05-26net/mlx4_en: get rid of private net_device_statsEric Dumazet4-15/+5
2016-05-26net/mlx4_en: get rid of ret_statsEric Dumazet2-6/+6
2016-05-26net/mlx4_en: clear some TX ring stats in mlx4_en_clear_stats()Eric Dumazet1-0/+4
2016-05-26net/mlx4_en: fix tx_dropped bugEric Dumazet4-5/+9
2016-05-26net: arc: trivial: Replace comma with a semicolonMarek Vasut1-1/+1
2016-05-26net: stmmac: Fix incorrect memcpy source memoryMarek Vasut1-1/+1
2016-05-26net: alx: use custom skb allocatorFeng Tang2-1/+51
2016-05-25sfc: on MC reset, clear PIO buffer linkage in TXQsEdward Cree1-0/+16
2016-05-25net: mvneta: Fix lacking spinlock initializationGregory CLEMENT1-0/+1
2016-05-25qed: Reset the enable flag for eth protocol.Sudarsana Reddy Kalluru1-1/+1
2016-05-25net/qlge: Avoids recursive EEH errorGavin Shan1-1/+2
2016-05-24qed: signedness bug in qed_dcbx_process_tlv()Dan Carpenter1-1/+2
2016-05-23net: hns: avoid null pointer dereferencexypron.glpk@gmx.de1-11/+0