index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
igb
/
igb_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-09
igb: Always call igb_xdp_ring_update_tail() under Tx lock
Sriram Yagnaraman
1
-4
/
+13
2024-08-29
igb: Fix not clearing TimeSync interrupts for 82580
Daiwei Li
1
-0
/
+10
2024-08-21
igb: cope with large MAX_SKB_FRAGS
Paolo Abeni
1
-0
/
+1
2024-07-11
net: intel: Remove MODULE_AUTHORs
Tony Nguyen
1
-1
/
+0
2024-06-20
igb: Add MII write support
Jackie Jone
1
-0
/
+4
2024-05-08
igb: flower: validate control flags
Asbjørn Sloth Tønnesen
1
-0
/
+3
2024-05-08
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-03-29
net: intel: implement modern PM ops declarations
Jesse Brandeburg
1
-16
/
+10
2024-03-29
igb: simplify pci ops declaration
Jesse Brandeburg
1
-29
/
+24
2024-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-18
/
+5
2024-03-06
igb: Fix missing time sync events
Vinicius Costa Gomes
1
-18
/
+5
2024-03-05
intel: make module parameters readable in sys filesystem
Jon Maxwell
1
-1
/
+1
2024-03-04
net: adopt skb_network_offset() and similar helpers
Eric Dumazet
1
-1
/
+1
2024-02-14
igb: Fix string truncation warnings in igb_set_fw_version
Kunwu Chan
1
-17
/
+18
2023-12-18
intel: legacy: field get conversion
Jesse Brandeburg
1
-2
/
+2
2023-12-18
intel: legacy: field prep conversion
Jesse Brandeburg
1
-6
/
+3
2023-10-20
igb: Fix an end of loop test
Dan Carpenter
1
-3
/
+6
2023-10-19
igb: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-10-19
intel: fix string truncation warnings
Jesse Brandeburg
1
-19
/
+18
2023-09-28
ethernet/intel: Use list_for_each_entry() helper
Jinjie Ruan
1
-5
/
+2
2023-09-13
igb: clean up in all error paths when enabling SR-IOV
Corinna Vinschen
1
-1
/
+4
2023-09-03
igb: disable virtualization features on 82580
Corinna Vinschen
1
-2
/
+3
2023-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-4
/
+7
2023-08-28
igb: set max size RX buffer when store bad packet is enabled
Radoslaw Tyl
1
-4
/
+7
2023-07-31
net: flow_dissector: Use 64bits for used_keys
Ratheesh Kannoth
1
-4
/
+4
2023-06-23
igb: Fix igb_down hung on surprise removal
Ying Hsu
1
-0
/
+5
2023-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+6
2023-06-09
igb: Fix extts capture value format for 82580/i354/i350
Yuezhen Luan
1
-2
/
+6
2023-05-18
igb: Define igb_pm_ops conditionally on CONFIG_PM
Tom Rix
1
-0
/
+2
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-79
/
+58
2023-03-16
igb: Enable SR-IOV after reinit
Akihiko Odaki
1
-77
/
+58
2023-03-16
igb: revert rtnl_lock() that causes deadlock
Lin Ma
1
-2
/
+0
2023-03-09
igb: Remove unnecessary aer.h include
Bjorn Helgaas
1
-1
/
+0
2023-02-17
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-16
/
+38
2023-02-16
igb: conditionalize I2C bit banging on external thermal sensor support
Corinna Vinschen
1
-10
/
+32
2023-02-15
igb: Fix PPS input and output using 3rd and 4th SDP
Miroslav Lichvar
1
-6
/
+6
2023-02-11
Daniel Borkmann says:
Jakub Kicinski
1
-1
/
+8
2023-02-08
net/sched: taprio: give higher priority to higher TCs in software dequeue mode
Vladimir Oltean
1
-0
/
+18
2023-02-03
drivers: net: turn on XDP features
Marek Majtyka
1
-1
/
+8
2023-01-30
igb: Remove redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-5
/
+0
2022-12-14
igb: Initialize mailbox message for VF reset
Tony Nguyen
1
-1
/
+1
2022-11-04
igb: Proactively round up to kmalloc bucket size
Kees Cook
1
-1
/
+1
2022-11-04
igb: Do not free q_vector unless new one was allocated
Kees Cook
1
-2
/
+6
2022-10-29
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
1
-4
/
+4
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-2
/
+1
2022-09-01
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-08-18
igb: Add lock to avoid data race
Lin Ma
1
-1
/
+11
2022-07-13
igb: add xdp frags support to ndo_xdp_xmit
Lorenzo Bianconi
1
-43
/
+78
2022-06-30
intel/igb:fix repeated words in comments
Jilin Yuan
1
-2
/
+2
2022-06-23
igb: Make DMA faster when CPU is active on the PCIe link
Kai-Heng Feng
1
-7
/
+5
[next]