aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-26net/mlx5e: Add support for XDP_REDIRECT in device-out sideTariq Toukan7-21/+154
2018-07-26net/mlx5e: Re-order fields of struct mlx5e_xdpsqTariq Toukan4-18/+19
2018-07-26net/mlx5e: Refactor XDP countersTariq Toukan5-26/+52
2018-07-26net/mlx5e: Make XDP xmit functions more genericTariq Toukan4-42/+61
2018-07-26net/mlx5e: Add counter for XDP redirect in RXTariq Toukan3-0/+6
2018-07-26net/mlx5e: Move XDP related code into new XDP filesTariq Toukan7-215/+293
2018-07-26net/mlx5e: Restrict the combination of large MTU and XDPTariq Toukan2-8/+33
2018-07-26net/mlx5e: Gather all XDP pre-requisite checks in a single functionTariq Toukan1-11/+22
2018-07-26net/mlx5e: Do not recycle RX pages in interface down flowTariq Toukan1-17/+20
2018-07-26net/mlx5e: Replace call to MPWQE free with dealloc in interface down flowTariq Toukan3-3/+2
2018-07-26Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller5-111/+250
2018-07-26net: hns: Make many functions staticYueHaibing10-52/+60
2018-07-26ixgbe: Refactor queue disable logic to take completion time into accountAlexander Duyck3-91/+224
2018-07-26ixgbe: Reorder Tx/Rx shutdown to reduce time needed to stop deviceAlexander Duyck1-7/+7
2018-07-26igb: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas1-2/+2
2018-07-26igb: Remove superfluous reset to PHY and page 0 selectionChristian Grönke1-12/+0
2018-07-26ixgbe: add ipsec security registers into ethtool register dumpShannon Nelson1-1/+9
2018-07-26ixgbe: Do not allow LRO or MTU change with XDPTony Nguyen1-0/+10
2018-07-25nfp: protect from theoretical size overflows on HW descriptor ringJakub Kicinski2-6/+7
2018-07-25nfp: restore correct ordering of fields in rx ring structureJakub Kicinski1-3/+4
2018-07-25nfp: use kvcalloc() to allocate SW buffer descriptor arraysJakub Kicinski1-8/+8
2018-07-25nfp: don't fail probe on pci_sriov_set_totalvfs() errorsJakub Kicinski1-8/+12
2018-07-25amd-xgbe: use dma_mapping_error to check map errorsYueHaibing1-4/+3
2018-07-25mlxsw: spectrum_acl: Start using A-TCAMIdo Schimmel7-36/+124
2018-07-25mlxsw: spectrum_acl: Add A-TCAM rule insertion and deletionIdo Schimmel4-5/+485
2018-07-25mlxsw: spectrum_acl: Pass C-TCAM region and entry to insert functionIdo Schimmel1-10/+11
2018-07-25mlxsw: spectrum_acl: Add A-TCAM region initializationIdo Schimmel1-22/+33
2018-07-25mlxsw: spectrum_acl: Make global TCAM resources available to regionsIdo Schimmel6-3/+9
2018-07-25mlxsw: spectrum_acl: Encapsulate C-TCAM region in A-TCAM regionIdo Schimmel3-11/+16
2018-07-25mlxsw: spectrum_acl: Add A-TCAM initializationIdo Schimmel3-0/+23
2018-07-25mlxsw: spectrum_acl: Allow encoding a partial keyIdo Schimmel3-6/+11
2018-07-25mlxsw: spectrum_acl: Extend Spectrum-2 region structIdo Schimmel1-0/+3
2018-07-25mlxsw: spectrum_acl: Add support for C-TCAM eRPsIdo Schimmel2-13/+191
2018-07-25mlxsw: spectrum_acl: Enable C-TCAM only mode in eRP coreIdo Schimmel1-3/+7
2018-07-25mlxsw: spectrum_acl: Implement common eRP coreIdo Schimmel4-1/+1061
2018-07-25mlxsw: resources: Add Spectrum-2 eRP resourcesIdo Schimmel1-0/+12
2018-07-25mlxsw: resources: Add Spectrum-2 maximum large key ID resourceIdo Schimmel1-0/+2
2018-07-25mlxsw: reg: Add Policy-Engine eRP Table RegisterIdo Schimmel1-0/+113
2018-07-25mlxsw: reg: Add Policy-Engine TCAM Entry Register Version 3Ido Schimmel1-3/+162
2018-07-25mlxsw: reg: Prepare PERERP register for A-TCAM usageIdo Schimmel2-4/+20
2018-07-25lan743x: Make symbol lan743x_pm_ops staticWei Yongjun1-1/+1
2018-07-25net/mlx4_core: Allow MTTs starting at any indexTariq Toukan3-5/+6
2018-07-25net/mlx5e: Offload TC matching on tos/ttl for ip tunnelsOr Gerlitz1-1/+22
2018-07-25net/mlx5e: Support setup of tos and ttl for tunnel key TC action offloadOr Gerlitz1-9/+12
2018-07-25net/mlx5e: Use ttl from route lookup on tc encap offload only if neededOr Gerlitz1-10/+17
2018-07-25vxge: Remove unnecessary include of <linux/pci_hotplug.h>Bjorn Helgaas1-1/+0
2018-07-25net: ethernet: fs-enet: Use generic CRC32 implementationKrzysztof Kozlowski1-14/+4
2018-07-25net: ethernet: freescale: Use generic CRC32 implementationKrzysztof Kozlowski1-10/+3
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller24-54/+99
2018-07-24net: axienet: Fix double deregister of mdioShubhrajyoti Datta1-0/+1