index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
/
ixgbe_lib.c
Age
Commit message (
Expand
)
Author
2023-04-27
ixgbe: Fix panic during XDP_TX with > 64 CPUs
John Hickey
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2021-09-30
ixgbe: let the xdpdrv work with more than 64 cpus
Jason Xing
2021-03-23
ixgbe: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-09-10
net: remove napi_hash_del() from driver-facing API
Jakub Kicinski
2020-06-18
ixgbe: protect ring accesses with READ- and WRITE_ONCE
Ciara Loftus
2019-11-04
ixgbe: Make use of cpumask_local_spread to improve RSS locality
Alexander Duyck
2019-02-08
ixgbe: Use struct_size() helper
Gustavo A. R. Silva
2018-10-03
ixgbe: add AF_XDP zero-copy Rx support
Björn Töpel
2018-06-11
ixgbe: Fix setting of TC configuration for macvlan case
Alexander Duyck
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
2018-02-26
ixgbe: remove redundant initialization of 'pool'
Colin Ian King
2018-01-23
ixgbe: process the Tx ipsec offload
Shannon Nelson
2018-01-12
ixgbe: Fix handling of macvlan Tx offload
Alexander Duyck
2018-01-12
ixgbe: avoid bringing rings up/down as macvlans are added/removed
Alexander Duyck
2018-01-12
ixgbe: Do not manipulate macvlan Tx queues when performing macvlan offload
Alexander Duyck
2018-01-12
ixgbe: Don't assume dev->num_tc is equal to hardware TC config
Alexander Duyck
2018-01-09
ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devices
Alexander Duyck
2018-01-09
ixgbe: There is no need to update num_rx_pools in L2 fwd offload
Alexander Duyck
2017-10-09
ixgbe: Update adaptive ITR algorithm
Alexander Duyck
2017-07-17
ixgbe: NULL xdp_tx rings on resource cleanup
John Fastabend
2017-04-29
ixgbe: add support for XDP_TX action
John Fastabend
2017-02-03
ixgbe: get rid of custom busy polling code
Eric Dumazet
2017-01-03
ixgbe: add mask for 64 RSS queues
Emil Tantilov
2016-09-23
ixgbe: Support 4 queue RSS on VFs with 1 or 2 queue RSS on PF
Alexander Duyck
2016-04-07
ixgbe: Add support for x550em_a 10G MAC type
Mark Rustad
2015-11-18
net: provide generic busy polling to all NAPI drivers
Eric Dumazet
2015-09-15
ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12K
Alexander Duyck
2014-11-11
ixgbe: Add new support for X550 MAC's
Don Skidmore
2014-09-18
ixgbe: add warnings for other disabled features without MSI-X support
Jacob Keller
2014-09-18
ixgbe: use e_dev_warn instead of netif_printk
Jacob Keller
2014-09-18
ixgbe: use e_dev_warn instead of e_err for displaying warning
Jacob Keller
2014-09-18
ixgbe: determine vector count inside ixgbe_acquire_msix_vectors
Jacob Keller
2014-09-18
ixgbe: move msix_entries allocation into ixgbe_acquire_msix_vectors
Jacob Keller
2014-09-18
ixgbe: return integer from ixgbe_acquire_msix_vectors
Jacob Keller
2014-09-18
ixgbe: use e_dev_warn instead of netif_printk
Jacob Keller
2014-09-12
ixgbe: Refactor busy poll socket code to address multiple issues
Alexander Duyck
2014-09-04
ixgbe: add comment noting recalculation of queues
Jacob Keller
2014-05-23
ixgbe: fix several concatenated strings to single line
Jacob Keller
2014-03-12
ixgbe: add Linux NICS mailing list to contact info
Jacob Keller
2014-02-18
ixgbe: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
2013-11-07
ixgbe: enable l2 forwarding acceleration for macvlans
John Fastabend
2013-06-10
ixgbe: add support for ndo_ll_poll
Eliezer Tamir
2013-02-15
ixgbe: Add function for setting XPS queue mapping
Alexander Duyck
2013-02-15
ixgbe: Define FCoE and Flow director limits much sooner to allow for changes
Alexander Duyck
2013-02-05
ixgbe: update date to 2013
Don Skidmore
2012-11-01
ixgbe: fix default setting of TXDCTL.WTHRESH
Emil Tantilov
2012-10-19
ixgbe: Initialize q_vector cpu and affinity masks correctly
Alexander Duyck
2012-07-21
ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interrupts
Alexander Duyck
2012-07-21
ixgbe: Fix handling of FDIR_HASH flag
Alexander Duyck
[next]