index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-27
i40e: add support for XDP_REDIRECT
Björn Töpel
1
-0
/
+2
2018-03-26
i40e: hold the RTNL lock while changing interrupt schemes
Jacob Keller
1
-2
/
+17
2018-03-26
i40e: move client flags into state bits
Jacob Keller
1
-12
/
+10
2018-03-26
i40e: move I40E_FLAG_TEMP_LINK_POLLING to state field
Jacob Keller
1
-4
/
+3
2018-03-26
i40e: move AUTO_DISABLED flags into the state field
Jacob Keller
1
-14
/
+9
2018-03-26
i40e: move I40E_FLAG_UDP_FILTER_SYNC to the state field
Jacob Keller
1
-6
/
+4
2018-03-26
i40e: move I40E_FLAG_FILTER_SYNC to a state bit
Jacob Keller
1
-7
/
+9
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
1
-0
/
+1
2018-03-19
i40e: Close client on suspend and restore client MSIx on resume
Shiraz Saleem
1
-0
/
+8
2018-03-14
i40e: restore TCPv4 input set when re-enabling ATR
Jacob Keller
1
-0
/
+9
2018-03-14
i40e: factor out re-enable functions for ATR and SB
Jacob Keller
1
-16
/
+32
2018-03-14
i40e: track filter type statistics when deleting invalid filters
Jacob Keller
1
-8
/
+48
2018-03-14
i40e: Cleanup i40e_vlan_rx_register
Jacob Keller
1
-17
/
+4
2018-02-26
i40e: link_down_on_close private flag support
Mariusz Stachura
1
-0
/
+75
2018-02-14
i40e: Add and delete cloud filter
Avinash Dayanand
1
-11
/
+5
2018-02-13
i40e: i40e: Change ethtool check from MAC to HW flag
Dave Ertman
1
-0
/
+10
2018-02-13
i40e: do not force filter failure in overflow promiscuous
Alan Brady
1
-14
/
+1
2018-02-13
i40e: refactor promisc_changed in i40e_sync_vsi_filters
Alan Brady
1
-22
/
+20
2018-02-13
i40e: broadcast filters can trigger overflow promiscuous
Alan Brady
1
-2
/
+4
2018-02-13
i40e: don't leak memory addresses
Mitch Williams
1
-7
/
+6
2018-02-13
i40e: Make local function i40e_get_link_speed static
Wei Yongjun
1
-1
/
+1
2018-02-12
i40e/i40evf: Add support for new mechanism of updating adaptive ITR
Alexander Duyck
1
-9
/
+6
2018-02-12
i40e/i40evf: Split container ITR into current_itr and target_itr
Alexander Duyck
1
-8
/
+14
2018-02-12
i40e: Add delay after EMP reset for firmware to recover
Filip Sadowski
1
-0
/
+11
2018-02-12
i40e/i40evf: Only track one ITR setting per ring instead of Tx/Rx
Alexander Duyck
1
-7
/
+7
2018-02-08
i40e: Fix the number of queues available to be mapped for use
Amritha Nambiar
1
-13
/
+14
2018-01-27
i40e: Do not allow use more TC queue pairs than MSI-X vectors exist
Paweł Jabłoński
1
-0
/
+4
2018-01-27
i40e/i40evf: Record ITR register location in the q_vector
Alexander Duyck
1
-0
/
+1
2018-01-27
i40e: program fragmented IPv4 filter input set
Jacob Keller
1
-0
/
+3
2018-01-27
i40e: Fix kdump failure
Avinash Dayanand
1
-2
/
+2
2018-01-27
i40e: fix FW_LLDP flag on init
Alan Brady
1
-0
/
+3
2018-01-27
i40e: Implement an ethtool private flag to stop LLDP in FW
Dave Ertman
1
-2
/
+12
2018-01-26
i40e: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
1
-5
/
+3
2018-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2018-01-25
i40e: flower: check if TC offload is enabled on a netdev
Jakub Kicinski
1
-0
/
+2
2018-01-23
i40e: Fix channel addition in reset flow
Amritha Nambiar
1
-0
/
+11
2018-01-23
i40e: Delete an error message for a failed memory allocation in i40e_init_int...
Markus Elfring
1
-3
/
+2
2018-01-23
i40e: simplify pointer dereferences
Mitch Williams
1
-10
/
+8
2018-01-23
i40e: check for invalid DCB config
Mitch Williams
1
-1
/
+33
2018-01-23
i40e/i40evf: Detect and recover hung queue scenario
Sudheer Mogilappagari
1
-99
/
+1
2018-01-23
i40e: avoid divide by zero
Mitch Williams
1
-2
/
+7
2018-01-23
i40e/i40evf: Enable NVMUpdate to retrieve AdminQ and add preservation flags f...
Pawel Jablonski
1
-1
/
+1
2018-01-10
i40e/i40evf: Bump driver versions
Alice Michael
1
-2
/
+2
2018-01-03
i40e: flower: Fix return value for unsupported offload
Jiri Pirko
1
-1
/
+1
2018-01-03
i40e: don't remove netdev->dev_addr when syncing uc list
Jacob Keller
1
-1
/
+16
2018-01-03
i40e: Remove UDP support for big buffer
Amritha Nambiar
1
-9
/
+9
2017-11-28
i40e: Fix reporting incorrect error codes
Amritha Nambiar
1
-1
/
+0
2017-11-22
i40e: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-11-22
i40e: restore promiscuous after reset
Alan Brady
1
-72
/
+83
2017-11-22
i40e: Remove limit of 64 max queues per channel
Amritha Nambiar
1
-8
/
+0
[next]