summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: et131x: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* qede: hide 32-bit compile warningArnd Bergmann2016-08-311-1/+1
* ravb: avoid unused function warningsArnd Bergmann2016-08-311-10/+4
* net: veth: Set features for MPLSDavid Ahern2016-08-311-0/+1
* ixgbe: Eliminate useless message and improve logicMark Rustad2016-08-311-11/+5
* drivers: net: stmmac: fix spelling mistake "mulitcast" -> "multicast"Colin Ian King2016-08-311-1/+1
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2016-08-3010-122/+200
|\
| * fm10k: don't re-map queues when a mailbox message sufficesJacob Keller2016-08-291-17/+29
| * fm10k: don't clear the RXQCTL register when enabling or disabling queuesJacob Keller2016-08-291-3/+5
| * fm10k: remove unnecessary extra parenthesis around ((~value))Jacob Keller2016-08-291-1/+1
| * fm10k: add support for Rx offloads on one Geneve tunnelJacob Keller2016-08-294-4/+31
| * fm10k: rework vxlan_port offload before adding geneve supportJacob Keller2016-08-293-78/+93
| * fm10k: don't try to stop queues if we've lost hw_addrJacob Keller2016-08-291-0/+3
| * fm10k: don't continue probe if PCI device not in normal IO stateJacob Keller2016-08-291-0/+6
| * fm10k: print error code when pci_enable_device_mem fails during probeJacob Keller2016-08-291-1/+4
| * fm10k: NAPI polling routine must return actual work doneJacob Keller2016-08-291-1/+1
| * fm10k: prefer READ_ONCE instead of ACCESS_ONCEJacob Keller2016-08-295-9/+9
| * fm10k: remove fm10k_get_reta_size from namespaceJacob Keller2016-08-292-2/+1
| * fm10k: use variadic form of alloc_workqueueJacob Keller2016-08-291-1/+1
| * fm10k: use software values when checking for Tx hangs in hot pathJacob Keller2016-08-293-6/+17
| * fm10k: fix PCI device enable_cnt leak in .io_slot_resetJacob Keller2016-08-291-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-30219-1016/+3170
|\ \ | |/ |/|
| * Merge tag 'hwmon-for-linus-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-301-0/+1
| |\
| | * hwmon: (it87) Add missing sysfs attribute group terminatorJean Delvare2016-08-291-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-2953-332/+596
| |\ \
| | * | Add Killer E2500 device ID in alx driver.Owen Lin2016-08-292-0/+3
| | * | net: smc91x: fix SMC accessesRussell King2016-08-292-20/+52
| | * | net/mlx5: Increase number of ethtool steering prioritiesMaor Gottlieb2016-08-291-1/+1
| | * | net/mlx5: Add error prints when validate ETS failedEran Ben Elisha2016-08-291-5/+16
| | * | net/mlx5e: Fix memory leak if refreshing TIRs failsKamal Heib2016-08-291-3/+4
| | * | net/mlx5e: Add ethtool counter for TX xmit_moreTariq Toukan2016-08-293-0/+6
| | * | net/mlx5e: Fix ethtool -g/G rx ring parameter report with striding RQEran Ben Elisha2016-08-291-9/+67
| | * | net/mlx5e: Don't wait for SQ completions on closeSaeed Mahameed2016-08-294-70/+44
| | * | net/mlx5e: Don't post fragmented MPWQE when RQ is disabledSaeed Mahameed2016-08-292-0/+10
| | * | net/mlx5e: Don't wait for RQ completions on closeSaeed Mahameed2016-08-293-42/+22
| | * | net/mlx5e: Limit UMR length to the device's limitationSaeed Mahameed2016-08-294-16/+40
| | * | sfc: fix potential stack corruption from running past stat bitmaskAndrew Rybchenko2016-08-271-1/+2
| | * | team: loadbalance: push lacpdus to exact deliveryJiri Pirko2016-08-261-0/+15
| | * | net: hns: dereference ppe_cb->ppe_common_cb if it is non-nullColin Ian King2016-08-261-1/+2
| | * | 8139cp: Fix one possible deadloop in cp_rx_pollGao Feng2016-08-261-1/+1
| | * | i40e: Change some init flow for the clientAnjali Singhai Jain2016-08-262-12/+30
| | * | Revert "phy: IRQ cannot be shared"Xander Huff2016-08-261-2/+4
| | * | net: dsa: bcm_sf2: Fix race condition while unmasking interruptsFlorian Fainelli2016-08-261-1/+1
| | * | mlxsw: router: Enable neighbors to be created on stacked devicesYotam Gigi2016-08-241-1/+1
| | * | mlxsw: spectrum: Add missing flood to router portIdo Schimmel2016-08-242-1/+43
| | * | tun: fix transmit timestamp supportSoheil Hassas Yeganeh2016-08-241-5/+1
| | * | dwc_eth_qos: fix interrupt enable raceRabin Vincent2016-08-241-7/+10
| | * | net: lpc_eth: Check clk_prepare_enable() errorFabio Estevam2016-08-241-11/+9
| | * | net: mv88e6xxx: Fix ingress rate removal for mv6131 chipsJamie Lentin2016-08-241-2/+6
| | * | phy: micrel: Reenable interrupts during resume for ksz9031Xander Huff2016-08-241-1/+1