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
/
igc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-18
igc: field get conversion
Jesse Brandeburg
4
-13
/
+8
2023-12-18
igc: field prep conversion
Jesse Brandeburg
1
-2
/
+2
2023-12-18
intel: add bit macro includes where needed
Jesse Brandeburg
2
-0
/
+2
2023-12-13
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
1
-13
/
+14
2023-12-08
net: Convert some ethtool_sprintf() to ethtool_puts()
justinstitt@google.com
1
-4
/
+2
2023-11-13
igc: Add support for PTP .getcyclesx64()
Vinicius Costa Gomes
6
-36
/
+101
2023-11-13
igc: Simplify setting flags in the TX data descriptor
Vinicius Costa Gomes
1
-6
/
+4
2023-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-10
/
+25
2023-10-20
igc: Fix ambiguity in the ethtool advertising
Sasha Neftin
1
-10
/
+25
2023-10-18
igc: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-10-18
intel: fix format warnings
Jesse Brandeburg
1
-2
/
+3
2023-09-21
igc: Expose tx-usecs coalesce setting to user
Muhammad Husaini Zulkifli
1
-12
/
+19
2023-09-16
igc: Fix infinite initialization loop with early XDP redirect
Vinicius Costa Gomes
1
-1
/
+1
2023-09-05
igc: Change IGC_MIN to allow set rx/tx value between 64 and 80
Olga Zaborska
1
-2
/
+2
2023-08-24
igc: Decrease PTM short interval from 10 us to 1 us
Sasha Neftin
1
-1
/
+1
2023-08-24
igc: Add support for multiple in-flight TX timestamps
Vinicius Costa Gomes
6
-63
/
+192
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-08-22
igc: Fix the typo in the PTM Control macro
Sasha Neftin
1
-1
/
+1
2023-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+36
2023-08-08
igc: Add lock to safeguard global Qbv variables
Muhammad Husaini Zulkifli
2
-2
/
+36
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+1
2023-08-03
eth: add missing xdp.h includes in drivers
Jakub Kicinski
1
-0
/
+1
2023-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-12
/
+28
2023-07-26
igc: Fix Kernel Panic during ndo_tx_timeout callback
Muhammad Husaini Zulkifli
1
-12
/
+28
2023-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2023-07-18
igc: Prevent garbled TX queue with XDP ZEROCOPY
Florian Kauer
1
-2
/
+2
2023-07-18
igc: Add TransmissionOverrun counter
Muhammad Husaini Zulkifli
1
-3
/
+32
2023-07-10
igc: Fix inserting of empty frame for launchtime
Florian Kauer
1
-1
/
+1
2023-07-10
igc: Fix launchtime before start of cycle
Florian Kauer
1
-1
/
+1
2023-07-10
igc: No strict mode in pure launchtime/CBS offload
Florian Kauer
1
-2
/
+22
2023-07-10
igc: Handle already enabled taprio offload for basetime 0
Florian Kauer
1
-1
/
+1
2023-07-10
igc: Do not enable taprio offload for invalid arguments
Florian Kauer
1
-12
/
+6
2023-07-10
igc: Rename qbv_enable to taprio_offload_enable
Florian Kauer
3
-5
/
+5
2023-07-05
igc: Handle PPS start time programming for past time values
Aravindhan Gunasekaran
1
-3
/
+22
2023-07-05
igc: Include the length/type field and VLAN tag in queueMaxSDU
Tan Tee Min
1
-11
/
+4
2023-07-05
igc: set TP bit in 'supported' and 'advertising' fields of ethtool_link_ksett...
Prasad Koya
1
-0
/
+2
2023-07-05
igc: Fix TX Hang issue when QBV Gate is closed
Muhammad Husaini Zulkifli
3
-18
/
+87
2023-07-05
igc: Remove delay during TX ring configuration
Muhammad Husaini Zulkifli
1
-1
/
+0
2023-07-05
igc: Add condition for qbv_config_change_errors counter
Muhammad Husaini Zulkifli
3
-0
/
+4
2023-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-47
/
+117
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
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+11
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-05-31
net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enum
Vladimir Oltean
1
-2
/
+11
2023-05-18
igc: Avoid transmit queue timeout for XDP
Kurt Kanzenbach
1
-0
/
+8
2023-05-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-11
/
+140
[next]