| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-01-19 | 2 | -32/+27 |
|\ |
|
| * | e1000e: Revert "e1000e: Make watchdog use delayed work" | Jeff Kirsher | 2020-01-09 | 2 | -32/+27 |
* | | e1000e: Use netdev_info instead of pr_info for link messages | Alexander Duyck | 2019-12-31 | 1 | -8/+9 |
* | | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 2019-12-13 | 1 | -1/+1 |
|/ |
|
* | net: ethernet: intel: Demote MTU change prints to debug | Florian Fainelli | 2019-11-08 | 1 | -1/+2 |
* | e1000e: Fix compiler warning when CONFIG_PM_SLEEP is not set | Sasha Neftin | 2019-10-30 | 1 | -0/+2 |
* | e1000e: Add support for Tiger Lake | Sasha Neftin | 2019-10-30 | 5 | -1/+26 |
* | e1000e: Drop unnecessary __E1000_DOWN bit twiddling | Alexander Duyck | 2019-10-30 | 1 | -6/+1 |
* | e1000e: Use rtnl_lock to prevent race conditions between net and pci/pm | Alexander Duyck | 2019-10-30 | 1 | -33/+35 |
* | e1000e: Add support for Comet Lake | Sasha Neftin | 2019-10-30 | 2 | -0/+12 |
* | e1000e: Add support for S0ix | Sasha Neftin | 2019-10-21 | 2 | -0/+186 |
* | Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-09-24 | 1 | -1/+0 |
|\ |
|
| * | PCI: Move ASPM declarations to linux/pci.h | Krzysztof Wilczynski | 2019-08-28 | 1 | -1/+0 |
* | | e1000e: Make speed detection on hotplugging cable more reliable | Kai-Heng Feng | 2019-09-09 | 1 | -6/+6 |
* | | ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb” | Markus Elfring | 2019-08-23 | 1 | -4/+2 |
* | | e1000e: add workaround for possible stalled packet | Kai-Heng Feng | 2019-07-24 | 2 | -1/+11 |
* | | e1000e: Use dev_get_drvdata where possible | Chuhong Yuan | 2019-07-23 | 1 | -4/+3 |
* | | net: Use skb accessors in network drivers | Matthew Wilcox (Oracle) | 2019-07-23 | 1 | -2/+1 |
|/ |
|
* | e1000e: PCIm function state support | Vitaly Lifshits | 2019-06-29 | 2 | -1/+20 |
* | e1000e: Make watchdog use delayed work | Detlev Casanova | 2019-06-29 | 2 | -27/+32 |
* | e1000e: Reduce boot time by tightening sleep ranges | Arjan van de Ven | 2019-06-29 | 7 | -28/+28 |
* | e1000e: Increase pause and refresh time | Miguel Bernal Marin | 2019-06-28 | 1 | -2/+2 |
* | e1000e: start network tx queue only when link is up | Konstantin Khlebnikov | 2019-05-29 | 1 | -2/+4 |
* | Revert "e1000e: fix cyclic resets at link up with active tx" | Konstantin Khlebnikov | 2019-05-29 | 1 | -6/+9 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2019-05-08 | 1 | -3/+3 |
|\ |
|
| * | net: move skb->xmit_more hint to softnet data | Florian Westphal | 2019-04-02 | 1 | -1/+1 |
| * | e1000e: Disable runtime PM on CNP+ | Kai-Heng Feng | 2019-03-19 | 1 | -1/+1 |
| * | intel: correct return from set features callback | Serhey Popovych | 2019-03-19 | 1 | -1/+1 |
* | | drivers: Remove explicit invocations of mmiowb() | Will Deacon | 2019-04-08 | 1 | -7/+0 |
|/ |
|
* | e1000e: Fix -Wformat-truncation warnings | Florian Fainelli | 2019-02-23 | 1 | -2/+2 |
* | e1000e: fix cyclic resets at link up with active tx | Konstantin Khlebnikov | 2019-02-06 | 1 | -9/+6 |
* | e1000e: fix a missing check for return value | Jeff Kirsher | 2019-02-06 | 1 | -10/+23 |
* | e1000e: Exclude device from suspend direct complete optimization | Kai-Heng Feng | 2019-02-06 | 1 | -0/+2 |
* | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 2019-01-08 | 1 | -2/+2 |
* | ethernet/intel: consolidate NAPI and NAPI exit | Jesse Brandeburg | 2018-11-21 | 1 | -8/+9 |
* | e1000e: extend PTP gettime function to read system clock | Miroslav Lichvar | 2018-11-10 | 3 | -16/+45 |
* | e1000e: allow non-monotonic SYSTIM readings | Miroslav Lichvar | 2018-11-07 | 1 | -3/+10 |
* | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-10-25 | 1 | -2/+0 |
|\ |
|
| * | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls | Oza Pawandeep | 2018-10-02 | 1 | -2/+0 |
* | | intel-ethernet: use correct module license | Jesse Brandeburg | 2018-09-19 | 1 | -1/+1 |
|/ |
|
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-13 | 1 | -1/+1 |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-13 | 1 | -2/+2 |
* | e1000e: Ignore TSYNCRXCTL when getting I219 clock attributes | Benjamin Poirier | 2018-06-04 | 1 | -9/+6 |
* | net: intel: Cleanup the copyright/license headers | Jeff Kirsher | 2018-04-27 | 23 | -466/+23 |
* | intel: add SPDX identifiers to all the Intel drivers | Jeff Kirsher | 2018-03-23 | 23 | -0/+23 |
* | e1000e: Fix link check race condition | Benjamin Poirier | 2018-03-12 | 2 | -21/+24 |
* | Revert "e1000e: Separate signaling for link check/link up" | Benjamin Poirier | 2018-03-12 | 3 | -19/+9 |
* | e1000e: allocate ring descriptors with dma_zalloc_coherent | Pierre-Yves Kerbrat | 2018-03-05 | 1 | -2/+2 |
* | e1000e: Fix check_for_link return value with autoneg off | Benjamin Poirier | 2018-03-05 | 2 | -2/+2 |
* | e1000e: Avoid missed interrupts following ICR read | Benjamin Poirier | 2018-03-05 | 2 | -8/+24 |