aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-02-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski8-11/+109
2023-02-15net: wangxun: Add the basic ethtool interfacesMengyuan Lou12-3/+98
2023-02-15igb: conditionalize I2C bit banging on external thermal sensor supportCorinna Vinschen1-10/+32
2023-02-15Merge tag 'mlx5-updates-2023-02-10' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski29-176/+301
2023-02-15Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski3-12/+20
2023-02-15ice: update xdp_features with xdp multi-buffLorenzo Bianconi1-6/+12
2023-02-15i40e: check vsi type before setting xdp_features flagLorenzo Bianconi1-2/+4
2023-02-15net/mlx5: Configure IPsec steering for egress RoCEv2 trafficMark Zhang4-3/+137
2023-02-15net/mlx5: Configure IPsec steering for ingress RoCEv2 trafficMark Zhang8-8/+317
2023-02-15net/mlx5: Add IPSec priorities in RDMA namespacesMark Zhang1-2/+33
2023-02-15net/mlx5: Implement new destination type TABLE_TYPEMark Zhang3-1/+12
2023-02-14igb: Fix PPS input and output using 3rd and 4th SDPMiroslav Lichvar1-6/+6
2023-02-14Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2-2/+28
2023-02-14net/mlx5: Suspend auxiliary devices only in case of PCI device suspendJiri Pirko7-19/+19
2023-02-14net/mlx5: Remove "recovery" arg from mlx5_load_one() functionJiri Pirko3-7/+6
2023-02-14net/mlx5e: Create auxdev devlink instance in the same ns as parent devlinkJiri Pirko3-4/+7
2023-02-14net/mlx5e: Move devlink port registration to be done before netdev allocJiri Pirko1-12/+12
2023-02-14net/mlx5e: Move dl_port to struct mlx5e_devJiri Pirko4-22/+11
2023-02-14net/mlx5e: Replace usage of mlx5e_devlink_get_dl_port() by netdev->devlink_portJiri Pirko4-9/+7
2023-02-14net/mlx5e: Pass mdev to mlx5e_devlink_port_register()Jiri Pirko3-9/+11
2023-02-14net/mlx5: Remove outdated commentJiri Pirko1-4/+0
2023-02-14net/mlx5e: TC, Remove redundant parse_attr argumentRoi Dayan1-2/+1
2023-02-14net/mlx5e: Use a simpler comparison for uplink repRoi Dayan1-2/+1
2023-02-14net/mlx5: Lag, Add single RDMA device in multiport modeMark Bloch3-11/+35
2023-02-14net/mlx5: Lag, set different uplink vport metadata in multiport eswitch modeRoi Dayan4-1/+104
2023-02-14net/mlx5: E-Switch, rename bond update function to be reusedRoi Dayan3-7/+7
2023-02-14net/mlx5e: TC, Add peer flow in mpesw modeRoi Dayan6-7/+13
2023-02-14net/mlx5: Lag, Control MultiPort E-Switch single FDB modeRoi Dayan9-74/+81
2023-02-14ice: Mention CEE DCBX in code commentZhu Yanjun1-2/+2
2023-02-14ice: Change ice_vsi_realloc_stat_arrays() to voidTony Nguyen1-7/+4
2023-02-14ice: add support BIG TCP on IPv6Pawel Chmielewski3-0/+7
2023-02-14ice/ptp: fix the PTP worker retrying indefinitely if the link went downDaniel Vacek1-2/+6
2023-02-14ice: Add GPIO pin support for E823 productsKarol Kolacinski3-0/+90
2023-02-14ixgbe: add double of VLAN header when computing the max MTUJason Xing2-2/+3
2023-02-14i40e: add double of VLAN header when computing the max MTUJason Xing1-1/+1
2023-02-14ixgbe: allow to increase MTU to 3K with XDP enabledJason Xing1-9/+16
2023-02-14net/mlx5e: TC, support per action statsOz Shlomo7-13/+89
2023-02-14net/mlx5e: TC, map tc action cookie to a hw counterOz Shlomo5-1/+224
2023-02-14net/mlx5e: TC, store tc action cookies per attrOz Shlomo2-0/+5
2023-02-14net/mlx5e: TC, add hw counter to branching actionsOz Shlomo1-0/+5
2023-02-14net: stmmac: Restrict warning on disabling DMA store and fwd modeCristian Ciocaltea1-1/+1
2023-02-13net: stmmac: fix order of dwmac5 FlexPPS parametrization sequenceJohannes Zink1-1/+2
2023-02-13net: stmmac: dwc-qos: Make struct dwc_eth_dwmac_data::remove return voidUwe Kleine-König1-12/+5
2023-02-13net: stmmac: Make stmmac_dvr_remove() return voidUwe Kleine-König7-15/+15
2023-02-13net: mvneta: do not set xdp_features for hw buffer devicesLorenzo Bianconi1-3/+6
2023-02-13net: stmmac: add missing NETDEV_XDP_ACT_XSK_ZEROCOPY bit to xdp_featuresLorenzo Bianconi1-0/+1
2023-02-13net: ethernet: mtk_wed: No need to clear memory after a dma_alloc_coherent() ...Christophe JAILLET1-1/+0
2023-02-13net: lan966x: set xdp_features flagLorenzo Bianconi1-0/+5
2023-02-13ice: fix lost multicast packets in promisc modeJesse Brandeburg1-0/+26
2023-02-13ice: Micro-optimize .ndo_xdp_xmit() pathAlexander Lobakin3-15/+20