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-07-21
fm10k: use actual hardware registers when checking for pending Tx
Jacob Keller
1
-3
/
+5
2016-07-21
fm10k: perform data path reset even when switch is not ready
Jacob Keller
1
-5
/
+0
2016-07-21
fm10k: don't stop reset due to FM10K_ERR_REQUESTS_PENDING
Jacob Keller
4
-15
/
+24
2016-07-21
fm10k: Reset mailbox global interrupts
Ngai-Mint Kwan
2
-0
/
+6
2016-07-21
fm10k: prevent multiple threads updating statistics
Jacob Keller
2
-0
/
+15
2016-07-21
fm10k: avoid possible null pointer dereference in fm10k_update_stats
Jacob Keller
1
-2
/
+8
2016-07-21
fm10k: no need to continue in fm10k_down if __FM10K_DOWN already set
Jacob Keller
1
-1
/
+2
2016-07-15
i40e: use valid online CPU on q_vector initialization
Guilherme G. Piccoli
1
-5
/
+11
2016-07-15
ixgbe: napi_poll must return the work done
Paolo Abeni
1
-1
/
+1
2016-07-15
i40e: enable VSI broadcast promiscuous mode instead of adding broadcast filter
Kiran Patil
1
-12
/
+20
2016-07-15
i40e/i40evf: Fix i40e_rx_checksum
Alexander Duyck
2
-26
/
+34
2016-07-11
drivers/net: fixup comments after "Future-proof tunnel offload handlers"
Sabrina Dubroca
2
-12
/
+4
2016-07-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-14
/
+11
2016-06-30
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
11
-67
/
+148
2016-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+13
2016-06-29
igb: Only DMA sync frame length
Andrew Lunn
1
-3
/
+4
2016-06-29
ixgbe: fix spoofed packets with macvlans
Emil Tantilov
1
-0
/
+1
2016-06-29
ixgbe: Correct reporting of timestamping for x550
Tony Nguyen
1
-2
/
+6
2016-06-29
fm10k: Remove create_workqueue
Bhaktipriya Shridhar
1
-2
/
+1
2016-06-29
igb: call igb_ptp_suspend during suspend/resume cycle
Jacob Keller
1
-0
/
+2
2016-06-29
igb: implement igb_ptp_suspend
Jacob Keller
2
-5
/
+18
2016-06-29
igb: re-use igb_ptp_reset in igb_ptp_init
Jacob Keller
2
-33
/
+18
2016-06-29
igb: introduce IGB_PTP_OVERFLOW_CHECK flag
Jacob Keller
2
-13
/
+9
2016-06-29
igb: introduce ptp_flags variable and use it to replace IGB_FLAG_PTP
Jacob Keller
2
-4
/
+8
2016-06-29
ixgbe: Error handler for duplicate filter locations in hardware for cls_u32 o...
Amritha Nambiar
1
-16
/
+25
2016-06-29
ixgbe: Fix deleting link filters for cls_u32 offloads
Amritha Nambiar
2
-7
/
+72
2016-06-29
e1000e: prevent division by zero if TIMINCA is zero
Denys Vlasenko
1
-1
/
+2
2016-06-29
fm10k: fix incorrect index calculation in fm10k_write_reta
Jacob Keller
1
-2
/
+3
2016-06-29
fm10k: Align Rx buffers to 512B blocks
Alexander Duyck
1
-1
/
+1
2016-06-29
fm10k: don't use BIT() macro where the value isn't a bitmask
Jacob Keller
1
-1
/
+1
2016-06-29
ixgbevf: ixgbevf_write/read_posted_mbx should use IXGBE_ERR_MBX to initialize...
Xin Long
1
-2
/
+2
2016-06-29
e1000e: keep Rx/Tx HW_VLAN_CTAG in sync
Jarod Wilson
1
-12
/
+9
2016-06-29
e1000e: keep VLAN interfaces functional after rxvlan off
Jarod Wilson
1
-2
/
+13
2016-06-28
i40e: Don't notify client(s) for DCB changes on all VSIs
Neerav Parikh
1
-1
/
+2
2016-06-28
i40e: Fix errors resulted while turning off TSO
Tushar Dave
2
-2
/
+7
2016-06-28
i40e/i40evf: Bump version from 1.5.16 to 1.6.4
Bimmy Pujari
2
-4
/
+4
2016-06-28
i40e: add VSI info to macaddr messages
Shannon Nelson
1
-9
/
+22
2016-06-28
i40e: set default VSI without a reset
Mitch Williams
1
-4
/
+22
2016-06-28
i40evf: always activate correct MAC address filter
Mitch Williams
1
-1
/
+1
2016-06-28
i40e: Fix RSS to not be limited by the number of CPUs
Catherine Sullivan
1
-8
/
+2
2016-06-28
i40e: Removing unnecessary code which caused supported link mode bug
Avinash Dayanand
1
-2
/
+1
2016-06-28
i40e: fix missing DA cable check
Serey Kong
1
-0
/
+1
2016-06-28
i40e: Save PCI state before suspend
Greg Rose
1
-1
/
+6
2016-06-28
i40e: Clean up MSIX IRQs before suspend
Greg Rose
1
-0
/
+3
2016-06-28
i40evf: don't overflow buffer
Mitch Williams
1
-0
/
+8
2016-06-28
i40e: Add a call to set the client interface down
Catherine Sullivan
1
-7
/
+3
2016-06-28
i40e: write HENA for VFs
Mitch Williams
1
-0
/
+6
2016-06-28
i40e: add hw struct local variable
Mitch Williams
1
-38
/
+41
2016-06-28
i40e: add functions to control default VSI
Mitch Williams
2
-0
/
+58
2016-06-23
ethernet/intel: Use pci_(request|release)_mem_regions
Johannes Thumshirn
5
-31
/
+14
[prev]
[next]