index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
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
2024-06-25
ionic: use dev_consume_skb_any outside of napi
Shannon Nelson
2024-06-21
ionic: fix kernel panic due to multi-buffer handling
Taehee Yoo
2024-06-05
ionic: fix kernel panic in XDP_TX action
Taehee Yoo
2024-03-08
ionic: keep stats struct local to error handling
Shannon Nelson
2024-03-08
ionic: better dma-map error handling
Shannon Nelson
2024-03-08
ionic: remove unnecessary NULL test
Shannon Nelson
2024-03-08
ionic: carry idev in ionic_cq struct
Shannon Nelson
2024-03-08
ionic: refactor skb building
Shannon Nelson
2024-03-08
ionic: use specialized desc info structs
Shannon Nelson
2024-03-08
ionic: remove the cq_info to save more memory
Shannon Nelson
2024-03-08
ionic: remove callback pointer from desc_info
Shannon Nelson
2024-03-08
ionic: remove desc, sg_desc and cmb_desc from desc_info
Shannon Nelson
2024-03-04
ionic: Clean RCT ordering issues
Brett Creeley
2024-03-04
ionic: change the hwstamp likely check
Brett Creeley
2024-03-04
ionic: reduce the use of netdev
Shannon Nelson
2024-03-04
ionic: Pass local netdev instead of referencing struct
Brett Creeley
2024-03-04
ionic: Check stop no restart
Brett Creeley
2024-03-04
ionic: Clean up BQL logic
Brett Creeley
2024-03-04
ionic: Make use napi_consume_skb
Brett Creeley
2024-03-04
ionic: Shorten a Tx hotpath
Brett Creeley
2024-03-04
ionic: Rework Tx start/stop flow
Brett Creeley
2024-02-16
ionic: implement xdp frags support
Shannon Nelson
2024-02-16
ionic: add ndo_xdp_xmit
Shannon Nelson
2024-02-16
ionic: Add XDP_REDIRECT support
Shannon Nelson
2024-02-16
ionic: Add XDP_TX support
Shannon Nelson
2024-02-16
ionic: Add XDP packet headroom
Shannon Nelson
2024-02-16
ionic: add initial framework for XDP support
Shannon Nelson
2024-02-16
ionic: use dma range APIs
Shannon Nelson
2024-02-16
ionic: add helpers for accessing buffer info
Shannon Nelson
2024-02-12
ionic: minimal work with 0 budget
Shannon Nelson
2023-12-05
ionic: Make the check for Tx HW timestamping more obvious
Brett Creeley
2023-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-09-20
ionic: count SGs in packet to minimize linearize
Shannon Nelson
2023-09-16
ionic: fix 16bit math issue when PAGE_SIZE >= 64KB
David Christensen
2023-02-13
ionic: add tx/rx-push support with device Component Memory Buffers
Shannon Nelson
2023-02-03
ionic: missed doorbell workaround
Allen Hubbe
2022-10-27
ionic: refactor use of ionic_rx_fill()
Neel Patel
2022-10-27
ionic: enable tunnel offloads
Neel Patel
2022-07-02
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
2022-02-18
ionic: clean up comments and whitespace
Shannon Nelson
2022-01-25
ionic: Cleanups in the Tx hotpath code
Brett Creeley
2021-10-02
ionic: remove debug stats
Shannon Nelson
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-27
ionic: use fewer inits on the buf_info struct
Shannon Nelson
2021-07-23
ionic: count csum_none when offload enabled
Shannon Nelson
2021-07-23
ionic: fix up dim accounting for tx and rx
Shannon Nelson
2021-07-23
ionic: remove intr coalesce update from napi
Shannon Nelson
2021-04-08
ionic: add SKBTX_IN_PROGRESS
Shannon Nelson
2021-04-08
ionic: check for valid tx_mode on SKBTX_HW_TSTAMP xmit
Shannon Nelson
2021-04-02
ionic: add and enable tx and rx timestamp handling
Shannon Nelson
[next]