aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-14xdp: For Intel AF_XDP drivers add XDP frame_szJesper Dangaard Brouer3-0/+6
2020-05-14ice: Add XDP frame size to driverJesper Dangaard Brouer1-9/+25
2020-05-14i40e: Add XDP frame size to driverJesper Dangaard Brouer1-5/+25
2020-05-14ixgbevf: Add XDP frame size to VF driverJesper Dangaard Brouer1-7/+27
2020-05-14ixgbe: Add XDP frame size to driverJesper Dangaard Brouer1-8/+26
2020-05-14ixgbe: Fix XDP redirect on archs with PAGE_SIZE above 4KJesper Dangaard Brouer1-1/+2
2020-04-30ice: Fix error return code in ice_add_prof()Wei Yongjun1-1/+3
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+3
2020-04-21e1000: remove unneeded conversion to boolJason Yan1-1/+1
2020-04-21i40e: Remove unneeded conversion to boolJason Yan1-2/+2
2020-04-19igc: Add debug messages to MAC filter codeAndre Guedes1-2/+22
2020-04-19igc: Refactor igc_del_mac_filter()Andre Guedes1-26/+19
2020-04-19igc: Refactor igc_mac_entry_can_be_used()Andre Guedes1-33/+47
2020-04-19igc: Remove igc_*_mac_steering_filter() wrappersAndre Guedes3-32/+16
2020-04-19igc: Remove IGC_MAC_STATE_QUEUE_STEERINGAndre Guedes2-15/+20
2020-04-19igc: Remove 'queue' check in igc_del_mac_filter()Andre Guedes1-14/+11
2020-04-19igc: Improve address check in igc_del_mac_filter()Andre Guedes1-1/+1
2020-04-19igc: Refactor igc_rar_set_index()Andre Guedes1-31/+42
2020-04-19igc: Fix igc_uc_unsync()Andre Guedes1-3/+1
2020-04-19igc: Change igc_add_mac_filter() returning valueAndre Guedes2-7/+2
2020-04-19igc: Check unsupported flag in igc_add_mac_filter()Andre Guedes1-0/+2
2020-04-19igc: Remove duplicate code in MAC filtering logicAndre Guedes1-99/+13
2020-04-19e1000e: fix S0ix flows for cable connected caseVitaly Lifshits2-0/+57
2020-04-19igc: Add new device IDs for i225 partSasha Neftin3-0/+9
2020-04-17igc: Fix default MAC address filter overrideAndre Guedes1-0/+2
2020-04-17igc: Remove dead code related to flower filterAndre Guedes2-4/+0
2020-04-17igc: Fix NFC queue redirection supportAndre Guedes2-4/+12
2020-04-17igc: Remove copper fiber switch controlSasha Neftin2-11/+0
2020-04-17igc: Enable NETIF_F_HW_TC flagSasha Neftin1-0/+1
2020-04-17igc: Fix double definitionSasha Neftin1-3/+1
2020-04-17igc: Fix overwrites when dumping registersAndre Guedes1-1/+10
2020-04-17igc: Remove forward declarationSasha Neftin1-197/+194
2020-04-17igc: Remove unused CTRL_EXT_LINK_MODE_MASKSasha Neftin1-3/+0
2020-04-17igc: Remove unused MDIC_DEST maskSasha Neftin1-1/+0
2020-04-17e1000: Distribute switch variables for initializationKees Cook1-1/+3
2020-04-17igc: Add support for ETF offloadingVinicius Costa Gomes3-4/+86
2020-04-17igc: Add support for taprio offloadingVinicius Costa Gomes7-1/+294
2020-04-17igc: Add GSO partial supportSasha Neftin1-0/+10
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds63-1148/+2651
2020-03-30Merge branch 'pm-qos'Rafael J. Wysocki1-7/+6
2020-03-28PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan1-2/+2
2020-03-26ice: add a devlink region for dumping NVM contentsJacob Keller4-0/+105
2020-03-26igb: convert to use i2c_new_client_device()Wolfram Sang1-3/+3
2020-03-21ice: add board identifier info to devlink .info_getJacob Keller6-70/+146
2020-03-21ice: add basic handler for devlink .info_getJacob Keller1-0/+189
2020-03-21ice: enable initial devlink supportJacob Keller6-4/+166
2020-03-21ice: implement full NVM read from ETHTOOL_GEEPROMJesse Brandeburg4-164/+26
2020-03-21ice: discover and store size of available flashJacob Keller3-2/+63
2020-03-21ice: store NVM version info in extracted formatJacob Keller5-75/+88