index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
igc
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-15
Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
1
-1
/
+1
2026-03-17
igc: fix page fault in XDP TX timestamps handling
Zdenek Bouska
3
-0
/
+42
2026-03-17
igc: fix missing update of skb->tail in igc_xmit_frame()
Kohei Enju
1
-5
/
+2
2026-03-03
igc: Fix trigger of incorrect irq in igc_xsk_wakeup function
Vivek Behera
2
-11
/
+26
2026-02-24
PCI/PTM: Drop pci_enable_ptm() granularity parameter
Mika Westerberg
1
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
3
-6
/
+5
2026-01-13
igc: Reduce TSN TX packet buffer from 7KB to 5KB per queue
Chwee-Lin Choong
1
-2
/
+3
2026-01-13
igc: fix race condition in TX timestamp read for register 0
Chwee-Lin Choong
1
-18
/
+25
2026-01-13
igc: Restore default Qbv schedule when changing channels
Kurt Kanzenbach
2
-2
/
+7
2025-12-04
Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
1
-2
/
+0
2025-11-26
igc: extract GRXRINGS from .get_rxnfc
Breno Leitao
1
-3
/
+8
2025-11-24
treewide: Drop pci_save_state() after pci_restore_state()
Lukas Wunner
1
-2
/
+0
2025-10-28
igc: use EOPNOTSUPP instead of ENOTSUPP in igc_ethtool_get_sset_count()
Kohei Enju
1
-1
/
+1
2025-10-28
igc: power up the PHY before the link test
Kohei Enju
1
-0
/
+3
2025-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+10
2025-09-16
igc: don't fail igc_probe() on LED setup error
Kohei Enju
2
-3
/
+10
2025-09-03
igc: drop unnecessary constant casts to u16
Jacek Kowalski
2
-3
/
+3
2025-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+7
2025-08-20
igc: fix disabling L1.2 PCI-E link substate on I226 on init
ValdikSS
1
-7
/
+7
2025-08-18
eth: intel: use vmalloc_array() to simplify code
Qianfeng Rong
1
-4
/
+4
2025-07-25
net: Fix typos
Bjorn Helgaas
1
-1
/
+1
2025-07-18
igc: Add wildcard rule support to ethtool NFC using Default Queue
Song Yoong Siang
4
-3
/
+49
2025-07-18
igc: Relocate RSS field definitions to igc_defines.h
Song Yoong Siang
2
-4
/
+3
2025-07-07
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
3
-41
/
+25
2025-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-0
/
+10
2025-07-03
igc: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
Vladimir Oltean
3
-41
/
+25
2025-07-01
igc: disable L1.2 PCI-E link substate to avoid performance issue
Vitaly Lifshits
1
-0
/
+10
2025-06-19
igc: Make the const read-only array supported_sizes static
Colin Ian King
1
-1
/
+1
2025-06-17
Merge branch 'intel-next-queue-1GbE'
Paolo Abeni
7
-43
/
+189
2025-06-16
eth: igc: migrate to new RXFH callbacks
Jakub Kicinski
1
-8
/
+10
2025-06-11
igc: add preemptible queue support in mqprio
Faizal Rahim
3
-7
/
+12
2025-06-11
igc: add preemptible queue support in taprio
Faizal Rahim
5
-3
/
+100
2025-06-11
igc: add private flag to reverse TX queue priority in TSN mode
Faizal Rahim
4
-4
/
+15
2025-06-11
igc: assign highest TX queue number as highest priority in mqprio
Faizal Rahim
2
-13
/
+42
2025-06-11
igc: refactor TXDCTL macros to use FIELD_PREP and GEN_MASK
Faizal Rahim
2
-9
/
+12
2025-06-11
igc: add DCTL prefix to related macros
Faizal Rahim
2
-12
/
+12
2025-06-11
igc: move TXDCTL and RXDCTL related macros
Faizal Rahim
2
-9
/
+10
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-2
/
+4
2025-05-01
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
3
-41
/
+21
2025-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+4
2025-04-29
igc: Change Tx mode for MQPRIO offloading
Kurt Kanzenbach
2
-20
/
+4
2025-04-29
igc: Limit netdev_tc calls to MQPRIO
Kurt Kanzenbach
2
-21
/
+17
2025-04-29
igc: fix lock order in igc_ptp_reset
Jacob Keller
1
-2
/
+4
2025-04-18
igc: add support to get frame preemption statistics via ethtool
Faizal Rahim
2
-0
/
+57
2025-04-18
igc: add support to get MAC Merge data via ethtool
Faizal Rahim
2
-0
/
+15
2025-04-18
igc: block setting preemptible traffic class in taprio
Faizal Rahim
1
-0
/
+4
2025-04-18
igc: add support to set tx-min-frag-size
Faizal Rahim
5
-3
/
+44
[next]