index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
e1000
/
e1000_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-02
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
1
-2
/
+2
2021-12-28
e1000: switch to napi_build_skb()
Alexander Lobakin
1
-1
/
+1
2021-12-28
e1000: switch to napi_consume_skb()
Alexander Lobakin
1
-5
/
+7
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
1
-2
/
+2
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-05-19
net: e1000: remove repeated word "slot" for e1000_main.c
Hao Chen
1
-1
/
+1
2021-02-03
e1000: drop unneeded assignment in e1000_set_itr()
Sudip Mukherjee
1
-1
/
+0
2020-09-29
net: intel: Remove in_interrupt() warnings
Sebastian Andrzej Siewior
1
-1
/
+0
2020-09-25
intel-ethernet: clean up W=1 warnings in kdoc
Jesse Brandeburg
1
-14
/
+25
2020-07-01
ethernet/intel: Convert fallthrough code comments
Jeff Kirsher
1
-2
/
+1
2020-06-25
net/intel: remove driver versions from Intel drivers
Jeff Kirsher
1
-4
/
+1
2020-06-16
e1000: use generic power management
Vaibhav Gupta
1
-36
/
+13
2020-05-21
e1000: Do not perform reset in reset_task if we are already down
Alexander Duyck
1
-4
/
+14
2020-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-04-21
e1000: remove unneeded conversion to bool
Jason Yan
1
-1
/
+1
2020-04-17
e1000: Distribute switch variables for initialization
Kees Cook
1
-1
/
+3
2020-02-19
e1000(e): use new helper tcp_v6_gso_csum_prep
Heiner Kallweit
1
-5
/
+1
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-2
/
+2
2019-12-03
Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2019-11-07
net: ethernet: intel: Demote MTU change prints to debug
Florian Fainelli
1
-2
/
+2
2019-10-14
PCI: Add PCI_STD_NUM_BARS for the number of standard BARs
Denis Efremov
1
-1
/
+1
2019-08-22
ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
1
-2
/
+1
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-2
/
+1
2019-06-28
e1000: Use dma_wmb() instead of wmb() before doorbell writes
Venkatesh Srinivas
1
-3
/
+3
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-2
/
+2
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
1
-5
/
+0
2019-04-01
net: move skb->xmit_more hint to softnet data
Florian Westphal
1
-1
/
+1
2019-03-19
intel: correct return from set features callback
Serhey Popovych
1
-1
/
+1
2018-11-21
ethernet/intel: consolidate NAPI and NAPI exit
Jesse Brandeburg
1
-5
/
+6
2018-09-19
e1000: remove set but not used variable 'txb2b'
YueHaibing
1
-3
/
+0
2018-09-18
intel-ethernet: use correct module license
Jesse Brandeburg
1
-1
/
+1
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
1
-27
/
+1
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
1
-0
/
+1
2018-01-02
e1000: fix disabling already-disabled warning
Tushar Dave
1
-5
/
+22
2017-10-26
e1000: fix race condition between e1000_down() and e1000_watchdog
Vincenzo Maffione
1
-2
/
+9
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-1
/
+1
2017-04-20
e1000: Omit private ndo_get_stats function
Tobias Klauser
1
-15
/
+0
2016-12-10
e1000: use disable_hardirq() for e1000_netpoll()
WANG Cong
1
-2
/
+2
2016-10-18
ethernet/intel: use core min/max MTU checking
Jarod Wilson
1
-7
/
+5
2016-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+19
2016-04-06
e1000: call ndo_stop() instead of dev_close() when running offline selftest
Stefan Assmann
1
-4
/
+4
2016-04-05
e1000: Double Tx descriptors needed check for 82544
Alexander Duyck
1
-1
/
+18
2016-04-05
e1000: Do not overestimate descriptor counts in Tx pre-check
Alexander Duyck
1
-1
/
+1
2015-12-12
e1000: fix a typo in the comment
Jean Sacren
1
-1
/
+1
2015-12-12
e1000: clean up the checking logic
Jean Sacren
1
-5
/
+5
2015-12-12
e1000: Remove checkpatch coding style errors
Janusz Wolak
1
-51
/
+65
2015-12-12
e1000: fix data race between tx_ring->next_to_clean
Dmitriy Vyukov
1
-1
/
+4
2015-10-16
drivers/net/intel: use napi_complete_done()
Jesse Brandeburg
1
-1
/
+1
2015-05-12
e1000: Replace e1000_free_frag with skb_free_frag
Alexander Duyck
1
-12
/
+7
2015-04-08
e1000, e1000e: Use dma_rmb instead of rmb for descriptor read ordering
Alexander Duyck
1
-3
/
+3
[next]