summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
|\
| * igb: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-08-061-1/+0Star
* | igb: e1000_phy: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* | igb: e1000_82575: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* | 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: Remove superfluous reset to PHY and page 0 selectionChristian Grönke2018-07-261-12/+0Star
* | 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/+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: Use array_size() in vmalloc()Kees Cook2018-06-131-4/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-3/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-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/+22Star
* 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
* igb: Fix queue selection on MAC filters on i210Vinicius Costa Gomes2018-04-251-2/+7
* igb: Fix not adding filter elements to the listVinicius Costa Gomes2018-04-251-1/+1
* igb: Fix the transmission mode of queue 0 for Qav modeVinicius Costa Gomes2018-04-241-1/+16
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-2321-0/+21
* 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-052-3/+28
* igb: Clear TXSTMP when ptp_tx_work() is timeoutDaniel Hua2018-01-241-0/+9
* 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-243-33/+12Star
* 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-154-10/+394
|\
| * 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-274-0/+384