summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium
AgeCommit message (Expand)AuthorFilesLines
2020-08-21liquidio: Fix wrong return value in cn23xx_get_pf_num()Tianjia Zhang1-1/+1
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-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-10liquidio: add cleanup in octeon_setup_iq()Wenwen Wang1-1/+3
2019-07-21net: 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: make CFG_DONE message to run through generic send-ack sequenceVadim Lomovtsev2-4/+13
2018-12-17net: thunderx: fix NULL pointer dereference in nic_removeLorenzo Bianconi1-0/+3
2018-12-05net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queueLorenzo Bianconi1-1/+3
2018-12-05net: thunderx: set xdp_prog to NULL if bpf_prog_add failsLorenzo Bianconi1-2/+7
2018-09-26liquidio: fix hang when re-binding VF host drv after running DPDK VF driverRick Farrington2-0/+6
2018-08-24octeon_mgmt: Fix MIX registers configuration on MTU setupAlexander Sverdlin1-3/+11
2018-03-19net: thunderx: Set max queue count taking XDP_TX into accountSunil Goutham1-0/+5
2017-12-20liquidio: fix kernel panic in VF driverFelix Manlunas1-3/+3
2017-12-17net: thunderx: Fix TCP/UDP checksum offload for IPv4 pktsFlorian Westphal1-0/+2
2017-12-17net: thunderx: Fix TCP/UDP checksum offload for IPv6 pktsSunil Goutham1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-13liquidio: fix timespec64_to_ns typoArnd Bergmann1-1/+1
2017-10-09net: thunderx: mark expected switch fall-throughs in nicvf_main()Gustavo A. R. Silva1-0/+2
2017-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds17-1431/+1576
2017-08-31liquidio: fix crash in presence of zeroed-out base address regsRick Farrington1-0/+20
2017-08-30liquidio: show NIC's U-Boot version in a dev_info() messageWeilin Chang1-0/+78
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang2-2/+2
2017-08-24net: define the TSO header size in net/tso.hAntoine Ténart1-1/+0
2017-08-24liquidio: change manner of detecting whether or not NIC firmware is loadedFelix Manlunas3-9/+15
2017-08-22liquidio: make VF driver notify NIC firmware of MTU changeVeerasenareddy Burru1-5/+22
2017-08-22liquidio: move macro definition to a proper placeVeerasenareddy Burru2-2/+2
2017-08-21liquidio: fix use of pf in pass-through mode in a virtual machineRick Farrington2-5/+44
2017-08-19liquidio: remove support for deprecated f/w cmd OCTNET_CMD_RESET_PFRick Farrington2-10/+0
2017-08-19liquidio: fix Smatch errorIntiyaz Basha1-2/+2
2017-08-18liquidio: with embedded f/w, issue droq credits before enablementRick Farrington1-8/+12
2017-08-18liquidio: with embedded f/w, don't reload f/w, issue pf flr at exitRick Farrington1-24/+46
2017-08-17liquidio: fix spelling mistake: "interuupt" -> "interrupt"Colin Ian King1-1/+1
2017-08-16liquidio: update VF's netdev->max_mtu if there's a change in PF's MTUVeerasenareddy Burru2-6/+6
2017-08-16liquidio: added support for ethtool --set-channels featureIntiyaz Basha6-50/+226
2017-08-16liquidio: moved octeon_setup_interrupt to lio_core.cIntiyaz Basha4-263/+202
2017-08-16liquidio: moved liquidio_legacy_intr_handler to lio_core.cIntiyaz Basha3-56/+57
2017-08-16liquidio: moved liquidio_msix_intr_handler to lio_core.cIntiyaz Basha5-88/+50
2017-08-15liquidio: fix issues with fw_type module parameterDerek Chickles1-3/+3
2017-08-15liquidio: added support for ethtool --set-ring featureIntiyaz Basha6-11/+160
2017-08-15liquidio: moved liquidio_setup_io_queues to lio_core.cIntiyaz Basha4-216/+118
2017-08-15liquidio: moved liquidio_napi_poll to lio_core.cIntiyaz Basha4-108/+61
2017-08-15liquidio: moved liquidio_napi_drv_callback to lio_core.cIntiyaz Basha4-50/+41
2017-08-15liquidio: moved liquidio_push_packet to lio_core.cIntiyaz Basha4-275/+156
2017-08-15liquidio: moved octeon_setup_droq to lio_core.cIntiyaz Basha4-72/+37