summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-4/+4
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-0/+3
|\
| * ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski2022-07-181-0/+3
* | ixgbe: drop unexpected word 'for' in commentsJiang Jian2022-06-301-1/+1
* | drivers, ixgbe: export vf statisticsMaximilian Heyne2022-06-091-0/+86
|/
* ixgbe: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi2022-05-131-36/+63
* 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
|/
* ixgbe: add improvement for MDD response functionalitySlawomir Mrozowicz2022-03-081-1/+27
* ixgbe: add the ability for the PF to disable VF link stateSlawomir Mrozowicz2022-03-081-5/+6
* ixgbe: Remove non-inclusive languagePiotr Skajewski2022-02-231-2/+2
* 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-081-0/+4
| |\
| * | 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-311-1/+1
|\ \ \
| * | | bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
| |/ /
* | / ixgbe: switch to napi_build_skb()Alexander Lobakin2021-12-281-1/+1
| |/ |/|
* | ixgbe: Document how to enable NBASE-T supportRobert Schlabbach2021-12-151-0/+4
|/
* 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-301-2/+6
|\
| * ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setupFeng Zhou2021-09-291-2/+6
* | ixgbe: let the xdpdrv work with more than 64 cpusJason Xing2021-09-301-13/+37
|/
* 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-241-2/+0
* ixgbe: add correct exception tracing for XDPMagnus Karlsson2021-06-031-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-1/+13
|\
| * ixgbe: fix unbalanced device enable/disable in suspend/resumeYongxin Liu2021-04-131-0/+5
| * ixgbe: Fix NULL pointer dereference in ethtool loopback testAlexander Duyck2021-04-131-1/+8
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-251-6/+5
|\ \
| * | bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2021-03-181-6/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-1/+2
|\ \ \ | | |/ | |/|
| * | ixgbe: move headroom initialization to ixgbe_configure_rx_ringMaciej Fijalkowski2021-03-121-1/+2
| |/
* / intel: clean up mismatched header commentsJesse Brandeburg2021-03-231-2/+2
|/
* ixgbe: Fix memleak in ixgbe_configure_clsu32Dinghao Liu2021-03-041-2/+4
* ixgbe: store the result of ixgbe_rx_offset() onto ixgbe_ringMaciej Fijalkowski2021-02-121-7/+8
* net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin2021-02-041-7/+2
* net: ixgbe: use skb_csum_is_sctp instead of protocol checkXin Long2021-01-191-13/+1
* net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-6/+6
* net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-4/+3
* net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-071-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-7/+17
|\
| * ixgbe: avoid premature Rx buffer reuseBjörn Töpel2020-12-091-7/+17
* | xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-11/+26
|\
| * net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2020-09-281-11/+26