index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
e1000
Age
Commit message (
Expand
)
Author
2019-11-07
net: ethernet: intel: Demote MTU change prints to debug
Florian Fainelli
2019-11-01
e1000: fix memory leaks
Wenwen Wang
2019-08-22
ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
2019-06-28
e1000: Use dma_wmb() instead of wmb() before doorbell writes
Venkatesh Srinivas
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
2019-04-01
net: move skb->xmit_more hint to softnet data
Florian Westphal
2019-03-19
intel: correct return from set features callback
Serhey Popovych
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2018-11-21
ethernet/intel: consolidate NAPI and NAPI exit
Jesse Brandeburg
2018-09-19
e1000: remove set but not used variable 'txb2b'
YueHaibing
2018-09-18
intel-ethernet: use correct module license
Jesse Brandeburg
2018-08-24
e1000: ensure to free old tx/rx rings in set_ringparam()
Bo Chen
2018-08-24
e1000: check on netif_running() before calling e1000_up()
Bo Chen
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-08
e1000: Replace WARN_ONCE with netdev_WARN_ONCE
Gal Pressman
2018-01-02
e1000: fix disabling already-disabled warning
Tushar Dave
2017-11-27
e1000: Fix off-by-one in debug message
Ahmad Fatoum
2017-10-26
e1000: avoid null pointer dereference on invalid stat type
Colin Ian King
2017-10-26
e1000: fix race condition between e1000_down() and e1000_watchdog
Vincenzo Maffione
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
2017-04-20
e1000: Omit private ndo_get_stats function
Tobias Klauser
2017-03-21
e1000: use new API ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-12-10
e1000: use disable_hardirq() for e1000_netpoll()
WANG Cong
2016-10-18
ethernet/intel: use core min/max MTU checking
Jarod Wilson
2016-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-04-06
e1000: call ndo_stop() instead of dev_close() when running offline selftest
Stefan Assmann
2016-04-05
e1000: Double Tx descriptors needed check for 82544
Alexander Duyck
2016-04-05
e1000: Do not overestimate descriptor counts in Tx pre-check
Alexander Duyck
2015-12-12
e1000: Elementary checkpatch warnings and checks removed
Janusz Wolak
2015-12-12
e1000: get rid of duplicate exit path
Jean Sacren
2015-12-12
e1000: fix kernel-doc argument being missing
Jean Sacren
2015-12-12
e1000: fix a typo in the comment
Jean Sacren
2015-12-12
e1000: clean up the checking logic
Jean Sacren
2015-12-12
e1000: Remove checkpatch coding style errors
Janusz Wolak
2015-12-12
e1000: fix data race between tx_ring->next_to_clean
Dmitriy Vyukov
2015-12-12
e1000: make eeprom read/write scheduler friendly
Joern Engel
2015-10-16
drivers/net/intel: use napi_complete_done()
Jesse Brandeburg
2015-10-16
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
2015-09-22
e1000: remove dead e1000_init_eeprom_params calls
Francois Romieu
2015-05-12
e1000: Replace e1000_free_frag with skb_free_frag
Alexander Duyck
2015-04-08
e1000, e1000e: Use dma_rmb instead of rmb for descriptor read ordering
Alexander Duyck
2015-03-08
ethernet: codespell comment spelling fixes
Joe Perches
2015-03-06
e1000: add dummy allocator to fix race condition between mtu change and netpoll
Sabrina Dubroca
2015-03-06
e1000: call netif_carrier_off early on down
Eliezer Tamir
2015-01-22
net: e1000: support txtd update delay via xmit_more
Florian Westphal
[next]