summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2020-01-03ice: Add code to keep track of current dflt_vsiBrett Creeley
2020-01-03ice: Fix VF spoofchkBrett Creeley
2020-01-03ice: Support UDP segmentation offloadBrett Creeley
2019-12-31igc: Remove serdes comments from a description of methodsSasha Neftin
2019-12-31e1000e: Use netdev_info instead of pr_info for link messagesAlexander Duyck
2019-12-31igc: Add legacy power management supportSasha Neftin
2019-12-31igc: Add 64 bit DMA access supportSasha Neftin
2019-12-31igc: Fix parameter descriptions for a several functionsSasha Neftin
2019-12-31igc: Fix the parameter description for igc_alloc_rx_buffersSasha Neftin
2019-12-31igc: Remove excess parameter description from igc_is_non_eopSasha Neftin
2019-12-31igc: Prefer to use the pci_release_mem_regions methodSasha Neftin
2019-12-31igc: Improve the DMA mapping flowSasha Neftin
2019-12-31igc: Add scatter gather supportSasha Neftin
2019-12-31igb: dont drop packets if rx flow control is enabledRobert Beckett
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-20xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson
2019-12-19net/ixgbe: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy
2019-12-19net/i40e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-11-22ice: Update FW API minor versionKevin Scott
2019-11-22ice: remove pointless NULL check of port_infoJacob Keller
2019-11-22ice: Implement ethtool ops for channelsHenry Tieman
2019-11-22ice: implement VF stats NDOJesse Brandeburg
2019-11-22ice: add helpers for virtchnlJesse Brandeburg
2019-11-22ice: Add ice_pf_to_dev(pf) macroBrett Creeley
2019-11-22ice: Do not use devm* functions for local usesTony Nguyen
2019-11-22ice: Refactor removal of VLAN promiscuous rulesBrett Creeley
2019-11-22ice: Fix setting coalesce to handle DCB configurationBrett Creeley
2019-11-22ice: Only disable VF state when freeing each VF resourcesAkeem G Abodunrin
2019-11-22ice: fix stack leakageJesse Brandeburg
2019-11-22ice: Don't modify stripping for add/del VLANs on VFBrett Creeley
2019-11-22ice: Disallow VF VLAN opcodes if VLAN offloads disabledBrett Creeley
2019-11-22ice: Correct capabilities reporting of max TCsBruce Allan
2019-11-22ice: Store number of functions for the deviceBruce Allan
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-15igb: Reject requests that fail to enable time stamping on both edges.Richard Cochran
2019-11-15ptp: Introduce strict checking of external time stamp options.Richard Cochran
2019-11-15igb: reject unsupported external timestamp flagsJacob Keller
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-08ixgbe: need_wakeup flag might not be set for TxMagnus Karlsson
2019-11-08i40e: need_wakeup flag might not be set for TxMagnus Karlsson
2019-11-08igb/igc: use ktime accessors for skb->tstampJacob Keller
2019-11-08i40e: Fix for ethtool -m issue on X722 NICArkadiusz Kubalewski
2019-11-08iavf: initialize ITRN registers with correct valuesNicholas Nunley
2019-11-08ice: fix potential infinite loop because loop counter being too smallColin Ian King