index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
e1000e
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-28
1
-1
/
+1
*
drivers/net/ethernet/e1000e: check return value of e1e_rphy()
Li Zhong
2022-09-08
1
-3
/
+17
*
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
2
-5
/
+5
*
e1000e: convert .adjfreq to .adjfine
Jacob Keller
2022-07-28
3
-10
/
+11
*
e1000e: remove unnecessary range check in e1000e_phc_adjfreq
Jacob Keller
2022-07-28
1
-3
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-21
4
-32
/
+4
|
\
|
*
Revert "e1000e: Fix possible HW unit hang after an s0ix exit"
Sasha Neftin
2022-07-14
4
-32
/
+0
|
*
e1000e: Enable GPT clock before sending message to CSME
Sasha Neftin
2022-07-14
1
-0
/
+4
*
|
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
2022-07-02
1
-2
/
+2
*
|
intel/e1000e:fix repeated words in comments
Jilin Yuan
2022-06-30
1
-1
/
+1
*
|
intel: remove unused macros
Jesse Brandeburg
2022-06-30
1
-2
/
+0
|
/
*
e1000e: Fix possible overflow in LTR decoding
Sasha Neftin
2022-04-13
1
-2
/
+2
*
e1000e: Print PHY register address when MDI read/write fails
Chen Yu
2022-03-09
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-03
4
-2
/
+34
|
\
|
*
e1000e: Correct NVM checksum verification flow
Sasha Neftin
2022-02-28
1
-2
/
+2
|
*
e1000e: Fix possible HW unit hang after an s0ix exit
Sasha Neftin
2022-02-28
4
-0
/
+32
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-03
3
-19
/
+44
|
\
\
|
|
/
|
*
e1000e: Handshake with CSME starts from ADL platforms
Sasha Neftin
2022-02-01
1
-2
/
+4
|
*
e1000e: Separate ADP board type from TGP
Sasha Neftin
2022-02-01
3
-17
/
+40
*
|
e1000e: Remove useless DMA-32 fallback configuration
Christophe JAILLET
2022-01-27
1
-15
/
+7
|
/
*
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
2021-12-14
1
-4
/
+0
*
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-22
1
-2
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-10-22
4
-24
/
+59
|
\
|
*
e1000e: Fix packet loss on Tiger Lake and later
Sasha Neftin
2021-10-20
2
-1
/
+13
|
*
e1000e: Separate TGP board type from SPT
Sasha Neftin
2021-10-20
3
-23
/
+46
*
|
e1000e: Remove redundant statement
luo penghao
2021-10-19
1
-1
/
+0
*
|
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-10-05
1
-2
/
+2
*
|
net: e1000e: solve insmod 'Unknown symbol mutex_lock' error
Hao Chen
2021-09-17
1
-0
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-26
2
-8
/
+27
|
\
|
*
e1000e: Do not take care about recovery NVM checksum
Sasha Neftin
2021-08-20
1
-7
/
+11
|
*
e1000e: Fix the max snoop/no-snoop latency for 10M
Sasha Neftin
2021-08-20
2
-1
/
+16
*
|
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
2021-08-24
1
-2
/
+6
*
|
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-1
/
+1
*
|
net/e1000e: Fix spelling mistake "The" -> "This"
Tree Davies
2021-07-20
1
-1
/
+1
*
|
e1000e: Add space to the debug print
Sasha Neftin
2021-07-20
1
-2
/
+4
*
|
e1000e: Add support for the next LOM generation
Sasha Neftin
2021-07-20
2
-0
/
+8
*
|
e1000e: Add support for Lunar Lake
Sasha Neftin
2021-07-20
5
-0
/
+21
*
|
e1000e: Additional PHY power saving in S0ix
Sasha Neftin
2021-07-20
1
-0
/
+6
*
|
e1000e: Add polling mechanism to indicate CSME DPG exit
Sasha Neftin
2021-07-20
3
-0
/
+26
*
|
e1000e: Add handshake with the CSME to support S0ix
Sasha Neftin
2021-07-20
2
-154
/
+176
|
/
*
e1000e: Fix an error handling path in 'e1000_probe()'
Christophe JAILLET
2021-07-01
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-29
1
-11
/
+13
|
\
|
*
e1000e: Check the PCIm state
Sasha Neftin
2021-06-24
1
-11
/
+13
*
|
net: e1000e: fix misspell word "retreived"
Hao Chen
2021-05-19
1
-1
/
+1
*
|
net: e1000e: remove repeated word "slot" for netdev.c
Hao Chen
2021-05-19
1
-1
/
+1
*
|
net: e1000e: remove repeated word "the" for ich8lan.c
Hao Chen
2021-05-19
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-03-25
3
-4
/
+10
|
\
|
*
e1000e: Fix duplicate include guard
Tom Seewald
2021-03-19
1
-3
/
+3
|
*
e1000e: Fix error handling in e1000_set_d0_lplu_state_82571
Dinghao Liu
2021-03-11
1
-0
/
+2
|
*
e1000e: add rtnl_lock() to e1000_reset_task
Vitaly Lifshits
2021-03-11
1
-1
/
+5
[next]