index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
pensando
/
ionic
/
ionic_txrx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-23
ionic: count csum_none when offload enabled
Shannon Nelson
1
-6
/
+5
2021-07-23
ionic: fix up dim accounting for tx and rx
Shannon Nelson
1
-7
/
+21
2021-07-23
ionic: remove intr coalesce update from napi
Shannon Nelson
1
-4
/
+0
2021-04-08
ionic: add SKBTX_IN_PROGRESS
Shannon Nelson
1
-0
/
+1
2021-04-08
ionic: check for valid tx_mode on SKBTX_HW_TSTAMP xmit
Shannon Nelson
1
-1
/
+1
2021-04-02
ionic: add and enable tx and rx timestamp handling
Shannon Nelson
1
-20
/
+106
2021-04-02
ionic: add handling of larger descriptors
Shannon Nelson
1
-3
/
+9
2021-03-30
ionic: count dma errors
Shannon Nelson
1
-2
/
+7
2021-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-5
/
+7
2021-03-17
ionic: linearize tso skb with too many frags
Shannon Nelson
1
-6
/
+7
2021-03-15
ionic: aggregate Tx byte counting calls
Shannon Nelson
1
-3
/
+24
2021-03-15
ionic: simplify tx clean
Shannon Nelson
1
-23
/
+7
2021-03-15
ionic: generic tx skb mapping
Shannon Nelson
1
-74
/
+68
2021-03-15
ionic: simplify TSO descriptor mapping
Shannon Nelson
1
-124
/
+113
2021-03-10
ionic: simplify use of completion types
Shannon Nelson
1
-12
/
+7
2021-03-10
ionic: simplify rx skb alloc
Shannon Nelson
1
-41
/
+22
2021-03-10
ionic: optimize fastpath struct usage
Shannon Nelson
1
-18
/
+15
2021-03-10
ionic: implement Rx page reuse
Shannon Nelson
1
-86
/
+129
2021-03-10
ionic: move rx_page_alloc and free
Shannon Nelson
1
-70
/
+70
2021-01-19
net: add inline function skb_csum_is_sctp
Xin Long
1
-1
/
+1
2020-12-21
ionic: account for vlan tag len in rx buffer len
Shannon Nelson
1
-1
/
+1
2020-11-14
ionic: batch rx buffer refilling
Shannon Nelson
1
-8
/
+10
2020-10-23
ionic: fix mem leak in rx_empty
Shannon Nelson
1
-13
/
+11
2020-10-23
ionic: no rx flush in deinit
Shannon Nelson
1
-13
/
+0
2020-10-23
ionic: clean up sparse complaints
Shannon Nelson
1
-5
/
+5
2020-09-16
ionic: dynamic interrupt moderation
Shannon Nelson
1
-3
/
+30
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-10
/
+3
2020-09-02
ionic: remove unused variable
Shannon Nelson
1
-2
/
+0
2020-09-02
ionic: clean up desc_info and cq_info structs
Shannon Nelson
1
-3
/
+5
2020-09-02
ionic: clean up page handling code
Shannon Nelson
1
-31
/
+40
2020-08-31
ionic: fix txrx work accounting
Shannon Nelson
1
-10
/
+3
2020-08-28
ionic: use index not pointer for queue tracking
Shannon Nelson
1
-33
/
+39
2020-08-28
ionic: rework and simplify handling of the queue stats block
Shannon Nelson
1
-6
/
+6
2020-08-03
ionic: separate interrupt for Tx and Rx
Shannon Nelson
1
-0
/
+67
2020-08-03
ionic: tx separate servicing
Shannon Nelson
1
-56
/
+50
2020-08-03
ionic: use fewer firmware doorbells on rx fill
Shannon Nelson
1
-10
/
+5
2020-07-20
ionic: use mutex to protect queue operations
Shannon Nelson
1
-6
/
+0
2020-05-12
ionic: add more ethtool stats
Shannon Nelson
1
-7
/
+15
2020-05-12
ionic: support longer tx sg lists
Shannon Nelson
1
-9
/
+18
2020-03-30
ionic: clean tx queue of unfinished requests
Shannon Nelson
1
-0
/
+16
2020-03-09
ionic: clean up bitflag usage
Shannon Nelson
1
-2
/
+2
2020-02-19
ionic: use new helper tcp_v6_gso_csum_prep
Heiner Kallweit
1
-4
/
+1
2020-01-07
ionic: restrict received packets to mtu size
Shannon Nelson
1
-2
/
+9
2020-01-07
ionic: add Rx dropped packet counter
Shannon Nelson
1
-3
/
+9
2019-10-29
ionic: Remove set but not used variable 'sg_desc'
YueHaibing
1
-2
/
+0
2019-10-25
ionic: implement support for rx sgl
Shannon Nelson
1
-81
/
+211
2019-09-05
ionic: Add coalesce and other features
Shannon Nelson
1
-2
/
+0
2019-09-05
ionic: Add Tx and Rx handling
Shannon Nelson
1
-0
/
+927