summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-091-23/+13Star
|\
| * PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig2017-07-031-23/+13Star
* | i40e: don't hold RTNL lock for the entire resetJacob Keller2017-06-211-20/+7Star
* | i40e: Handle PE_CRITERR properly with IWARP enabledCatherine Sullivan2017-06-211-2/+2
* | i40e: clear only cause_ena bitShannon Nelson2017-06-211-2/+12
* | i40e: fix disabling overflow promiscuous modeAlan Brady2017-06-211-3/+2Star
* | i40e: Add support for OEM firmware versionFilip Sadowski2017-06-212-14/+81
* | i40e: genericize the partition bandwidth controlShannon Nelson2017-06-212-28/+26Star
* | i40e: Add message for unsupported MFP modeCarolyn Wyborny2017-06-211-0/+6
* | i40e: Support firmware CEE DCB UP to TC map re-definitionGreg Bowers2017-06-211-4/+7
* | i40e: Fix potential out of bound array accessSudheer Mogilappagari2017-06-211-1/+3
* | i40e: comment that udp_port must be in host byte orderJacob Keller2017-06-211-1/+5
* | i40e: use dev_dbg instead of dev_info when warning about missing routineJacob Keller2017-06-211-3/+3
* | i40e/i40evf: update WOL and I40E_AQC_ADDR_VALID_MASK flagsAlice Michael2017-06-212-4/+5
* | i40evf: assign num_active_queues inside i40evf_alloc_queuesJacob Keller2017-06-211-7/+11
* | i40e: add support for XDP_TX actionBjörn Töpel2017-06-215-87/+384
* | i40e: add XDP support for pass and drop actionsBjörn Töpel2017-06-214-31/+194
* | bpf: ixgbe: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau2017-06-161-0/+2
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-162-2/+2
* | networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-155-7/+11
|\ \
| * | i40e: Fix a sleep-in-atomic bugJia-Ju Bai2017-06-151-0/+2
| * | i40e: fix handling of HW ATR evictionJacob Keller2017-06-134-7/+9
* | | ixgbe: pci_set_drvdata must be called before register_netdevJeff Mahoney2017-06-141-1/+1
* | | ixgbe: Resolve cppcheck format string warningTony Nguyen2017-06-141-1/+1
* | | ixgbe: fix writes to PFQDEEmil Tantilov2017-06-141-1/+1
* | | ixgbevf: Bump version numberTony Nguyen2017-06-141-1/+1
* | | ixgbe: Bump version numberTony Nguyen2017-06-141-1/+1
* | | ixgbe: check for Tx timestamp timeouts during watchdogJacob Keller2017-06-143-0/+29
* | | ixgbe: add statistic indicating number of skipped Tx timestampsJacob Keller2017-06-143-10/+17
* | | ixgbe: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller2017-06-141-5/+15
* | | ixgbe: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller2017-06-141-3/+12
* | | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2017-06-082-7/+12
|\ \ \
| * | | e1000e: Undo e1000e_pm_freeze if __e1000_shutdown failsChris Wilson2017-06-081-1/+6
| * | | igb: make a few local functions staticColin Ian King2017-06-081-6/+6
* | | | net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-083-5/+9
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-073-20/+22
|\| |
| * | i40e/i40evf: proper update of the page_offset fieldBjörn Töpel2017-06-062-2/+4
| * | i40e: Fix state flags for bit set and clean operations of PFMauro S. M. Rodrigues2017-06-061-18/+18
| |/
* | e1000e: use disable_hardirq() also for MSIX vectors in e1000_netpoll()Konstantin Khlebnikov2017-06-061-6/+6
* | e1000e: Don't return uninitialized statsBenjamin Poirier2017-06-061-1/+1
* | igb: Remove useless argumentBenjamin Poirier2017-06-063-7/+7
* | igb: check for Tx timestamp timeouts during watchdogJacob Keller2017-06-063-0/+31
* | igb: add statistic indicating number of skipped Tx timestampsJacob Keller2017-06-063-0/+4
* | e1000e: add statistic indicating number of skipped Tx timestampsJacob Keller2017-06-063-7/+12
* | igb: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller2017-06-061-5/+18
* | igb: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller2017-06-061-2/+10
* | e1000e: fix race condition around skb_tstamp_tx()Jacob Keller2017-06-061-2/+8
* | igb: mark PM functions as __maybe_unusedArnd Bergmann2017-06-061-13/+5Star
* | igb: Explicitly select page 0 at initializationMatwey V Kornilov2017-06-061-0/+1