index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
iavf
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-66
/
+66
2023-04-07
iavf: remove active_cvlans and active_svlans bitmaps
Ahmed Zaki
3
-47
/
+45
2023-04-07
iavf: refactor VLAN filter states
Ahmed Zaki
3
-26
/
+28
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-4
/
+15
2023-03-21
iavf: fix hang on reboot with ice
Stefan Assmann
1
-0
/
+5
2023-03-16
iavf: do not track VLAN 0 filters
Ahmed Zaki
2
-2
/
+8
2023-03-16
iavf: fix non-tunneled IPv6 UDP packet type and hashing
Alexander Lobakin
1
-1
/
+1
2023-03-16
iavf: fix inverted Rx hash condition leading to disabled hash
Alexander Lobakin
1
-1
/
+1
2023-03-08
iavf: Remove unnecessary aer.h include
Bjorn Helgaas
1
-1
/
+0
2023-02-06
net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.h
Vladimir Oltean
1
-0
/
+1
2023-01-30
iavf: Remove redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-5
/
+0
2023-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-69
/
+66
2023-01-25
virtchnl: i40e/iavf: rename iwarp to rdma
Jesse Brandeburg
7
-27
/
+27
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
[next]