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
2015-02-10
i40e: Fix for stats init function call in Rx setup
Carolyn Wyborny
2
-2
/
+2
2015-02-09
i40e/i40evf: Add call to u64_stats_init to init
Carolyn Wyborny
2
-0
/
+4
2015-02-09
i40e: Enable Loopback for the FCOE vsi as well
Anjali Singhai Jain
1
-0
/
+1
2015-02-09
i40e: use dev_port for fcoe netdev
Vasu Dev
1
-0
/
+6
2015-02-09
i40e: Fix function header
Greg Rose
1
-1
/
+1
2015-02-09
i40e: fix led blink toggle to enable steady state
Matt Jared
1
-2
/
+4
2015-02-09
i40evf: Force Tx writeback on ITR
Anjali Singhai Jain
3
-4
/
+39
2015-02-09
i40e: stop the service task at shutdown
Mitch Williams
1
-0
/
+2
2015-02-09
i40evf: stop the watchdog for shutdown
Mitch Williams
1
-0
/
+6
2015-02-09
i40evf: ignore bogus messages from FW
Mitch Williams
1
-1
/
+1
2015-02-09
i40evf: reset on module unload
Mitch Williams
1
-5
/
+10
2015-02-09
i40e: add locking around VF reset
Mitch Williams
2
-6
/
+8
2015-02-09
i40e: Use even more ARQ descriptors
Mitch Williams
1
-2
/
+2
2015-02-09
i40e: delay after VF reset
Mitch Williams
1
-6
/
+6
2015-02-09
i40e: avoid use of uninitialized v_budget in i40e_init_msix
John W Linville
1
-5
/
+5
2015-02-09
i40e: i40e_fcoe.c: Remove unused function
Rickard Strandqvist
1
-9
/
+0
2015-02-06
ixgbe: add Tx anti spoofing support
Don Skidmore
4
-0
/
+47
2015-02-06
ixgbevf: combine all of the tasks into a single service task
Emil Tantilov
2
-66
/
+87
2015-02-06
ixgbevf: rewrite watchdog task to function similar to igbvf
Emil Tantilov
2
-75
/
+113
2015-02-06
ixgbevf: Add code to check for Tx hang
Emil Tantilov
2
-19
/
+115
2015-02-06
ixgbevf: Fix ordering of shutdown to correctly disable Rx and Tx
Emil Tantilov
1
-21
/
+17
2015-02-06
ixgbevf: set vlan_features in a single write instead of several ORs
Emil Tantilov
1
-5
/
+5
2015-02-06
ixgbe: add VXLAN offload support for X550 devices
Don Skidmore
4
-2
/
+113
2015-02-06
ixgbe: Cleanup probe to remove redundant attempt to ID PHY
Don Skidmore
1
-3
/
+0
2015-02-06
ixgbe: cleanup redundant default method set_rxpba
Don Skidmore
1
-1
/
+0
2015-02-06
ixgbe: fix setting port VLAN
Emil Tantilov
1
-5
/
+8
2015-02-06
ixgbevf: add RSS support for X550
Emil Tantilov
2
-0
/
+45
2015-02-06
ixgbevf: enable multiple queue support
Emil Tantilov
2
-3
/
+20
2015-02-06
ixgbe: allow multiple queues in SRIOV mode
Emil Tantilov
1
-3
/
+0
2015-02-06
ixgbe: cleanup sparse errors in new ixgbe_x550.c file
Don Skidmore
1
-30
/
+35
2015-02-06
fm10k: Resolve compile warnings with W=1
Matthew Vick
2
-6
/
+2
2015-02-06
fm10k: Validate VLAN ID in fm10k_update_xc_addr_pf
Matthew Vick
1
-5
/
+2
2015-02-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-11
/
+14
2015-02-02
bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellink
Roopa Prabhu
1
-1
/
+1
2015-01-31
ixgbevf: Fix checksum error when using stacked vlan
Toshiaki Makita
1
-2
/
+2
2015-01-31
ixgbe: Fix checksum error when using stacked vlan
Toshiaki Makita
1
-1
/
+1
2015-01-31
igbvf: Fix checksum error when using stacked vlan
Toshiaki Makita
1
-8
/
+11
2015-01-23
net: e1000e: support txtd update delay via xmit_more
Florian Westphal
1
-10
/
+15
2015-01-23
net: e1000: support txtd update delay via xmit_more
Florian Westphal
1
-6
/
+9
2015-01-23
igb: Indicate failure on vf reset for empty mac address
Alexander Graf
1
-2
/
+6
2015-01-23
fm10k: Increase the timeout for the data path reset
Matthew Vick
1
-1
/
+1
2015-01-23
fm10k: Check tunnel header length in encap offload
Joe Stringer
1
-0
/
+6
2015-01-23
net/fm10k: Avoid double setting of NETIF_F_SG for the HW encapsulation featur...
Or Gerlitz
1
-7
/
+6
2015-01-23
igb: enable auxiliary PHC functions for the i210
Richard Cochran
3
-6
/
+276
2015-01-23
igb: enable internal PPS for the i210
Richard Cochran
2
-5
/
+45
2015-01-23
igb: serialize access to the time sync interrupt registers
Richard Cochran
1
-3
/
+7
2015-01-23
igb: refactor time sync interrupt handling
Richard Cochran
1
-30
/
+19
2015-01-23
fm10k: Clean-up page reuse code
Alexander Duyck
1
-17
/
+17
2015-01-23
igb: Clean-up page reuse code
Alexander Duyck
1
-19
/
+16
2015-01-23
e1000e: Fix 82572EI that has no hardware timestamp support
Mathias Koehrer
1
-2
/
+3
[next]