summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* ixgbevf: Check for RSS key before setting valueTony Nguyen2017-04-303-4/+34
* ixgbevf: Fix errors in retrieving RETA and RSS from PFTony Nguyen2017-04-301-3/+3
* ixgbe: Check for RSS key before setting valueTony Nguyen2017-04-304-7/+31
* ixgbe: Add 1000Base-T device based on X550EM_X MACPaul Greenwalt2017-04-304-1/+49
* ixgbe: Allow setting zero MAC address for VFTony Nguyen2017-04-301-10/+18
* ixgbevf: fix size of queue stats lengthEmil Tantilov2017-04-301-1/+1
* ixgbe: clean macvlan MAC filter table on VF resetEmil Tantilov2017-04-301-52/+53
* ixgbe: delay tail write to every 'n' packetsJohn Fastabend2017-04-301-11/+17
* ixgbe: add support for XDP_TX actionJohn Fastabend2017-04-304-53/+348
* ixgbe: add XDP support for pass and drop actionsJohn Fastabend2017-04-303-29/+148
* ixgbe: Acquire PHY semaphore before device resetPaul Greenwalt2017-04-292-0/+16
* qed: Acquire/release ptt_ptp lock when enabling/disabling PTP.sudarsana.kalluru@cavium.com2017-04-273-15/+19
* qed: Remove the un-needed ptp header file.sudarsana.kalluru@cavium.com2017-04-272-48/+0Star
* qede: Add support for PTP resource locking.sudarsana.kalluru@cavium.com2017-04-273-99/+75Star
* qed: Add support for PTP resource locking.sudarsana.kalluru@cavium.com2017-04-274-0/+106
* qed: Add support for MFW resource locking.sudarsana.kalluru@cavium.com2017-04-273-11/+49
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-2712-65/+93
|\
| * qed: Fix error in the dcbx app meta data initialization.sudarsana.kalluru@cavium.com2017-04-251-5/+5
| * sfc: tx ring can only have 2048 entries for all EF10 NICsBert Kenward2017-04-252-1/+5
| * Merge tag 'mlx5-fixes-2017-04-22' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-04-246-53/+76
| |\
| | * net/mlx5e: Fix ETHTOOL_GRXCLSRLALL handlingIlan Tayari2017-04-221-0/+1
| | * net/mlx5e: Fix small packet thresholdEugenia Emantayev2017-04-221-1/+1
| | * net/mlx5: Fix UAR memory leakMaor Gottlieb2017-04-221-0/+1
| | * net/mlx5e: Make sure the FW max encap size is enough for ipv6 tunnelsOr Gerlitz2017-04-221-19/+23
| | * net/mlx5e: Make sure the FW max encap size is enough for ipv4 tunnelsOr Gerlitz2017-04-221-19/+23
| | * net/mlx5: E-Switch, Correctly deal with inline mode on ConnectX-5Or Gerlitz2017-04-222-13/+26
| | * net/mlx5: Fix driver load bad flow when having fw initializing timeoutMohamad Haj Yahia2017-04-221-1/+1
| * | ravb: Double free on error in ravb_start_xmit()Dan Carpenter2017-04-241-3/+4
| * | net: tc35815: move free after the dereferenceDan Carpenter2017-04-241-1/+1
| * | net/mlx5e: Fix race in mlx5e_sw_stats and mlx5e_vport_statsMartin KaFai Lau2017-04-241-2/+2
| |/
* | ibmvnic: Move initialization of sub crqs to ibmvnic_initNathan Fontenot2017-04-261-11/+12
* | ibmvnic: Split initialization of scrqs to its own routineNathan Fontenot2017-04-261-47/+54
* | drivers: net: xgene-v2: Fix error return code in xge_mdio_config()Wei Yongjun2017-04-251-0/+1
* | qed: fix invalid use of sizeof in qed_alloc_qm_data()Wei Yongjun2017-04-251-1/+1
* | net: ethernet: ti: netcp_core: remove unused compl queue mappingIvan Khoronzhuk2017-04-251-4/+0Star
* | qed - VF tunnelling support [VXLAN/GENEVE/GRE]Chopra, Manish2017-04-258-4/+446
* | qed/qede: Add UDP ports in bulletin boardChopra, Manish2017-04-258-1/+83
* | qede: Configure UDP ports in local context.Chopra, Manish2017-04-253-36/+52
* | qede: Disable tunnel offloads for non offloaded UDP portsChopra, Manish2017-04-251-6/+17
* | qed/qede: Enable tunnel offloads based on hw configurationChopra, Manish2017-04-253-11/+46
* | qed: refactor tunnelling - API/StructsChopra, Manish2017-04-257-197/+207
* | qlcnic: fix unchecked return valuePan Bian2017-04-241-0/+2
* | nfp: remove the refresh of all ports optimizationJakub Kicinski2017-04-243-25/+58
* | nfp: fix free list buffer size reportingJakub Kicinski2017-04-241-3/+4
* | nfp: add NSP routine to get static informationDavid Brunecz2017-04-246-0/+129
* | nfp: parse metadata prepend before XDP runsJakub Kicinski2017-04-242-33/+40
* | nfp: make use of the DMA_ATTR_SKIP_CPU_SYNC attrJakub Kicinski2017-04-241-18/+35
* | Merge tag 'mlx5-updates-2017-04-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-04-247-33/+135
|\ \
| * | mlx5: fix warning about missing prototypeStephen Hemminger2017-04-222-0/+2
| * | mlx5: hide unused functionsStephen Hemminger2017-04-221-11/+13