index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
iavf
Commit message (
Expand
)
Author
Age
Files
Lines
*
iavf: delete the iavf client interface
Michal Schmidt
2023-10-27
6
-871
/
+1
*
iavf: add a common function for undoing the interrupt scheme
Michal Schmidt
2023-10-27
1
-11
/
+15
*
iavf: use unregister_netdev
Michal Schmidt
2023-10-27
1
-3
/
+1
*
iavf: rely on netdev's own registered state
Michal Schmidt
2023-10-27
2
-7
/
+3
*
iavf: fix the waiting time for initial reset
Michal Schmidt
2023-10-27
1
-1
/
+1
*
iavf: in iavf_down, don't queue watchdog_task if comms failed
Michal Schmidt
2023-10-27
1
-2
/
+4
*
iavf: simplify mutex_trylock+sleep loops
Michal Schmidt
2023-10-27
1
-4
/
+2
*
iavf: fix comments about old bit locks
Michal Schmidt
2023-10-27
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-26
1
-3
/
+4
|
\
|
*
iavf: in iavf_down, disable queues when removing the driver
Michal Schmidt
2023-10-25
1
-1
/
+1
|
*
iavf: initialize waitqueues before starting watchdog_task
Michal Schmidt
2023-10-20
1
-2
/
+3
*
|
iavf: delete unused iavf_mac_info fields
Michal Schmidt
2023-10-19
4
-51
/
+0
*
|
intel: fix format warnings
Jesse Brandeburg
2023-10-18
1
-5
/
+3
*
|
intel: fix string truncation warnings
Jesse Brandeburg
2023-10-18
2
-16
/
+10
*
|
iavf: remove "inline" functions from iavf_txrx.c
Jacob Keller
2023-10-03
1
-23
/
+23
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-09-21
3
-11
/
+10
|
\
|
|
*
iavf: schedule a request immediately after add/delete vlan
Petr Oros
2023-09-15
1
-2
/
+2
|
*
iavf: add iavf_schedule_aq_request() helper
Petr Oros
2023-09-15
3
-8
/
+6
|
*
iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is set
Radoslaw Tyl
2023-09-15
1
-1
/
+2
*
|
iavf: Add ability to turn off CRC stripping for VF
Norbert Zulinski
2023-09-13
3
-1
/
+64
*
|
iavf: Fix promiscuous mode configuration flow messages
Brett Creeley
2023-09-11
3
-60
/
+74
|
/
*
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
2023-08-18
4
-51
/
+36
|
\
|
*
virtchnl: fix fake 1-elem arrays for structures allocated as `nents`
Alexander Lobakin
2023-08-16
3
-19
/
+12
|
*
virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`
Alexander Lobakin
2023-08-16
2
-28
/
+22
|
*
virtchnl: fix fake 1-elem arrays in structs allocated as `nents + 1` - 1
Alexander Lobakin
2023-08-16
1
-4
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-18
3
-4
/
+85
|
\
\
|
|
/
|
/
|
|
*
iavf: fix FDIR rule fields masks validation
Piotr Gardocki
2023-08-16
3
-4
/
+85
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-10
2
-4
/
+12
|
\
|
|
*
iavf: fix potential races for FDIR filters
Piotr Gardocki
2023-08-08
2
-4
/
+12
*
|
net: flow_dissector: Use 64bits for used_keys
Ratheesh Kannoth
2023-07-31
1
-9
/
+9
|
/
*
iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILED
Jacob Keller
2023-07-21
1
-3
/
+3
*
iavf: fix potential deadlock on allocation failure
Jacob Keller
2023-07-21
1
-2
/
+3
*
iavf: fix reset task race with iavf_remove()
Ahmed Zaki
2023-07-17
4
-29
/
+16
*
iavf: fix a deadlock caused by rtnl and driver's lock circular dependencies
Ahmed Zaki
2023-07-17
3
-32
/
+85
*
Revert "iavf: Do not restart Tx queues after reset task failure"
Marcin Szycik
2023-07-17
1
-15
/
+0
*
Revert "iavf: Detach device during reset task"
Marcin Szycik
2023-07-17
1
-11
/
+2
*
iavf: Wait for reset in callbacks which trigger it
Marcin Szycik
2023-07-17
4
-17
/
+68
*
iavf: use internal state to free traffic IRQs
Ahmed Zaki
2023-07-17
1
-3
/
+4
*
iavf: Fix out-of-bounds when setting channels on remove
Ding Hui
2023-07-17
1
-1
/
+1
*
iavf: Fix use-after-free in free_netdev
Ding Hui
2023-07-17
1
-4
/
+1
*
iavf: make functions static where possible
Przemek Kitszel
2023-06-22
4
-43
/
+28
*
iavf: remove some unused functions and pointless wrappers
Przemek Kitszel
2023-06-22
5
-76
/
+8
*
iavf: fix err handling for MAC replace
Przemek Kitszel
2023-06-22
1
-23
/
+19
*
iavf: remove mask from iavf_irq_enable_queues()
Ahmed Zaki
2023-06-10
3
-11
/
+8
*
iavf: send VLAN offloading caps once after VFR
Ahmed Zaki
2023-05-16
1
-5
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-13
3
-66
/
+66
|
\
|
*
iavf: remove active_cvlans and active_svlans bitmaps
Ahmed Zaki
2023-04-07
3
-47
/
+45
|
*
iavf: refactor VLAN filter states
Ahmed Zaki
2023-04-07
3
-26
/
+28
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-24
4
-4
/
+15
|
\
|
|
*
iavf: fix hang on reboot with ice
Stefan Assmann
2023-03-21
1
-0
/
+5
[next]