summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
Commit message (Expand)AuthorAgeFilesLines
* Revert "igb: reduce CPU0 latency when updating statistics"Jeff Kirsher2019-01-153-10/+10
* igb: Fix an issue that PME is not enabled during runtime suspendKai-Heng Feng2018-12-201-3/+5
* igb: Change RXPBSIZE size when setting Qav modeJesus Sanchez-Palencia2018-12-202-1/+2
* igb: reduce CPU0 latency when updating statisticsJeff Kirsher2018-12-203-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-281-0/+1
|\
| * igb: fix uninitialized variablesYunjian Wang2018-11-281-0/+1
* | ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg2018-11-211-4/+6
* | igb: Fix format with line continuation whitespaceJoe Perches2018-11-211-7/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-111-5/+7
|\ \ | |/
| * igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar2018-11-061-5/+7
* | igb: extend PTP gettime function to read system clockMiroslav Lichvar2018-11-091-10/+55
* | i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURETodd Fujinaka2018-11-071-1/+1
* | intel-ethernet: software timestamp skbs as late as possibleJacob Keller2018-11-071-2/+2
|/
* igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar2018-10-311-1/+7
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-9/+0
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-9/+0
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-30/+0
|\ \
| * | igb: remove ndo_poll_controllerEric Dumazet2018-09-231-30/+0
| |/
* | intel-ethernet: use correct module licenseJesse Brandeburg2018-09-181-1/+1
|/
* igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback()Jia-Ju Bai2018-08-241-1/+1
* 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/+0
|\
| * igb: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-08-061-1/+0
* | igb: e1000_phy: Mark expected switch fall-throughGustavo A. R. Silva2018-08-071-0/+1
* | igb: e1000_82575: Mark expected switch fall-throughGustavo A. R. Silva2018-08-071-0/+1
* | igb_main: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-071-0/+2
* | igb: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas2018-07-261-2/+2
* | igb: Remove superfluous reset to PHY and page 0 selectionChristian Grönke2018-07-261-12/+0
* | igb: Add support for ETF offloadJesus Sanchez-Palencia2018-07-043-17/+138
* | 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/+28
* | 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: Use array_size() in vmalloc()Kees Cook2018-06-121-4/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-3/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-4/+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-2721-460/+22
* igb: Add support for adding offloaded clsflower filtersVinicius Costa Gomes2018-04-252-2/+188
* igb: Add the skeletons for tc-flower offloadingVinicius Costa Gomes2018-04-251-0/+66
* igb: Add MAC address support for ethtool nftuple filtersVinicius Costa Gomes2018-04-251-4/+39
* igb: Enable nfc filters to specify MAC addressesVinicius Costa Gomes2018-04-252-0/+32
* 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-253-0/+33
* igb: Add support for MAC address filters specifying source addressesVinicius Costa Gomes2018-04-253-5/+37
* igb: Enable the hardware traffic class feature bit for igb modelsVinicius Costa Gomes2018-04-251-0/+3
OpenPOWER on IntegriCloud