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
2023-06-22
ice: remove null checks before devm_kfree() calls
Przemek Kitszel
6
-75
/
+29
2023-06-22
ice: clean up freeing SR-IOV VFs
Przemek Kitszel
1
-3
/
+2
2023-06-22
ice: allow hot-swapping XDP programs
Maciej Fijalkowski
1
-10
/
+9
2023-06-22
ice: reduce initial wait for control queue messages
Jacob Keller
2
-3
/
+7
2023-06-22
iavf: make functions static where possible
Przemek Kitszel
4
-43
/
+28
2023-06-22
iavf: remove some unused functions and pointless wrappers
Przemek Kitszel
5
-76
/
+8
2023-06-22
iavf: fix err handling for MAC replace
Przemek Kitszel
1
-23
/
+19
2023-06-22
igc: Work around HW bug causing missing timestamps
Vinicius Costa Gomes
1
-11
/
+37
2023-06-22
igc: Retrieve TX timestamp during interrupt handling
Vinicius Costa Gomes
3
-12
/
+7
2023-06-22
igc: Check if hardware TX timestamping is enabled earlier
Vinicius Costa Gomes
3
-5
/
+43
2023-06-22
igc: Fix race condition in PTP tx code
Vinicius Costa Gomes
3
-30
/
+41
2023-06-15
ice: remove unnecessary check for old MAC == new MAC
Piotr Gardocki
1
-5
/
+0
2023-06-15
i40e: remove unnecessary check for old MAC == new MAC
Piotr Gardocki
1
-6
/
+0
2023-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-32
/
+38
2023-06-14
ice: Fix ice module unload
Jakub Buchocki
1
-11
/
+5
2023-06-12
igb: fix nvm.ops.read() error handling
Aleksandr Loktionov
1
-0
/
+3
2023-06-12
igc: Fix possible system crash when loading module
Vinicius Costa Gomes
1
-0
/
+3
2023-06-12
igc: Clean the TX buffer and TX descriptor ring
Muhammad Husaini Zulkifli
1
-1
/
+8
2023-06-12
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
4
-48
/
+84
2023-06-10
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
2
-7
/
+5
2023-06-10
iavf: remove mask from iavf_irq_enable_queues()
Ahmed Zaki
3
-11
/
+8
2023-06-08
igb: Fix extts capture value format for 82580/i354/i350
Yuezhen Luan
1
-2
/
+6
2023-06-08
ice: do not re-enable miscellaneous interrupt until thread_fn completes
Jacob Keller
1
-4
/
+5
2023-06-08
ice: trigger PFINT_OICR_TSYN_TX interrupt instead of polling
Jacob Keller
1
-2
/
+9
2023-06-08
ice: Fix XDP memory leak when NIC is brought up and down
Kamil Maziarz
1
-0
/
+4
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-73
/
+7
2023-06-08
ice: introduce ICE_TX_TSTAMP_WORK enumeration
Jacob Keller
3
-22
/
+42
2023-06-08
ice: always return IRQ_WAKE_THREAD in ice_misc_intr()
Karol Kolacinski
1
-10
/
+4
2023-06-08
ice: handle extts in the miscellaneous interrupt thread
Karol Kolacinski
4
-19
/
+33
2023-06-08
ice: Don't dereference NULL in ice_gnss_read error path
Simon Horman
1
-7
/
+1
2023-06-07
eth: ixgbe: fix the wake condition
Jakub Kicinski
1
-1
/
+1
2023-06-07
ice: make writes to /dev/gnssX synchronous
Michal Schmidt
4
-72
/
+6
2023-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-06-01
ice: recycle/free all of the fragments from multi-buffer frame
Maciej Fijalkowski
1
-1
/
+1
2023-05-31
net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enum
Vladimir Oltean
1
-2
/
+11
2023-05-30
devlink: move port_split/unsplit() ops into devlink_port_ops
Jiri Pirko
1
-2
/
+2
2023-05-30
ice: register devlink port for PF with ops
Jiri Pirko
1
-1
/
+5
2023-05-26
overflow: Add struct_size_t() helper
Kees Cook
1
-5
/
+4
2023-05-22
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
12
-259
/
+351
2023-05-19
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
Jakub Kicinski
3
-1
/
+11
2023-05-19
ice: use src VSI instead of src MAC in slow-path
Michal Swiatkowski
9
-102
/
+40
2023-05-19
ice: allow matching on meta data
Michal Swiatkowski
5
-105
/
+95
2023-05-19
ice: specify field names in ice_prot_ext init
Michal Swiatkowski
1
-23
/
+28
2023-05-19
ice: remove redundant Rx field from rule info
Michal Swiatkowski
4
-22
/
+14
2023-05-19
ice: define meta data to match in switch
Michal Swiatkowski
3
-16
/
+183
2023-05-18
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
8
-366
/
+142
2023-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
10
-25
/
+40
2023-05-18
e1000e: Add @adapter description to kdoc
Baozhu Ni
1
-1
/
+1
2023-05-18
igb: Define igb_pm_ops conditionally on CONFIG_PM
Tom Rix
1
-0
/
+2
2023-05-18
igc: Avoid transmit queue timeout for XDP
Kurt Kanzenbach
1
-0
/
+8
[prev]
[next]