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-04-12
ice: Remove unnecessary argument from ice_fdir_comp_rules()
Lukasz Plachno
1
-46
/
+39
2024-04-08
igc: Remove redundant runtime resume for ethtool ops
Bjorn Helgaas
1
-17
/
+0
2024-04-08
igb: Remove redundant runtime resume for ethtool_ops
Bjorn Helgaas
1
-15
/
+0
2024-04-08
e1000e: Remove redundant runtime resume for ethtool_ops
Bjorn Helgaas
1
-56
/
+6
2024-04-08
net: handle HAS_IOPORT dependencies
Niklas Schnelle
1
-1
/
+1
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
15
-145
/
+276
2024-04-03
idpf: fix kernel panic on unknown packet types
Joshua Hay
1
-2
/
+2
2024-04-03
ice: fix enabling RX VLAN filtering
Petr Oros
1
-10
/
+8
2024-04-03
ice: Fix freeing uninitialized pointers
Dan Carpenter
2
-6
/
+6
2024-04-02
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
20
-500
/
+814
2024-04-01
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
Jakub Kicinski
13
-649
/
+582
2024-04-01
i40e: Fix VF MAC filter removal
Ivan Vecera
1
-5
/
+6
2024-04-01
ice: hold devlink lock for whole init/cleanup
Michal Swiatkowski
2
-20
/
+19
2024-04-01
ice: move devlink port code to a separate file
Piotr Raczynski
7
-424
/
+445
2024-04-01
ice: move ice_devlink.[ch] to devlink folder
Michal Swiatkowski
8
-7
/
+8
2024-04-01
ice: Remove newlines in NL_SET_ERR_MSG_MOD
Thorsten Blum
1
-3
/
+3
2024-04-01
ice: Add switch recipe reusing feature
Steven Zou
5
-17
/
+177
2024-04-01
ice: fold ice_ptp_read_time into ice_ptp_gettimex64
Michal Schmidt
1
-22
/
+3
2024-04-01
ice: avoid the PTP hardware semaphore in gettimex64 path
Michal Schmidt
4
-7
/
+12
2024-04-01
ice: add ice_adapter for shared data across PFs on the same NIC
Michal Schmidt
5
-1
/
+148
2024-04-01
ice: Add support for PFCP hardware offload in switchdev
Marcin Szycik
7
-7
/
+169
2024-04-01
ice: refactor ICE_TC_FLWR_FIELD_ENC_OPTS
Marcin Szycik
2
-6
/
+6
2024-03-29
netlink: introduce type-checking attribute iteration
Johannes Berg
3
-19
/
+7
2024-03-29
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
6
-41
/
+93
2024-03-29
i40e: avoid forward declarations in i40e_nvm.c
Maciej Fijalkowski
1
-521
/
+489
2024-03-29
igc: Refactor runtime power management flow
Sasha Neftin
1
-17
/
+15
2024-03-29
net: intel: implement modern PM ops declarations
Jesse Brandeburg
12
-92
/
+64
2024-03-29
igb: simplify pci ops declaration
Jesse Brandeburg
1
-29
/
+24
2024-03-28
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
18
-489
/
+232
2024-03-28
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
Jakub Kicinski
5
-81
/
+161
2024-03-28
idpf: sprinkle __counted_by{,_le}() in the virtchnl2 header
Alexander Lobakin
1
-10
/
+10
2024-03-28
idpf: make virtchnl2.h self-contained
Alexander Lobakin
2
-2
/
+4
2024-03-28
net: remove gfp_mask from napi_alloc_skb()
Jakub Kicinski
8
-19
/
+9
2024-03-28
Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
7
-36
/
+37
2024-03-27
e1000e: move force SMBUS from enable ulp function to avoid PHY loss issue
Vitaly Lifshits
2
-19
/
+18
2024-03-27
e1000e: Workaround for sporadic MDI error on Meteor Lake systems
Vitaly Lifshits
4
-69
/
+150
2024-03-26
i40e: fix vf may be used uninitialized in this function warning
Aleksandr Loktionov
1
-18
/
+16
2024-03-26
i40e: fix i40e_count_filters() to count only active/new filters
Aleksandr Loktionov
1
-2
/
+5
2024-03-26
i40e: Enforce software interrupt during busy-poll exit
Ivan Vecera
5
-21
/
+72
2024-03-25
ice: count representor stats
Michal Swiatkowski
4
-30
/
+98
2024-03-25
ice: do switchdev slow-path Rx using PF VSI
Michal Swiatkowski
5
-1
/
+62
2024-03-25
ice: change repr::id values
Michal Swiatkowski
2
-3
/
+3
2024-03-25
ice: remove switchdev control plane VSI
Michal Swiatkowski
12
-277
/
+13
2024-03-25
ice: control default Tx rule in lag
Michal Swiatkowski
2
-10
/
+37
2024-03-25
ice: default Tx rule instead of to queue
Michal Swiatkowski
4
-97
/
+23
2024-03-25
ice: do Tx through PF netdev in slow-path
Michal Swiatkowski
3
-34
/
+6
2024-03-25
ice: remove eswitch changing queues algorithm
Michal Swiatkowski
4
-47
/
+0
2024-03-25
igc: Remove stale comment about Tx timestamping
Kurt Kanzenbach
1
-4
/
+0
2024-03-25
ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa()
Przemek Kitszel
1
-8
/
+8
2024-03-25
ice: fix memory corruption bug with suspend and rebuild
Jesse Brandeburg
1
-9
/
+9
[prev]
[next]