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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
/
aquantia
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-20
net: atlantic: fix double free in ring reinit logic
Igor Russkikh
1
-1
/
+4
2022-12-08
aquantia: Do not purge addresses when setting the number of rings
Izabela Bakollari
3
-4
/
+7
2022-11-16
net: atlantic: macsec: clear encryption keys from the stack
Antoine Tenart
2
-7
/
+13
2022-11-03
atlantic: fix deadlock at aq_nic_stop
Íñigo Huguet
2
-24
/
+74
2022-10-15
net: atlantic: fix potential memory leak in aq_ndev_close()
Jianglei Nie
1
-3
/
+0
2022-08-25
net: atlantic: fix aq_vec index out of range error
Chia-Lin Kao (AceLan)
1
-13
/
+8
2022-07-21
net: atlantic: remove aq_nic_deinit() when resume
Chia-Lin Kao (AceLan)
1
-3
/
+0
2022-07-21
net: atlantic: remove deep parameter on suspend/resume functions
Chia-Lin Kao (AceLan)
1
-14
/
+10
2022-05-25
net: atlantic: verify hw_head_ lies within TX buffer ring
Grant Grundler
1
-0
/
+7
2022-05-25
net: atlantic: add check for MAX_SKB_FRAGS
Grant Grundler
1
-1
/
+5
2022-05-25
net: atlantic: reduce scope of is_rsc_complete
Grant Grundler
1
-7
/
+6
2022-05-25
net: atlantic: fix "frag[0] not initialized"
Grant Grundler
1
-2
/
+1
2022-05-18
net: atlantic: always deep reset on pm op, fixing up my null deref regression
Manuel Ullmann
1
-2
/
+2
2022-04-27
net: atlantic: invert deep par in pm functions, preventing null derefs
Manuel Ullmann
1
-4
/
+4
2022-04-27
net: atlantic: Avoid out-of-bounds indexing
Kai-Heng Feng
2
-16
/
+16
2022-01-11
atlantic: Fix buff_ring OOB in aq_ring_rx_clean
Zekun Shen
1
-0
/
+8
2021-12-08
atlantic: Remove warn trace message.
Sameer Saurabh
1
-3
/
+0
2021-12-08
atlantic: Fix statistics logic for production hardware
Dmitry Bogdanov
5
-27
/
+139
2021-12-08
Remove Half duplex mode speed capabilities.
Sameer Saurabh
1
-4
/
+1
2021-12-08
atlantic: Add missing DIDs and fix 115c.
Nikita Danilov
4
-1
/
+27
2021-12-08
atlantic: Fix to display FW bundle version instead of FW mac version.
Sameer Saurabh
1
-3
/
+3
2021-12-08
atlatnic: enable Nbase-t speeds with base-t
Nikita Danilov
3
-19
/
+13
2021-12-08
atlantic: Increase delay for fw transactions
Dmitry Bogdanov
1
-2
/
+5
2021-12-08
atlantic: Fix OOB read and write in hw_atl_utils_fw_rpc_wait
Zekun Shen
1
-0
/
+10
2021-09-30
atlantic: Fix issue in the pm resume flow.
Sudarsana Reddy Kalluru
1
-2
/
+2
2021-09-15
atlantic: Fix driver resume flow.
Sudarsana Reddy Kalluru
1
-0
/
+3
2021-07-14
net: atlantic: fix the macsec key length
Antoine Tenart
1
-2
/
+2
2021-04-07
net: ethernet: aquantia: Handle error cleanup of start on open
Nathan Rossi
1
-1
/
+3
2020-11-24
aquantia: Remove the build_skb path
Lincoln Ramsay
1
-74
/
+52
2020-10-20
net: remove unneeded break
Tom Rix
1
-1
/
+0
2020-10-06
net: atlantic: implement media detect feature via phy tunables
Igor Russkikh
5
-0
/
+60
2020-10-06
net: atlantic: implement phy downshift feature
Igor Russkikh
6
-0
/
+103
2020-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2020-09-26
net: atlantic: fix build when object tree is separate
Igor Russkikh
1
-2
/
+2
2020-09-26
drivers/net/ethernet: remove incorrectly formatted doc
Jesse Brandeburg
1
-1
/
+1
2020-08-20
net: atlantic: Use readx_poll_timeout() for large timeout
Sebastian Andrzej Siewior
1
-2
/
+2
2020-08-04
net: ethernet: aquantia: Fix wrong return value
Tianjia Zhang
1
-1
/
+1
2020-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
7
-11
/
+74
2020-07-23
net: atlantic: fix PTP on AQC10X
Egor Pomozov
1
-1
/
+6
2020-07-21
net: atlantic: add hwmon getter for MAC temperature
Mark Starovoytov
10
-22
/
+215
2020-07-21
net: atlantic: A0 ntuple filters
Dmitry Bogdanov
1
-28
/
+88
2020-07-21
net: atlantic: use intermediate variable to improve readability a bit
Nikita Danilov
1
-11
/
+10
2020-07-21
net: atlantic: use U32_MAX in aq_hw_utils.c
Mark Starovoytov
1
-3
/
+2
2020-07-21
net: atlantic: add support for 64-bit reads/writes
Pavel Belous
6
-8
/
+33
2020-07-21
net: atlantic: enable ipv6 support for TCP LSO and UDP GSO
Igor Russkikh
2
-1
/
+2
2020-07-21
net: atlantic: PTP statistics
Pavel Belous
3
-19
/
+105
2020-07-21
net: atlantic: additional per-queue stats
Dmitry Bogdanov
4
-0
/
+23
2020-07-21
net: atlantic: use u64_stats_update_* to protect access to 64-bit stats
Mark Starovoytov
3
-10
/
+47
2020-07-21
net: atlantic: split rx and tx per-queue stats
Mark Starovoytov
6
-63
/
+68
2020-07-21
net: atlantic: make _get_sw_stats return count as return value
Mark Starovoytov
3
-13
/
+9
[next]