summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-2510-34/+40
|\
| * Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC"Mateusz Palczewski2022-02-241-11/+1
| * ice: initialize local variable 'tlv'Tom Rix2022-02-181-1/+1
| * ice: check the return of ice_ptp_gettimex64Tom Rix2022-02-181-1/+4
| * ice: fix concurrent reset and removal of VFsJacob Keller2022-02-183-18/+27
| * ice: fix setting l4 port flag when adding filterMichal Swiatkowski2022-02-181-2/+2
| * ice: Match on all profiles in slow-pathWojciech Drewek2022-02-183-1/+5
* | ixgbe: Remove non-inclusive languagePiotr Skajewski2022-02-233-25/+25
* | ixgbevf: clean up some inconsistent indentingYang Li2022-02-231-1/+1
* | i40e: remove dead stores on XSK hotpathAlexander Lobakin2022-02-191-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-0/+6
|\|
| * ice: enable parsing IPSEC SPI headers for RSSJesse Brandeburg2022-02-141-0/+6
* | ice: Simplify tracking status of RDMA supportDave Ertman2022-02-145-19/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-116-22/+60
|\|
| * ice: Avoid RTNL lock when re-creating auxiliary deviceDave Ertman2022-02-102-1/+5
| * ice: Fix KASAN error in LAG NETDEV_UNREGISTER handlerDave Ertman2022-02-101-6/+28
| * ice: fix IPIP and SIT TSO offloadJesse Brandeburg2022-02-102-8/+18
| * ice: fix an error code in ice_cfg_phy_fec()Dan Carpenter2022-02-101-1/+2
| * ixgbevf: Require large buffers for build_skb on 82599VFSamuel Mendoza-Jonas2022-02-041-6/+7
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-02-1041-689/+4150
|\ \
| * | ice: Add ability for PF admin to enable VF VLAN pruningBrett Creeley2022-02-094-2/+40
| * | ice: Add support for 802.1ad port VLANs VFBrett Creeley2022-02-091-7/+44
| * | ice: Advertise 802.1ad VLAN filtering and offloads for PF netdevBrett Creeley2022-02-092-49/+238
| * | ice: Support configuring the device to Double VLAN ModeBrett Creeley2022-02-0917-59/+996
| * | ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2Brett Creeley2022-02-096-43/+1226
| * | ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley2022-02-099-22/+87
| * | ice: Add outer_vlan_ops and VSI specific VLAN ops implementationsBrett Creeley2022-02-0916-86/+813
| * | ice: Adjust naming for inner VLAN operationsBrett Creeley2022-02-096-142/+140
| * | ice: Use the proto argument for VLAN opsBrett Creeley2022-02-0911-26/+78
| * | ice: Refactor vf->port_vlan_info to use ice_vlanBrett Creeley2022-02-092-35/+44
| * | ice: Introduce ice_vlan structBrett Creeley2022-02-0910-59/+82
| * | ice: Add new VSI VLAN opsBrett Creeley2022-02-0914-334/+450
| * | ice: Add helper function for adding VLAN 0Brett Creeley2022-02-094-5/+14
| * | ice: Refactor spoofcheck configuration functionsBrett Creeley2022-02-092-50/+128
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-1010-146/+308
|\ \ \ | |/ / |/| |
| * | ice: xsk: Borrow xdp_tx_active logic from i40eMaciej Fijalkowski2022-01-273-3/+14
| * | ice: xsk: Improve AF_XDP ZC Tx and use batching APIMaciej Fijalkowski2022-01-274-101/+190
| * | ice: xsk: Avoid potential dead AF_XDP Tx processingMaciej Fijalkowski2022-01-271-0/+2
| * | i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson2022-01-273-14/+2
| * | ice: Make Tx threshold dependent on ring lengthMaciej Fijalkowski2022-01-274-9/+12
| * | ice: xsk: Handle SW XDP ring wrap and bump tail more oftenMaciej Fijalkowski2022-01-272-20/+81
| * | ice: xsk: Force rings to be sized to power of 2Maciej Fijalkowski2022-01-271-0/+8
| * | ice: Remove likely for napi_complete_doneMaciej Fijalkowski2022-01-271-1/+1
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller2022-02-095-8/+42
|\ \ \
| * | | i40e: Add a stat for tracking busy rx pagesJoe Damato2022-02-085-5/+15
| * | | i40e: Add a stat for tracking pages waivedJoe Damato2022-02-085-4/+17
| * | | i40e: Add a stat tracking new RX page allocationsJoe Damato2022-02-085-1/+9
| * | | i40e: Aggregate and export RX page reuse statJoe Damato2022-02-083-1/+6
| * | | i40e: Remove rx page reuse double countJoe Damato2022-02-081-2/+0
* | | | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2022-02-093-10/+16
|\ \ \ \