index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
igc
Commit message (
Expand
)
Author
Age
Files
Lines
*
igc: don't fail igc_probe() on LED setup error
Kohei Enju
2025-09-16
2
-3
/
+10
*
igc: fix disabling L1.2 PCI-E link substate on I226 on init
ValdikSS
2025-08-21
1
-7
/
+7
*
net: Fix typos
Bjorn Helgaas
2025-07-25
1
-1
/
+1
*
igc: Add wildcard rule support to ethtool NFC using Default Queue
Song Yoong Siang
2025-07-18
4
-3
/
+49
*
igc: Relocate RSS field definitions to igc_defines.h
Song Yoong Siang
2025-07-18
2
-4
/
+3
*
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
2025-07-08
3
-41
/
+25
|
\
|
*
igc: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
Vladimir Oltean
2025-07-03
3
-41
/
+25
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2025-07-04
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
igc: disable L1.2 PCI-E link substate to avoid performance issue
Vitaly Lifshits
2025-07-01
1
-0
/
+10
*
|
igc: Make the const read-only array supported_sizes static
Colin Ian King
2025-06-19
1
-1
/
+1
*
|
Merge branch 'intel-next-queue-1GbE'
Paolo Abeni
2025-06-17
7
-43
/
+189
|
\
\
|
*
|
igc: add preemptible queue support in mqprio
Faizal Rahim
2025-06-11
3
-7
/
+12
|
*
|
igc: add preemptible queue support in taprio
Faizal Rahim
2025-06-11
5
-3
/
+100
|
*
|
igc: add private flag to reverse TX queue priority in TSN mode
Faizal Rahim
2025-06-11
4
-4
/
+15
|
*
|
igc: assign highest TX queue number as highest priority in mqprio
Faizal Rahim
2025-06-11
2
-13
/
+42
|
*
|
igc: refactor TXDCTL macros to use FIELD_PREP and GEN_MASK
Faizal Rahim
2025-06-11
2
-9
/
+12
|
*
|
igc: add DCTL prefix to related macros
Faizal Rahim
2025-06-11
2
-12
/
+12
|
*
|
igc: move TXDCTL and RXDCTL related macros
Faizal Rahim
2025-06-11
2
-9
/
+10
*
|
|
eth: igc: migrate to new RXFH callbacks
Jakub Kicinski
2025-06-17
1
-8
/
+10
|
|
/
|
/
|
*
|
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-06-08
1
-2
/
+4
|
/
*
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
Jakub Kicinski
2025-05-02
3
-41
/
+21
|
\
|
*
igc: Change Tx mode for MQPRIO offloading
Kurt Kanzenbach
2025-04-29
2
-20
/
+4
|
*
igc: Limit netdev_tc calls to MQPRIO
Kurt Kanzenbach
2025-04-29
2
-21
/
+17
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-05-01
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
igc: fix lock order in igc_ptp_reset
Jacob Keller
2025-04-29
1
-2
/
+4
*
|
igc: add support to get frame preemption statistics via ethtool
Faizal Rahim
2025-04-18
2
-0
/
+57
*
|
igc: add support to get MAC Merge data via ethtool
Faizal Rahim
2025-04-18
2
-0
/
+15
*
|
igc: block setting preemptible traffic class in taprio
Faizal Rahim
2025-04-18
1
-0
/
+4
*
|
igc: add support to set tx-min-frag-size
Faizal Rahim
2025-04-18
5
-3
/
+44
*
|
igc: add support for frame preemption verification
Faizal Rahim
2025-04-18
7
-5
/
+285
*
|
igc: set the RX packet buffer size for TSN mode
Faizal Rahim
2025-04-18
2
-0
/
+32
*
|
igc: use FIELD_PREP and GENMASK for existing RX packet buffer size
Faizal Rahim
2025-04-18
1
-3
/
+14
*
|
igc: optimize TX packet buffer utilization for TSN mode
Faizal Rahim
2025-04-18
1
-2
/
+2
*
|
igc: use FIELD_PREP and GENMASK for existing TX packet buffer size
Faizal Rahim
2025-04-18
1
-2
/
+21
*
|
igc: rename I225_RXPBSIZE_DEFAULT and I225_TXPBSIZE_DEFAULT
Faizal Rahim
2025-04-18
3
-6
/
+7
*
|
igc: rename xdp_get_tx_ring() for non-xdp usage
Faizal Rahim
2025-04-18
2
-6
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-04-17
4
-40
/
+81
|
\
|
|
*
igc: add lock preventing multiple simultaneous PTM transactions
Christopher S M Hall
2025-04-11
2
-2
/
+19
|
*
igc: cleanup PTP module if probe fails
Christopher S M Hall
2025-04-11
1
-0
/
+1
|
*
igc: handle the IGC_PTP_ENABLED flag correctly
Christopher S M Hall
2025-04-11
1
-0
/
+7
|
*
igc: move ktime snapshot into PTM retry loop
Christopher S M Hall
2025-04-11
1
-9
/
+9
|
*
igc: increase wait time before retrying PTM
Christopher S M Hall
2025-04-11
1
-1
/
+4
|
*
igc: fix PTM cycle trigger logic
Christopher S M Hall
2025-04-11
2
-29
/
+42
*
|
net: ptp: introduce .supported_perout_flags to ptp_clock_info
Jacob Keller
2025-04-16
1
-4
/
+0
*
|
net: ptp: introduce .supported_extts_flags to ptp_clock_info
Jacob Keller
2025-04-16
1
-7
/
+3
*
|
igc: enable HW vlan tag insertion/stripping by default
Rui Salvaterra
2025-04-11
1
-0
/
+3
|
/
*
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-04-05
1
-4
/
+4
*
igc: Fix TX drops in XDP ZC
Zdenek Bouska
2025-04-02
1
-1
/
+1
*
igc: Fix XSK queue NAPI ID mapping
Joe Damato
2025-04-02
3
-6
/
+2
*
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-03-27
3
-39
/
+127
|
\
[next]