summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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/jkirshe...David S. Miller5-111/+250
2018-07-26net: sched: unmark chain as explicitly created on deleteJiri Pirko1-0/+1
2018-07-26tls: Skip zerocopy path for ITER_KVECDoron Roberts-Kedes1-3/+4
2018-07-26net: sched: cls_api: fix dead code in switchGustavo A. R. Silva1-1/+0
2018-07-26l2tp: remove ->recv_payload_hookGuillaume Nault5-39/+18
2018-07-26tipc: add missing dev_put() on error in tipc_enable_l2_mediaYueHaibing1-0/+1
2018-07-26net/tls: Removed redundant checks for non-NULLVakul Garg1-6/+3
2018-07-26cbs: Add support for the graft functionVinicius Costa Gomes1-9/+125
2018-07-26net: hns: Make many functions staticYueHaibing10-52/+60
2018-07-26selftests/net: add tls to .gitignoreAnders Roxell1-0/+1
2018-07-26selftests: forwarding: add tests for TC chain get and dump operationsJiri Pirko1-0/+21
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-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