summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb/igb_main.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-18igb: Do not free q_vector unless new one was allocatedKees Cook1-2/+6
2023-01-18igb: Initialize mailbox message for VF resetTony Nguyen1-1/+1
2022-08-25igb: Add lock to avoid data raceLin Ma1-1/+11
2022-06-29igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng1-7/+5
2022-05-25igb: skip phy status check where unavailableKevin Mitchell1-1/+2
2021-12-22igb: Fix removal of unicast MAC filters of VFsKaren Sornek1-14/+14
2021-12-01igb: fix netpoll exit with trafficJesse Brandeburg1-1/+1
2021-07-28igb: Fix position of assignment to *ringJedrzej Jagielski1-1/+2
2021-07-28igb: Check if num of q_vectors is smaller than max before array accessAleksandr Loktionov1-1/+8
2021-07-28igb: Fix an error handling path in 'igb_probe()'Christophe JAILLET1-0/+1
2021-07-28igb: Fix use-after-free error during resetVinicius Costa Gomes1-0/+2
2021-07-19igb: handle vlan types with checker enabledJesse Brandeburg1-2/+3
2021-05-07igb: Enable RSS for Intel I211 Ethernet ControllerNick Lowe1-2/+1
2020-08-11igb: reinit_locked() should be called with rtnl_lockFrancesco Ruggeri1-0/+9
2019-11-09igb/igc: use ktime accessors for skb->tstampJacob Keller1-2/+2
2019-11-01igb: Fix constant media auto sense switching when no cable is connectedManfred Rudigier1-1/+2
2019-11-01igb: Enable media autosense for the i350.Manfred Rudigier1-1/+1
2019-11-01igb/igc: Don't warn on fatal read failures when the device is removedLyude Paul1-1/+2
2019-08-23ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-07-23igb: Use dev_get_drvdata where possibleChuhong Yuan1-2/+1
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+3
2019-07-10net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-8/+8
2019-07-10drivers: net: use flow block APIPablo Neira Ayuso1-1/+4
2019-07-10net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso1-20/+4
2019-06-29igb: clear out skb->tstamp after reading the txtimeVedang Patel1-0/+1
2019-05-29igb: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-05-29igb/igc: warn when fatal read failure happensFeng Tang1-0/+1
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+6
2019-05-07Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-5/+0
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-5/+0
2019-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-49/+8
2019-04-02net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-03-27igb: Fix WARN_ONCE on runtime suspendArvind Sankar1-49/+8
2019-03-20igb: Exclude device from suspend direct complete optimizationKai-Heng Feng1-0/+3
2019-03-20intel: correct return from set features callbackSerhey Popovych1-1/+1
2019-02-09igb: use struct_size() helperGustavo A. R. Silva1-3/+3
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso1-40/+24
2019-02-06igb: Bump version numberTodd Fujinaka1-1/+1
2019-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+7
2019-01-18net: Add extack argument to ndo_fdb_add()Petr Machata1-1/+2
2019-01-16Revert "igb: reduce CPU0 latency when updating statistics"Jeff Kirsher1-7/+7
2018-12-20igb: Fix an issue that PME is not enabled during runtime suspendKai-Heng Feng1-3/+5
2018-12-20igb: Change RXPBSIZE size when setting Qav modeJesus Sanchez-Palencia1-1/+1
2018-12-20igb: reduce CPU0 latency when updating statisticsJeff Kirsher1-7/+7
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg1-4/+6
2018-11-21igb: Fix format with line continuation whitespaceJoe Perches1-7/+6
2018-11-07intel-ethernet: software timestamp skbs as late as possibleJacob Keller1-2/+2
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+0
2018-10-03PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-9/+0