index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
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
2022-04-08
igc: avoid kernel warning when changing RX ring parameters
Corinna Vinschen
1
-0
/
+3
2022-04-08
igc: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
Alexander Lobakin
1
-6
/
+7
2022-01-27
igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASS
Jesper Dangaard Brouer
1
-1
/
+3
2022-01-05
igc: Fix TX timestamp support for non-MSI-X platforms
James McLaughlin
1
-0
/
+6
2021-09-16
igc: fix tunnel offloading
Paolo Abeni
1
-1
/
+3
2021-08-27
igc: Add support for CBS offloading
Aravindhan Gunasekaran
1
-0
/
+71
2021-08-27
igc: Simplify TSN flags handling
Vinicius Costa Gomes
1
-1
/
+1
2021-08-27
igc: Use default cycle 'start' and 'end' values for queues
Vinicius Costa Gomes
1
-16
/
+21
2021-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-15
/
+21
2021-08-24
igc: Enable PCIe PTM
Vinicius Costa Gomes
1
-0
/
+6
2021-08-20
igc: Use num_tx_queues when iterating over tx_ring queue
Toshiki Nishioka
1
-2
/
+2
2021-08-20
igc: fix page fault when thunderbolt is unplugged
Aaron Ma
1
-13
/
+19
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-07-21
igc: Increase timeout value for Speed 100/1000/2500
Muhammad Husaini Zulkifli
1
-1
/
+3
2021-07-21
igc: Remove phy->type checking
Sasha Neftin
1
-11
/
+4
2021-07-21
igc: Remove _I_PHY_ID checking
Sasha Neftin
1
-2
/
+1
2021-07-21
igc: Check if num of q_vectors is smaller than max before array access
Sasha Neftin
1
-1
/
+8
2021-07-20
Revert "igc: Export LEDs"
Kurt Kanzenbach
1
-132
/
+0
2021-07-17
igc: Export LEDs
Kurt Kanzenbach
1
-0
/
+132
2021-07-17
igc: Make flex filter more flexible
Kurt Kanzenbach
1
-9
/
+5
2021-07-17
igc: Integrate flex filter into ethtool ops
Kurt Kanzenbach
1
-3
/
+187
2021-07-17
igc: Add possibility to add flex filter
Kurt Kanzenbach
1
-0
/
+134
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-15
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-26
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
[next]