index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
igb
Age
Commit message (
Expand
)
Author
Lines
2026-03-03
igb: Fix trigger of incorrect irq in igb_xsk_wakeup
Vivek Behera
-8
/
+30
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-4
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-10
/
+9
2025-12-04
Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-2
/
+0
2025-12-03
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-4
/
+8
2025-12-03
Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-5
/
+2
2025-11-26
igb: extract GRXRINGS from .get_rxnfc
Breno Leitao
-4
/
+8
2025-11-24
treewide: Drop pci_save_state() after pci_restore_state()
Lukas Wunner
-2
/
+0
2025-11-19
igb: Switch to use %ptSp
Andy Shevchenko
-5
/
+2
2025-10-28
igb: use EOPNOTSUPP instead of ENOTSUPP in igb_get_sset_count()
Kohei Enju
-1
/
+1
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-6
/
+2
2025-09-09
igb: fix link test skipping when interface is admin down
Kohei Enju
-4
/
+1
2025-09-09
igb: Fix NULL pointer dereference in ethtool loopback test
Tianyu Xu
-2
/
+1
2025-09-03
igb: drop unnecessary constant casts to u16
Jacek Kowalski
-8
/
+7
2025-08-18
eth: intel: use vmalloc_array() to simplify code
Qianfeng Rong
-4
/
+4
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-39
/
+36
2025-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+1
2025-07-26
igb: xsk: solve negative overflow of nb_pkts in zerocopy mode
Jason Xing
-2
/
+1
2025-07-03
igb: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
Vladimir Oltean
-27
/
+25
2025-07-01
time/timecounter: Fix the lie that struct cyclecounter is const
Greg Kroah-Hartman
-2
/
+2
2025-06-16
eth: igb: migrate to new RXFH callbacks
Jakub Kicinski
-10
/
+10
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-2
/
+4
2025-04-29
igb: Get rid of spurious interrupts
Kurt Kanzenbach
-5
/
+28
2025-04-29
igb: Add support for persistent NAPI config
Kurt Kanzenbach
-1
/
+2
2025-04-29
igb: Link queues to NAPI instances
Kurt Kanzenbach
-5
/
+40
2025-04-29
igb: Link IRQs to NAPI instances
Kurt Kanzenbach
-0
/
+3
2025-04-15
net: ptp: introduce .supported_extts_flags to ptp_clock_info
Jacob Keller
-14
/
+6
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-4
/
+4
2025-03-20
igb: reject invalid external timestamp requests for 82580-based HW
Jacob Keller
-0
/
+6
2025-01-07
igb: Fix passing 0 to ERR_PTR in igb_run_xdp()
Yue Haibing
-14
/
+8
2025-01-07
igb: Add AF_XDP zero-copy Tx support
Sriram Yagnaraman
-10
/
+116
2025-01-07
igb: Add AF_XDP zero-copy Rx support
Sriram Yagnaraman
-19
/
+360
2025-01-07
igb: Add XDP finalize and stats update functions
Kurt Kanzenbach
-19
/
+38
2025-01-07
igb: Introduce XSK data structures and helpers
Sriram Yagnaraman
-2
/
+229
2025-01-07
igb: Introduce igb_xdp_is_enabled()
Sriram Yagnaraman
-3
/
+10
2025-01-07
igb: Remove static qualifiers
Sriram Yagnaraman
-31
/
+35
2024-12-03
igb: Fix potential invalid memory access in igb_init_module()
Yuan Can
-0
/
+4
2024-11-15
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
-2
/
+2
2024-11-15
ndo_fdb_add: Add a parameter to report whether notification was sent
Petr Machata
-1
/
+1
2024-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
2024-11-13
igb: Fix 2 typos in comments in igb_main.c
Johnny Park
-2
/
+2
2024-11-12
Revert "igb: Disable threaded IRQ for igb_msix_other"
Wander Lairson Costa
-1
/
+1
2024-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
2024-10-29
igb: Disable threaded IRQ for igb_msix_other
Wander Lairson Costa
-1
/
+1
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+4
2024-10-08
igb: Cleanup unused declarations
Yue Haibing
-2
/
+0
2024-10-08
igb: Do not bring the device up after non-fatal error
Mohamed Khalfella
-0
/
+4
2024-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-4
/
+13
2024-09-09
igb: Always call igb_xdp_ring_update_tail() under Tx lock
Sriram Yagnaraman
-4
/
+13
[next]