index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-14
ice: refactor interrupt moderation writes
Jesse Brandeburg
5
-104
/
+112
2021-04-14
ice: Add new VSI states to track netdev alloc/registration
Anirudh Venkataramanan
3
-6
/
+22
2021-04-14
ice: Drop leading underscores in enum ice_pf_state
Anirudh Venkataramanan
8
-187
/
+187
2021-04-14
ice: use kernel definitions for IANA protocol ports and ether-types
Bruce Allan
4
-8
/
+8
2021-04-13
net: ethernet: intel: Fix a typo in the file ixgbe_dcb_nl.c
Bhaskar Chowdhury
1
-1
/
+1
2021-04-13
net: intel: Remove unused function pointer typedef ixgbe_mc_addr_itr
Chen Lin
2
-7
/
+0
2021-04-13
ixgbe: Support external GBE SerDes PHY BCM54616s
Jostar Yang
2
-0
/
+4
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
17
-71
/
+171
2021-04-08
ice: fix memory leak of aRFS after resuming from suspend
Yongxin Liu
1
-0
/
+1
2021-04-08
i40e: Fix sparse warning: missing error code 'err'
Arkadiusz Kubalewski
1
-2
/
+6
2021-04-08
i40e: Fix sparse error: 'vsi->netdev' could be null
Arkadiusz Kubalewski
1
-2
/
+1
2021-04-08
i40e: Fix sparse error: uninitialized symbol 'ring'
Arkadiusz Kubalewski
1
-0
/
+3
2021-04-08
i40e: Fix sparse errors in i40e_txrx.c
Arkadiusz Kubalewski
1
-7
/
+5
2021-04-08
i40e: Fix parameters in aq_get_phy_register()
Grzegorz Siwik
1
-1
/
+1
2021-04-07
ice: Remove unnecessary blank line
Tony Nguyen
1
-1
/
+0
2021-04-07
ice: Remove unnecessary checks in add/kill_vid ndo ops
Brett Creeley
1
-12
/
+0
2021-04-07
ice: Remove rx_gro_dropped stat
Anirudh Venkataramanan
4
-6
/
+1
2021-04-07
ice: Use local variable instead of pointer derefs
Anirudh Venkataramanan
1
-15
/
+12
2021-04-07
ice: Remove unnecessary variable
Anirudh Venkataramanan
1
-6
/
+1
2021-04-07
ice: Limit forced overrides based on FW version
Jeb Cramer
1
-12
/
+2
2021-04-07
ice: Use default configuration mode for PHY configuration
Anirudh Venkataramanan
6
-42
/
+103
2021-04-07
ice: Replace some memsets and memcpys with assignment
Anirudh Venkataramanan
1
-7
/
+3
2021-04-07
ice: Fix error return codes in ice_set_link_ksettings
Anirudh Venkataramanan
1
-7
/
+7
2021-04-07
ice: Rename a couple of variables
Anirudh Venkataramanan
1
-25
/
+25
2021-04-07
ice: Remove unnecessary checker loop
Anirudh Venkataramanan
1
-9
/
+1
2021-04-07
ice: Ignore EMODE return for opcode 0x0605
Anirudh Venkataramanan
4
-38
/
+59
2021-04-07
ice: Align macro names to the specification
Anirudh Venkataramanan
4
-23
/
+24
2021-04-07
ice: Modify recursive way of adding nodes
Victor Raj
1
-53
/
+77
2021-04-07
ice: Re-send some AQ commands, as result of EBUSY AQ error
Chinh T Cao
3
-2
/
+84
2021-04-01
i40e: Fix display statistics for veb_tc
Eryk Rybak
1
-6
/
+46
2021-04-01
i40e: fix receiving of single packets in xsk zero-copy mode
Magnus Karlsson
1
-2
/
+2
2021-04-01
i40e: Fix inconsistent indenting
Arkadiusz Kubalewski
1
-4
/
+4
2021-03-31
ice: Correct comment block style
Tony Nguyen
1
-2
/
+1
2021-03-31
ice: cleanup style issues
Bruce Allan
3
-7
/
+7
2021-03-31
ice: Consolidate VSI state and flags
Anirudh Venkataramanan
5
-46
/
+47
2021-03-31
ice: Refactor ice_set/get_rss into LUT and key specific functions
Brett Creeley
5
-117
/
+117
2021-03-31
ice: Refactor get/set RSS LUT to use struct parameter
Brett Creeley
6
-42
/
+62
2021-03-31
ice: Change ice_vsi_setup_q_map() to not depend on RSS
Brett Creeley
2
-34
/
+17
2021-03-31
ice: rename ptype bitmap
Qi Zhang
1
-8
/
+8
2021-03-31
ice: correct memory allocation call
Bruce Allan
1
-1
/
+1
2021-03-31
ice: Check for bail out condition early
Anirudh Venkataramanan
1
-5
/
+5
2021-03-31
ice: remove unnecessary duplicated AQ command flag setting
Bruce Allan
1
-1
/
+1
2021-03-31
ice: change link misconfiguration message
Paul Greenwalt
1
-1
/
+1
2021-03-31
ice: handle increasing Tx or Rx ring sizes
Paul M Stillwell Jr
2
-33
/
+92
2021-03-31
ice: Update to use package info from ice segment
Dan Nowlin
4
-22
/
+36
2021-03-31
ice: Delay netdev registration
Anirudh Venkataramanan
2
-52
/
+47
2021-03-31
ice: Add Support for XPS
Benita Bose
2
-0
/
+29
2021-03-30
net: i40e: remove repeated words
Peng Li
1
-2
/
+2
2021-03-29
ice: Cleanup fltr list in case of allocation issues
Robert Malz
1
-1
/
+2
2021-03-29
ice: Use port number instead of PF ID for WoL
Anirudh Venkataramanan
3
-8
/
+7
[next]