index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-10
i40e: remove the useless value assignment in i40e_clean_adminq_subtask
Kaixu Xia
1
-1
/
+1
2021-02-10
i40e: VLAN field for flow director
Przemyslaw Patynowski
4
-292
/
+289
2021-02-10
i40e: Add flow director support for IPv6
Przemyslaw Patynowski
4
-119
/
+551
2021-02-10
i40e: Add EEE status getting & setting implementation
Aleksandr Loktionov
2
-2
/
+123
2021-02-10
i40e: Add netlink callbacks support for software based DCB
Arkadiusz Kubalewski
1
-7
/
+745
2021-02-10
i40e: Add init and default config of software based DCB
Arkadiusz Kubalewski
3
-58
/
+497
2021-02-10
i40e: Add hardware configuration for software based DCB
Arkadiusz Kubalewski
7
-13
/
+1365
2021-02-08
i40e: Log error for oversized MTU on device
Eryk Rybak
1
-4
/
+7
2021-02-08
i40e: consolidate handling of XDP program actions
Cristian Dumitrescu
1
-37
/
+61
2021-02-08
i40e: remove the redundant buffer info updates
Cristian Dumitrescu
1
-19
/
+14
2021-02-08
i40e: remove unnecessary cleaned_count updates
Cristian Dumitrescu
1
-3
/
+1
2021-02-08
i40e: remove unnecessary memory writes of the next to clean pointer
Cristian Dumitrescu
1
-19
/
+11
2021-02-04
net: use the new dev_page_is_reusable() instead of private versions
Alexander Lobakin
1
-14
/
+1
2021-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-13
/
+1
2021-02-01
i40e: Revert "i40e: don't report link up for a VF who hasn't enabled queues"
Aleksandr Loktionov
2
-13
/
+1
2021-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+4
2021-01-26
i40e: acquire VSI pointer only after VF is initialized
Stefan Assmann
1
-7
/
+4
2021-01-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-9
/
+9
2021-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-01-13
i40e: fix potential NULL pointer dereferencing
Cristian Dumitrescu
1
-1
/
+1
2021-01-08
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
1
-6
/
+6
2021-01-08
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
1
-3
/
+3
2021-01-07
net: remove ndo_udp_tunnel_* callbacks
Jakub Kicinski
1
-2
/
+0
2020-12-17
i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs
Sylwester Dziedziuch
3
-2
/
+15
2020-12-16
i40e, xsk: clear the status bits for the next_to_use descriptor
Björn Töpel
1
-1
/
+4
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+20
2020-12-09
i40e: avoid premature Rx buffer reuse
Björn Töpel
1
-7
/
+20
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
4
-40
/
+113
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
1
-1
/
+1
2020-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-18
/
+31
2020-11-24
i40e: report correct VF link speed when link state is set to enable
Stefan Assmann
1
-2
/
+3
2020-11-24
i40e: remove redundant assignment
Marek Majtyka
1
-1
/
+0
2020-11-23
i40e: Fix removing driver while bare-metal VFs pass traffic
Sylwester Dziedziuch
3
-18
/
+31
2020-11-17
i40e: Use batched xsk Tx interfaces to increase performance
Magnus Karlsson
4
-35
/
+112
2020-11-17
i40e: Remove unnecessary sw_ring access from xsk Tx
Magnus Karlsson
1
-5
/
+1
2020-11-10
i40e, xsk: uninitialized variable in i40e_clean_rx_irq_zc()
Dan Carpenter
1
-1
/
+1
2020-11-10
i40e: Fix MAC address setting for a VF via Host/VM
Slawomir Laba
1
-2
/
+24
2020-10-13
i40e: Allow changing FEC settings on X722 if supported by FW
Jaroslaw Gawin
5
-12
/
+49
2020-09-29
net: intel: Remove in_interrupt() warnings
Sebastian Andrzej Siewior
1
-4
/
+0
2020-09-28
i40e: convert to new udp_tunnel infrastructure
Jakub Kicinski
2
-219
/
+51
2020-09-25
intel-ethernet: clean up W=1 warnings in kdoc
Jesse Brandeburg
10
-26
/
+27
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-6
/
+16
2020-09-14
i40e, xsk: move buffer allocation out of the Rx processing loop
Björn Töpel
1
-8
/
+4
2020-09-14
i40e: use 16B HW descriptors instead of 32B
Björn Töpel
7
-17
/
+18
2020-09-14
i40e, xsk: remove HW descriptor prefetch in AF_XDP path
Björn Töpel
3
-13
/
+25
2020-09-14
i40e: optimise prefetch page refcount
Li RongQing
1
-1
/
+1
2020-09-14
i40e: not compute affinity_mask for IRQ
Li RongQing
1
-9
/
+3
2020-09-09
i40e: always propagate error value in i40e_set_vsi_promisc()
Stefan Assmann
1
-1
/
+11
2020-09-09
i40e: fix return of uninitialized aq_ret in i40e_set_vsi_promisc
Stefan Assmann
1
-5
/
+5
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-61
/
+67
[next]