summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net-next/hinic: Add port management commandsAviad Krawczyk2017-08-227-3/+551
* net-next/hinic: Add aeqsAviad Krawczyk2017-08-225-2/+727
* net-next/hinic: Add api cmd commandsAviad Krawczyk2017-08-223-2/+398
* net-next/hinic: Add management messagesAviad Krawczyk2017-08-225-3/+538
* net-next/hinic: Initialize api cmd hwAviad Krawczyk2017-08-223-1/+236
* net-next/hinic: Initialize api cmd resourcesAviad Krawczyk2017-08-225-2/+563
* net-next/hinic: Initialize hw device componentsAviad Krawczyk2017-08-228-14/+576
* net-next/hinic: Initialize hw interfaceAviad Krawczyk2017-08-2213-0/+917
* net: ethernet: stmmac: dwmac-rk: Add rv1108 gmac supportDavid Wu2017-08-221-0/+53
* ethernet: xircom: small clean up in setup_xirc2ps_cs()Dan Carpenter2017-08-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-214-5/+7
|\
| * net/mlx4_core: Enable 4K UAR if SRIOV module parameter is not enabledHuy Nguyen2017-08-181-2/+2
| * tun: handle register_netdevice() failures properlyEric Dumazet2017-08-181-0/+3
| * netxen: fix incorrect loop counter decrementColin Ian King2017-08-181-1/+1
| * nfp: fix infinite loop on umapping cleanupColin Ian King2017-08-181-2/+1
* | qlogic: make device_attribute constBhumika Goyal2017-08-212-5/+5
* | liquidio: fix use of pf in pass-through mode in a virtual machineRick Farrington2017-08-202-5/+44
* | net: dsa: mv88e6xxx: make irq_chip constBhumika Goyal2017-08-202-2/+2
* | net: ibm: emac: Fix some error handling path in 'emac_probe()'Christophe Jaillet2017-08-202-9/+4
* | cxgb4/cxgbvf: Handle 32-bit fw port capabilitiesGanesh Goudar2017-08-208-356/+1220
* | net/mlx5e: Use size_t to store byte offset in statistics descriptorsGal Pressman2017-08-201-1/+1
* | net/mlx5e: Use kernel types instead of uint*_t in ethtool callbacksGal Pressman2017-08-202-7/+4
* | net/mlx5e: Place constants on the right side of comparisonsOr Gerlitz2017-08-201-2/+2
* | net/mlx5e: Avoid using multiple blank linesOr Gerlitz2017-08-202-2/+0
* | net/mlx5e: Properly indent within conditional statementsOr Gerlitz2017-08-201-14/+17
* | net/mlx5: Add a blank line after declarationsOr Gerlitz2017-08-202-0/+2
* | net/mlx5: Avoid blank lines after/before open/close braceOr Gerlitz2017-08-202-2/+0
* | net/mlx5e: Add outbound PCI buffer overflow counterEran Ben Elisha2017-08-202-2/+24
* | net/mlx5e: Add RX buffer fullness countersGal Pressman2017-08-203-1/+30
* | net/mlx5e: Add PCIe outbound stalls countersGal Pressman2017-08-202-1/+20
* | net/mlx5e: IPoIB, Add support for get_link_ksettings in ethtoolShalom Lagziel2017-08-201-12/+118
* | net/mlx5e: IPoIB, Fix driver name retrieved by ethtoolFeras Daoud2017-08-201-0/+2
* | net/mlx5e: Send PAOS command on interface up/downEran Ben Elisha2017-08-202-7/+20
* | bnxt_en: fix spelling mistake: "swtichdev" -> "switchdev"Colin Ian King2017-08-191-1/+1
* | net: hns3: fix a handful of spelling mistakesColin Ian King2017-08-192-3/+3
* | net: defxx: constify eisa_device_idArvind Yadav2017-08-191-1/+1
* | net: hp100: constify eisa_device_idArvind Yadav2017-08-191-1/+1
* | net: de4x5: constify eisa_device_idArvind Yadav2017-08-191-1/+1
* | net: 3c59x: constify eisa_device_idArvind Yadav2017-08-191-1/+1
* | net: 3c509: constify eisa_device_idArvind Yadav2017-08-191-1/+1
* | nfp: don't reuse pointers in ring dumpingJakub Kicinski2017-08-181-6/+7
* | nfp: fix copy paste in names and messages regarding vNICsJakub Kicinski2017-08-181-2/+2
* | nfp: add ethtool statistics for representorsJakub Kicinski2017-08-182-4/+71
* | nfp: add pointer to vNIC config memory to nfp_port structureJakub Kicinski2017-08-183-37/+18
* | nfp: report MAC statistics in ethtoolJakub Kicinski2017-08-182-17/+153
* | nfp: store pointer to MAC statistics in nfp_portJakub Kicinski2017-08-183-8/+9
* | nfp: split software and hardware vNIC statisticsJakub Kicinski2017-08-181-72/+120
* | nfp: add helper for printing ethtool stringsJakub Kicinski2017-08-181-33/+32
* | nfp: don't report standard netdev statistics in ethtoolJakub Kicinski2017-08-181-77/+32
* | nfp: allow retreiving management FW logs on representorsJakub Kicinski2017-08-182-18/+17