index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
aquantia
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-08
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
33
-143
/
+33
2019-06-06
net: aquantia: fix wol configuration not applied sometimes
Nikita Danilov
2
-8
/
+10
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422
Thomas Gleixner
32
-128
/
+32
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 308
Thomas Gleixner
1
-15
/
+1
2019-05-27
net: aquantia: tcp checksum 0xffff being handled incorrectly
Nikita Danilov
1
-2
/
+1
2019-05-27
net: aquantia: fix LRO with FCS error
Dmitry Bogdanov
1
-29
/
+32
2019-05-27
net: aquantia: check rx csum for all packets in LRO session
Dmitry Bogdanov
1
-13
/
+31
2019-05-27
net: aquantia: tx clean budget logic error
Igor Russkikh
1
-3
/
+4
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
2019-05-09
net: aquantia: fix undefined devm_hwmon_device_register_with_info reference
Kefeng Wang
1
-0
/
+5
2019-05-05
net: aquantia: Make aq_ndev_driver_name static
YueHaibing
1
-1
/
+1
2019-05-01
net: aquantia: remove outdated device ids
Nikita Danilov
3
-12
/
+0
2019-05-01
net: aquantia: fixups on 64bit dma counters
Dmitry Bogdanov
6
-64
/
+36
2019-05-01
net: aquantia: get total counters from DMA block
Dmitry Bogdanov
1
-4
/
+5
2019-05-01
net: aquantia: fetch up to date statistics on ethtool request
Dmitry Bogdanov
1
-1
/
+8
2019-05-01
net: aquantia: extract timer cb into work job
Igor Russkikh
2
-6
/
+20
2019-05-01
net: aquantia: introduce fwreq mutex
Nikita Danilov
4
-10
/
+42
2019-05-01
net: aquantia: user correct MSI irq type
Igor Russkikh
1
-1
/
+1
2019-05-01
net: aquantia: use macros for better visibility
Igor Russkikh
2
-8
/
+8
2019-05-01
net: aquantia: improve ifup link detection
Igor Russkikh
1
-2
/
+1
2019-05-01
net: aquantia: link status irq handling
Igor Russkikh
4
-19
/
+50
2019-05-01
net: aquantia: create global service workqueue
Nikita Danilov
4
-1
/
+56
2019-05-01
net: aquantia: link interrupt handling function
Igor Russkikh
1
-0
/
+14
2019-05-01
net: aquantia: add link interrupt fields
Igor Russkikh
2
-1
/
+4
2019-05-01
net: aquantia: implement hwmon api for chip temperature
Yana Esina
4
-0
/
+144
2019-05-01
net: aquantia: add infrastructure to readout chip temperature
Yana Esina
3
-0
/
+39
2019-04-23
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
1
-1
/
+2
2019-03-24
net: aquantia: enable driver build for arm64 or compile_test
Igor Russkikh
1
-1
/
+2
2019-03-24
net: aquantia: improve LRO configuration
Nikita Danilov
5
-2
/
+46
2019-03-24
net: aquantia: Increase rx ring default size from 1K to 2K
Igor Russkikh
1
-1
/
+1
2019-03-24
net: aquantia: Make RX default frame size 2K
Igor Russkikh
1
-1
/
+1
2019-03-24
net: aquantia: Introduce rx refill threshold value
Igor Russkikh
2
-0
/
+6
2019-03-24
net: aquantia: optimize rx performance by page reuse strategy
Igor Russkikh
8
-63
/
+152
2019-03-24
net: aquantia: optimize rx path using larger preallocated skb len
Igor Russkikh
2
-9
/
+20
2019-03-19
net: aquantia: fix rx checksum offload for UDP/TCP over IPv6
Dmitry Bogdanov
1
-2
/
+3
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-0
/
+29
2019-03-02
net: aquantia: use better wrappers for state registers
Nikita Danilov
2
-5
/
+5
2019-03-02
net: aquantia: replace AQ_HW_WAIT_FOR with readx_poll_timeout_atomic
Nikita Danilov
8
-72
/
+184
2019-03-02
net: aquantia: fixed instack structure overflow
Igor Russkikh
2
-4
/
+4
2019-03-02
net: aquantia: fixed buffer overflow
Nikita Danilov
1
-0
/
+2
2019-03-02
net: aquantia: added newline at end of file
Nikita Danilov
1
-1
/
+1
2019-03-02
net: aquantia: fixed memcpy size
Nikita Danilov
1
-1
/
+1
2019-03-01
net: aquantia: regression on cpus with high cores: set mode with 8 queues
Dmitry Bogdanov
4
-0
/
+29
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-12-07
net: aquantia: add support of RSS configuration
Dmitry Bogdanov
1
-0
/
+36
2018-12-07
net: aquantia: fix initialization of RSS table
Dmitry Bogdanov
1
-2
/
+2
2018-12-07
net: aquantia: increase max number of hw queues
Dmitry Bogdanov
2
-2
/
+2
2018-12-07
net: aquantia: fix RSS table and key sizes
Dmitry Bogdanov
2
-3
/
+3
2018-12-07
net: core: dev: Add extack argument to dev_open()
Petr Machata
1
-1
/
+1
2018-12-01
net: aquantia: fix rx checksum offload bits
Dmitry Bogdanov
1
-1
/
+1
[next]