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
2019-06-14
i40e: remove duplicate stat calculation for tx_errors
Jacob Keller
1
-3
/
+0
2019-06-14
i40e: Check if the BAR size is large enough before writing to registers
Adam Ludkiewicz
1
-1
/
+11
2019-06-14
i40e: add constraints for accessing veb array
Piotr Kwapulinski
1
-5
/
+7
2019-05-05
i40e: Add support for X710 B/P & SFP+ cards
Aleksandr Loktionov
1
-0
/
+8
2019-05-05
i40e: Setting VF to VLAN 0 requires restart
Grzegorz Siwik
1
-2
/
+2
2019-05-05
i40e: add new pci id for X710/XXV710 N3000 cards
Aleksandr Loktionov
1
-0
/
+2
2019-05-04
i40e: Introduce recovery mode support
Alice Michael
1
-30
/
+280
2019-05-04
i40e: print PCI vendor and device ID during probe
Stefan Assmann
1
-3
/
+4
2019-05-04
i40e: update version number
Alice Michael
1
-1
/
+1
2019-05-04
i40e: Further implementation of LLDP
Aleksandr Loktionov
1
-1
/
+1
2019-05-04
i40e: change behavior on PF in response to MDD event
Carolyn Wyborny
1
-10
/
+2
2019-05-04
i40e: Fix for allowing too many MDD events on VF
Carolyn Wyborny
1
-5
/
+3
2019-04-17
i40e: The driver now prints the API version in error message
Adam Ludkiewicz
1
-3
/
+15
2019-04-17
i40e: Remove misleading messages for untrusted VF
Grzegorz Siwik
1
-5
/
+16
2019-04-17
i40e: Update i40e_init_dcb to return correct error
Chinh T Cao
1
-1
/
+1
2019-04-17
i40e: save PTP time before a device reset
Jacob Keller
1
-0
/
+5
2019-04-17
i40e: don't allow changes to HW VLAN stripping on active port VLANs
Nicholas Nunley
1
-0
/
+8
2019-04-17
i40e: Implement DDP support in i40e driver
Aleksandr Loktionov
1
-0
/
+1
2019-04-17
i40e: Queues are reserved despite "Invalid argument" error
Adam Ludkiewicz
1
-0
/
+3
2019-04-01
i40e: add tracking of AF_XDP ZC state for each queue pair
Björn Töpel
1
-1
/
+9
2019-04-01
i40e: move i40e_xsk_umem function
Björn Töpel
1
-0
/
+20
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+24
2019-02-21
i40e: fix XDP_REDIRECT/XDP xmit ring cleanup race
Björn Töpel
1
-2
/
+12
2019-02-21
i40e: fix potential RX buffer starvation for AF_XDP
Magnus Karlsson
1
-1
/
+12
2019-02-15
net: bpf: remove XDP_QUERY_XSK_UMEM enumerator
Jan Sokolowski
1
-3
/
+0
2019-02-06
flow_offload: add flow_rule and flow_match structures and use them
Pablo Neira Ayuso
1
-110
/
+68
2019-01-22
i40e: clean up several indentation issues
Colin Ian King
1
-2
/
+2
2019-01-22
i40e: increase indentation
Julia Lawall
1
-1
/
+1
2019-01-22
i40e: update version number
Alice Michael
1
-2
/
+2
2019-01-22
i40e: Add support FEC configuration for Fortville 25G
Damian Dybek
1
-0
/
+26
2019-01-22
i40e: Limiting RSS queues to CPUs
Aleksandr Loktionov
1
-0
/
+1
2019-01-18
net: Add extack argument to ndo_fdb_add()
Petr Machata
1
-1
/
+2
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-2
/
+2
2018-12-21
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
1
-0
/
+3
2018-12-20
i40e: define proper net_device::neigh_priv_len
Konstantin Khorenko
1
-0
/
+3
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+7
2018-12-13
net: ndo_bridge_setlink: Add extack
Petr Machata
1
-1
/
+3
2018-12-13
i40e: fix mac filter delete when setting mac address
Stefan Assmann
1
-7
/
+7
2018-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-11-28
i40e: Fix deletion of MAC filters
Lihong Yang
1
-1
/
+1
2018-11-14
i40e: prevent overlapping tx_timeout recover
Alan Brady
1
-0
/
+5
2018-11-14
i40e: Allow disabling FW LLDP on X722 devices
Patryk Małek
1
-8
/
+7
2018-11-14
i40e: update driver version
Alice Michael
1
-2
/
+2
2018-11-14
i40e: Replace strncpy with strlcpy to ensure null termination
Patryk Małek
1
-7
/
+7
2018-11-14
i40e: Replace spin_is_locked() with lockdep
Lance Roy
1
-2
/
+1
2018-11-07
i40e: enable NETIF_F_NTUPLE and NETIF_F_HW_TC at driver load
Jacob Keller
1
-3
/
+3
2018-11-07
i40e: restore NETIF_F_GSO_IPXIP[46] to netdev features
Jacob Keller
1
-0
/
+2
2018-10-25
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-9
/
+0
2018-10-03
PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls
Oza Pawandeep
1
-9
/
+0
2018-09-25
i40e: fix double 'NIC Link is Down' messages
Sergey Nemov
1
-1
/
+4
[next]