summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c
Commit message (Expand)AuthorAgeFilesLines
* igb: clear out skb->tstamp after reading the txtimeVedang Patel2019-07-261-0/+1
* igb: Exclude device from suspend direct complete optimizationKai-Heng Feng2019-05-311-0/+3
* igb: Fix WARN_ONCE on runtime suspendArvind Sankar2019-05-081-49/+8Star
* igb: Fix an issue that PME is not enabled during runtime suspendKai-Heng Feng2019-02-121-3/+5
* igb: remove ndo_poll_controllerEric Dumazet2018-09-241-30/+0Star
* igb: Replace GFP_ATOMIC with GFP_KERNEL in igb_sw_init()Jia-Ju Bai2018-08-241-2/+2
* igb: Use an advanced ctx descriptor for launchtimeJesus Sanchez-Palencia2018-08-241-1/+2
* Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-161-1/+0Star
|\
| * igb: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-08-061-1/+0Star
* | igb_main: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+2
* | igb: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas2018-07-261-2/+2
* | igb: Add support for ETF offloadJesus Sanchez-Palencia2018-07-041-17/+121
* | igb: Only call skb_tx_timestamp after descriptors are readyJesus Sanchez-Palencia2018-07-041-2/+2
* | igb: Refactor igb_offload_cbs()Jesus Sanchez-Palencia2018-07-041-9/+14
* | igb: Only change Tx arbitration when CBS is onJesus Sanchez-Palencia2018-07-041-16/+33
* | igb: Refactor igb_configure_cbs()Jesus Sanchez-Palencia2018-07-041-32/+28Star
* | net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-261-1/+1
* | cls_flower: fix error values for commands not supported by driversJiri Pirko2018-06-251-1/+1
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-3/+4
* igb: Wait 10ms just once after TX queues resetSergey Nemov2018-06-041-5/+8
* igb: Clear TSICR interrupts together with ICRJoanna Yurdal2018-06-041-0/+2
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-22/+1Star
* igb: Add support for adding offloaded clsflower filtersVinicius Costa Gomes2018-04-251-2/+186
* igb: Add the skeletons for tc-flower offloadingVinicius Costa Gomes2018-04-251-0/+66
* igb: Allow filters to be added for the local MAC addressVinicius Costa Gomes2018-04-251-4/+36
* igb: Add support for enabling queue steering in filtersVinicius Costa Gomes2018-04-251-0/+26
* igb: Add support for MAC address filters specifying source addressesVinicius Costa Gomes2018-04-251-5/+35
* igb: Enable the hardware traffic class feature bit for igb modelsVinicius Costa Gomes2018-04-251-0/+3
* igb: Fix queue selection on MAC filters on i210Vinicius Costa Gomes2018-04-251-2/+7
* igb: Fix the transmission mode of queue 0 for Qav modeVinicius Costa Gomes2018-04-241-1/+16
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* igb: Fix a test with HWTSTAMP_TX_ONChristophe JAILLET2018-03-051-1/+1
* igb: Do not call netif_device_detach() when PCIe link goes missingMika Westerberg2018-03-051-2/+1Star
* igb: add VF trust infrastructureCorinna Vinschen2018-03-051-3/+27
* igb: Delete an error message for a failed memory allocation in igb_enable_sri...Markus Elfring2018-01-241-2/+0Star
* igb: Free IRQs when device is hotpluggedLyude Paul2018-01-241-1/+1
* igb: Clarify idleslope config constraintsJesus Sanchez-Palencia2018-01-241-0/+14
* igb: add function to get maximum RSS queuesZhang Shengju2018-01-241-2/+10
* igb: Allow to remove administratively set MAC on VFsCorinna Vinschen2018-01-241-11/+31
* igb: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-10/+357
|\
| * net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBSNogah Frankel2017-11-081-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-1/+1
| |\
| * | igb: Add support for CBS offloadAndre Guedes2017-10-271-0/+347
| * | ethernet/intel: Convert timers to use timer_setup()Kees Cook2017-10-181-10/+8Star
| * | igb: check memory allocation failureChristophe JAILLET2017-10-101-0/+2
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-1/+1
|\ \ \ | | |/ | |/|
| * | igb: Fix TX map failure pathJean-Philippe Brucker2017-10-261-1/+1
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* igb: do not drop PF mailbox lock after read of VF messageGreg Edwards2017-08-091-4/+10