aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-04-14ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller7-267/+175
2021-04-14ice: refactor interrupt moderation writesJesse Brandeburg5-104/+112
2021-04-14ice: Add new VSI states to track netdev alloc/registrationAnirudh Venkataramanan3-6/+22
2021-04-14ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan8-187/+187
2021-04-14ice: use kernel definitions for IANA protocol ports and ether-typesBruce Allan4-8/+8
2021-04-14Merge tag 'linux-can-next-for-5.13-20210414' of git://git.kernel.org/pub/scm/...David S. Miller1-1/+1
2021-04-14Merge tag 'mlx5-updates-2021-04-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller24-776/+961
2021-04-14net: enetc: fetch MAC address from device treeMichael Walle1-16/+49
2021-04-14sfc: Remove duplicate argumentWan Jiabing1-1/+0
2021-04-14atm: idt77252: remove unused functionJiapeng Chong1-6/+0
2021-04-14r8169: add support for pause ethtool opsHeiner Kallweit1-0/+28
2021-04-14Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller4-8/+5
2021-04-14net: stmmac: Add support for external trigger timestampingTan Tee Min7-1/+99
2021-04-14net: phy: marvell-88x2222: swap 1G/10G modes on autonegIvan Bornyakov1-28/+89
2021-04-14net: phy: marvell-88x2222: move read_status after config_anegIvan Bornyakov1-98/+98
2021-04-14net: phy: marvell-88x2222: check that link is operationalIvan Bornyakov1-0/+43
2021-04-14net/mlx5e: Fix RQ creation flow for queues which doesn't support XDPAya Levin1-2/+3
2021-04-14net/mlx5: Replace spaces with tab at the start of a lineWenpeng Liang1-1/+1
2021-04-14net/mlx5: Remove return statement exist at the end of void functionWenpeng Liang3-4/+0
2021-04-14net/mlx5: Add a blank line after declarationsWenpeng Liang2-2/+3
2021-04-14net/mlx5: Fix bit-wise and with zeroColin Ian King1-1/+1
2021-04-14net/mlx5: DR, Alloc cmd buffer with kvzalloc() instead of kzalloc()Roi Dayan2-5/+5
2021-04-14net/mlx5: DR, Use variably sized data structures for different actionsJianbo Liu4-159/+199
2021-04-14net/mlx5: SF, Reuse stored hardware function idParav Pandit1-3/+2
2021-04-14net/mlx5: SF, Use device pointer directlyParav Pandit1-8/+8
2021-04-14net/mlx5: E-Switch, Initialize eswitch acls ns when eswitch is enabledParav Pandit3-55/+93
2021-04-14net/mlx5: E-Switch, Move legacy code to a individual fileParav Pandit5-507/+539
2021-04-14net/mlx5: E-Switch, Convert a macro to a helper routineParav Pandit2-17/+20
2021-04-14net/mlx5: E-Switch Make cleanup sequence mirror of initParav Pandit1-2/+1
2021-04-14net/mlx5: E-Switch, Make vport number u16Parav Pandit2-2/+3
2021-04-14net/mlx5: E-Switch, Skip querying SF enabled bitsParav Pandit1-6/+0
2021-04-14net/mlx5: E-Switch, let user to enable disable metadataParav Pandit4-7/+88
2021-04-14can: etas_es58x: fix null pointer dereference when handling error framesVincent Mailhol1-1/+1
2021-04-13net: ethernet: intel: Fix a typo in the file ixgbe_dcb_nl.cBhaskar Chowdhury1-1/+1
2021-04-13net: intel: Remove unused function pointer typedef ixgbe_mc_addr_itrChen Lin2-7/+0
2021-04-13ixgbe: Support external GBE SerDes PHY BCM54616sJostar Yang2-0/+4
2021-04-13net: Space: remove hp100 probeArnd Bergmann1-3/+0
2021-04-13dpaa2-switch: reuse dpaa2_switch_acl_entry_add() for STP frames trapIoana Ciornei3-46/+12
2021-04-13dpaa2-switch: add tc matchall filter supportIoana Ciornei3-0/+79
2021-04-13dpaa2-switch: add tc flower hardware offload on ingress trafficIoana Ciornei7-14/+768
2021-04-13dpaa2-switch: install default STP trap rule with the highest priorityIoana Ciornei1-8/+1
2021-04-13dpaa2-switch: create a central dpaa2_switch_acl_tbl structureIoana Ciornei2-10/+44
2021-04-13ionic: return -EFAULT if copy_to_user() failsDan Carpenter1-1/+3
2021-04-13net: stmmac: Add TX via XDP zero-copy socketOng Boon Leong3-29/+310
2021-04-13net: stmmac: Enable RX via AF_XDP zero-copyOng Boon Leong4-29/+679
2021-04-13net: stmmac: Refactor __stmmac_xdp_run_prog for XDP ZCOng Boon Leong1-12/+23
2021-04-13net: stmmac: rearrange RX and TX desc init into per-queue basisOng Boon Leong1-80/+100
2021-04-13net: stmmac: refactor stmmac_init_rx_buffers for stmmac_reinit_rx_buffersOng Boon Leong1-189/+189
2021-04-13net: stmmac: introduce dma_recycle_rx_skbufs for stmmac_reinit_rx_buffersOng Boon Leong1-17/+27
2021-04-13net: stmmac: rearrange RX buffer allocation and free functionsOng Boon Leong1-37/+47