index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cavium
/
liquidio
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-18
liquidio: Replace vmalloc + memset with vzalloc
Chuhong Yuan
1
-4
/
+2
2019-06-18
net: lio_core: fix potential sign-extension overflow on large shift
Colin Ian King
1
-1
/
+1
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-2
/
+2
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
4
-16
/
+0
2019-04-01
net: move skb->xmit_more hint to softnet data
Florian Westphal
2
-2
/
+2
2019-03-11
net: lio_core: fix two NULL pointer dereferences
Kangjie Lu
1
-0
/
+10
2019-03-11
net: liquidio: fix a NULL pointer dereference
Kangjie Lu
1
-0
/
+5
2019-02-18
liquidio: using NULL instead of plain integer
YueHaibing
2
-2
/
+2
2019-02-06
liquidio: Implement ndo_get_port_parent_id()
Florian Fainelli
2
-35
/
+12
2019-01-28
liquidio: fix the validation of rx checksum status from NIC hardware
Veerasenareddy Burru
1
-1
/
+2
2018-11-30
liquidio: read sc->iq_no before release sc
Pan Bian
1
-1
/
+3
2018-11-30
liquidio: fix spelling mistake "deferal" -> "deferral"
Colin Ian King
1
-1
/
+1
2018-10-04
Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
David S. Miller
1
-1
/
+2
2018-10-04
liquidio: fix a couple of spelling mistakes
Colin Ian King
1
-2
/
+2
2018-10-03
devlink: Add extack for eswitch operations
Eli Britstein
1
-1
/
+2
2018-09-26
net: liquidio: list usage cleanup
zhong jiang
1
-2
/
+1
2018-09-18
net: cavium: fix return type of ndo_start_xmit function
YueHaibing
3
-4
/
+5
2018-09-17
liquidio: remove duplicated include from lio_vf_rep.c
YueHaibing
1
-1
/
+0
2018-09-17
liquidio: Add the features to show FEC settings and set FEC settings
Weilin Chang
6
-3
/
+243
2018-09-12
net: ethernet: Use DIV_ROUND_UP instead of reimplementing its function
zhong jiang
1
-1
/
+1
2018-09-11
liquidio: Removed droq lock
Intiyaz Basha
3
-37
/
+3
2018-09-11
liquidio: Per queue oom work queue
Intiyaz Basha
6
-73
/
+110
2018-09-11
liquidio: Disabling tasklet when NAPI is active
Intiyaz Basha
2
-1
/
+29
2018-09-07
liquidio: lio_fetch_vf_stats() can be static
kbuild test robot
1
-1
/
+1
2018-09-06
liquidio CN23XX: Remove set but not used variable 'ring_flag'
YueHaibing
1
-3
/
+1
2018-09-06
liquidio: Add spoof checking on a VF MAC address
Weilin Chang
8
-12
/
+187
2018-09-03
liquidio: Added delayed work for periodically updating the link statistics.
Pradeep Nalla
6
-10
/
+40
2018-09-01
liquidio: remove set but not used variable 'irh'
YueHaibing
1
-9
/
+0
2018-08-29
liquidio: remove obsolete functions and data structures
Felix Manlunas
9
-490
/
+176
2018-08-29
liquidio: change octnic_ctrl_pkt to do synchronous soft commands
Felix Manlunas
6
-110
/
+98
2018-08-29
liquidio: make soft command calls synchronous
Felix Manlunas
5
-161
/
+129
2018-08-29
liquidio: improve soft command handling
Felix Manlunas
8
-49
/
+232
2018-08-29
liquidio: fix race condition in instruction completion processing
Rick Farrington
3
-2
/
+7
2018-08-29
liquidio: remove unnecessary delay when processing IQ responses
Rick Farrington
1
-1
/
+1
2018-08-13
liquidio: remove set but not used variable 'is25G'
YueHaibing
1
-6
/
+2
2018-08-10
liquidio: copperhead LED identification
Raghu Vatsavayi
2
-5
/
+23
2018-08-07
liquidio: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-08-07
liquidio: avoided acquiring post_lock for data only queues
Intiyaz Basha
2
-3
/
+29
2018-07-30
liquidio: remove redundant function cn23xx_dump_iq_regs
YueHaibing
1
-44
/
+0
2018-07-29
liquidio: remove redundant function cn23xx_dump_vf_iq_regs
YueHaibing
1
-30
/
+0
2018-07-20
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
1
-1
/
+4
2018-07-18
liquidio: Using NULL instead of plain integer
YueHaibing
2
-3
/
+3
2018-07-16
liquidio: correct error msg text when removing VLAN ID
Rick Farrington
2
-2
/
+2
2018-07-16
liquidio: fix hang when re-binding VF host drv after running DPDK VF driver
Rick Farrington
2
-0
/
+6
2018-07-16
liquidio: Use %pad printk format for dma_addr_t values
Helge Deller
1
-2
/
+2
2018-07-12
liquidio: use ktime_get_real_ts64() instead of getnstimeofday64()
Arnd Bergmann
2
-2
/
+2
2018-07-07
liquidio: fix kernel panic when NIC firmware is older than 1.7.2
Rick Farrington
2
-2
/
+33
2018-07-06
liquidio: make timeout HZ independent and readable
Nicholas Mc Guire
1
-1
/
+4
2018-06-23
net: drivers/net: Convert random_ether_addr to eth_random_addr
Joe Perches
1
-3
/
+2
2018-06-12
treewide: Use array_size() in vzalloc_node()
Kees Cook
1
-3
/
+2
[next]