aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-3/+2
2021-10-22ice: Nuild fix.David S. Miller1-2/+0
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller13-30/+102
2021-10-20ice: Add tc-flower filter support for channelKiran Patil6-8/+438
2021-10-20ice: enable ndo_setup_tc support for mqprio_qdiscKiran Patil5-10/+913
2021-10-20ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil13-137/+671
2021-10-20ice: Add missing E810 device idsTony Nguyen3-0/+8
2021-10-20igc: Update I226_K device IDSasha Neftin1-1/+1
2021-10-20e1000e: Fix packet loss on Tiger Lake and laterSasha Neftin2-1/+13
2021-10-20e1000e: Separate TGP board type from SPTSasha Neftin3-23/+46
2021-10-19ice: fix an error code in ice_ena_vfs()Dan Carpenter1-1/+2
2021-10-19ice: use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva2-4/+4
2021-10-19ice: Make use of the helper function devm_add_action_or_reset()Cai Huoqing1-3/+1
2021-10-19ice: Refactor PR ethtool opsWojciech Drewek1-25/+74
2021-10-19ice: Manage act flags for switchdev offloadsWojciech Drewek5-138/+21
2021-10-19ice: Forbid trusted VFs in switchdev modeWojciech Drewek1-5/+5
2021-10-19ice: fix software generating extra interruptsJesse Brandeburg2-11/+16
2021-10-19ice: fix rate limit update after coalesce changeJesse Brandeburg2-8/+13
2021-10-19ice: update dim usage and moderationJesse Brandeburg4-87/+142
2021-10-19ice: Add support for VF rate limitingBrett Creeley7-4/+486
2021-10-19e1000e: Remove redundant statementluo penghao1-1/+0
2021-10-18iavf: Combine init and watchdog state machinesMateusz Palczewski2-80/+57
2021-10-18iavf: Add __IAVF_INIT_FAILED stateMateusz Palczewski2-15/+21
2021-10-18iavf: Refactor iavf state machine trackingMateusz Palczewski3-18/+31
2021-10-16ethernet: ixgb: use eth_hw_addr_set()Jakub Kicinski1-2/+6
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-14net: intel: igc_ptp: fix build for UMLRandy Dunlap1-1/+1
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+7
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: constify references to netdev->dev_addr in driversJakub Kicinski3-3/+3
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-12ice: fix locking for Tx timestamp tracking flushJacob Keller1-8/+7
2021-10-11ice: ndo_setup_tc implementation for PRMichal Swiatkowski4-0/+74
2021-10-11ice: ndo_setup_tc implementation for PFKiran Patil5-1/+1044
2021-10-11ice: Allow changing lan_en and lb_en on all kinds of filtersMichal Swiatkowski1-0/+127
2021-10-11ice: cleanup rules infoVictor Raj2-10/+59