Age | Commit message (Expand) | Author | Files | Lines |
2024-04-02 | i40e: Fix VF MAC filter removal | Ivan Vecera | 1 | -5/+6 |
2024-03-26 | i40e: fix vf may be used uninitialized in this function warning | Aleksandr Loktionov | 1 | -18/+16 |
2024-03-26 | i40e: fix i40e_count_filters() to count only active/new filters | Aleksandr Loktionov | 1 | -2/+5 |
2024-03-26 | i40e: Enforce software interrupt during busy-poll exit | Ivan Vecera | 5 | -21/+72 |
2024-03-08 | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n... | David S. Miller | 2 | -8/+0 |
2024-03-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -3/+2 |
2024-03-06 | i40e: remove unnecessary qv_info ptr NULL checks | Alexey Kodanev | 2 | -8/+0 |
2024-03-05 | i40e: Fix firmware version comparison function | Ivan Vecera | 1 | -2/+1 |
2024-03-04 | net: adopt skb_network_header_len() more broadly | Eric Dumazet | 1 | -1/+1 |
2024-03-04 | net: adopt skb_network_offset() and similar helpers | Eric Dumazet | 1 | -1/+1 |
2024-03-01 | i40e: disable NAPI right after disabling irqs when handling xsk_pool | Maciej Fijalkowski | 1 | -1/+1 |
2024-02-28 | net: intel: i40e/igc: Remove setting Autoneg in EEE capabilities | Andrew Lunn | 1 | -6/+1 |
2024-02-16 | i40e: Remove VEB recursion | Ivan Vecera | 3 | -109/+76 |
2024-02-16 | i40e: Fix broken support for floating VEBs | Ivan Vecera | 2 | -49/+67 |
2024-02-16 | i40e: Add helpers to find VSI and VEB by SEID and use them | Ivan Vecera | 3 | -86/+68 |
2024-02-16 | i40e: Introduce and use macros for iterating VSIs and VEBs | Ivan Vecera | 4 | -245/+264 |
2024-02-16 | i40e: Use existing helper to find flow director VSI | Ivan Vecera | 1 | -7/+4 |
2024-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -20/+44 |
2024-02-14 | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n... | David S. Miller | 2 | -15/+11 |
2024-02-13 | i40e: take into account XDP Tx queues when stopping rings | Maciej Fijalkowski | 1 | -6/+8 |
2024-02-13 | i40e: avoid double calling i40e_pf_rxq_wait() | Maciej Fijalkowski | 1 | -9/+3 |
2024-02-13 | i40e: Fix wrong mask used during DCB config | Ivan Vecera | 1 | -1/+1 |
2024-02-13 | i40e: Fix waiting for queues of all VSIs to be disabled | Ivan Vecera | 1 | -1/+1 |
2024-02-13 | i40e: Do not allow untrusted VF to remove administratively set MAC | Ivan Vecera | 1 | -5/+33 |
2024-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2024-02-07 | net: intel: fix old compiler regressions | Jesse Brandeburg | 1 | -1/+1 |
2024-01-31 | ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keee | Heiner Kallweit | 1 | -5/+5 |
2024-01-31 | ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ... | Heiner Kallweit | 1 | -3/+3 |
2024-01-25 | i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queue | Maciej Fijalkowski | 1 | -0/+7 |
2024-01-25 | i40e: set xdp_rxq_info::frag_size | Maciej Fijalkowski | 2 | -25/+24 |
2024-01-25 | intel: xsk: initialize skb_frag_t::bv_offset in ZC drivers | Maciej Fijalkowski | 1 | -1/+2 |
2024-01-25 | i40e: handle multi-buffer packets that are shrunk by xdp prog | Tirthendu Sarkar | 1 | -17/+23 |
2024-01-25 | xsk: make xsk_buff_pool responsible for clearing xdp_buff::flags | Maciej Fijalkowski | 1 | -1/+0 |
2024-01-18 | i40e: Include types.h to some headers | Tony Nguyen | 2 | -0/+2 |
2024-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -5/+43 |
2024-01-04 | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n... | Jakub Kicinski | 3 | -1/+39 |
2024-01-03 | i40e: Restore VF MSI-X state during PCI reset | Andrii Staikov | 3 | -0/+32 |
2024-01-03 | i40e: fix use-after-free in i40e_aqc_add_filters() | Ke Xiao | 1 | -1/+7 |
2024-01-03 | i40e: Avoid unnecessary use of comma operator | Simon Horman | 1 | -1/+1 |
2024-01-03 | i40e: Fix VF disable behavior to block all traffic | Andrii Staikov | 2 | -0/+33 |
2023-12-27 | i40e: Fix filter input checks to prevent config with invalid values | Sudheer Mogilappagari | 1 | -4/+4 |
2023-12-22 | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne... | David S. Miller | 11 | -377/+258 |
2023-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 2 | -3/+3 |
2023-12-18 | i40e: field get conversion | Jesse Brandeburg | 11 | -226/+145 |
2023-12-18 | i40e: field prep conversion | Jesse Brandeburg | 5 | -151/+109 |
2023-12-18 | intel: add bit macro includes where needed | Jesse Brandeburg | 3 | -0/+4 |
2023-12-15 | i40e: remove fake support of rx-frames-irq | Jason Xing | 1 | -3/+2 |
2023-12-14 | net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops | Ahmed Zaki | 1 | -20/+18 |
2023-12-13 | i40e: Fix ST code value for Clause 45 | Ivan Vecera | 2 | -3/+3 |
2023-12-08 | net: Convert some ethtool_sprintf() to ethtool_puts() | justinstitt@google.com | 1 | -4/+2 |