summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorLines
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-23/+13
2017-07-03PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig-23/+13
2017-06-20i40e: don't hold RTNL lock for the entire resetJacob Keller-20/+7
2017-06-20i40e: Handle PE_CRITERR properly with IWARP enabledCatherine Sullivan-2/+2
2017-06-20i40e: clear only cause_ena bitShannon Nelson-2/+12
2017-06-20i40e: fix disabling overflow promiscuous modeAlan Brady-3/+2
2017-06-20i40e: Add support for OEM firmware versionFilip Sadowski-14/+81
2017-06-20i40e: genericize the partition bandwidth controlShannon Nelson-28/+26
2017-06-20i40e: Add message for unsupported MFP modeCarolyn Wyborny-0/+6
2017-06-20i40e: Support firmware CEE DCB UP to TC map re-definitionGreg Bowers-4/+7
2017-06-20i40e: Fix potential out of bound array accessSudheer Mogilappagari-1/+3
2017-06-20i40e: comment that udp_port must be in host byte orderJacob Keller-1/+5
2017-06-20i40e: use dev_dbg instead of dev_info when warning about missing routineJacob Keller-3/+3
2017-06-20i40e/i40evf: update WOL and I40E_AQC_ADDR_VALID_MASK flagsAlice Michael-4/+5
2017-06-20i40evf: assign num_active_queues inside i40evf_alloc_queuesJacob Keller-7/+11
2017-06-20i40e: add support for XDP_TX actionBjörn Töpel-87/+384
2017-06-20i40e: add XDP support for pass and drop actionsBjörn Töpel-31/+194
2017-06-16bpf: ixgbe: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau-0/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-2/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+11
2017-06-14i40e: Fix a sleep-in-atomic bugJia-Ju Bai-0/+2
2017-06-13ixgbe: pci_set_drvdata must be called before register_netdevJeff Mahoney-1/+1
2017-06-13ixgbe: Resolve cppcheck format string warningTony Nguyen-1/+1
2017-06-13ixgbe: fix writes to PFQDEEmil Tantilov-1/+1
2017-06-13ixgbevf: Bump version numberTony Nguyen-1/+1
2017-06-13ixgbe: Bump version numberTony Nguyen-1/+1
2017-06-13ixgbe: check for Tx timestamp timeouts during watchdogJacob Keller-0/+29
2017-06-13ixgbe: add statistic indicating number of skipped Tx timestampsJacob Keller-10/+17
2017-06-13ixgbe: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller-5/+15
2017-06-13ixgbe: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller-3/+12
2017-06-12i40e: fix handling of HW ATR evictionJacob Keller-7/+9
2017-06-08Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller-7/+12
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko-5/+9
2017-06-07e1000e: Undo e1000e_pm_freeze if __e1000_shutdown failsChris Wilson-1/+6
2017-06-07igb: make a few local functions staticColin Ian King-6/+6
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-20/+22
2017-06-06i40e/i40evf: proper update of the page_offset fieldBjörn Töpel-2/+4
2017-06-06i40e: Fix state flags for bit set and clean operations of PFMauro S. M. Rodrigues-18/+18
2017-06-06e1000e: use disable_hardirq() also for MSIX vectors in e1000_netpoll()Konstantin Khlebnikov-6/+6
2017-06-06e1000e: Don't return uninitialized statsBenjamin Poirier-1/+1
2017-06-06igb: Remove useless argumentBenjamin Poirier-7/+7
2017-06-06igb: check for Tx timestamp timeouts during watchdogJacob Keller-0/+31
2017-06-06igb: add statistic indicating number of skipped Tx timestampsJacob Keller-0/+4
2017-06-06e1000e: add statistic indicating number of skipped Tx timestampsJacob Keller-7/+12
2017-06-06igb: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller-5/+18
2017-06-06igb: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller-2/+10
2017-06-06e1000e: fix race condition around skb_tstamp_tx()Jacob Keller-2/+8
2017-06-06igb: mark PM functions as __maybe_unusedArnd Bergmann-13/+5
2017-06-06igb: Explicitly select page 0 at initializationMatwey V Kornilov-0/+1