summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-17/+74
2018-01-23bnx2: remove redundant initializations of pointers txr and rxrColin Ian King1-2/+2
2018-01-23forcedeth: remove duplicate structure member in rxZhu Yanjun1-6/+7
2018-01-23net: aquantia: make symbol hw_atl_boards staticWei Yongjun1-1/+1
2018-01-23net: aquantia: Fix error return code in aq_pci_probe()Wei Yongjun1-1/+3
2018-01-23nfp: fix error return code in nfp_pci_probe()Wei Yongjun1-0/+1
2018-01-23nfp: fix fw dump handling of absolute rtsym sizeCarl Heymann1-6/+10
2018-01-22nfp: bpf: use extack support to improve debuggingQuentin Monnet3-18/+39
2018-01-22nfp: bpf: plumb extack into functions related to XDP offloadQuentin Monnet3-6/+9
2018-01-22be2net: restore properly promisc mode after queues reconfigurationIvan Vecera1-0/+9
2018-01-22net: hns3: converting spaces into tabs to avoid checkpatch.pl warningSalil Mehta1-2/+2
2018-01-22cxgb3: assign port id to net_device->dev_portArjun Vynipadath1-0/+1
2018-01-22net: stmmac: Fix reception of Broadcom switches tagsFlorian Fainelli6-7/+39
2018-01-22net: hns3: add net status led support for fiber portJian Shen3-0/+113
2018-01-22net: hns3: add ethtool -p support for fiber portJian Shen4-0/+104
2018-01-22net: hns3: add manager table initialization for hardwareFuyun Liang2-0/+123
2018-01-22net: hns3: add support for get_regsFuyun Liang4-1/+205
2018-01-22ibmvnic: Allocate and request vpd in init_resourcesJohn Allen1-7/+9
2018-01-22ibmvnic: Revert to previous mtu when unsupported value requestedJohn Allen1-1/+11
2018-01-22ibmvnic: Modify buffer size and number of queues on failoverJohn Allen2-7/+40
2018-01-22net: hns: Fix for variable may be used uninitialized warningsHuazhong Tan2-21/+38
2018-01-22net: fec: add necessary defines to work on ARM64Lucas Stach2-5/+8
2018-01-22cxgb4: fix endianness for vlan value in cxgb4_tc_flowerKumar Sanghvi1-2/+2
2018-01-22cxgb4: set filter type to 1 for ETH_P_IPV6Kumar Sanghvi1-0/+3
2018-01-22net: mvpp2: enable ACPI support in the driverMarcin Wojtas1-39/+94
2018-01-22net: mvpp2: use device_*/fwnode_* APIs instead of of_*Marcin Wojtas1-21/+24
2018-01-22net: mvpp2: simplify maintaining enabled ports' listMarcin Wojtas1-21/+11
2018-01-22cxgb4: add geneve offload support for T6Ganesh Goudar4-24/+63
2018-01-22mlxsw: spectrum_router: Remove unnecessary prefix lengths from LPM treeIdo Schimmel1-101/+125
2018-01-22mlxsw: spectrum_router: Pass FIB node to LPM tree unlink functionIdo Schimmel1-4/+6
2018-01-22mlxsw: spectrum_router: Use the nodes list as indication for empty FIBIdo Schimmel1-9/+4
2018-01-21mlxsw: spectrum_acl: Add support for mirror actionArkadi Sharshevsky5-3/+126
2018-01-21mlxsw: spectrum: Extend mlxsw_afa_ops for counter index and implement for Spe...Arkadi Sharshevsky2-0/+52
2018-01-21mlxsw: spectrum: Extend and export SPAN APIArkadi Sharshevsky2-32/+57
2018-01-21mlxsw: spectrum_acl: Add support for mirroring actionArkadi Sharshevsky2-0/+35
2018-01-21mlxsw: core: Make counter index allocated inside the action appendJiri Pirko5-35/+82
2018-01-21mlxsw: core: Convert fwd_entry_ref list to be generic per-block resource listJiri Pirko1-26/+49
2018-01-21mlxsw: spectrum: Extend mlxsw_afa_ops for counter index and implement for Spe...Jiri Pirko2-0/+20
2018-01-21net: aquantia: bump driver version to match aquantia internal numberingIgor Russkikh1-3/+3
2018-01-21net: aquantia: Report correct mediatype via ethtoolIgor Russkikh1-3/+13
2018-01-21net: aquantia: Introduce global AQC hardware reset sequenceIgor Russkikh3-29/+183
2018-01-21net: aquantia: Introduce support for new firmware on AQC cardsIgor Russkikh5-4/+257
2018-01-21net: aquantia: Introduce firmware ops callbacksIgor Russkikh8-81/+101
2018-01-21net: aquantia: Change confusing no_ff_addr to more meaningful nameIgor Russkikh4-4/+9
2018-01-21net: aquantia: Remove create/destroy from hw opsIgor Russkikh3-54/+0
2018-01-21net: aquantia: Cleanup pci functions moduleIgor Russkikh7-385/+156
2018-01-21net: aquantia: Convert hw and caps structures to const static pointersIgor Russkikh2-50/+50
2018-01-21net: aquantia: Introduce new AQC devices and capabilitiesIgor Russkikh12-159/+239
2018-01-21net: aquantia: Introduce new device ids and constantsIgor Russkikh10-87/+94
2018-01-21Merge tag 'mlx5-updates-2018-01-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller13-300/+809