index
:
linux/linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
/
ixgbe_main.c
Age
Commit message (
Expand
)
Author
2024-09-03
netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtu
Alexander Lobakin
2024-07-11
net: intel: Remove MODULE_AUTHORs
Tony Nguyen
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-04-01
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
Jakub Kicinski
2024-03-29
netlink: introduce type-checking attribute iteration
Johannes Berg
2024-03-29
net: intel: implement modern PM ops declarations
Jesse Brandeburg
2024-03-08
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
David S. Miller
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-06
ixgbe: pull out stats update to common routines
Maciej Fijalkowski
2024-03-04
intel: make module parameters readable in sys filesystem
Jon Maxwell
2024-03-04
net: adopt skb_network_offset() and similar helpers
Eric Dumazet
2024-03-01
ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able
Maciej Fijalkowski
2024-02-06
ixgbe: Convert ret val type from s32 to int
Jedrzej Jagielski
2024-01-02
ixgbe: Refactor returning internal error codes
Jedrzej Jagielski
2024-01-02
ixgbe: Refactor overtemp event handling
Jedrzej Jagielski
2023-12-18
intel: legacy: field get conversion
Jesse Brandeburg
2023-10-03
net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().
Sebastian Andrzej Siewior
2023-08-08
rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODE
Lin Ma
2023-07-24
vxlan: calculate correct header length for GPE
Jiri Benc
2023-06-07
eth: ixgbe: fix the wake condition
Jakub Kicinski
2023-04-27
ixgbe: Fix panic during XDP_TX with > 64 CPUs
John Hickey
2023-04-23
net: vlan: introduce skb_vlan_eth_hdr()
Vladimir Oltean
2023-04-10
net: piggy back on the memory barrier in bql when waking queues
Jakub Kicinski
2023-04-10
ixgbe: use new queue try_stop/try_wake macros
Jakub Kicinski
2023-02-17
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2023-02-14
ixgbe: add double of VLAN header when computing the max MTU
Jason Xing
2023-02-14
ixgbe: allow to increase MTU to 3K with XDP enabled
Jason Xing
2023-02-10
Daniel Borkmann says:
Jakub Kicinski
2023-02-02
drivers: net: turn on XDP features
Marek Majtyka
2023-01-30
ixgbe: Remove redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
2023-01-17
ixgbe: Use C45 mdiobus accessors
Andrew Lunn
2023-01-13
ixgbe: XDP: fix checker warning from rcu pointer
Jesse Brandeburg
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-18
ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero
Piotr Skajewski
2022-06-30
ixgbe: drop unexpected word 'for' in comments
Jiang Jian
2022-06-09
drivers, ixgbe: export vf statistics
Maximilian Heyne
2022-05-13
ixgbe: add xdp frags support to ndo_xdp_xmit
Lorenzo Bianconi
2022-05-06
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
2022-05-06
net: make drivers set the TSO limit not the GSO limit
Jakub Kicinski
2022-05-05
ixgbe: Fix module_param allow_unsupported_sfp type
Jeff Daly
2022-03-08
ixgbe: add improvement for MDD response functionality
Slawomir Mrozowicz
2022-03-08
ixgbe: add the ability for the PF to disable VF link state
Slawomir Mrozowicz
2022-02-23
ixgbe: Remove non-inclusive language
Piotr Skajewski
2022-01-27
ixgbe: Remove useless DMA-32 fallback configuration
Christophe JAILLET
2022-01-13
Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-01-08
Merge branch 'linus' into irq/core, to fix conflict
Ingo Molnar
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-12-28
ixgbe: switch to napi_build_skb()
Alexander Lobakin
[next]