aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-24igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback()Jia-Ju Bai1-1/+1
2018-08-24igb: Replace GFP_ATOMIC with GFP_KERNEL in igb_sw_init()Jia-Ju Bai1-2/+2
2018-08-24igb: Use an advanced ctx descriptor for launchtimeJesus Sanchez-Palencia1-1/+2
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2018-08-07igb: e1000_phy: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-07igb: e1000_82575: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-07igb_main: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-08-06igb: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas1-1/+0
2018-07-26igb: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas1-2/+2
2018-07-26igb: Remove superfluous reset to PHY and page 0 selectionChristian Grönke1-12/+0
2018-07-04igb: Add support for ETF offloadJesus Sanchez-Palencia3-17/+138
2018-07-04igb: Only call skb_tx_timestamp after descriptors are readyJesus Sanchez-Palencia1-2/+2
2018-07-04igb: Refactor igb_offload_cbs()Jesus Sanchez-Palencia1-9/+14
2018-07-04igb: Only change Tx arbitration when CBS is onJesus Sanchez-Palencia1-16/+33
2018-07-04igb: Refactor igb_configure_cbs()Jesus Sanchez-Palencia1-32/+28
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley1-1/+1
2018-06-25cls_flower: fix error values for commands not supported by driversJiri Pirko1-1/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-4/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+4
2018-06-04igb: Wait 10ms just once after TX queues resetSergey Nemov1-5/+8
2018-06-04igb: Clear TSICR interrupts together with ICRJoanna Yurdal1-0/+2
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher21-460/+22
2018-04-25igb: Add support for adding offloaded clsflower filtersVinicius Costa Gomes2-2/+188
2018-04-25igb: Add the skeletons for tc-flower offloadingVinicius Costa Gomes1-0/+66
2018-04-25igb: Add MAC address support for ethtool nftuple filtersVinicius Costa Gomes1-4/+39
2018-04-25igb: Enable nfc filters to specify MAC addressesVinicius Costa Gomes2-0/+32
2018-04-25igb: Allow filters to be added for the local MAC addressVinicius Costa Gomes1-4/+36
2018-04-25igb: Add support for enabling queue steering in filtersVinicius Costa Gomes3-0/+33
2018-04-25igb: Add support for MAC address filters specifying source addressesVinicius Costa Gomes3-5/+37
2018-04-25igb: Enable the hardware traffic class feature bit for igb modelsVinicius Costa Gomes1-0/+3
2018-04-25igb: Fix queue selection on MAC filters on i210Vinicius Costa Gomes1-2/+7
2018-04-25igb: Fix not adding filter elements to the listVinicius Costa Gomes1-1/+1
2018-04-24igb: Fix the transmission mode of queue 0 for Qav modeVinicius Costa Gomes1-1/+16
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher21-0/+21
2018-03-05igb: Fix a test with HWTSTAMP_TX_ONChristophe JAILLET1-1/+1
2018-03-05igb: Do not call netif_device_detach() when PCIe link goes missingMika Westerberg1-2/+1
2018-03-05igb: add VF trust infrastructureCorinna Vinschen2-3/+28
2018-01-24igb: Clear TXSTMP when ptp_tx_work() is timeoutDaniel Hua1-0/+9
2018-01-24igb: Delete an error message for a failed memory allocation in igb_enable_sriov()Markus Elfring1-2/+0
2018-01-24igb: Free IRQs when device is hotpluggedLyude Paul1-1/+1
2018-01-24igb: Clarify idleslope config constraintsJesus Sanchez-Palencia1-0/+14
2018-01-24igb: add function to get maximum RSS queuesZhang Shengju3-33/+12
2018-01-24igb: Allow to remove administratively set MAC on VFsCorinna Vinschen1-11/+31
2017-11-21igb: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-10/+394
2017-11-08net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBSNogah Frankel1-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-1/+1
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1