aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-05-22net/mlx5e: TC, Fix using eswitch mapping in nic modePaul Blakey1-7/+27
2023-05-22net/mlx5e: Fix SQ wake logic in ptp napi_poll contextRahul Rameshbabu3-7/+16
2023-05-22net/mlx5e: Fix deadlock in tc route query codeVlad Buslov3-20/+48
2023-05-22net/mlx5: Fix error message when failing to allocate device memoryRoi Dayan1-1/+1
2023-05-22net/mlx5e: Use correct encap attribute during invalidationVlad Buslov1-1/+3
2023-05-22net/mlx5: DR, Check force-loopback RC QP capability independently from RoCEYevgeny Kliteynik1-1/+3
2023-05-22net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUsErez Shitrit1-1/+2
2023-05-22net/mlx5: Handle pairing of E-switch via uplink un/load APIsShay Drory3-6/+9
2023-05-22net/mlx5: Collect command failures data only for known commandsShay Drory1-1/+2
2023-05-223c589_cs: Fix an error handling path in tc589_probe()Christophe JAILLET1-1/+10
2023-05-22forcedeth: Fix an error handling path in nv_probe()Christophe JAILLET1-0/+1
2023-05-22Merge tag 'mlx5-updates-2023-05-19' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski11-104/+108
2023-05-22net: phylink: require supported_interfaces to be filledRussell King (Oracle)1-15/+11
2023-05-22net: sfp: add support for a couple of copper multi-rate modulesRussell King (Oracle)1-3/+31
2023-05-22can: esd_usb: Make use of existing kernel macrosFrank Jungclaus1-19/+21
2023-05-22can: dev: add transceiver capabilities to xilinx_canMarcel Hellwig1-0/+19
2023-05-22can: kvaser_usb: Add len8_dlc supportCarsten Schmidt3-8/+13
2023-05-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller12-259/+351
2023-05-22net: phy: add helpers for comparing phy IDsRussell King3-14/+12
2023-05-22net: altera: tse: remove mac_an_restart() functionRussell King (Oracle)1-5/+0
2023-05-22net: fec: remove useless fec_enet_reset_skb()Wei Fang1-21/+0
2023-05-22net: fec: turn on XDP featuresWei Fang1-0/+5
2023-05-19net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo2-2/+13
2023-05-19Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski3-1/+11
2023-05-19net/mlx5e: E-Switch, Initialize E-Switch for eswitch managerRoi Dayan1-2/+2
2023-05-19net/mlx5: devlink, Only show PF related devlink warning when neededRoi Dayan1-2/+1
2023-05-19net/mlx5: E-Switch, Use metadata matching for RoCE loopback ruleRoi Dayan3-34/+40
2023-05-19net/mlx5: E-Switch, Use RoCE version 2 for loopback trafficRoi Dayan1-2/+2
2023-05-19net/mlx5e: E-Switch, Add a check that log_max_l2_table is validRoi Dayan2-2/+6
2023-05-19net/mlx5e: E-Switch: move debug print of adding mac to correct placeRoi Dayan1-3/+4
2023-05-19net/mlx5e: E-Switch, Check device is PF when stopping esw offloadsRoi Dayan1-1/+1
2023-05-19net/mlx5: Remove redundant vport_group_manager cap checkRoi Dayan1-4/+1
2023-05-19net/mlx5e: E-Switch, Use metadata for vport matching in send-to-vport rulesRoi Dayan1-19/+43
2023-05-19net/mlx5e: E-Switch, Allow get vport api if esw existsRoi Dayan1-1/+1
2023-05-19net/mlx5e: E-Switch, Update when to set other vport contextRoi Dayan3-3/+6
2023-05-19net/mlx5e: Remove redundant __func__ arg from fs_err() callsRoi Dayan1-7/+5
2023-05-19net/mlx5e: E-Switch, Remove flow_source check for metadata matchingRoi Dayan1-3/+0
2023-05-19net/mlx5: E-Switch, Remove redundant checkRoi Dayan1-4/+0
2023-05-19net/mlx5: Remove redundant esw multiport validate functionRoi Dayan1-22/+1
2023-05-19ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski9-102/+40
2023-05-19ice: allow matching on meta dataMichal Swiatkowski5-105/+95
2023-05-19ice: specify field names in ice_prot_ext initMichal Swiatkowski1-23/+28
2023-05-19ice: remove redundant Rx field from rule infoMichal Swiatkowski4-22/+14
2023-05-19ice: define meta data to match in switchMichal Swiatkowski3-16/+183
2023-05-19net: arc: Make arc_emac_remove() return voidUwe Kleine-König4-10/+7
2023-05-19net: fec: add dma_wmb to ensure correct descriptor valuesShenwei Wang1-6/+11
2023-05-19octeontx2-pf: Fix TSOv6 offloadSunil Goutham1-3/+1
2023-05-19sfc: fix devlink info error handlingAlejandro Lucero1-50/+45
2023-05-19net/mlx5e: do as little as possible in napi poll when budget is 0Jakub Kicinski1-7/+9
2023-05-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski8-366/+142