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
/
amazon
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-26
Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"
Jakub Kicinski
6
-184
/
+11
2019-06-23
net: ena: Fix bug where ring allocation backoff stopped too late
Sameeh Jubran
1
-2
/
+2
2019-06-12
net: ena: update driver version from 2.0.3 to 2.1.0
Sameeh Jubran
1
-2
/
+2
2019-06-12
net: ena: remove inline keyword from functions in *.c
Sameeh Jubran
3
-24
/
+24
2019-06-12
net: ena: add ethtool function for changing io queue sizes
Sameeh Jubran
3
-1
/
+40
2019-06-12
net: ena: allow queue allocation backoff when low on memory
Sameeh Jubran
3
-42
/
+127
2019-06-12
net: ena: make ethtool show correct current and max queue sizes
Sameeh Jubran
2
-6
/
+6
2019-06-12
net: ena: enable negotiating larger Rx ring size
Sameeh Jubran
2
-49
/
+110
2019-06-12
net: ena: add MAX_QUEUES_EXT get feature admin command
Arthur Kiyanovski
3
-30
/
+105
2019-06-03
net: ena: use dev_info_once instead of static variable
Sameeh Jubran
1
-3
/
+1
2019-06-03
net: ena: add good checksum counter
Sameeh Jubran
3
-2
/
+7
2019-06-03
net: ena: optimise calculations for CQ doorbell
Sameeh Jubran
1
-9
/
+11
2019-06-03
net: ena: add support for changing max_header_size in LLQ mode
Sameeh Jubran
1
-6
/
+4
2019-06-03
net: ena: allow automatic fallback to polling mode
Sameeh Jubran
2
-9
/
+39
2019-06-03
net: ena: add newline at the end of pr_err prints
Sameeh Jubran
1
-8
/
+8
2019-06-03
net: ena: arrange ena_probe() function variables in reverse christmas tree
Sameeh Jubran
1
-6
/
+6
2019-06-03
net: ena: replace free_tx/rx_ids union with single free_ids field in ena_ring
Sameeh Jubran
2
-31
/
+28
2019-06-03
net: ena: ethtool: add extra properties retrieval via get_priv_flags
Arthur Kiyanovski
6
-11
/
+184
2019-06-03
net: ena: add handling of llq max tx burst size
Sameeh Jubran
6
-17
/
+85
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
3
-0
/
+3
2019-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
3
-20
/
+30
2019-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-16
/
+27
2019-05-04
net: ena: gcc 8: fix compilation warning
Sameeh Jubran
1
-1
/
+1
2019-05-04
net: ena: fix ena_com_fill_hash_function() implementation
Sameeh Jubran
1
-0
/
+1
2019-05-04
net: ena: improve latency by disabling adaptive interrupt moderation by default
Sameeh Jubran
1
-1
/
+5
2019-05-04
net: ena: fix return value of ena_com_config_llq_info()
Sameeh Jubran
1
-1
/
+1
2019-05-04
net: ena: fix incorrect test of supported hash function
Sameeh Jubran
1
-1
/
+1
2019-05-04
net: ena: fix: Free napi resources when ena_up() fails
Sameeh Jubran
1
-0
/
+1
2019-05-04
net: ena: fix: set freed objects to NULL to avoid failing future allocations
Sameeh Jubran
1
-10
/
+15
2019-05-04
net: ena: fix swapped parameters when calling ena_com_indirect_table_fill_entry
Sameeh Jubran
1
-2
/
+2
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
1
-1
/
+0
2019-04-02
net: move skb->xmit_more hint to softnet data
Florian Westphal
1
-1
/
+1
2019-03-20
net: remove 'fallback' argument from dev->ndo_select_queue()
Paolo Abeni
1
-3
/
+2
2019-02-12
net: ena: update driver version from 2.0.2 to 2.0.3
Arthur Kiyanovski
1
-1
/
+1
2019-02-12
net: ena: fix race between link up and device initalization
Arthur Kiyanovski
1
-5
/
+5
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-30
/
+31
2018-11-20
net: ena: update driver version from 2.0.1 to 2.0.2
Arthur Kiyanovski
1
-1
/
+1
2018-11-20
net: ena: fix crash during ena_remove()
Arthur Kiyanovski
1
-11
/
+10
2018-11-20
net: ena: fix crash during failed resume from hibernation
Arthur Kiyanovski
1
-1
/
+1
2018-10-23
net: ena: fix compilation error in xtensa architecture
Arthur Kiyanovski
1
-0
/
+1
2018-10-18
net: ena: enable Low Latency Queues
Arthur Kiyanovski
1
-14
/
+4
2018-10-18
net: ena: Fix Kconfig dependency on X86
Netanel Belgazal
1
-1
/
+1
2018-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-14
/
+16
2018-10-11
net: ena: fix indentations in ena_defs for better readability
Arthur Kiyanovski
3
-425
/
+338
2018-10-11
net: ena: update driver version to 2.0.1
Arthur Kiyanovski
1
-3
/
+3
2018-10-11
net: ena: remove redundant parameter in ena_com_admin_init()
Arthur Kiyanovski
3
-9
/
+4
2018-10-11
net: ena: change rx copybreak default to reduce kernel memory pressure
Arthur Kiyanovski
1
-1
/
+1
2018-10-11
net: ena: limit refill Rx threshold to 256 to avoid latency issues
Arthur Kiyanovski
2
-3
/
+6
2018-10-11
net: ena: explicit casting and initialization, and clearer error handling
Arthur Kiyanovski
3
-30
/
+36
2018-10-11
net: ena: use CSUM_CHECKED device indication to report skb's checksum status
Arthur Kiyanovski
6
-3
/
+26
[next]