aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski10-146/+308
2022-02-09ice: Add ability for PF admin to enable VF VLAN pruningBrett Creeley4-2/+40
2022-02-09ice: Add support for 802.1ad port VLANs VFBrett Creeley1-7/+44
2022-02-09ice: Advertise 802.1ad VLAN filtering and offloads for PF netdevBrett Creeley2-49/+238
2022-02-09ice: Support configuring the device to Double VLAN ModeBrett Creeley17-59/+996
2022-02-09ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2Brett Creeley6-43/+1226
2022-02-09ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley9-22/+87
2022-02-09ice: Add outer_vlan_ops and VSI specific VLAN ops implementationsBrett Creeley16-86/+813
2022-02-09ice: Adjust naming for inner VLAN operationsBrett Creeley6-142/+140
2022-02-09ice: Use the proto argument for VLAN opsBrett Creeley11-26/+78
2022-02-09ice: Refactor vf->port_vlan_info to use ice_vlanBrett Creeley2-35/+44
2022-02-09ice: Introduce ice_vlan structBrett Creeley10-59/+82
2022-02-09ice: Add new VSI VLAN opsBrett Creeley14-334/+450
2022-02-09ice: Add helper function for adding VLAN 0Brett Creeley4-5/+14
2022-02-09ice: Refactor spoofcheck configuration functionsBrett Creeley2-50/+128
2022-02-09Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller5-8/+42
2022-02-09Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller3-10/+16
2022-02-08Merge branch 'iwl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Jakub Kicinski1-0/+5
2022-02-08i40e: Add a stat for tracking busy rx pagesJoe Damato5-5/+15
2022-02-08i40e: Add a stat for tracking pages waivedJoe Damato5-4/+17
2022-02-08i40e: Add a stat tracking new RX page allocationsJoe Damato5-1/+9
2022-02-08i40e: Aggregate and export RX page reuse statJoe Damato3-1/+6
2022-02-08i40e: Remove rx page reuse double countJoe Damato1-2/+0
2022-02-07igb: refactor XDP registrationCorinna Vinschen2-10/+13
2022-02-07igc: avoid kernel warning when changing RX ring parametersCorinna Vinschen1-0/+3
2022-02-04ixgbevf: Require large buffers for build_skb on 82599VFSamuel Mendoza-Jonas1-6/+7
2022-02-04Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller6-50/+255
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-21/+74
2022-02-03ice: add support for DSCP QoS for IDCDave Ertman1-0/+5
2022-02-03i40e: Fix race condition while adding/deleting MAC/VLAN filtersJedrzej Jagielski1-11/+13
2022-02-03i40e: Add new version of i40e_aq_add_macvlan functionJedrzej Jagielski2-20/+77
2022-02-03i40e: Add new versions of send ASQ command functionsJedrzej Jagielski3-8/+150
2022-02-03i40e: Add sending commands in atomic contextJedrzej Jagielski1-9/+12
2022-02-03i40e: Remove unused RX realloc statJoe Damato2-3/+1
2022-02-03i40e: Disable hw-tc-offload feature on driver loadMateusz Palczewski1-1/+4
2022-02-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski3-19/+44
2022-02-01e1000e: Handshake with CSME starts from ADL platformsSasha Neftin1-2/+4
2022-02-01e1000e: Separate ADP board type from TGPSasha Neftin3-17/+40
2022-01-31i40e: Fix reset path while removing the driverKaren Sornek2-1/+19
2022-01-31i40e: Fix reset bw limit when DCB enabled with 1 TCJedrzej Jagielski1-1/+11
2022-01-31ixgbe: respect metadata on XSK Rx to skbAlexander Lobakin1-4/+10
2022-01-31ixgbe: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin1-3/+1
2022-01-31ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directlyAlexander Lobakin1-9/+10
2022-01-31igc: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin1-6/+7
2022-01-31ice: respect metadata on XSK Rx to skbAlexander Lobakin1-4/+10
2022-01-31ice: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin1-3/+1
2022-01-31ice: respect metadata in legacy-rx/ice_construct_skb()Alexander Lobakin1-4/+11
2022-01-31i40e: respect metadata on XSK Rx to skbAlexander Lobakin1-4/+10
2022-01-31i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin1-3/+1
2022-01-27igbvf: Remove useless DMA-32 fallback configurationChristophe JAILLET1-16/+6