summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-06-27nfp: flower: add Kconfig for flower appJakub Kicinski3-2/+18
2017-06-27nfp: allocate a private workqueue for driver workJakub Kicinski3-1/+14
2017-06-27nfp: reorder SR-IOV config and nfp_app SR-IOV callbacksJakub Kicinski2-23/+27
2017-06-27nfp: handle SR-IOV already enabled when driver is probingJakub Kicinski1-0/+8
2017-06-27nfp: wire get_phys_port_name on representorsJakub Kicinski2-7/+24
2017-06-27nfp: allow converting representor's netdev into nfp_portJakub Kicinski3-6/+21
2017-06-27nfp: move representors' struct net_device_ops to shared codeJakub Kicinski6-39/+68
2017-06-27nfp: make the representor get stats app-independentJakub Kicinski3-26/+22
2017-06-27nfp: spawn nfp_ports for PF and VF portsJakub Kicinski2-4/+35
2017-06-27nfp: add nfp_app cleanup callback and make flower use itJakub Kicinski3-14/+26
2017-06-27nfp: remove unused nfp_cpp_area_check_range()Jakub Kicinski2-23/+0
2017-06-27nfp: add helper for mapping runtime symbolsJakub Kicinski3-28/+39
2017-06-27nfp: move area mapping helper into nfpcoreJakub Kicinski4-54/+84
2017-06-27nfp: explicitly check if application FW is loadedJakub Kicinski1-4/+7
2017-06-27vxlan: fix incorrect nlattr access in MTU checkMatthias Schiffer1-1/+1
2017-06-26net/mlx4: fix spelling mistake: "coalesing" -> "coalescing"Colin Ian King1-1/+1
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer16-17/+33
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer8-13/+21
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer18-25/+39
2017-06-25net: macb: add fixed-link node supportMichael Grzeschik2-39/+60
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller145-1734/+5601
2017-06-25net: qcom/emac: add support for emulation systemsTimur Tabi1-2/+21
2017-06-25net: qcom/emac: do not reset the EMAC during initializationTimur Tabi1-2/+0
2017-06-25net: qcom/emac: add shutdown functionTimur Tabi1-0/+14
2017-06-25net: dsa: mv88e6xxx: fix error code in mv88e6390_serdes_power()Dan Carpenter1-1/+1
2017-06-25nfp: add VF and PF representors to flower appSimon Horman1-2/+83
2017-06-25nfp: add flower appSimon Horman4-0/+300
2017-06-25nfp: add support for control messages for flower appSimon Horman5-3/+281
2017-06-25nfp: add support for tx/rx with metadata portidSimon Horman2-6/+52
2017-06-25nfp: provide nfp_port to of nfp_net_get_mac_addr()Simon Horman3-15/+15
2017-06-25nfp: app callbacks for SRIOVSimon Horman2-5/+55
2017-06-25nfp: add stats and xmit helpers for representorsSimon Horman2-1/+226
2017-06-25nfp: general representor implementationSimon Horman5-0/+287
2017-06-25nfp: map mac_stats and vf_cfg BARsSimon Horman5-33/+164
2017-06-25nfp: move physical port init into a helperJakub Kicinski3-17/+34
2017-06-25nfp: devlink add support for getting eswitch modeJakub Kicinski2-0/+33
2017-06-23net: dsa: bcm_sf2: Remove special handling of "internal" phy-modeFlorian Fainelli1-11/+5
2017-06-23net: bcmgenet: Remove special handling of "internal" phy-modeFlorian Fainelli1-16/+8
2017-06-23Merge tag 'mlx5-updates-2017-06-23' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller11-98/+528
2017-06-23cxgb4: Use Firmware params to get buffer-group mapArjun Vynipadath3-18/+101
2017-06-23cxgb4: Update T6 Buffer Group and Channel MappingsArjun Vynipadath3-18/+80
2017-06-23net: ena: update ena driver to version 1.2.0Netanel Belgazal1-3/+3
2017-06-23net: ena: update driver's rx drop statisticsNetanel Belgazal1-0/+9
2017-06-23net: ena: use lower_32_bits()/upper_32_bits() to split dma addressNetanel Belgazal1-2/+2
2017-06-23net: ena: separate skb allocation to dedicated functionNetanel Belgazal1-17/+27
2017-06-23net: ena: use napi_schedule_irqoff when possibleNetanel Belgazal1-1/+1
2017-06-23net: ena: allow the driver to work with small number of msix vectorsNetanel Belgazal2-20/+51
2017-06-23net: ena: add support for out of order rx buffers refillNetanel Belgazal4-17/+83
2017-06-23net: ena: add reset reason for each device FLRNetanel Belgazal5-6/+54