summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| | * | gianfar: fix size of scatter-gathered framesZefir Kurtisi2016-08-241-6/+14
| | * | gianfar: prevent fragmentation in DSA environmentsZefir Kurtisi2016-08-241-1/+2
| | * | qed: FLR of active VFs might lead to FW assertYuval Mintz2016-08-231-1/+10
| | * | net: tehuti: fix typo: "eneble" -> "enable"Colin Ian King2016-08-221-1/+1
| | * | net: xilinx: emaclite: Fallback to random MAC address.Daniel Romell2016-08-211-3/+5
| | * | vmxnet3: fix tx data ring copy for variable sizeShrikrishna Khare2016-08-202-3/+5
| | * | ixgbe: Do not clear RAR entry when clearing VMDq for SAN MACAlexander Duyck2016-08-201-1/+3
| | * | mlxsw: spectrum_buffers: Fix pool value handling in mlxsw_sp_sb_tc_pool_bind_setJiri Pirko2016-08-201-8/+4
| | * | net/mlx5: E-Switch, Avoid ACLs in the offloads modeOr Gerlitz2016-08-201-7/+9
| | * | net/mlx5: E-Switch, Set the send-to-vport rules in the correct tableOr Gerlitz2016-08-201-1/+1
| | * | net/mlx5: E-Switch, Return the correct devlink e-switch modeOr Gerlitz2016-08-201-5/+19
| | * | net/mlx5e: Retrieve the switchdev id from the firmware only onceHadar Hen Zion2016-08-203-3/+8