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
/
pensando
/
ionic
/
ionic_txrx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-20
/
+35
2024-06-26
ionic: use dev_consume_skb_any outside of napi
Shannon Nelson
1
-11
/
+17
2024-06-21
ionic: fix kernel panic due to multi-buffer handling
Taehee Yoo
1
-9
/
+18
2024-06-20
ionic: Only run the doorbell workaround for certain asic_type
Brett Creeley
1
-6
/
+8
2024-06-20
ionic: remove missed doorbell per-queue timer
Shannon Nelson
1
-14
/
+8
2024-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2024-06-05
ionic: fix kernel panic in XDP_TX action
Taehee Yoo
1
-0
/
+1
2024-05-31
ionic: only sync frag_len in first buffer of xdp
Shannon Nelson
1
-1
/
+1
2024-05-31
ionic: Mark error paths in the data path as unlikely
Brett Creeley
1
-10
/
+10
2024-05-31
ionic: Pass ionic_txq_desc to ionic_tx_tso_post
Brett Creeley
1
-6
/
+4
2024-03-08
ionic: keep stats struct local to error handling
Shannon Nelson
1
-22
/
+8
2024-03-08
ionic: better dma-map error handling
Shannon Nelson
1
-18
/
+14
2024-03-08
ionic: remove unnecessary NULL test
Shannon Nelson
1
-6
/
+0
2024-03-08
ionic: carry idev in ionic_cq struct
Shannon Nelson
1
-17
/
+4
2024-03-08
ionic: refactor skb building
Shannon Nelson
1
-53
/
+65
2024-03-08
ionic: use specialized desc info structs
Shannon Nelson
1
-50
/
+48
2024-03-08
ionic: remove the cq_info to save more memory
Shannon Nelson
1
-19
/
+13
2024-03-08
ionic: remove callback pointer from desc_info
Shannon Nelson
1
-29
/
+23
2024-03-08
ionic: remove desc, sg_desc and cmb_desc from desc_info
Shannon Nelson
1
-24
/
+30
2024-03-04
ionic: Clean RCT ordering issues
Brett Creeley
1
-2
/
+3
2024-03-04
ionic: change the hwstamp likely check
Brett Creeley
1
-5
/
+5
2024-03-04
ionic: reduce the use of netdev
Shannon Nelson
1
-10
/
+8
2024-03-04
ionic: Pass local netdev instead of referencing struct
Brett Creeley
1
-30
/
+36
2024-03-04
ionic: Check stop no restart
Brett Creeley
1
-2
/
+7
2024-03-04
ionic: Clean up BQL logic
Brett Creeley
1
-15
/
+21
2024-03-04
ionic: Make use napi_consume_skb
Brett Creeley
1
-1
/
+1
2024-03-04
ionic: Shorten a Tx hotpath
Brett Creeley
1
-5
/
+10
2024-03-04
ionic: Rework Tx start/stop flow
Brett Creeley
1
-42
/
+47
2024-02-16
ionic: implement xdp frags support
Shannon Nelson
1
-2
/
+89
2024-02-16
ionic: add ndo_xdp_xmit
Shannon Nelson
1
-1
/
+62
2024-02-16
ionic: Add XDP_REDIRECT support
Shannon Nelson
1
-0
/
+24
2024-02-16
ionic: Add XDP_TX support
Shannon Nelson
1
-3
/
+133
2024-02-16
ionic: Add XDP packet headroom
Shannon Nelson
1
-23
/
+45
2024-02-16
ionic: add initial framework for XDP support
Shannon Nelson
1
-12
/
+68
2024-02-16
ionic: use dma range APIs
Shannon Nelson
1
-7
/
+6
2024-02-16
ionic: add helpers for accessing buffer info
Shannon Nelson
1
-13
/
+24
2024-02-13
ionic: minimal work with 0 budget
Shannon Nelson
1
-0
/
+9
2023-12-06
ionic: Make the check for Tx HW timestamping more obvious
Brett Creeley
1
-5
/
+5
2023-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-3
/
+7
2023-09-20
ionic: count SGs in packet to minimize linearize
Shannon Nelson
1
-9
/
+68
2023-09-16
ionic: fix 16bit math issue when PAGE_SIZE >= 64KB
David Christensen
1
-3
/
+7
2023-02-13
ionic: add tx/rx-push support with device Component Memory Buffers
Shannon Nelson
1
-2
/
+20
2023-02-04
ionic: missed doorbell workaround
Allen Hubbe
1
-2
/
+85
2022-10-28
ionic: refactor use of ionic_rx_fill()
Neel Patel
1
-11
/
+12
2022-10-28
ionic: enable tunnel offloads
Neel Patel
1
-2
/
+6
2022-07-02
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
1
-3
/
+2
2022-02-19
ionic: clean up comments and whitespace
Shannon Nelson
1
-1
/
+0
2022-01-25
ionic: Cleanups in the Tx hotpath code
Brett Creeley
1
-32
/
+34
2021-10-02
ionic: remove debug stats
Shannon Nelson
1
-14
/
+0
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-16
/
+25
[next]