summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-25rds: send: Fix dead code in rds_sendmsgGustavo A. R. Silva1-1/+1
2018-07-25net/rds/Kconfig: RDS should depend on IPV6Anders Roxell1-1/+1
2018-07-25Merge branch 'smc-next'David S. Miller15-144/+228
2018-07-25net/smc: improve delete link processingKarsten Graul5-23/+68
2018-07-25net/smc: provide fallback reason codeKarsten Graul6-29/+61
2018-07-25net/smc: use correct vlan gid of RoCE deviceUrsula Braun12-81/+93
2018-07-25net/smc: fewer parameters for smc_llc_send_confirm_link()Ursula Braun3-13/+8
2018-07-25Merge branch 'nfp-protect-from-theoretical-size-overflows-and-SR-IOV-errors'David S. Miller3-24/+30
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-25Merge branch 'mlxsw-Introduce-algorithmic-TCAM-support'David S. Miller14-69/+2235
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-25tcp: make function tcp_retransmit_stamp() staticWei Yongjun1-1/+1
2018-07-25net/sched: cls_flower: Use correct inline function for assignment of vlan tpidJianbo Liu1-2/+2
2018-07-25net/mlx4_core: Allow MTTs starting at any indexTariq Toukan3-5/+6
2018-07-25Merge branch 'mlx5-Offload-setting-matching-on-tunnel-tos-ttl'David S. Miller1-14/+45
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: phy: add helper phy_polling_modeHeiner Kallweit2-4/+14
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-25net: phy: prevent PHYs w/o Clause 22 regs from calling genphy_config_anegCamelia Groza1-2/+8
2018-07-25Merge branch 'virtio_net-Add-ethtool-stat-items'David S. Miller1-63/+158