index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
aquantia
/
atlantic
/
aq_ring.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-12
1
-9
/
+11
|
\
|
*
net: atlantic: add check for MAX_SKB_FRAGS
Grant Grundler
2022-05-11
1
-1
/
+5
|
*
net: atlantic: reduce scope of is_rsc_complete
Grant Grundler
2022-05-11
1
-7
/
+6
|
*
net: atlantic: fix "frag[0] not initialized"
Grant Grundler
2022-05-11
1
-2
/
+1
*
|
net: atlantic: Implement .ndo_xdp_xmit handler
Taehee Yoo
2022-04-20
1
-0
/
+23
*
|
net: atlantic: Implement xdp data plane
Taehee Yoo
2022-04-20
1
-8
/
+314
*
|
net: atlantic: Implement xdp control plane
Taehee Yoo
2022-04-20
1
-22
/
+42
|
/
*
atlantic: Fix buff_ring OOB in aq_ring_rx_clean
Zekun Shen
2021-12-27
1
-0
/
+8
*
atlantic: fix double-free in aq_ring_tx_clean
Zekun Shen
2021-11-19
1
-1
/
+2
*
aquantia: Remove the build_skb path
Lincoln Ramsay
2020-11-24
1
-74
/
+52
*
net: atlantic: additional per-queue stats
Dmitry Bogdanov
2020-07-20
1
-0
/
+14
*
net: atlantic: use u64_stats_update_* to protect access to 64-bit stats
Mark Starovoytov
2020-07-20
1
-7
/
+39
*
net: atlantic: split rx and tx per-queue stats
Mark Starovoytov
2020-07-20
1
-6
/
+22
*
net: atlantic: put ptp code under IS_REACHABLE check
Igor Russkikh
2020-06-26
1
-0
/
+2
*
net: atlantic: fix typo in aq_ring_tx_clean
Mark Starovoytov
2020-06-26
1
-4
/
+5
*
net: atlantic: QoS implementation: multi-TC support
Dmitry Bezrukov
2020-05-22
1
-5
/
+14
*
net: atlantic: fix use after free kasan warn
Pavel Belous
2020-02-16
1
-2
/
+5
*
net: atlantic: checksum compat issue
Dmitry Bezrukov
2020-02-16
1
-1
/
+2
*
net: atlantic: code style cleanup
Nikita Danilov
2019-11-07
1
-1
/
+5
*
net: aquantia: implement data PTP datapath
Egor Pomozov
2019-10-24
1
-2
/
+29
*
net: aquantia: add PTP rings infrastructure
Egor Pomozov
2019-10-24
1
-1
/
+25
*
net: aquantia: do not pass lro session with invalid tcp checksum
Dmitry Bogdanov
2019-10-14
1
-1
/
+2
*
net: aquantia: vlan offloads logic in datapath
Igor Russkikh
2019-06-27
1
-0
/
+4
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422
Thomas Gleixner
2019-06-05
1
-4
/
+1
*
net: aquantia: check rx csum for all packets in LRO session
Dmitry Bogdanov
2019-05-27
1
-13
/
+31
*
net: aquantia: tx clean budget logic error
Igor Russkikh
2019-05-27
1
-3
/
+4
*
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
2019-04-23
1
-1
/
+2
*
net: aquantia: Introduce rx refill threshold value
Igor Russkikh
2019-03-23
1
-0
/
+4
*
net: aquantia: optimize rx performance by page reuse strategy
Igor Russkikh
2019-03-23
1
-45
/
+121
*
net: aquantia: optimize rx path using larger preallocated skb len
Igor Russkikh
2019-03-23
1
-9
/
+18
*
net: aquantia: fix rx checksum offload for UDP/TCP over IPv6
Dmitry Bogdanov
2019-03-18
1
-2
/
+3
*
net: aquantia: invalid checksumm offload implementation
Dmitry Bogdanov
2018-11-09
1
-12
/
+23
*
net: aquantia: memory corruption on jumbo frames
Friedemann Gerold
2018-09-17
1
-14
/
+18
*
net: aquantia: whitespace changes
Nikita Danilov
2018-09-11
1
-2
/
+2
*
net: aquantia: Add tx clean budget and valid budget handling logic
Igor Russkikh
2018-03-22
1
-2
/
+5
*
net: aquantia: Fix internal stats calculation on rx
Igor Russkikh
2018-01-16
1
-2
/
+2
*
mm: remove __GFP_COLD
Mel Gorman
2017-11-15
1
-2
/
+1
*
atlantic: fix iommu errors
Pavel Belous
2017-09-26
1
-8
/
+19
*
aquantia: Fix Tx queue hangups
Igor Russkikh
2017-09-26
1
-0
/
+26
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-09-01
1
-1
/
+0
|
\
|
*
net:ethernet:aquantia: Extra spinlocks removed.
Pavel Belous
2017-08-29
1
-1
/
+0
*
|
aquantia: Switch to use napi_gro_receive
Pavel Belous
2017-08-04
1
-2
/
+5
|
/
*
sk_buff: remove support for csum_bad in sk_buff
Davide Caratti
2017-05-19
1
-1
/
+1
*
net:ethernet:aquantia: Missing spinlock initialization.
Pavel Belous
2017-03-24
1
-0
/
+1
*
net: ethernet: aquantia: Copying tx buffers is not needed.
Pavel Belous
2017-02-20
1
-19
/
+0
*
net: ethernet: aquantia: Fixed memory allocation if AQ_CFG_RX_FRAME_MAX > 1 p...
Pavel Belous
2017-02-20
1
-1
/
+3
*
net: ethernet: aquantia: Removed extra assignment for skb->dev.
Pavel Belous
2017-02-20
1
-1
/
+0
*
net: aquantia: remove function aq_ring_tx_deinit
Lino Sanfilippo
2017-02-20
1
-32
/
+1
*
ethernet: aquantia: fix dma_mapping_error test
Dan Carpenter
2017-02-01
1
-2
/
+3
*
net: ethernet: aquantia: remove another redundant err check
Colin Ian King
2017-01-29
1
-2
/
+0
[next]