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
/
i40e
/
i40e_main.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-2
/
+2
2025-01-07
i40e: add ability to reset VF for Tx and Rx MDD events
Aleksandr Loktionov
1
-13
/
+94
2025-01-06
i40e: Remove unused i40e_commit_partition_bw_setting
Dr. David Alan Gilbert
1
-83
/
+0
2025-01-06
i40e: Remove unused i40e_del_filter
Dr. David Alan Gilbert
1
-26
/
+2
2025-01-06
i40e: Remove unused i40e_get_cur_guaranteed_fd_count
Dr. David Alan Gilbert
1
-13
/
+0
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-11-15
ndo_fdb_add: Add a parameter to report whether notification was sent
Petr Machata
1
-1
/
+2
2024-11-04
i40e: fix race condition by adding filter's intermediate sync state
Aleksandr Loktionov
1
-2
/
+10
2024-10-08
i40e: Fix macvlan leak by synchronizing access to mac_filter_hash
Aleksandr Loktionov
1
-0
/
+1
2024-08-30
i40e: Add Energy Efficient Ethernet ability for X710 Base-T/KR/KX cards
Aleksandr Loktionov
1
-3
/
+21
2024-07-13
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
1
-1
/
+0
2024-07-11
net: intel: Remove MODULE_AUTHORs
Tony Nguyen
1
-1
/
+0
2024-07-09
i40e: Fix XDP program unloading while removing the driver
Michal Kubiak
1
-5
/
+4
2024-05-29
i40e: Fully suspend and resume IO operations in EEH case
Thinh Tran
1
-3
/
+6
2024-05-29
i40e: factoring out i40e_suspend/i40e_resume
Thinh Tran
1
-114
/
+135
2024-05-08
i40e: flower: validate control flags
Asbjørn Sloth Tønnesen
1
-0
/
+4
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-04-30
i40e: Add and use helper to reconfigure TC for given VSI
Ivan Vecera
1
-8
/
+24
2024-04-30
i40e: Add helper to access main VEB
Ivan Vecera
1
-10
/
+17
2024-04-30
i40e: Consolidate checks whether given VSI is main
Ivan Vecera
1
-10
/
+9
2024-04-30
i40e: Add helper to access main VSI
Ivan Vecera
1
-47
/
+60
2024-04-30
i40e: Refactor argument of i40e_detect_recover_hung()
Ivan Vecera
1
-1
/
+1
2024-04-30
i40e: Refactor argument of several client notification functions
Ivan Vecera
1
-7
/
+5
2024-04-30
i40e: Remove flags field from i40e_veb
Ivan Vecera
1
-8
/
+5
2024-04-25
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
1
-0
/
+1
2024-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2024-04-25
i40e: Report MFS in decimal base instead of hex
Erwan Velu
1
-2
/
+2
2024-04-25
i40e: Do not use WQ_MEM_RECLAIM flag for workqueue
Sindhu Devale
1
-1
/
+1
2024-04-24
net: intel: introduce {, Intel} Ethernet common library
Alexander Lobakin
1
-0
/
+1
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+11
2024-04-01
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
1
-6
/
+4
2024-03-29
netlink: introduce type-checking attribute iteration
Johannes Berg
1
-6
/
+2
2024-03-29
net: intel: implement modern PM ops declarations
Jesse Brandeburg
1
-6
/
+4
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
1
-0
/
+6
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+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-16
i40e: Remove VEB recursion
Ivan Vecera
1
-103
/
+73
2024-02-16
i40e: Fix broken support for floating VEBs
Ivan Vecera
1
-39
/
+48
2024-02-16
i40e: Add helpers to find VSI and VEB by SEID and use them
Ivan Vecera
1
-53
/
+27
2024-02-16
i40e: Introduce and use macros for iterating VSIs and VEBs
Ivan Vecera
1
-211
/
+178
2024-02-16
i40e: Use existing helper to find flow director VSI
Ivan Vecera
1
-7
/
+4
2024-02-12
i40e: take into account XDP Tx queues when stopping rings
Maciej Fijalkowski
1
-6
/
+8
2024-02-12
i40e: avoid double calling i40e_pf_rxq_wait()
Maciej Fijalkowski
1
-9
/
+3
2024-02-12
i40e: Fix waiting for queues of all VSIs to be disabled
Ivan Vecera
1
-1
/
+1
2024-01-24
i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queue
Maciej Fijalkowski
1
-0
/
+7
2024-01-24
i40e: set xdp_rxq_info::frag_size
Maciej Fijalkowski
1
-16
/
+24
2024-01-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+10
[next]