index
:
kernel
0x221E-v0.0.1-v6.19
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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
iavf
/
iavf_main.c
Age
Commit message (
Expand
)
Author
2026-03-17
iavf: fix VLAN filter lost on add/delete race
Petr Oros
2026-03-10
iavf: fix incorrect reset handling in callbacks
Petr Oros
2026-03-10
iavf: fix PTP use-after-free during reset
Petr Oros
2026-03-03
iavf: fix netdev->max_mtu to respect actual hardware limit
Kohei Enju
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-12-17
iavf: fix off-by-one issues in iavf_config_rss_reg()
Kohei Enju
2025-09-19
iavf: fix proper type for error code in iavf_resume()
Aleksandr Loktionov
2025-07-24
iavf: use libie_aq_str
Michal Swiatkowski
2025-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-06-10
iavf: fix reset_task for early reset event
Ahmed Zaki
2025-06-09
iavf: convert to NAPI IRQ affinity API
Ahmed Zaki
2025-06-09
net: intel: rename 'hena' to 'hashcfg' for clarity
Jacob Keller
2025-06-03
iavf: get rid of the crit lock
Przemek Kitszel
2025-06-03
iavf: sprinkle netdev_assert_locked() annotations
Przemek Kitszel
2025-06-03
iavf: extract iavf_watchdog_step() out of iavf_watchdog_task()
Przemek Kitszel
2025-06-03
iavf: simplify watchdog_task in terms of adminq task scheduling
Przemek Kitszel
2025-06-03
iavf: centralize watchdog requeueing itself
Przemek Kitszel
2025-06-03
iavf: iavf_suspend(): take RTNL before netdev_lock()
Przemek Kitszel
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
2025-03-06
net: hold netdev instance lock during nft ndo_setup_tc
Stanislav Fomichev
2025-03-06
net: hold netdev instance lock during ndo_open/ndo_stop
Stanislav Fomichev
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-02-25
iavf: fix circular lock dependency with netdev_lock
Jacob Keller
2025-02-14
iavf: add support for Rx timestamps to hotpath
Jacob Keller
2025-02-14
iavf: handle set and get timestamps ops
Jacob Keller
2025-02-14
iavf: add support for indirect access to PHC time
Jacob Keller
2025-02-14
iavf: add initial framework for registering PTP clock
Jacob Keller
2025-02-14
iavf: negotiate PTP capabilities
Jacob Keller
2025-02-14
iavf: add support for negotiating flexible RXDID format
Jacob Keller
2025-02-11
iavf: Fix a locking bug in an error path
Bart Van Assche
2025-01-24
iavf: allow changing VLAN state without calling PF
Michal Swiatkowski
2025-01-15
net: protect NAPI enablement with netdev_lock()
Jakub Kicinski
2025-01-15
net: protect netdev->napi_list with netdev_lock()
Jakub Kicinski
2025-01-15
net: add netdev_lock() / netdev_unlock() helpers
Jakub Kicinski
2025-01-13
eth: iavf: extend the netdev_lock usage
Jakub Kicinski
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-10-10
iavf: add support to exchange qos capabilities
Sudheer Mogilappagari
2024-10-10
iavf: Add net_shaper_ops support
Sudheer Mogilappagari
2024-08-13
iavf: add support for offloading tc U32 cls filters
Ahmed Zaki
2024-07-11
net: intel: Remove MODULE_AUTHORs
Tony Nguyen
2024-05-08
iavf: flower: validate control flags
Asbjørn Sloth Tønnesen
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-04-25
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
2024-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-25
iavf: Fix TC config comparison with existing adapter TC config
Sudheer Mogilappagari
2024-04-24
iavf: switch to Page Pool
Alexander Lobakin
2024-04-24
iavf: drop page splitting and recycling
Alexander Lobakin
2024-04-24
iavf: kill "legacy-rx" for good
Alexander Lobakin
[next]