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
2014-02-21
i40e and i40evf: Bump driver versions
Catherine Sullivan
2
-2
/
+2
2014-02-21
i40e: Change MSIX to MSI-X
Catherine Sullivan
2
-5
/
+7
2014-02-21
i40e: tighten up ring enable/disable flow
Mitch Williams
1
-17
/
+15
2014-02-21
i40e: remove unnecessary delay
Mitch Williams
1
-1
/
+0
2014-02-21
i40evf: remove errant space
Mitch A Williams
1
-1
/
+1
2014-02-21
i40evf: update version and copyright date
Mitch Williams
1
-2
/
+2
2014-02-21
i40evf: store ring size in ring structs
Mitch Williams
3
-10
/
+8
2014-02-21
i40evf: don't guess device name
Mitch Williams
1
-2
/
+0
2014-02-21
i40evf: remove bogus comment
Mitch Williams
1
-1
/
+0
2014-02-21
i40evf: fix up strings in init task
Mitch Williams
1
-20
/
+16
2014-02-21
i40evf: get rid of pci_using_dac
Mitch Williams
1
-7
/
+3
2014-02-21
i40evf: fix multiple crashes on remove
Mitch Williams
1
-6
/
+7
2014-02-21
i40evf: remove VLAN filters on close
Mitch Williams
1
-0
/
+5
2014-02-21
i40evf: request reset on tx hang
Mitch Williams
3
-3
/
+20
2014-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2014-02-19
ixgbevf: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
1
-21
/
+11
2014-02-19
ixgbe: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
1
-12
/
+4
2014-02-19
igbvf: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
1
-3
/
+3
2014-02-19
igb: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
1
-4
/
+5
2014-02-19
i40e: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
1
-27
/
+6
2014-02-19
e1000e: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
1
-4
/
+7
2014-02-18
net: i40evf: Remove duplicate include
Sachin Kamat
1
-2
/
+0
2014-02-17
netdevice: add queue selection fallback handler for ndo_select_queue
Daniel Borkmann
1
-3
/
+3
2014-02-14
i40evf: refactor reset handling
Mitch Williams
3
-39
/
+130
2014-02-14
i40evf: change type of flags variable
Mitch Williams
1
-1
/
+1
2014-02-14
i40evf: don't store unnecessary array of strings
Mitch Williams
2
-4
/
+5
2014-02-14
i40evf: fix bogus comment
Mitch Williams
1
-2
/
+1
2014-02-14
i40evf: clean up adapter struct
Mitch Williams
1
-28
/
+1
2014-02-14
i40e: don't handle VF reset on unload
Mitch Williams
2
-6
/
+7
2014-02-14
i40e: enable extant VFs
Mitch Williams
3
-8
/
+21
2014-02-14
i40e: reset VFs after PF reset
Mitch Williams
1
-0
/
+5
2014-02-14
i40e: set VF state to active when reset is complete
Mitch Williams
1
-0
/
+1
2014-02-14
i40e: remove dead code
Mitch Williams
1
-9
/
+1
2014-02-14
i40e: Setting i40e_down bit for tx_timeout
Akeem G Abodunrin
1
-0
/
+1
2014-02-14
i40evf: clean up memsets
Mitch Williams
1
-3
/
+2
2014-02-14
i40evf: trivial fixes
Jesse Brandeburg
2
-6
/
+4
2014-02-14
i40e: bump driver version
Jesse Brandeburg
1
-1
/
+1
2014-02-14
i40e: spelling error
Jesse Brandeburg
2
-2
/
+2
2014-01-31
e100: Fix "disabling already-disabled device" warning
Michele Baldessari
1
-1
/
+1
2014-01-28
i40e: Add missing braces to i40e_dcb_need_reconfig()
Dave Jones
1
-1
/
+2
2014-01-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+2
2014-01-18
ixgbevf: merge ixgbevf_tx_map and ixgbevf_tx_queue into a single function
Emil Tantilov
2
-140
/
+133
2014-01-18
ixgbevf: redo dma mapping using the tx buffer info
Emil Tantilov
2
-40
/
+59
2014-01-18
ixgbevf: make the first tx_buffer a repository for most of the skb info
Emil Tantilov
2
-95
/
+130
2014-01-18
ixgbevf: add tx counters
Emil Tantilov
1
-0
/
+2
2014-01-18
ixgbevf: remove counters for Tx/Rx checksum offload
Emil Tantilov
3
-20
/
+9
2014-01-18
ixgbevf: move ring specific stats into ring specific structure
Emil Tantilov
3
-44
/
+62
2014-01-18
ixgbevf: make use of the dev pointer in the ixgbevf_ring struct
Emil Tantilov
3
-84
/
+61
2014-01-18
i40e: Fix device ID define names to align to standard
Shannon Nelson
7
-70
/
+70
2014-01-18
i40e: add DCB option to Kconfig
Neerav Parikh
2
-0
/
+10
[next]