index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-02
ice: Fix some null pointer dereference issues in ice_ptp.c
Kunwu Chan
1
-0
/
+4
2024-01-02
ice: ice_base.c: Add const modifier to params and vars
Jan Glaza
2
-5
/
+5
2024-01-02
ice: remove rx_len_errors statistic
Jan Sokolowski
3
-7
/
+0
2024-01-02
ice: replace ice_vf_recreate_vsi() with ice_vf_reconfig_vsi()
Jacob Keller
4
-33
/
+28
2024-01-02
ice: Add support for packet mirroring using hardware in switchdev mode
Andrii Staikov
3
-7
/
+60
2024-01-02
ice: Enable SW interrupt from FW for LL TS
Karol Kolacinski
8
-28
/
+274
2024-01-02
ice: Schedule service task in IRQ top half
Karol Kolacinski
2
-10
/
+11
2023-12-22
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
David S. Miller
70
-1016
/
+733
2023-12-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
5
-9
/
+10
2023-12-18
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
11
-273
/
+508
2023-12-18
idpf: refactor some missing field get/prep conversions
Jesse Brandeburg
2
-35
/
+30
2023-12-18
ice: cleanup inconsistent code
Jesse Brandeburg
2
-3
/
+3
2023-12-18
ice: field get conversion
Jesse Brandeburg
13
-121
/
+82
2023-12-18
iavf: field get conversion
Jesse Brandeburg
2
-15
/
+8
2023-12-18
i40e: field get conversion
Jesse Brandeburg
11
-226
/
+145
2023-12-18
igc: field get conversion
Jesse Brandeburg
4
-13
/
+8
2023-12-18
intel: legacy: field get conversion
Jesse Brandeburg
25
-162
/
+118
2023-12-18
igc: field prep conversion
Jesse Brandeburg
1
-2
/
+2
2023-12-18
ice: fix pre-shifted bit usage
Jesse Brandeburg
3
-11
/
+18
2023-12-18
ice: field prep conversion
Jesse Brandeburg
14
-208
/
+139
2023-12-18
iavf: field prep conversion
Jesse Brandeburg
2
-19
/
+14
2023-12-18
i40e: field prep conversion
Jesse Brandeburg
5
-151
/
+109
2023-12-18
intel: legacy: field prep conversion
Jesse Brandeburg
8
-23
/
+16
2023-12-18
intel: add bit macro includes where needed
Jesse Brandeburg
16
-23
/
+36
2023-12-18
e1000e: make lost bits explicit
Jesse Brandeburg
1
-6
/
+7
2023-12-18
ice: Fix PF with enabled XDP going no-carrier after reset
Larysa Zaremba
1
-0
/
+3
2023-12-18
ice: alter feature support check for SRIOV and LAG
Dave Ertman
1
-0
/
+2
2023-12-18
ice: stop trashing VF VSI aggregator node ID information
Jacob Keller
1
-4
/
+0
2023-12-15
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
10
-315
/
+1366
2023-12-14
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
3
-5
/
+5
2023-12-14
i40e: remove fake support of rx-frames-irq
Jason Xing
1
-3
/
+2
2023-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-73
/
+218
2023-12-14
ice: add ability to read and configure FW log data
Paul M Stillwell Jr
6
-0
/
+405
2023-12-14
ice: enable FW logging
Paul M Stillwell Jr
4
-0
/
+170
2023-12-14
ice: configure FW logging
Paul M Stillwell Jr
9
-1
/
+796
2023-12-14
ice: remove FW logging code
Paul M Stillwell Jr
5
-319
/
+0
2023-12-13
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
Jakub Kicinski
3
-16
/
+11
2023-12-13
iavf: enable symmetric-xor RSS for Toeplitz hash function
Ahmed Zaki
9
-8
/
+137
2023-12-13
ice: enable symmetric-xor RSS for Toeplitz hash function
Jeff Guo
14
-82
/
+402
2023-12-13
ice: refactor the FD and RSS flow ID generation
Ahmed Zaki
8
-81
/
+55
2023-12-13
ice: refactor RSS configuration
Qi Zhang
5
-169
/
+238
2023-12-13
ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register values
Ahmed Zaki
3
-13
/
+11
2023-12-13
net: ethtool: get rid of get/set_rxfh_context functions
Ahmed Zaki
1
-16
/
+13
2023-12-13
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
9
-153
/
+153
2023-12-13
idpf: add get/set for Ethtool's header split ringparam
Michal Kubiak
5
-7
/
+90
2023-12-13
ice: use VLAN proto from ring packet context in skb path
Larysa Zaremba
2
-10
/
+6
2023-12-13
ice: Implement VLAN tag hint
Larysa Zaremba
6
-9
/
+59
2023-12-13
ice: Support XDP hints in AF_XDP ZC mode
Larysa Zaremba
2
-0
/
+19
2023-12-13
ice: Support RX hash XDP hint
Larysa Zaremba
2
-204
/
+281
2023-12-13
ice: Support HW timestamp hint
Larysa Zaremba
7
-7
/
+42
[next]