summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2021-10-29igc: Remove media type checking on the PHY initializationSasha Neftin
2021-10-29net: ixgbevf: Remove redundant initialization of variable ret_valColin Ian King
2021-10-29igb: unbreak I2C bit-banging on i350Jan Kundrát
2021-10-29intel: Simplify bool conversionYang Li
2021-10-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2021-10-28ice: fix error return code in ice_get_recp_frm_fw()Wang Hai
2021-10-28ice: Fix clang -Wimplicit-fallthrough in ice_pull_qvec_from_rc()Nathan Chancellor
2021-10-28ice: Add support to print error on PHY FW load failureBrett Creeley
2021-10-28ice: Add support for changing MTU on PR in switchdev modeMarcin Szycik
2021-10-28ice: send correct vc status in switchdevMichal Swiatkowski
2021-10-28ice: support for GRE in eswitchMichal Swiatkowski
2021-10-28ice: low level support for tunnelsMichal Swiatkowski
2021-10-28ice: VXLAN and Geneve TC supportMichal Swiatkowski
2021-10-28ice: support for indirect notificationMichal Swiatkowski
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-25ice: check whether PTP is initialized in ice_ptp_release()Yongxin Liu
2021-10-25ice: Respond to a NETDEV_UNREGISTER event for LAGDave Ertman
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-10-22ice: Nuild fix.David S. Miller
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-20ice: Add tc-flower filter support for channelKiran Patil
2021-10-20ice: enable ndo_setup_tc support for mqprio_qdiscKiran Patil
2021-10-20ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil
2021-10-20ice: Add missing E810 device idsTony Nguyen
2021-10-20igc: Update I226_K device IDSasha Neftin
2021-10-20e1000e: Fix packet loss on Tiger Lake and laterSasha Neftin
2021-10-20e1000e: Separate TGP board type from SPTSasha Neftin
2021-10-19ice: fix an error code in ice_ena_vfs()Dan Carpenter
2021-10-19ice: use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva
2021-10-19ice: Make use of the helper function devm_add_action_or_reset()Cai Huoqing
2021-10-19ice: Refactor PR ethtool opsWojciech Drewek
2021-10-19ice: Manage act flags for switchdev offloadsWojciech Drewek
2021-10-19ice: Forbid trusted VFs in switchdev modeWojciech Drewek
2021-10-19ice: fix software generating extra interruptsJesse Brandeburg
2021-10-19ice: fix rate limit update after coalesce changeJesse Brandeburg
2021-10-19ice: update dim usage and moderationJesse Brandeburg
2021-10-19ice: Add support for VF rate limitingBrett Creeley
2021-10-19e1000e: Remove redundant statementluo penghao
2021-10-18iavf: Combine init and watchdog state machinesMateusz Palczewski
2021-10-18iavf: Add __IAVF_INIT_FAILED stateMateusz Palczewski
2021-10-18iavf: Refactor iavf state machine trackingMateusz Palczewski
2021-10-16ethernet: ixgb: use eth_hw_addr_set()Jakub Kicinski
2021-10-15ice: make use of ice_for_each_* macrosMaciej Fijalkowski
2021-10-15ice: introduce XDP_TX fallback pathMaciej Fijalkowski
2021-10-15ice: optimize XDP_TX workloadsMaciej Fijalkowski
2021-10-15ice: propagate xdp_ring onto rx_ringMaciej Fijalkowski
2021-10-15ice: do not create xdp_frame on XDP_TXMaciej Fijalkowski
2021-10-15ice: unify xdp_rings accessesMaciej Fijalkowski
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski
2021-10-15ice: move ice_container_type onto ice_ring_containerMaciej Fijalkowski