summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: bnxt: add TC flower filter offload supportSathya Perla2017-08-288-9/+850
* bnxt_en: fix clearing devlink ptr from bnxt structSathya Perla2017-08-282-7/+11
* bnxt_en: Reduce default rings on multi-port cards.Michael Chan2017-08-282-4/+10
* bnxt_en: Improve -ENOMEM logic in NAPI poll loop.Michael Chan2017-08-281-0/+7
* bnxt: initialize board_info values with proper enumsScott Branden2017-08-281-32/+32
* bnxt: Add PCIe device IDs for bcm58802/bcm58808Ray Jui2017-08-282-1/+15
* bnxt_en: assign CPU affinity hints to bnxt_en IRQsVasundhara Volam2017-08-282-2/+27
* bnxt_en: Improve tx ring reservation logic.Michael Chan2017-08-284-14/+44
* bnxt_en: Update firmware interface spec. to 1.8.1.4.Michael Chan2017-08-281-5/+181
* ftgmac100: Support NCSI VLAN filtering when availableSamuel Mendoza-Jonas2017-08-281-0/+5
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-08-2814-122/+280
|\
| * i40e/i40evf: avoid dynamic ITR updates when polling or low packet rateJacob Keller2017-08-274-10/+36
| * i40e/i40evf: remove ULTRA latency modeJacob Keller2017-08-274-36/+0
| * i40e: invert logic for checking incorrect cpu vs irq affinityJacob Keller2017-08-272-31/+30
| * i40e: initialize our affinity_mask based on cpu_possible_maskJacob Keller2017-08-272-7/+12
| * i40e: move enabling icr0 into i40e_update_enable_itrJacob Keller2017-08-271-2/+6
| * i40e: remove workaround for resetting XPSJacob Keller2017-08-271-12/+5
| * i40e: Fix for unused value issue found by static analysisCarolyn Wyborny2017-08-271-1/+3
| * i40e: 25G FEC status improvementsMariusz Stachura2017-08-271-2/+16
| * i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura2017-08-274-0/+137
| * i40e: force VMDQ device name truncationJacob Keller2017-08-271-2/+7
| * i40evf: fix possible snprintf truncation of q_vector->nameJacob Keller2017-08-272-13/+10
| * i40e: Use correct flag to enable egress traffic for unicast promiscAkeem G Abodunrin2017-08-271-1/+1
| * i40e: prevent snprintf format specifier truncationJacob Keller2017-08-272-4/+4
| * i40e: Store the requested FEC informationMariusz Stachura2017-08-273-0/+6
| * i40e: Update state variable for adminq subtaskSudheer Mogilappagari2017-08-271-2/+8
* | net-next/hinic: fix comparison of a uint16_t type with -1Aviad Krawczyk2017-08-282-36/+22
* | net-next/hinic: Fix MTU limitationAviad Krawczyk2017-08-281-0/+1
* | irda: move drivers/net/irda to drivers/staging/irda/driversGreg Kroah-Hartman2017-08-2848-33484/+0
* | dpaa_eth: check allocation resultMadalin Bucur2017-08-281-0/+3
* | dpaa_eth: add NETIF_F_RXHASHMadalin Bucur2017-08-285-5/+41
* | dpaa_eth: enable Rx hashing controlMadalin Bucur2017-08-281-0/+113
* | dpaa_eth: use multiple Rx frame queuesMadalin Bucur2017-08-283-7/+47
* | fsl/fman: enable FMan KeygenIordache Florinel-R701772017-08-287-2/+884
* | fsl/fman: move struct fman to header fileMadalin Bucur2017-08-283-81/+82
* | net: ethernet: broadcom: Remove null check before kfreeHimanshu Jha2017-08-281-8/+4
* | mlxsw: spectrum_dpipe: Fix host table dumpArkadi Sharshevsky2017-08-281-0/+3
* | mlxsw: spectrum: compile-in dpipe support only if devlink is enabledJiri Pirko2017-08-282-1/+17
* | xen-netback: update ubuf_info initialization to anonymous unionWillem de Bruijn2017-08-281-2/+2
|/
* net: mvpp2: fix the packet size configuration for 10GAntoine Ténart2017-08-251-2/+2
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-08-2513-249/+289
|\
| * i40e: synchronize nvmupdate command and adminq subtaskSudheer Mogilappagari2017-08-251-0/+6
| * i40e: prevent changing ITR if adaptive-rx/tx enabledAlan Brady2017-08-251-22/+43
| * i40e: use cpumask_copy instead of direct assignmentJacob Keller2017-08-252-2/+2
| * i40evf: use netdev variable in reset taskAlan Brady2017-08-251-2/+2
| * i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_re...Stefan Assmann2017-08-254-23/+23
| * i40e: move check for avoiding VID=0 filters into i40e_vsi_add_vlanJacob Keller2017-08-251-10/+13
| * i40e/i40evf: use cmpxchg64 when updating private flags in ethtoolJacob Keller2017-08-252-28/+70
| * i40e: Detect ATR HW Evict NVM issue and disable the featureAnjali Singhai Jain2017-08-251-0/+8
| * i40e: remove workaround for Open Firmware MAC addressJacob Keller2017-08-252-61/+0