aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-10-15net/mlx5: Read timeout values from DTORAmir Tzin10-40/+124
2021-10-15net/mlx5: Read timeout values from init segmentAmir Tzin5-22/+160
2021-10-15ice: make use of ice_for_each_* macrosMaciej Fijalkowski6-27/+30
2021-10-15ice: introduce XDP_TX fallback pathMaciej Fijalkowski6-9/+75
2021-10-15ice: optimize XDP_TX workloadsMaciej Fijalkowski4-25/+88
2021-10-15ice: propagate xdp_ring onto rx_ringMaciej Fijalkowski6-29/+35
2021-10-15ice: do not create xdp_frame on XDP_TXMaciej Fijalkowski1-1/+1
2021-10-15ice: unify xdp_rings accessesMaciej Fijalkowski3-3/+3
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski21-321/+396
2021-10-15ice: move ice_container_type onto ice_ring_containerMaciej Fijalkowski3-23/+23
2021-10-15ice: remove ring_active from ice_ringMaciej Fijalkowski3-5/+0
2021-10-15net: dpaa2: add adaptive interrupt coalescingIoana Ciornei3-2/+20
2021-10-15net: dpaa2: add support for manual setup of IRQ coalesingIoana Ciornei1-0/+51
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet2-2/+2
2021-10-14octeontx2-af: Add support to flush full CPT CTX cacheSrujana Challa5-0/+232
2021-10-14octeontx2-af: Perform cpt lf teardown in non FLR pathNithin Dabilpuram3-16/+22
2021-10-14octeontx2-af: Enable CPT HW interruptsSrujana Challa4-0/+264
2021-10-14net: tulip: winbond-840: fix build for UMLRandy Dunlap1-1/+1
2021-10-14net: intel: igc_ptp: fix build for UMLRandy Dunlap1-1/+1
2021-10-14net: fealnx: fix build for UMLRandy Dunlap1-1/+1
2021-10-14net: mvneta: Delete unused variableYuval Shaia1-6/+5
2021-10-14net: microchip: lan743x: add support for PTP pulse width (duty cycle)Yuiko Oshino2-11/+81
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-129/+221
2021-10-14ice: Print the api_patch as part of the fw.mgmt.apiBrett Creeley1-1/+2
2021-10-14ice: fix getting UDP tunnel entryMichal Swiatkowski1-2/+2
2021-10-14ice: Avoid crash from unnecessary IDA freeDave Ertman1-1/+5
2021-10-14ice: Fix failure to re-add LAN/RDMA Tx queuesBrett Creeley3-0/+23
2021-10-14ethernet: remove random_ether_addr()Jakub Kicinski1-1/+1
2021-10-14ethernet: replace netdev->dev_addr 16bit writesJakub Kicinski14-37/+58
2021-10-14ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski10-33/+14
2021-10-14ethernet: ibm/emac: use of_get_ethdev_address() to load dev_addrJakub Kicinski1-1/+1
2021-10-14ethernet: manually convert memcpy(dev_addr,..., sizeof(addr))Jakub Kicinski4-4/+4
2021-10-14ethernet: make use of eth_hw_addr_random() where appropriateJakub Kicinski5-6/+6
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski124-176/+187
2021-10-14ice: Implement support for SMA and U.FL on E810-TMaciej Machnikowski5-10/+397
2021-10-14ice: Add support for SMA control multiplexerMaciej Machnikowski7-0/+199
2021-10-14ice: Implement functions for reading and setting GPIO pinsMaciej Machnikowski3-0/+77
2021-10-14ice: Refactor ice_aqc_link_topo_addrMaciej Machnikowski2-4/+10
2021-10-14mlxsw: thermal: Fix out-of-bounds memory accessesIdo Schimmel1-47/+5
2021-10-14ethernet: s2io: fix setting mac address during resumeArnd Bergmann1-1/+1
2021-10-13mlxsw: spectrum_qdisc: Introduce per-TC ECN countersPetr Machata3-5/+15
2021-10-13mlxsw: reg: Add ecn_marked_tc to Per-TC Congestion CountersPetr Machata1-0/+6
2021-10-13mlxsw: reg: Rename MLXSW_REG_PPCNT_TC_CONG_TC to _CNTPetr Machata2-2/+2
2021-10-13mlxsw: reg: Fix a typo in a group headingPetr Machata1-1/+1
2021-10-13net: enetc: fix check for allocation failureDan Carpenter1-1/+3
2021-10-13net: encx24j600: check error in devm_regmap_init_encx24j600Nanyong Sun3-5/+14
2021-10-13Merge tag 'mlx5-fixes-2021-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxJakub Kicinski4-16/+66
2021-10-13net: korina: select CRC32Vegard Nossum1-0/+1
2021-10-13ravb: Fix typo AVB->DMACBiju Das1-1/+1
2021-10-13ravb: Update ravb_emac_init_gbeth()Biju Das2-2/+9