Age | Commit message (Expand) | Author | Files | Lines |
2023-01-20 | iavf: schedule watchdog immediately when changing primary MAC | Stefan Assmann | 1 | -1/+1 |
2023-01-20 | iavf: Move netdev_update_features() into watchdog task | Marcin Szycik | 2 | -18/+17 |
2023-01-20 | iavf: fix temporary deadlock and failure to set MAC address | Michal Schmidt | 4 | -51/+49 |
2023-01-10 | iavf/iavf_main: actually log ->src mask when talking about it | Daniil Tatianin | 1 | -1/+1 |
2022-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -20/+31 |
2022-11-23 | iavf: Fix error handling in iavf_init_module() | Yuan Can | 1 | -1/+8 |
2022-11-18 | iavf: Fix race condition between iavf_shutdown and iavf_remove | Slawomir Laba | 1 | -9/+7 |
2022-11-18 | iavf: remove INITIAL_MAC_SET to allow gARP to work properly | Stefan Assmann | 2 | -9/+0 |
2022-11-18 | iavf: Do not restart Tx queues after reset task failure | Ivan Vecera | 1 | -1/+15 |
2022-11-18 | iavf: Fix a crash during reset task | Ivan Vecera | 1 | -0/+1 |
2022-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
2022-11-09 | iavf: Fix VF driver counting VLAN 0 filters | Michal Jaron | 1 | -0/+2 |
2022-11-02 | iavf: Change information about device removal in dmesg | Bartosz Staszewski | 1 | -1/+1 |
2022-11-02 | iavf: Replace __FUNCTION__ with __func__ | ye xingchen | 1 | -1/+1 |
2022-10-28 | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers). | Thomas Gleixner | 1 | -4/+4 |
2022-09-28 | net: drop the weight argument from netif_napi_add | Jakub Kicinski | 1 | -1/+1 |
2022-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -11/+14 |
2022-09-19 | iavf: Fix set max MTU size with port VLAN and jumbo frames | Michal Jaron | 1 | -2/+5 |
2022-09-19 | iavf: Fix bad page state | Norbert Zulinski | 1 | -2/+2 |
2022-09-08 | iavf: Fix cached head and tail value for iavf_get_tx_pending | Brett Creeley | 1 | -1/+4 |
2022-09-08 | iavf: Fix change VF's mac address | Sylwester Dziedziuch | 1 | -6/+3 |
2022-09-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -3/+11 |
2022-09-06 | iavf: Fix race between iavf_close and iavf_reset_task | Michal Jaron | 1 | -36/+141 |
2022-09-02 | iavf: Detach device during reset task | Ivan Vecera | 1 | -3/+11 |
2022-08-31 | net: ethernet: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -3/+3 |
2022-08-12 | iavf: Fix deadlock in initialization | Ivan Vecera | 1 | -1/+10 |
2022-08-12 | iavf: Fix reset error handling | Przemyslaw Patynowski | 1 | -3/+6 |
2022-08-12 | iavf: Fix NULL pointer dereference in iavf_get_link_ksettings | Przemyslaw Patynowski | 1 | -1/+1 |
2022-08-12 | iavf: Fix adminq error handling | Przemyslaw Patynowski | 1 | -2/+13 |
2022-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 2 | -2/+50 |
2022-07-29 | iavf: Fix 'tc qdisc show' listing too many queues | Przemyslaw Patynowski | 2 | -0/+26 |
2022-07-29 | iavf: Fix max_rate limiting | Przemyslaw Patynowski | 2 | -2/+24 |
2022-07-22 | iavf: Check for duplicate TC flower filter before parsing | Avinash Dayanand | 1 | -22/+33 |
2022-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -26/+81 |
2022-07-18 | iavf: Fix missing state logs | Przemyslaw Patynowski | 1 | -0/+4 |
2022-07-18 | iavf: Fix handling of dummy receive descriptors | Przemyslaw Patynowski | 1 | -3/+2 |
2022-07-18 | iavf: Disallow changing rx/tx-frames and rx/tx-frames-irq | Przemyslaw Patynowski | 4 | -13/+1 |
2022-07-18 | iavf: Fix VLAN_V2 addition/rejection | Przemyslaw Patynowski | 3 | -10/+74 |
2022-06-30 | intel/iavf:fix repeated words in comments | Jilin Yuan | 1 | -1/+1 |
2022-06-30 | intel: remove unused macros | Jesse Brandeburg | 1 | -4/+0 |
2022-06-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2022-06-09 | iavf: Fix issue with MAC address of VF shown as zero | Michal Wilczynski | 1 | -1/+1 |
2022-06-07 | iavf: Add waiting for response from PF in set mac | Mateusz Palczewski | 3 | -21/+174 |
2022-04-08 | Revert "iavf: Fix deadlock occurrence during resetting VF interface" | Mateusz Palczewski | 1 | -5/+2 |
2022-03-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+14 |
2022-03-17 | iavf: Fix hang during reboot/shutdown | Ivan Vecera | 1 | -0/+7 |
2022-03-15 | iavf: Fix double free in iavf_reset_task | Przemyslaw Patynowski | 1 | -1/+7 |
2022-03-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -4/+50 |
2022-03-08 | iavf: Fix adopting new combined setting | Michal Maloszewski | 2 | -4/+10 |
2022-03-08 | iavf: Fix handling of vlan strip virtual channel messages | Michal Maloszewski | 1 | -0/+40 |