summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: use intermediate representation for matchall offloadPieter Jansen van Vuuren2019-05-052-19/+30
* net/sched: use the hardware intermediate representation for matchallPieter Jansen van Vuuren2019-05-052-0/+34
* net/sched: add sample action to the hardware intermediate representationPieter Jansen van Vuuren2019-05-052-0/+15
* Merge branch 'of_net-Add-NVMEM-support-to-of_get_mac_address'David S. Miller2019-05-0532-70/+129
|\
| * powerpc: tsi108: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-051-1/+1
| * ARM: Kirkwood: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-051-1/+2
| * staging: octeon-ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-051-1/+1
| * net: wireless: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-053-3/+3
| * net: usb: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-052-2/+2
| * net: davinci: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-051-10/+6
| * net: macb: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-051-7/+5
| * dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviourPetr Štetiar2019-05-0521-42/+58
| * of_net: add NVMEM support to of_get_mac_addressPetr Štetiar2019-05-051-3/+51
|/
* Merge branch 'bnxt_en-Driver-updates'David S. Miller2019-05-054-102/+432
|\
| * bnxt_en: Add device IDs 0x1806 and 0x1752 for 57500 devices.Michael Chan2019-05-051-0/+4
| * bnxt_en: Add support for aRFS on 57500 chips.Michael Chan2019-05-051-4/+12
| * bnxt_en: Query firmware capability to support aRFS on 57500 chips.Michael Chan2019-05-052-1/+44
| * bnxt_en: Improve NQ reservations.Michael Chan2019-05-051-2/+4
| * bnxt_en: Separate RDMA MR/AH context allocation.Devesh Sharma2019-05-052-1/+19
| * bnxt_en: read the clause type from the PHY IDVasundhara Volam2019-05-051-2/+2
| * bnxt_en: Read package version from firmware.Vasundhara Volam2019-05-053-1/+12
| * bnxt_en: Check new firmware capability to display extended stats.Vasundhara Volam2019-05-052-2/+7
| * bnxt_en: Add support for PCIe statisticsVasundhara Volam2019-05-053-1/+82
| * bnxt_en: Refactor bnxt_alloc_stats().Vasundhara Volam2019-05-051-39/+36
| * bnxt_en: Update firmware interface to 1.10.0.69.Michael Chan2019-05-052-53/+214
|/
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-05-0512-179/+339
|\
| * ice: Disable sniffing VF traffic on PFMichal Swiatkowski2019-05-041-22/+2
| * ice: Use more efficient structuresJesse Brandeburg2019-05-041-2/+2
| * ice: Use bitfields where possibleJesse Brandeburg2019-05-041-5/+5
| * ice: Add function to program ethertype based filter rule on VSIsAkeem G Abodunrin2019-05-044-0/+120
| * ice: Separate if conditions for ice_set_features()Tony Nguyen2019-05-041-2/+6
| * ice: Remove __always_unused attributeTony Nguyen2019-05-041-1/+1
| * ice: Suppress false-positive style issues reported by static analyzerBruce Allan2019-05-041-0/+1
| * ice: Refactor getting/setting coalesceBrett Creeley2019-05-041-59/+93
| * ice: Always free/allocate q_vectorsBrett Creeley2019-05-041-20/+14
| * ice: Do not unnecessarily initialize local variableBruce Allan2019-05-041-1/+1
| * ice: Add more validation in ice_vc_cfg_irq_map_msgMichal Swiatkowski2019-05-044-28/+36
| * ice: Don't remove VLAN filters that were never programmedAkeem G Abodunrin2019-05-042-2/+16
| * ice: Preserve VLAN Rx stripping settingsTony Nguyen2019-05-041-0/+4
| * ice: Fix for allowing too many MDD events on VFMichal Swiatkowski2019-05-041-7/+8
| * ice: Use pf instead of vsi-backJesse Brandeburg2019-05-041-30/+30
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2019-05-0510-63/+193
|\ \
| * | i40e: Memory leak in i40e_config_iwarp_qvlistMartyna Szapar2019-05-041-8/+15
| * | i40e: Fix of memory leak and integer truncation in i40e_virtchnl.cMartyna Szapar2019-05-041-6/+10
| * | i40e: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-05-041-4/+2
| * | i40e: Revert ShadowRAM checksum calculation changeMaciej Paczkowski2019-05-041-25/+3
| * | i40e: missing input validation on VF message handling by the PFMartyna Szapar2019-05-042-14/+46
| * | i40e: Add support for X710 B/P & SFP+ cardsAleksandr Loktionov2019-05-046-2/+74
| * | i40e: Wrong truncation from u16 to u8Grzegorz Siwik2019-05-041-1/+1
| * | i40e: add num_vectors checker in iwarp handlerSergey Nemov2019-05-041-0/+10