aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium/liquidio
AgeCommit message (Expand)Author
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-03-11net: lio_core: fix two NULL pointer dereferencesKangjie Lu
2019-03-11net: liquidio: fix a NULL pointer dereferenceKangjie Lu
2019-02-18liquidio: using NULL instead of plain integerYueHaibing
2019-02-06liquidio: Implement ndo_get_port_parent_id()Florian Fainelli
2019-01-28liquidio: fix the validation of rx checksum status from NIC hardwareVeerasenareddy Burru
2018-11-30liquidio: read sc->iq_no before release scPan Bian
2018-11-30liquidio: fix spelling mistake "deferal" -> "deferral"Colin Ian King
2018-10-04Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2018-10-04liquidio: fix a couple of spelling mistakesColin Ian King
2018-10-03devlink: Add extack for eswitch operationsEli Britstein
2018-09-26net: liquidio: list usage cleanupzhong jiang
2018-09-18net: cavium: fix return type of ndo_start_xmit functionYueHaibing
2018-09-17liquidio: remove duplicated include from lio_vf_rep.cYueHaibing
2018-09-17liquidio: Add the features to show FEC settings and set FEC settingsWeilin Chang
2018-09-12net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang
2018-09-11liquidio: Removed droq lockIntiyaz Basha
2018-09-11liquidio: Per queue oom work queueIntiyaz Basha
2018-09-11liquidio: Disabling tasklet when NAPI is activeIntiyaz Basha
2018-09-07liquidio: lio_fetch_vf_stats() can be statickbuild test robot
2018-09-06liquidio CN23XX: Remove set but not used variable 'ring_flag'YueHaibing
2018-09-06liquidio: Add spoof checking on a VF MAC addressWeilin Chang
2018-09-03liquidio: Added delayed work for periodically updating the link statistics.Pradeep Nalla
2018-09-01liquidio: remove set but not used variable 'irh'YueHaibing
2018-08-29liquidio: remove obsolete functions and data structuresFelix Manlunas
2018-08-29liquidio: change octnic_ctrl_pkt to do synchronous soft commandsFelix Manlunas
2018-08-29liquidio: make soft command calls synchronousFelix Manlunas
2018-08-29liquidio: improve soft command handlingFelix Manlunas
2018-08-29liquidio: fix race condition in instruction completion processingRick Farrington
2018-08-29liquidio: remove unnecessary delay when processing IQ responsesRick Farrington
2018-08-13liquidio: remove set but not used variable 'is25G'YueHaibing
2018-08-10liquidio: copperhead LED identificationRaghu Vatsavayi
2018-08-07liquidio: mark expected switch fall-throughGustavo A. R. Silva
2018-08-07liquidio: avoided acquiring post_lock for data only queuesIntiyaz Basha
2018-07-30liquidio: remove redundant function cn23xx_dump_iq_regsYueHaibing
2018-07-29liquidio: remove redundant function cn23xx_dump_vf_iq_regsYueHaibing
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-18liquidio: Using NULL instead of plain integerYueHaibing
2018-07-16liquidio: correct error msg text when removing VLAN IDRick Farrington
2018-07-16liquidio: fix hang when re-binding VF host drv after running DPDK VF driverRick Farrington
2018-07-16liquidio: Use %pad printk format for dma_addr_t valuesHelge Deller
2018-07-12liquidio: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann
2018-07-07liquidio: fix kernel panic when NIC firmware is older than 1.7.2Rick Farrington
2018-07-06liquidio: make timeout HZ independent and readableNicholas Mc Guire
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook