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-03-25
ice: Refactor FW data type and fix bitmap casting issue
Steven Zou
4
-15
/
+20
2024-03-22
overflow: Change DEFINE_FLEX to take __counted_by member
Kees Cook
6
-18
/
+18
2024-03-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-42
/
+17
2024-03-11
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
3
-5
/
+145
2024-03-08
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
David S. Miller
6
-42
/
+53
2024-03-07
net: introduce include/net/rps.h
Eric Dumazet
1
-0
/
+1
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
13
-38
/
+81
2024-03-06
ixgbe: pull out stats update to common routines
Maciej Fijalkowski
3
-25
/
+53
2024-03-06
i40e: remove unnecessary qv_info ptr NULL checks
Alexey Kodanev
2
-8
/
+0
2024-03-06
iavf: drop duplicate iavf_{add|del}_cloud_filter() calls
Alexey Kodanev
1
-9
/
+0
2024-03-06
ice: Implement RSS settings for GTP using ethtool
Takeru Hayasaka
3
-5
/
+145
2024-03-06
ice: fix stats being updated by way too large values
Przemek Kitszel
1
-13
/
+11
2024-03-06
igb: Fix missing time sync events
Vinicius Costa Gomes
1
-18
/
+5
2024-03-06
igc: Fix missing time sync events
Vinicius Costa Gomes
1
-11
/
+1
2024-03-06
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
12
-201
/
+125
2024-03-06
Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
10
-1374
/
+1182
2024-03-06
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
9
-22
/
+15
2024-03-05
dpll: move all dpll<>netdev helpers to dpll code
Jakub Kicinski
1
-2
/
+2
2024-03-05
intel: legacy: Partial revert of field get conversion
Sasha Neftin
1
-1
/
+1
2024-03-05
igc: avoid returning frame twice in XDP_REDIRECT
Florian Kauer
1
-7
/
+6
2024-03-05
i40e: Fix firmware version comparison function
Ivan Vecera
1
-2
/
+1
2024-03-05
ice: fix typo in assignment
Jesse Brandeburg
1
-1
/
+1
2024-03-05
ice: fix uninitialized dplls mutex usage
Michal Schmidt
1
-1
/
+1
2024-03-05
net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()
Rand Deeb
1
-0
/
+2
2024-03-05
ice: virtchnl: stop pretending to support RSS over AQ or registers
Jacob Keller
2
-10
/
+1
2024-03-05
idpf: disable local BH when scheduling napi for marker packets
Emil Tantilov
1
-0
/
+2
2024-03-04
e1000e: Minor flow correction in e1000_shutdown function
Vitaly Lifshits
1
-4
/
+4
2024-03-04
igc: fix LEDS_CLASS dependency
Arnd Bergmann
1
-0
/
+1
2024-03-04
ixgbe: Add 1000BASE-BX support
Ernesto Castellotti
5
-5
/
+38
2024-03-04
intel: make module parameters readable in sys filesystem
Jon Maxwell
3
-4
/
+4
2024-03-04
ice: avoid unnecessary devm_ usage
Maciej Fijalkowski
2
-30
/
+14
2024-03-04
ice: do not disable Tx queues twice in ice_down()
Maciej Fijalkowski
3
-57
/
+44
2024-03-04
ice: cleanup line splitting for context set functions
Jacob Keller
2
-13
/
+9
2024-03-04
ice: use GENMASK instead of BIT(n) - 1 in pack functions
Jacob Keller
1
-36
/
+8
2024-03-04
ice: rename ice_write_* functions to ice_pack_ctx_*
Jacob Keller
1
-28
/
+28
2024-03-04
ice: remove vf->lan_vsi_num field
Jacob Keller
3
-15
/
+1
2024-03-04
ice: use relative VSI index for VFs instead of PF VSI number
Jacob Keller
2
-7
/
+11
2024-03-04
ice: remove unnecessary duplicate checks for VF VSI ID
Jacob Keller
1
-3
/
+0
2024-03-04
ice: pass VSI pointer into ice_vc_isvalid_q_id
Jacob Keller
1
-12
/
+10
2024-03-04
idpf: remove dealloc vector msg err in idpf_intr_rel
Alan Brady
1
-8
/
+1
2024-03-04
idpf: fix minor controlq issues
Alan Brady
1
-5
/
+2
2024-03-04
idpf: prevent deinit uninitialized virtchnl core
Alan Brady
2
-2
/
+10
2024-03-04
idpf: cleanup virtchnl cruft
Alan Brady
4
-125
/
+3
2024-03-04
idpf: refactor idpf_recv_mb_msg
Alan Brady
3
-222
/
+37
2024-03-04
idpf: add async_handler for MAC filter messages
Alan Brady
1
-0
/
+70
2024-03-04
idpf: refactor remaining virtchnl messages
Alan Brady
1
-596
/
+298
2024-03-04
idpf: refactor queue related virtchnl messages
Alan Brady
2
-259
/
+136
2024-03-04
idpf: refactor vport virtchnl messages
Alan Brady
1
-116
/
+69
2024-03-04
idpf: implement virtchnl transaction manager
Alan Brady
7
-73
/
+561
2024-03-04
idpf: add idpf_virtchnl.h
Alan Brady
8
-50
/
+77
[prev]
[next]