summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-05-061-2/+2
|\ \
| * | ixgbe: Fix module_param allow_unsupported_sfp typeJeff Daly2022-05-051-2/+2
| |/
* / net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-1/+2
|\
| * ixgbe: ensure IPsec VF<->PF compatibilityLeon Romanovsky2022-04-281-1/+2
* | ixgbe, xsk: Get rid of redundant 'fallthrough'Maciej Fijalkowski2022-04-211-1/+0
* | ixgbe, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski2022-04-151-3/+3
* | ixgbe, xsk: Terminate Rx side of NAPI when XSK Rx queue gets fullMaciej Fijalkowski2022-04-152-9/+19
* | ixgbe, xsk: Decorate IXGBE_XDP_REDIR with likely()Maciej Fijalkowski2022-04-151-12/+13
|/
* ixgbe: add improvement for MDD response functionalitySlawomir Mrozowicz2022-03-083-1/+52
* ixgbe: add the ability for the PF to disable VF link stateSlawomir Mrozowicz2022-03-085-44/+182
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-2/+4
|\
| * ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()Maciej Fijalkowski2022-03-031-2/+4
* | ixgbe: Remove non-inclusive languagePiotr Skajewski2022-02-233-25/+25
* | ixgbe: respect metadata on XSK Rx to skbAlexander Lobakin2022-01-311-4/+10
* | ixgbe: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin2022-01-311-3/+1
* | ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directlyAlexander Lobakin2022-01-311-9/+10
* | ixgbe: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-13/+7
|/
* Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-131-5/+5
|\
| * Merge branch 'linus' into irq/core, to fix conflictIngo Molnar2022-01-082-0/+7
| |\
| * | ixgbe: Use irq_update_affinity_hint()Nitesh Narayan Lal2021-12-101-5/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-313-4/+2
|\ \ \
| * | | xsk: Wipe out dead zero_copy_allocator declarationsMaciej Fijalkowski2021-12-141-2/+0
| * | | bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-132-2/+2
* | | | ixgbe: switch to napi_build_skb()Alexander Lobakin2021-12-281-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-162-0/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | ixgbe: set X550 MDIO speed before talking to PHYCyril Novikov2021-12-151-0/+3
| * | | ixgbe: Document how to enable NBASE-T supportRobert Schlabbach2021-12-151-0/+4
| | |/ | |/|
* | | net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-4/+0
| |/ |/|
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
|/
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-3/+2
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-302-3/+7
|\
| * ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setupFeng Zhou2021-09-292-3/+7
* | ixgbe: let the xdpdrv work with more than 64 cpusJason Xing2021-09-305-24/+77
|/
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-191-1/+4
|\
| * ixgbe, xsk: clean up the resources in ixgbe_xsk_pool_enable error pathWang Hai2021-08-171-1/+4
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
|/
* ixgbe: Fix packet corruption due to missing DMA syncMarkus Boehme2021-07-201-1/+2
* ixgbe: Fix an error handling path in 'ixgbe_probe()'Christophe JAILLET2021-07-011-0/+1
* intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-242-5/+0
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-072-14/+16
|\
| * ixgbe: add correct exception tracing for XDPMagnus Karlsson2021-06-032-14/+16
* | ixgbe: Fix out-bounds warning in ixgbe_host_interface_command()Gustavo A. R. Silva2021-05-271-9/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-9/+7
|\|
| * ixgbe: fix large MTU request from VFJesse Brandeburg2021-05-201-9/+7
* | ixgbe: reduce checker warningsJesse Brandeburg2021-05-261-4/+4
* | ixgbe: use checker safe conversionsJesse Brandeburg2021-05-261-5/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-1/+13
|\