index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
natsemi
/
sonic.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/sonic: use dma_mapping_error() for error check
Zhang Changzhong
2023-03-22
1
-2
/
+2
*
net: natsemi: Replace in_interrupt() usage.
Thomas Gleixner
2020-09-29
1
-12
/
+12
*
net/sonic: Start packet transmission immediately
Finn Thain
2020-02-17
1
-6
/
+7
*
net/sonic: Remove explicit memory barriers
Finn Thain
2020-02-17
1
-2
/
+0
*
net/sonic: Remove redundant netif_start_queue() call
Finn Thain
2020-02-17
1
-1
/
+1
*
net/sonic: Remove redundant next_tx variable
Finn Thain
2020-02-17
1
-4
/
+4
*
net/sonic: Refactor duplicated code
Finn Thain
2020-02-17
1
-0
/
+36
*
net/sonic: Remove obsolete comment
Finn Thain
2020-02-17
1
-5
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-26
1
-150
/
+230
|
\
|
*
net/sonic: Prevent tx watchdog timeout
Finn Thain
2020-01-23
1
-4
/
+13
|
*
net/sonic: Fix CAM initialization
Finn Thain
2020-01-23
1
-9
/
+12
|
*
net/sonic: Fix command register usage
Finn Thain
2020-01-23
1
-15
/
+3
|
*
net/sonic: Quiesce SONIC before re-initializing descriptor memory
Finn Thain
2020-01-23
1
-0
/
+25
|
*
net/sonic: Fix receive buffer replenishment
Finn Thain
2020-01-23
1
-61
/
+89
|
*
net/sonic: Improve receive descriptor status flag check
Finn Thain
2020-01-23
1
-10
/
+5
|
*
net/sonic: Avoid needless receive descriptor EOL flag updates
Finn Thain
2020-01-23
1
-6
/
+15
|
*
net/sonic: Fix receive buffer handling
Finn Thain
2020-01-23
1
-5
/
+30
|
*
net/sonic: Fix interface error stats collection
Finn Thain
2020-01-23
1
-14
/
+7
|
*
net/sonic: Clear interrupt flags immediately
Finn Thain
2020-01-23
1
-22
/
+6
|
*
net/sonic: Add mutual exclusion for accessing shared state
Finn Thain
2020-01-23
1
-14
/
+35
*
|
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-13
1
-1
/
+1
|
/
*
net: sonic: replace dev_kfree_skb in sonic_send_packet
Mao Wenan
2019-09-11
1
-1
/
+1
*
net: sonic: return NETDEV_TX_OK if failed to map buffer
Mao Wenan
2019-09-06
1
-2
/
+2
*
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
net: natsemi: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
2019-02-14
1
-1
/
+1
*
net/sonic: Use dma_mapping_error()
Finn Thain
2018-05-31
1
-1
/
+1
*
net/sonic: Replace custom debug logging with netif_* calls
Finn Thain
2018-02-26
1
-48
/
+51
*
treewide: replace dev->trans_start update with helper
Florian Westphal
2016-05-04
1
-1
/
+1
*
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
Joe Perches
2013-03-09
1
-1
/
+0
*
sonice: Fix build due to botched netdev_alloc_skb() conversion.
David S. Miller
2012-02-07
1
-1
/
+1
*
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
Pradeep A Dalvi
2012-02-06
1
-2
/
+2
*
*sonic/natsemi/ns83829: Move the National Semi-conductor drivers
Jeff Kirsher
2011-08-12
1
-0
/
+742