summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mlx5-updates-2021-04-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-04-1426-778/+996
|\
| * net/mlx5e: Fix RQ creation flow for queues which doesn't support XDPAya Levin2021-04-141-2/+3
| * net/mlx5: Replace spaces with tab at the start of a lineWenpeng Liang2021-04-141-1/+1
| * net/mlx5: Remove return statement exist at the end of void functionWenpeng Liang2021-04-143-4/+0
| * net/mlx5: Add a blank line after declarationsWenpeng Liang2021-04-142-2/+3
| * net/mlx5: Fix bit-wise and with zeroColin Ian King2021-04-141-1/+1
| * net/mlx5: DR, Alloc cmd buffer with kvzalloc() instead of kzalloc()Roi Dayan2021-04-142-5/+5
| * net/mlx5: DR, Use variably sized data structures for different actionsJianbo Liu2021-04-144-159/+199
| * net/mlx5: SF, Reuse stored hardware function idParav Pandit2021-04-141-3/+2
| * net/mlx5: SF, Use device pointer directlyParav Pandit2021-04-141-8/+8
| * net/mlx5: E-Switch, Initialize eswitch acls ns when eswitch is enabledParav Pandit2021-04-143-55/+93
| * net/mlx5: E-Switch, Move legacy code to a individual fileParav Pandit2021-04-145-507/+539
| * net/mlx5: E-Switch, Convert a macro to a helper routineParav Pandit2021-04-142-17/+20
| * net/mlx5: E-Switch Make cleanup sequence mirror of initParav Pandit2021-04-141-2/+1
| * net/mlx5: E-Switch, Make vport number u16Parav Pandit2021-04-143-4/+4
| * net/mlx5: E-Switch, Skip querying SF enabled bitsParav Pandit2021-04-141-6/+0
| * net/mlx5: E-Switch, let user to enable disable metadataParav Pandit2021-04-145-7/+122
* | net: enetc: fetch MAC address from device treeMichael Walle2021-04-141-16/+49
* | sfc: Remove duplicate argumentWan Jiabing2021-04-141-1/+0
* | skbuff: revert "skbuff: remove some unnecessary operation in skb_segment_list()"Paolo Abeni2021-04-141-3/+12
* | atm: idt77252: remove unused functionJiapeng Chong2021-04-141-6/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-04-144-4/+4
|\ \
| * | ipv6: fix clang Wformat warningArnd Bergmann2021-03-252-2/+2
| * | esp6: remove a duplicative conditionJunlin Yang2021-03-121-1/+1
| * | esp4: Simplify the calculation of variablesJiapeng Chong2021-03-121-1/+1
* | | r8169: add support for pause ethtool opsHeiner Kallweit2021-04-141-0/+28
* | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2021-04-144-8/+5
|\ \ \
| * | | net: ethernet: intel: Fix a typo in the file ixgbe_dcb_nl.cBhaskar Chowdhury2021-04-141-1/+1
| * | | net: intel: Remove unused function pointer typedef ixgbe_mc_addr_itrChen Lin2021-04-142-7/+0
| * | | ixgbe: Support external GBE SerDes PHY BCM54616sJostar Yang2021-04-142-0/+4
* | | | net: stmmac: Add support for external trigger timestampingTan Tee Min2021-04-148-1/+101
* | | | Merge branch 'marvell-88x2222-improvements'David S. Miller2021-04-141-105/+209
|\ \ \ \
| * | | | net: phy: marvell-88x2222: swap 1G/10G modes on autonegIvan Bornyakov2021-04-141-28/+89
| * | | | net: phy: marvell-88x2222: move read_status after config_anegIvan Bornyakov2021-04-141-98/+98
| * | | | net: phy: marvell-88x2222: check that link is operationalIvan Bornyakov2021-04-141-0/+43
|/ / / /
* | | | net: Space: remove hp100 probeArnd Bergmann2021-04-141-3/+0
* | | | Merge branch 'dpaa2-switch-tc-hw-offload'David S. Miller2021-04-147-67/+893
|\ \ \ \ | |/ / / |/| | |
| * | | dpaa2-switch: reuse dpaa2_switch_acl_entry_add() for STP frames trapIoana Ciornei2021-04-143-46/+12
| * | | dpaa2-switch: add tc matchall filter supportIoana Ciornei2021-04-143-0/+79
| * | | dpaa2-switch: add tc flower hardware offload on ingress trafficIoana Ciornei2021-04-147-14/+768
| * | | dpaa2-switch: install default STP trap rule with the highest priorityIoana Ciornei2021-04-141-8/+1
| * | | dpaa2-switch: create a central dpaa2_switch_acl_tbl structureIoana Ciornei2021-04-142-10/+44
|/ / /
* | | ionic: return -EFAULT if copy_to_user() failsDan Carpenter2021-04-141-1/+3
* | | Merge branch 'stmmac-xdp-zc'David S. Miller2021-04-144-339/+1321
|\ \ \
| * | | net: stmmac: Add TX via XDP zero-copy socketOng Boon Leong2021-04-143-29/+310
| * | | net: stmmac: Enable RX via AF_XDP zero-copyOng Boon Leong2021-04-144-29/+679
| * | | net: stmmac: Refactor __stmmac_xdp_run_prog for XDP ZCOng Boon Leong2021-04-141-12/+23
| * | | net: stmmac: rearrange RX and TX desc init into per-queue basisOng Boon Leong2021-04-141-80/+100
| * | | net: stmmac: refactor stmmac_init_rx_buffers for stmmac_reinit_rx_buffersOng Boon Leong2021-04-141-189/+189
| * | | net: stmmac: introduce dma_recycle_rx_skbufs for stmmac_reinit_rx_buffersOng Boon Leong2021-04-141-17/+27