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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-21
intel: Add support for IPv6 IP-in-IP offload
Alexander Duyck
2
-0
/
+2
2016-05-21
net: define gso types for IPx over IPv4 and IPv6
Tom Herbert
2
-4
/
+2
2016-05-14
i40e: fix an uninitialized variable bug
Dan Carpenter
1
-1
/
+1
2016-05-14
i40e: Bump version from 1.5.10 to 1.5.16
Bimmy Pujari
1
-1
/
+1
2016-05-14
i40e: don't add broadcast filter for VFs
Mitch Williams
1
-8
/
+0
2016-05-14
i40e/i40evf: properly report Rx packet hash
Mitch Williams
1
-1
/
+1
2016-05-14
i40e: set context to use VSI RSS LUT for SR-IOV
Ashish Shah
1
-1
/
+2
2016-05-14
i40e: Correct UDP packet header for non_tunnel-ipv6
Akeem G Abodunrin
1
-1
/
+1
2016-05-14
i40e: change Rx hang message into a WARN_ONCE
Jacob Keller
1
-3
/
+1
2016-05-14
i40e: Refactor ethtool get_settings
Catherine Sullivan
1
-123
/
+135
2016-05-14
i40e: lie to the VF
Mitch Williams
1
-3
/
+7
2016-05-14
i40e: Add vf-true-promisc-support priv flag
Anjali Singhai Jain
6
-18
/
+111
2016-05-14
i40e: Implement the API function for aq_set_switch_config
Shannon Nelson
2
-0
/
+33
2016-05-14
i40e: Add support for disabling all link and change bits needed for PHY inter...
Kevin Scott
3
-2
/
+7
2016-05-06
i40e: constify i40e_client_ops structure
Julia Lawall
1
-1
/
+1
2016-05-06
i40e: fix misleading indentation
Arnd Bergmann
1
-1
/
+2
2016-05-06
i40e: Test memory before ethtool alloc succeeds
Jesse Brandeburg
1
-3
/
+31
2016-05-06
i40e/i40evf: Remove unused hardware receive descriptor code
Jesse Brandeburg
4
-48
/
+17
2016-05-06
i40evf: Drop packet split receive routine
Jesse Brandeburg
1
-1
/
+1
2016-05-06
i40e: Refactor receive routine
Jesse Brandeburg
6
-303
/
+531
2016-05-06
i40e/i40evf: Remove reference to ring->dtype
Jesse Brandeburg
2
-7
/
+2
2016-05-06
i40e: Drop packet split receive routine
Jesse Brandeburg
6
-317
/
+10
2016-05-06
i40e/i40evf: Refactor tunnel interpretation
Jesse Brandeburg
1
-7
/
+6
2016-05-04
net: remove dev->trans_start
Florian Westphal
1
-1
/
+1
2016-05-02
i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUM
Alexander Duyck
2
-3
/
+14
2016-05-02
i40e: make use of BIT() macro to prevent left shift of signed values
Jacob Keller
1
-28
/
+25
2016-05-02
i40e/i40evf: fix I40E_MASK signed shift overflow warnings
Jacob Keller
1
-1
/
+1
2016-05-02
i40e/i40evf : Bump driver version from 1.5.5 to 1.5.10
Harshitha Ramamurthy
1
-1
/
+1
2016-05-02
i40e: Update device ids for X722
Catherine Sullivan
1
-0
/
+1
2016-05-02
i40e: Drop extra copy of function
Jesse Brandeburg
1
-18
/
+0
2016-05-02
i40e: Use consistent type for vf_id
Jesse Brandeburg
3
-9
/
+10
2016-05-02
i40e: PTP - avoid aggregate return warnings
Jesse Brandeburg
1
-1
/
+2
2016-05-02
i40e: Fix uninitialized variable
Catherine Sullivan
1
-5
/
+1
2016-05-02
i40e: Remove HMC AQ API implementation
Neerav Parikh
4
-63
/
+0
2016-05-02
i40e: Prevent falling to promiscuous if the VF is not trusted
Anjali Singhai Jain
1
-0
/
+6
2016-05-02
i40e: Limit the number of MAC and VLAN addresses that can be added for VFs
Anjali Singhai Jain
2
-2
/
+26
2016-05-02
i40e: Change the default for VFs to be not privileged
Anjali Singhai Jain
1
-10
/
+10
2016-04-27
i40evf: Add driver support for promiscuous mode
Anjali Singhai Jain
1
-7
/
+7
2016-04-27
i40e: Add VF promiscuous mode driver support
Anjali Singhai Jain
2
-6
/
+149
2016-04-27
i40e: Add promiscuous on VLAN support
Greg Rose
2
-0
/
+78
2016-04-27
i40e/i40evf: Only offload VLAN tag if enabled
Jesse Brandeburg
1
-1
/
+2
2016-04-27
i40e: Remove zero check
Greg Rose
1
-4
/
+1
2016-04-27
i40e: Add DeviceID for X722 QSFP+
Kamil Krawczyk
2
-0
/
+2
2016-04-27
i40e: Add device capability which defines if update is available
Michal Kosiarz
3
-0
/
+12
2016-04-26
i40e: Specify AQ event opcode to wait for
Shannon Nelson
2
-7
/
+43
2016-04-26
i40e: Code cleanup in i40e_add_fdir_ethtool
Shannon Nelson
1
-5
/
+7
2016-04-26
i40e: Add support for configuring VF RSS
Mitch Williams
3
-12
/
+217
2016-04-26
i40e/i40evf: Add support for IPIP and SIT offloads
Alexander Duyck
2
-8
/
+18
2016-04-26
i40e/i40evf: Clean up feature flags
Alexander Duyck
1
-35
/
+26
2016-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-28
/
+31
[next]