summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium
AgeCommit message (Expand)AuthorFilesLines
2021-11-26cavium: Fix return values of the probe functionZheyu Ma1-2/+2
2021-11-26cavium: Return negative value when pci_alloc_irq_vectors() failsZheyu Ma1-1/+1
2021-07-28liquidio: Fix unintentional sign extension issue on left shift of u16Colin Ian King1-1/+1
2021-05-22net: thunderx: Fix unintentional sign extension issueColin Ian King1-1/+1
2021-05-22liquidio: Fix unintented sign extension of a left shift of a u16Colin Ian King1-1/+1
2021-04-28cavium/liquidio: Fix duplicate argumentWan Jiabing1-1/+1
2020-08-19liquidio: Fix wrong return value in cn23xx_get_pf_num()Tianjia Zhang1-1/+1
2020-08-11net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()Xin Long1-2/+2
2020-06-25net: octeon: mgmt: Repair filling of RX ringAlexander Sverdlin1-0/+5
2020-03-11net: thunderx: workaround BGX TX Underflow issueTim Harvey2-3/+68
2019-12-21net: thunderx: start phy before starting autonegotiationMian Yousaf Kaukab1-1/+1
2019-11-20net: cavium: fix return type of ndo_start_xmit functionYueHaibing4-6/+8
2019-11-20liquidio: fix race condition in instruction completion processingRick Farrington3-2/+7
2019-11-12net: ethernet: octeon_mgmt: Account for second possible VLAN headerAlexander Sverdlin1-1/+1
2019-09-10net: cavium: fix driver nameStephen Hemminger1-1/+1
2019-09-10liquidio: add cleanup in octeon_setup_iq()Wenwen Wang1-1/+3
2019-07-14net: lio_core: fix potential sign-extension overflow on large shiftColin Ian King1-1/+1
2019-04-27net: thunderx: don't allow jumbo frames with XDPMatteo Croce1-0/+9
2019-04-27net: thunderx: raise XDP MTU to 1508Matteo Croce1-2/+11
2019-04-03thunderx: eliminate extra calls to put_page() for pages held for recyclingDean Nelson1-4/+3
2019-04-03thunderx: enable page recycling for non-XDP caseDean Nelson1-12/+11
2019-03-23net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_taskVadim Lomovtsev1-4/+8
2019-03-23net: thunderx: make CFG_DONE message to run through generic send-ack sequenceVadim Lomovtsev2-4/+13
2018-12-21liquidio: read sc->iq_no before release scPan Bian1-1/+3
2018-12-17net: thunderx: fix NULL pointer dereference in nic_removeLorenzo Bianconi1-0/+3
2018-12-05net: thunderx: set xdp_prog to NULL if bpf_prog_add failsLorenzo Bianconi1-2/+7
2018-12-05net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queueLorenzo Bianconi1-1/+3
2018-08-13liquidio: remove set but not used variable 'is25G'YueHaibing1-6/+2
2018-08-11liquidio: copperhead LED identificationRaghu Vatsavayi2-5/+23
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-08-08net: thunderx: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-08liquidio: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-07liquidio: avoided acquiring post_lock for data only queuesIntiyaz Basha2-3/+29
2018-08-07net: thunderx: check for failed allocation lmac->dmacsColin Ian King1-0/+2
2018-07-30liquidio: remove redundant function cn23xx_dump_iq_regsYueHaibing1-44/+0
2018-07-29liquidio: remove redundant function cn23xx_dump_vf_iq_regsYueHaibing1-30/+0
2018-07-21Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller3-9/+19
2018-07-19net: cavium: Add fine-granular dependencies on PCIAlexander Sverdlin1-6/+6
2018-07-18net: cavium: add missing PCI dependenciesArnd Bergmann1-4/+6
2018-07-18liquidio: Using NULL instead of plain integerYueHaibing2-3/+3
2018-07-18octeon_mgmt: Fix MIX registers configuration on MTU setupAlexander Sverdlin1-3/+11
2018-07-17liquidio: correct error msg text when removing VLAN IDRick Farrington2-2/+2
2018-07-17liquidio: fix hang when re-binding VF host drv after running DPDK VF driverRick Farrington2-0/+6
2018-07-16net: cavium: Drop dependency of NET_VENDOR_CAVIUM on PCIAlexander Sverdlin1-1/+0
2018-07-16liquidio: Use %pad printk format for dma_addr_t valuesHelge Deller1-2/+2
2018-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+0
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski1-1/+0
2018-07-13liquidio: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann2-2/+2
2018-07-07liquidio: fix kernel panic when NIC firmware is older than 1.7.2Rick Farrington2-2/+33
2018-07-06liquidio: make timeout HZ independent and readableNicholas Mc Guire1-1/+4