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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-21
ixgbe: Add support for new X557 device
Don Skidmore
4
-0
/
+11
2016-08-21
ixgbe: add device to MDIO speed setting
Don Skidmore
1
-0
/
+2
2016-08-21
ixgbe: Fix led interface for X557 devices
Don Skidmore
2
-2
/
+53
2016-08-21
ixgbe: add support for geneve Rx offload
Emil Tantilov
3
-51
/
+134
2016-08-21
ixgbevf: fix incorrect MAC address on load
Emil Tantilov
1
-7
/
+14
2016-08-21
ixgbe: report correct media type for KR, KX and KX4 interfaces
Veola Nazareth
1
-1
/
+3
2016-08-20
i40evf: Open RDMA Client after reset
Avinash Dayanand
1
-0
/
+2
2016-08-20
i40e/i40evf: Fix indentation
Jeff Kirsher
2
-92
/
+96
2016-08-20
i40e: Correcting mutex usage in client code
Avinash Dayanand
1
-0
/
+1
2016-08-20
i40e: Remove XSTRINGIFY macro definitions and uses
Joe Perches
2
-7
/
+3
2016-08-20
i40e: Initialize pointer in client_release function
Harshitha Ramamurthy
1
-2
/
+2
2016-08-20
i40e: Check client is open before calling client ops
Catherine Sullivan
1
-0
/
+25
2016-08-20
i40e: use matching format identifiers
Heinrich Schuchardt
1
-13
/
+13
2016-08-20
i40e: Add support for HMC resource and profile for X722
Carolyn Wyborny
2
-0
/
+42
2016-08-20
i40e: Fix byte ordering in ARP NS code for X722
Carolyn Wyborny
2
-34
/
+42
2016-08-20
i40e: refactor tail_bump check
Carolyn Wyborny
2
-8
/
+4
2016-08-20
i40evf: report link speed
Mitch Williams
3
-12
/
+70
2016-08-20
i40e: use alloc_workqueue instead of create_singlethread_workqueue
Jacob Keller
2
-2
/
+4
2016-08-20
i40e: use configured RSS key and lookup table in i40e_vsi_config_rss
Jacob Keller
1
-4
/
+17
2016-08-20
i40e: fix broken i40e_config_rss_aq function
Jacob Keller
1
-34
/
+23
2016-08-20
i40e: move i40e_vsi_config_rss below i40e_get_rss_aq
Jacob Keller
1
-27
/
+27
2016-08-20
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
4
-19
/
+15
2016-08-19
ixgbe: use atomic bitwise operations when handling reset requests
Emil Tantilov
2
-10
/
+8
2016-08-19
ixgbevf: only check Tx queue enablement when debugging
Emil Tantilov
1
-1
/
+1
2016-08-19
ixgbevf: change hw_dbg to use netdev_dbg
Emil Tantilov
2
-7
/
+5
2016-08-19
ixgbe: only check Tx queue enablement when debugging
Emil Tantilov
1
-1
/
+1
2016-08-19
igb: fix error code in igb_add_ethtool_nfc_entry()
Gangfeng Huang
1
-1
/
+1
2016-08-19
igb: support RX flow classification by VLAN priority
Gangfeng Huang
4
-7
/
+92
2016-08-19
igb: support RX flow classification by ethertype
Gangfeng Huang
4
-6
/
+101
2016-08-19
igb: add support of RX network flow classification
Gangfeng Huang
3
-0
/
+270
2016-08-18
i40e: Expose 'trust' flag to userspace via ndo_get_vf_config.
Sridhar Samudrala
1
-0
/
+1
2016-08-18
i40e: remove a stray unlock
Dan Carpenter
1
-1
/
+0
2016-08-18
i40e/i40evf-Bump version from 1.6.11 to 1.6.12
Bimmy Pujari
2
-2
/
+2
2016-08-18
i40e: Allow RSS Hash set with less than four parameters
Carolyn Wyborny
2
-81
/
+130
2016-08-18
i40e: fix memory leak
Mitch Williams
1
-0
/
+1
2016-08-18
i40e: fix lookup table when RSS disabled/enabled
Alan Brady
1
-0
/
+28
2016-08-18
i40e: Don't notify client of VF reset during VF creation
Avinash Dayanand
1
-2
/
+5
2016-08-18
i40e: Force register writes to mitigate sync issues with iwarp VF driver
Avinash Dayanand
1
-1
/
+2
2016-08-18
i40e: don't allow reduction of channels below active FD rules
Jacob Keller
1
-0
/
+24
2016-08-18
i40e: Fix static analysis tool warning
Dave Ertman
1
-3
/
+1
2016-08-18
i40evf: add missing rtnl_lock() around i40evf_set_interrupt_capability
Jacob Keller
1
-0
/
+2
2016-08-18
i40e: reset RX csum error stat with other pf stats
Catherine Sullivan
1
-0
/
+1
2016-08-18
i40e/i40evf: Reset VLAN filter count when resetting
Catherine Sullivan
1
-0
/
+1
2016-08-18
i40e: Fix a bug where a client close can be called before an open is complete
Anjali Singhai Jain
1
-0
/
+2
2016-08-18
i40e: Use list_move instead of list_del/list_add
Wei Yongjun
1
-2
/
+1
2016-08-18
net_sched: convert tcf_exts from list to pointer array
WANG Cong
1
-1
/
+3
2016-08-16
i40e: check for and deal with non-contiguous TCs
Dave Ertman
1
-10
/
+25
2016-08-16
ixgbe: Re-enable ability to toggle VLAN filtering
Alexander Duyck
1
-0
/
+1
2016-08-16
ixgbe: Force VLNCTRL.VFE to be set in all VMDq paths
Alexander Duyck
1
-6
/
+12
2016-08-16
e1000e: fix PTP on e1000_pch_lpt variants
Jarod Wilson
1
-1
/
+2
[next]