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.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
/
atlantic
/
aq_ring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-16
net: atlantic: Fix DMA mapping for PTP hwts ring
Ivan Vecera
1
-0
/
+13
2024-02-05
net: atlantic: eliminate double free in error handling logic
Igor Russkikh
1
-45
/
+16
2023-12-20
net: atlantic: fix double free in ring reinit logic
Igor Russkikh
1
-1
/
+4
2023-12-13
net: atlantic: Fix NULL dereference of skb pointer in
Daniil Maximov
1
-6
/
+12
2023-05-13
net: introduce and use skb_frag_fill_page_desc()
Yunsheng Lin
1
-3
/
+3
2023-03-17
net: atlantic: Fix crash when XDP is enabled but no program is loaded
Toke Høiland-Jørgensen
1
-7
/
+21
2022-10-29
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
1
-4
/
+4
2022-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+11
2022-05-11
net: atlantic: add check for MAX_SKB_FRAGS
Grant Grundler
1
-1
/
+5
2022-05-11
net: atlantic: reduce scope of is_rsc_complete
Grant Grundler
1
-7
/
+6
2022-05-11
net: atlantic: fix "frag[0] not initialized"
Grant Grundler
1
-2
/
+1
2022-04-20
net: atlantic: Implement .ndo_xdp_xmit handler
Taehee Yoo
1
-0
/
+23
2022-04-20
net: atlantic: Implement xdp data plane
Taehee Yoo
1
-8
/
+314
2022-04-20
net: atlantic: Implement xdp control plane
Taehee Yoo
1
-22
/
+42
2021-12-27
atlantic: Fix buff_ring OOB in aq_ring_rx_clean
Zekun Shen
1
-0
/
+8
2021-11-19
atlantic: fix double-free in aq_ring_tx_clean
Zekun Shen
1
-1
/
+2
2020-11-24
aquantia: Remove the build_skb path
Lincoln Ramsay
1
-74
/
+52
2020-07-21
net: atlantic: additional per-queue stats
Dmitry Bogdanov
1
-0
/
+14
2020-07-21
net: atlantic: use u64_stats_update_* to protect access to 64-bit stats
Mark Starovoytov
1
-7
/
+39
2020-07-21
net: atlantic: split rx and tx per-queue stats
Mark Starovoytov
1
-6
/
+22
2020-06-27
net: atlantic: put ptp code under IS_REACHABLE check
Igor Russkikh
1
-0
/
+2
2020-06-27
net: atlantic: fix typo in aq_ring_tx_clean
Mark Starovoytov
1
-4
/
+5
2020-05-23
net: atlantic: QoS implementation: multi-TC support
Dmitry Bezrukov
1
-5
/
+14
2020-02-17
net: atlantic: fix use after free kasan warn
Pavel Belous
1
-2
/
+5
2020-02-17
net: atlantic: checksum compat issue
Dmitry Bezrukov
1
-1
/
+2
2019-11-08
net: atlantic: code style cleanup
Nikita Danilov
1
-1
/
+5
2019-10-24
net: aquantia: implement data PTP datapath
Egor Pomozov
1
-2
/
+29
2019-10-24
net: aquantia: add PTP rings infrastructure
Egor Pomozov
1
-1
/
+25
2019-10-15
net: aquantia: do not pass lro session with invalid tcp checksum
Dmitry Bogdanov
1
-1
/
+2
2019-06-27
net: aquantia: vlan offloads logic in datapath
Igor Russkikh
1
-0
/
+4
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422
Thomas Gleixner
1
-4
/
+1
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-04-23
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
1
-1
/
+2
2019-03-24
net: aquantia: Introduce rx refill threshold value
Igor Russkikh
1
-0
/
+4
2019-03-24
net: aquantia: optimize rx performance by page reuse strategy
Igor Russkikh
1
-45
/
+121
2019-03-24
net: aquantia: optimize rx path using larger preallocated skb len
Igor Russkikh
1
-9
/
+18
2019-03-19
net: aquantia: fix rx checksum offload for UDP/TCP over IPv6
Dmitry Bogdanov
1
-2
/
+3
2018-11-10
net: aquantia: invalid checksumm offload implementation
Dmitry Bogdanov
1
-12
/
+23
2018-09-17
net: aquantia: memory corruption on jumbo frames
Friedemann Gerold
1
-14
/
+18
2018-09-12
net: aquantia: whitespace changes
Nikita Danilov
1
-2
/
+2
2018-03-22
net: aquantia: Add tx clean budget and valid budget handling logic
Igor Russkikh
1
-2
/
+5
2018-01-16
net: aquantia: Fix internal stats calculation on rx
Igor Russkikh
1
-2
/
+2
2017-11-16
mm: remove __GFP_COLD
Mel Gorman
1
-2
/
+1
2017-09-26
atlantic: fix iommu errors
Pavel Belous
1
-8
/
+19
2017-09-26
aquantia: Fix Tx queue hangups
Igor Russkikh
1
-0
/
+26
2017-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2017-08-30
net:ethernet:aquantia: Extra spinlocks removed.
Pavel Belous
1
-1
/
+0
2017-08-05
aquantia: Switch to use napi_gro_receive
Pavel Belous
1
-2
/
+5
2017-05-20
sk_buff: remove support for csum_bad in sk_buff
Davide Caratti
1
-1
/
+1
[next]