summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: atlantic: Define aq_pm_ops conditionally on CONFIG_PMTom Rix2023-05-011-0/+2
* sfc: Fix module EEPROM reporting for QSFP modulesAndy Moreton2023-05-011-4/+7
* r8152: move setting r8153b_rx_agg_chg_indicate()Hayes Wang2023-05-011-6/+8
* r8152: fix the poor throughput for 2.5G devicesHayes Wang2023-05-011-0/+14
* r8152: fix flow control issue of RTL8156AHayes Wang2023-05-011-20/+36
* net: dsa: mv88e6xxx: add mv88e6321 rsvd2cpuAngelo Dureghello2023-04-281-0/+1
* octeontx2-pf: mcs: Do not reset PN while updating secySubbaraya Sundeep2023-04-271-5/+10
* octeontx2-pf: mcs: Fix shared counters logicSubbaraya Sundeep2023-04-272-8/+8
* octeontx2-pf: mcs: Clear stats before freeing resourceSubbaraya Sundeep2023-04-271-0/+9
* octeontx2-pf: mcs: Match macsec ethertype along with DMACSubbaraya Sundeep2023-04-271-1/+9
* octeontx2-pf: mcs: Fix NULL pointer dereferencesSubbaraya Sundeep2023-04-271-2/+1
* octeontx2-af: mcs: Fix MCS block interruptGeetha sowjanya2023-04-274-70/+119
* octeontx2-af: mcs: Config parser to skip 8B headerGeetha sowjanya2023-04-274-0/+41
* octeontx2-af: mcs: Write TCAM_DATA and TCAM_MASK registers at onceSubbaraya Sundeep2023-04-271-0/+4
* octeonxt2-af: mcs: Fix per port bypass configGeetha sowjanya2023-04-272-3/+13
* ixgbe: Fix panic during XDP_TX with > 64 CPUsJohn Hickey2023-04-272-5/+4
* Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-26885-20557/+71315
|\
| * net: phy: hide the PHYLIB_LEDS knobPaolo Abeni2023-04-261-3/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-2623-72/+64
| |\
| | * net: amd: Fix link leak when verifying config failedGencen Gan2023-04-251-1/+1
| | * net: ethernet: mediatek: remove return value check of `mtk_wed_hw_add_debugfs`Wang Zhang2023-04-231-2/+0
| | * net: ethernet: mtk_eth_soc: use WO firmware for MT7981Daniel Golle2023-04-222-1/+7
| | * Merge tag 'mlx5-fixes-2023-04-20' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-04-2116-54/+40
| | |\
| | | * Revert "net/mlx5e: Don't use termination table when redundant"Vlad Buslov2023-04-201-28/+4
| | | * net/mlx5e: Nullify table pointer when failing to createAya Levin2023-04-201-1/+2
| | | * net/mlx5: Use recovery timeout on sync reset flowMoshe Shemesh2023-04-202-3/+3
| | | * Revert "net/mlx5: Remove "recovery" arg from mlx5_load_one() function"Moshe Shemesh2023-04-203-6/+7
| | | * net/mlx5e: Fix error flow in representor failing to add vport rx ruleRoi Dayan2023-04-203-0/+5
| | | * net/mlx5: Release tunnel device after tc update skbChris Mi2023-04-201-0/+1
| | | * net/mlx5: E-switch, Don't destroy indirect table in split ruleChris Mi2023-04-201-2/+0
| | | * net/mlx5: E-switch, Create per vport table based on devlink encap modeChris Mi2023-04-204-5/+15
| | | * net/mlx5e: Release the label when replacing existing ct entryVlad Buslov2023-04-201-0/+1
| | | * net/mlx5e: Don't clone flow post action attributes second timeVlad Buslov2023-04-202-10/+3
| | * | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-04-211-11/+12
| | |\ \
| | | * | ixgbe: Enable setting RSS table to default valuesJoe Damato2023-04-201-9/+10
| | | * | ixgbe: Allow flow hash to be set via ethtoolJoe Damato2023-04-201-2/+2
| | * | | nfp: fix incorrect pointer deference when offloading IPsec with bondingHuanhuan Wang2023-04-211-2/+2
| | * | | net: dpaa: Fix uninitialized variable in dpaa_stop()Dan Carpenter2023-04-211-1/+2
| | | |/ | | |/|
| * | | net: phy: marvell-88x2222: remove unnecessary (void*) conversionswuych2023-04-251-2/+2
| * | | net: phy: marvell: Fix inconsistent indenting in led_blink_setChristian Marangi2023-04-241-4/+4
| * | | lan966x: Don't use xdp_frame when action is XDP_TXHoratiu Vultur2023-04-243-23/+28
| * | | tsnep: Add XDP socket zero-copy TX supportGerhard Engleder2023-04-242-11/+121
| * | | tsnep: Add XDP socket zero-copy RX supportGerhard Engleder2023-04-243-14/+556
| * | | tsnep: Move skb receive action to separate functionGerhard Engleder2023-04-241-16/+23
| * | | tsnep: Add functions for queue enable/disableGerhard Engleder2023-04-241-33/+64
| * | | tsnep: Rework TX/RX queue initializationGerhard Engleder2023-04-241-43/+51
| * | | tsnep: Replace modulo operation with maskGerhard Engleder2023-04-242-14/+15
| * | | net: phy: dp83867: Add led_brightness_set supportAlexander Stein2023-04-241-0/+31
| * | | net: phy: Fix reading LED reg propertyAlexander Stein2023-04-241-1/+5
| * | | drivers: nfc: nfcsim: remove return value check of `dev_dir`Jianuo Kuang2023-04-241-5/+0