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
/
igc_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-01
igc: Fix an error handling path in 'igc_probe()'
Christophe JAILLET
1
-0
/
+1
2021-07-01
igc: Fix use-after-free error during reset
Vinicius Costa Gomes
1
-0
/
+2
2021-06-24
intel: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
1
-5
/
+2
2021-06-07
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-4
/
+8
2021-06-04
igc: Enable HW VLAN Insertion and HW VLAN Stripping
Muhammad Husaini Zulkifli
1
-2
/
+72
2021-06-03
igc: add correct exception tracing for XDP
Magnus Karlsson
1
-6
/
+5
2021-05-20
igc: Enable TX via AF_XDP zero-copy
Andre Guedes
1
-4
/
+109
2021-05-20
igc: Enable RX via AF_XDP zero-copy
Andre Guedes
1
-13
/
+331
2021-05-20
igc: Replace IGC_TX_FLAGS_XDP flag by an enum
Andre Guedes
1
-5
/
+20
2021-05-20
igc: Introduce igc_unmap_tx_buffer() helper
Andre Guedes
1
-34
/
+15
2021-05-20
igc: Introduce TX/RX stats helpers
Andre Guedes
1
-12
/
+31
2021-05-20
igc: Refactor XDP rxq info registration
Andre Guedes
1
-4
/
+12
2021-05-20
igc: Refactor igc_clean_rx_ring()
Andre Guedes
1
-9
/
+14
2021-05-20
igc: Refactor __igc_xdp_run_prog()
Andre Guedes
1
-28
/
+28
2021-05-20
igc: Move igc_xdp_is_enabled()
Andre Guedes
1
-5
/
+0
2021-05-14
igc: use XDP helpers
Matteo Croce
1
-6
/
+3
2021-04-16
igc: enable auxiliary PHC functions for the i225
Ederson de Souza
1
-2
/
+53
2021-04-16
igc: Enable internal i225 PPS
Ederson de Souza
1
-0
/
+8
2021-03-29
igc: Add support for XDP_REDIRECT action
Andre Guedes
1
-11
/
+73
2021-03-29
igc: Add support for XDP_TX action
Andre Guedes
1
-10
/
+166
2021-03-29
igc: Add initial XDP support
Andre Guedes
1
-11
/
+107
2021-03-29
igc: Refactor Rx timestamp handling
Andre Guedes
1
-10
/
+20
2021-03-29
igc: Introduce igc_get_rx_frame_truesize() helper
Andre Guedes
1
-11
/
+18
2021-03-29
igc: Introduce igc_rx_buffer_flip() helper
Andre Guedes
1
-22
/
+21
2021-03-29
igc: Remove unused argument from igc_tx_cmd_type()
Andre Guedes
1
-2
/
+2
2021-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+9
2021-03-19
igc: Assign boolean values to a bool variable
Jiapeng Zhong
1
-8
/
+8
2021-03-11
igc: reinit_locked() should be called with rtnl_lock
Sasha Neftin
1
-0
/
+9
2021-03-10
net: add a helper to avoid issues with HW TX timestamping and SO_TXTIME
Vladimir Oltean
1
-1
/
+1
2021-02-04
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
Jakub Kicinski
1
-0
/
+1
2021-02-04
net: use the new dev_page_is_reusable() instead of private versions
Alexander Lobakin
1
-7
/
+2
2021-02-03
igc: Add Host Good Packets Transmitted Count
Sasha Neftin
1
-0
/
+1
2021-01-19
net: igc: use skb_csum_is_sctp instead of protocol check
Xin Long
1
-13
/
+1
2020-12-10
igc: Add new device ID
Sasha Neftin
1
-0
/
+1
2020-11-10
igc: Fix returning wrong statistics
Vinicius Costa Gomes
1
-6
/
+8
2020-09-29
net: intel: Remove in_interrupt() warnings
Sebastian Andrzej Siewior
1
-1
/
+0
2020-09-28
igc: Reject schedules with a base_time in the future
Vinicius Costa Gomes
1
-2
/
+23
2020-09-28
igc: Save PTP time before a reset
Vinicius Costa Gomes
1
-0
/
+2
2020-09-28
igc: Expose LPI counters
Sasha Neftin
1
-0
/
+2
2020-09-28
igc: Clean RX descriptor error flags
Andre Guedes
1
-3
/
+2
2020-09-28
igc: Add new device ID's
Sasha Neftin
1
-0
/
+5
2020-09-25
intel-ethernet: clean up W=1 warnings in kdoc
Jesse Brandeburg
1
-1
/
+1
2020-08-26
net: Take common prefetch code structure into a function
Tariq Toukan
1
-8
/
+2
2020-08-14
igc: Fix PTP initialization
Vinicius Costa Gomes
1
-3
/
+2
2020-07-27
igc: Clean up the hw_stats structure
Sasha Neftin
1
-2
/
+0
2020-07-27
igc: Fix registers definition
Sasha Neftin
1
-4
/
+0
2020-07-27
igc: Remove unneeded ICTXQMTC register
Sasha Neftin
1
-1
/
+0
2020-07-27
igc: Remove unneeded variable
Sasha Neftin
1
-1
/
+0
2020-07-01
ethernet/intel: Convert fallthrough code comments
Jeff Kirsher
1
-3
/
+2
2020-06-29
igc: Remove unneeded check for copper media type
Sasha Neftin
1
-2
/
+1
[next]