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
/
igc_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-29
1
-2
/
+1
*
igc: add xdp frags support to ndo_xdp_xmit
Lorenzo Bianconi
2022-08-19
1
-45
/
+83
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-21
1
-0
/
+3
|
\
|
*
igc: Reinstate IGC_REMOVED logic and implement it properly
Lennert Buytenhek
2022-07-14
1
-0
/
+3
*
|
igc: Lift TAPRIO schedule restriction
Kurt Kanzenbach
2022-07-18
1
-6
/
+17
|
/
*
igc: Remove igc_set_spd_dplx method
Sasha Neftin
2022-05-10
1
-50
/
+0
*
igc: avoid kernel warning when changing RX ring parameters
Corinna Vinschen
2022-02-07
1
-0
/
+3
*
igc: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
Alexander Lobakin
2022-01-31
1
-6
/
+7
*
igc: Remove useless DMA-32 fallback configuration
Christophe JAILLET
2022-01-27
1
-13
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-12-31
1
-1
/
+1
|
\
|
*
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-12-13
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-30
1
-0
/
+6
|
\
\
|
*
|
igc: Fix TX timestamp support for non-MSI-X platforms
James McLaughlin
2021-12-28
1
-0
/
+6
*
|
|
igc: switch to napi_build_skb()
Alexander Lobakin
2021-12-28
1
-1
/
+1
|
|
/
|
/
|
*
|
igc: enable XDP metadata in driver
Jesper Dangaard Brouer
2021-11-30
1
-11
/
+22
*
|
igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASS
Jesper Dangaard Brouer
2021-11-30
1
-1
/
+3
|
/
*
igc: Add new device ID
Sasha Neftin
2021-10-29
1
-0
/
+1
*
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-10-05
1
-2
/
+2
*
igc: fix tunnel offloading
Paolo Abeni
2021-09-16
1
-1
/
+3
*
igc: Add support for CBS offloading
Aravindhan Gunasekaran
2021-08-27
1
-0
/
+71
*
igc: Simplify TSN flags handling
Vinicius Costa Gomes
2021-08-27
1
-1
/
+1
*
igc: Use default cycle 'start' and 'end' values for queues
Vinicius Costa Gomes
2021-08-27
1
-16
/
+21
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-27
1
-15
/
+21
|
\
|
*
igc: Use num_tx_queues when iterating over tx_ring queue
Toshiki Nishioka
2021-08-20
1
-2
/
+2
|
*
igc: fix page fault when thunderbolt is unplugged
Aaron Ma
2021-08-20
1
-13
/
+19
*
|
igc: Enable PCIe PTM
Vinicius Costa Gomes
2021-08-24
1
-0
/
+6
*
|
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-1
/
+1
*
|
igc: Increase timeout value for Speed 100/1000/2500
Muhammad Husaini Zulkifli
2021-07-20
1
-1
/
+3
*
|
igc: Remove phy->type checking
Sasha Neftin
2021-07-20
1
-11
/
+4
*
|
igc: Remove _I_PHY_ID checking
Sasha Neftin
2021-07-20
1
-2
/
+1
*
|
igc: Check if num of q_vectors is smaller than max before array access
Sasha Neftin
2021-07-20
1
-1
/
+8
*
|
Revert "igc: Export LEDs"
Kurt Kanzenbach
2021-07-20
1
-132
/
+0
*
|
igc: Export LEDs
Kurt Kanzenbach
2021-07-16
1
-0
/
+132
*
|
igc: Make flex filter more flexible
Kurt Kanzenbach
2021-07-16
1
-9
/
+5
*
|
igc: Integrate flex filter into ethtool ops
Kurt Kanzenbach
2021-07-16
1
-3
/
+187
*
|
igc: Add possibility to add flex filter
Kurt Kanzenbach
2021-07-16
1
-0
/
+134
|
/
*
igc: Fix an error handling path in 'igc_probe()'
Christophe JAILLET
2021-07-01
1
-0
/
+1
*
igc: Fix use-after-free error during reset
Vinicius Costa Gomes
2021-07-01
1
-0
/
+2
*
intel: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
2021-06-24
1
-5
/
+2
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-06-07
1
-4
/
+8
|
\
|
*
igc: add correct exception tracing for XDP
Magnus Karlsson
2021-06-03
1
-6
/
+5
*
|
igc: Enable HW VLAN Insertion and HW VLAN Stripping
Muhammad Husaini Zulkifli
2021-06-04
1
-2
/
+72
*
|
igc: Enable TX via AF_XDP zero-copy
Andre Guedes
2021-05-20
1
-4
/
+109
*
|
igc: Enable RX via AF_XDP zero-copy
Andre Guedes
2021-05-20
1
-12
/
+330
*
|
igc: Replace IGC_TX_FLAGS_XDP flag by an enum
Andre Guedes
2021-05-20
1
-5
/
+20
*
|
igc: Introduce igc_unmap_tx_buffer() helper
Andre Guedes
2021-05-20
1
-34
/
+15
*
|
igc: Introduce TX/RX stats helpers
Andre Guedes
2021-05-20
1
-12
/
+31
*
|
igc: Refactor XDP rxq info registration
Andre Guedes
2021-05-20
1
-4
/
+12
*
|
igc: Refactor igc_clean_rx_ring()
Andre Guedes
2021-05-20
1
-9
/
+14
*
|
igc: Refactor __igc_xdp_run_prog()
Andre Guedes
2021-05-20
1
-28
/
+28
[next]