summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* tsnep: Fix TX queue stop/wake for multiple queuesGerhard Engleder2023-01-251-6/+9
* net/tg3: resolve deadlock in tg3_reset_task() during EEHDavid Christensen2023-01-251-4/+4
* net: ravb: Fix possible hang if RIS2_QFF1 happenYoshihiro Shimoda2023-01-251-2/+2
* net: ravb: Fix lack of register setting after system resumed for Gen3Yoshihiro Shimoda2023-01-251-0/+6
* ice: move devlink port creation/deletionPaul M Stillwell Jr2023-01-242-11/+17
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-01-234-69/+66
|\
| * iavf: schedule watchdog immediately when changing primary MACStefan Assmann2023-01-201-1/+1
| * iavf: Move netdev_update_features() into watchdog taskMarcin Szycik2023-01-202-18/+17
| * iavf: fix temporary deadlock and failure to set MAC addressMichal Schmidt2023-01-204-51/+49
* | net: ethernet: adi: adin1110: Fix multicast offloadingAlexandru Tachici2023-01-231-1/+1
* | net: fec: Use page_pool_put_full_page when freeing rx buffersWei Fang2023-01-231-1/+1
* | net: ethernet: renesas: rswitch: Fix ethernet-ports handlingYoshihiro Shimoda2023-01-202-9/+25
* | net: mana: Fix IRQ name - add PCI and queue numberHaiyang Zhang2023-01-201-1/+8
|/
* Revert "Merge branch 'octeontx2-af-CPT'"Jakub Kicinski2023-01-205-277/+87
* bnxt: Do not read past the end of test namesKees Cook2023-01-202-17/+5
* net: stmmac: enable all safety features by defaultAndrew Halaney2023-01-201-0/+14
* octeontx2-af: add mbox to return CPT_AF_FLT_INT infoSrujana Challa2023-01-203-0/+56
* octeontx2-af: update cpt lf alloc mailboxSrujana Challa2023-01-202-3/+9
* octeontx2-af: restore rxc conf after teardown sequenceNithin Dabilpuram2023-01-201-4/+18
* octeontx2-af: optimize cpt pf identificationSrujana Challa2023-01-203-3/+20
* octeontx2-af: modify FLR sequence for CPTSrujana Challa2023-01-203-47/+53
* octeontx2-af: add mbox for CPT LF resetSrujana Challa2023-01-202-0/+41
* octeontx2-af: recover CPT engine when it gets faultSrujana Challa2023-01-201-30/+80
* Merge tag 'mlx5-fixes-2023-01-18' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni2023-01-1912-40/+27
|\
| * net: mlx5: eliminate anonymous module_init & module_exitRandy Dunlap2023-01-181-4/+4
| * net/mlx5: E-switch, Fix switchdev mode after devlink reloadChris Mi2023-01-181-0/+1
| * net/mlx5e: Protect global IPsec ASOLeon Romanovsky2023-01-182-1/+8
| * net/mlx5e: Remove optimization which prevented update of ESN stateLeon Romanovsky2023-01-182-10/+0
| * net/mlx5e: Set decap action based on attr for sampleChris Mi2023-01-181-3/+2
| * net/mlx5e: QoS, Fix wrongfully setting parent_element_id on MODIFY_SCHEDULING...Maor Dickman2023-01-183-5/+4
| * net/mlx5: E-switch, Fix setting of reserved fields on MODIFY_SCHEDULING_ELEMENTMaor Dickman2023-01-181-15/+3
| * net/mlx5e: Remove redundant xsk pointer check in mlx5e_mpwrq_validate_xskAdham Faris2023-01-181-2/+1
| * net/mlx5e: Avoid false lock dependency warning on tc_ht even moreVlad Buslov2023-01-181-0/+3
| * net/mlx5: fix missing mutex_unlock in mlx5_fw_fatal_reporter_err_work()Yang Yingliang2023-01-181-0/+1
* | octeontx2-pf: Fix the use of GFP_KERNEL in atomic context on rtKevin Hao2023-01-192-9/+4
* | net: macb: fix PTP TX timestamp failure due to packet paddingRobert Hancock2023-01-181-8/+1
|/
* net: stmmac: fix invalid call to mdiobus_get_phy()Heiner Kallweit2023-01-171-0/+5
* octeontx2-pf: Avoid use of GFP_KERNEL in atomic contextGeetha sowjanya2023-01-161-2/+2
* net: stmmac: Fix queue statistics readingKurt Kanzenbach2023-01-161-4/+4
* net: lan966x: add missing fwnode_handle_put() for ports nodeClément Léger2023-01-131-5/+8
* net: enetc: avoid deadlock in enetc_tx_onestep_tstamp()Vladimir Oltean2023-01-131-2/+2
* amd-xgbe: Delay AN timeout during KR trainingRaju Rangoju2023-01-122-0/+26
* amd-xgbe: TX Flow Ctrl Registers are h/w ver dependentRaju Rangoju2023-01-121-8/+15
* net: stmmac: add aux timestamps fifo clearance waitNoor Azura Ahmad Tarmizi2023-01-111-1/+4
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-01-114-10/+18
|\
| * iavf/iavf_main: actually log ->src mask when talking about itDaniil Tatianin2023-01-101-1/+1
| * igc: Fix PPS delta between two synchronized end-pointsChristopher S Hall2023-01-102-4/+8
| * ixgbe: fix pci device refcount leakYang Yingliang2023-01-101-5/+9
* | bnxt: make sure we return pages to the poolJakub Kicinski2023-01-111-2/+2
* | net: hns3: fix wrong use of rss size during VF rss configJie Wang2023-01-111-1/+1