summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-082-5/+8
|\
| * net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-052-49/+10
| |\
| * | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-021-1/+1
| * | igb: fix various indentation issuesColin Ian King2019-03-191-2/+2
| * | igb: Exclude device from suspend direct complete optimizationKai-Heng Feng2019-03-191-0/+3
| * | intel: correct return from set features callbackSerhey Popovych2019-03-191-1/+1
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-071-5/+0
|\ \ \ | |_|/ |/| |
| * | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-5/+0
| |/
* / igb: Fix WARN_ONCE on runtime suspendArvind Sankar2019-03-272-49/+10
|/
* igb: use struct_size() helperGustavo A. R. Silva2019-02-091-3/+3
* flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2019-02-061-40/+24
* igb: Bump version numberTodd Fujinaka2019-02-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-213-10/+10
|\
| * Revert "igb: reduce CPU0 latency when updating statistics"Jeff Kirsher2019-01-153-10/+10
* | net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-181-1/+2
|/
* 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-291-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-121-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-101-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-241-30/+0
| |/
* / intel-ethernet: use correct module licenseJesse Brandeburg2018-09-191-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-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/+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