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
2020-04-17
igc: Fix double definition
Sasha Neftin
1
-3
/
+1
2020-04-17
igc: Fix overwrites when dumping registers
Andre Guedes
1
-1
/
+10
2020-04-17
igc: Remove forward declaration
Sasha Neftin
1
-197
/
+194
2020-04-17
igc: Remove unused CTRL_EXT_LINK_MODE_MASK
Sasha Neftin
1
-3
/
+0
2020-04-17
igc: Remove unused MDIC_DEST mask
Sasha Neftin
1
-1
/
+0
2020-04-17
igc: Add support for ETF offloading
Vinicius Costa Gomes
3
-4
/
+86
2020-04-17
igc: Add support for taprio offloading
Vinicius Costa Gomes
7
-1
/
+294
2020-04-17
igc: Add GSO partial support
Sasha Neftin
1
-0
/
+10
2020-03-12
net: igc: let core reject the unsupported coalescing parameters
Jakub Kicinski
1
-21
/
+1
2020-02-24
intel: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-19
igc: Add comment
Sasha Neftin
1
-0
/
+2
2020-02-19
igc: Add WOL support
Sasha Neftin
4
-0
/
+75
2020-02-19
igc: Add pcie error handler support
Sasha Neftin
1
-0
/
+103
2020-02-19
igc: Complete to commit Add basic skeleton for PTP
Sasha Neftin
3
-1
/
+4
2020-02-19
igc: Fix the typo in comment
Sasha Neftin
1
-1
/
+1
2020-02-19
igc: Add dump options
Sasha Neftin
6
-1
/
+338
2020-02-19
igc: Complete to commit Add legacy power management support
Sasha Neftin
1
-0
/
+27
2020-02-19
igc: make non-global functions static
Chen Zhou
1
-2
/
+2
2020-01-17
igc: Add PHY power management control
Sasha Neftin
3
-1
/
+17
2020-01-17
igc: Add support for TSO
Sasha Neftin
2
-1
/
+116
2020-01-17
igc: Add SKU for i225 device
Sasha Neftin
3
-0
/
+3
2020-01-17
igc: Remove unused definition
Sasha Neftin
1
-2
/
+0
2020-01-17
igc: Fix typo in a comment
Sasha Neftin
1
-1
/
+1
2020-01-06
igc: Use Start of Packet signal from PHY for timestamping
Vinicius Costa Gomes
2
-1
/
+6
2020-01-06
igc: Add support for ethtool GET_TS_INFO command
Vinicius Costa Gomes
1
-0
/
+34
2020-01-06
igc: Add support for TX timestamping
Vinicius Costa Gomes
4
-0
/
+158
2020-01-06
igc: Add support for RX timestamping
Vinicius Costa Gomes
5
-0
/
+340
2020-01-06
igc: Add basic skeleton for PTP
Vinicius Costa Gomes
6
-1
/
+439
2020-01-04
igc: Remove no need declaration of the igc_sw_init
Sasha Neftin
1
-743
/
+740
2020-01-04
igc: Remove no need declaration of the igc_write_itr
Sasha Neftin
1
-17
/
+16
2020-01-04
igc: Remove no need declaration of the igc_assign_vector
Sasha Neftin
1
-62
/
+61
2020-01-04
igc: Remove no need declaration of the igc_free_q_vector
Sasha Neftin
1
-21
/
+20
2020-01-04
igc: Remove no need declaration of the igc_free_q_vectors
Sasha Neftin
1
-14
/
+13
2020-01-04
igc: Remove no need declaration of the igc_irq_disable
Sasha Neftin
1
-34
/
+33
2020-01-04
igc: Remove no need declaration of the igc_irq_enable
Sasha Neftin
1
-24
/
+23
2020-01-04
igc: Remove no need declaration of the igc_configure_msix
Sasha Neftin
1
-45
/
+44
2020-01-04
igc: Remove no need declaration of the igc_set_rx_mode
Sasha Neftin
1
-177
/
+176
2020-01-04
igc: Remove no need declaration of the igc_set_interrupt_capability
Sasha Neftin
1
-72
/
+70
2020-01-04
igc: Remove no need declaration of the igc_alloc_mapped_page
Sasha Neftin
1
-48
/
+46
2020-01-04
igc: Remove no need declaration of the igc_configure
Sasha Neftin
1
-46
/
+45
2020-01-04
igc: Remove no need declaration of the igc_set_default_mac_filter
Sasha Neftin
1
-46
/
+45
2020-01-04
igc: Remove no need declaration of the igc_power_down_link
Sasha Neftin
1
-11
/
+10
2020-01-04
igc: Remove no need declaration of the igc_clean_tx_ring
Sasha Neftin
1
-38
/
+37
2019-12-31
igc: Remove serdes comments from a description of methods
Sasha Neftin
1
-2
/
+2
2019-12-31
igc: Add legacy power management support
Sasha Neftin
4
-0
/
+246
2019-12-31
igc: Add 64 bit DMA access support
Sasha Neftin
1
-0
/
+3
2019-12-31
igc: Fix parameter descriptions for a several functions
Sasha Neftin
1
-3
/
+7
2019-12-31
igc: Fix the parameter description for igc_alloc_rx_buffers
Sasha Neftin
1
-1
/
+2
2019-12-31
igc: Remove excess parameter description from igc_is_non_eop
Sasha Neftin
1
-1
/
+0
2019-12-31
igc: Prefer to use the pci_release_mem_regions method
Sasha Neftin
1
-2
/
+1
[prev]
[next]