aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-15liquidio: moved octeon_setup_interrupt to lio_core.cIntiyaz Basha4-263/+202
2017-08-15liquidio: moved liquidio_legacy_intr_handler to lio_core.cIntiyaz Basha3-56/+57
2017-08-15liquidio: moved liquidio_msix_intr_handler to lio_core.cIntiyaz Basha5-88/+50
2017-08-14liquidio: fix issues with fw_type module parameterDerek Chickles1-3/+3
2017-08-14liquidio: added support for ethtool --set-ring featureIntiyaz Basha6-11/+160
2017-08-14liquidio: moved liquidio_setup_io_queues to lio_core.cIntiyaz Basha4-216/+118
2017-08-14liquidio: moved liquidio_napi_poll to lio_core.cIntiyaz Basha4-108/+61
2017-08-14liquidio: moved liquidio_napi_drv_callback to lio_core.cIntiyaz Basha4-50/+41
2017-08-14liquidio: moved liquidio_push_packet to lio_core.cIntiyaz Basha4-275/+156
2017-08-14liquidio: moved octeon_setup_droq to lio_core.cIntiyaz Basha4-72/+37
2017-08-14liquidio: moved update_txq_status to lio_core.cIntiyaz Basha4-59/+36
2017-08-14liquidio: moved wait_for_pending_requests to octeon_network.hIntiyaz Basha5-55/+29
2017-08-14liquidio: fix duplicated code for different branchesGustavo A. R. Silva1-8/+3
2017-08-14liquidio: update debug console logging mechanismRick Farrington3-25/+90
2017-08-11liquidio: moved ptp_enable to octeon_device structureIntiyaz Basha2-9/+11
2017-08-11liquidio: removed check for queue size alignmentIntiyaz Basha1-7/+0
2017-08-11liquidio: rx/tx queue cleanupIntiyaz Basha2-0/+8
2017-08-09liquidio: napi cleanupIntiyaz Basha2-0/+29
2017-08-08liquidio: fix misspelled firmware image filenamesDerek Chickles1-4/+8
2017-08-08liquidio: fix wrong info about vf rx/tx ring parameters reported to ethtoolIntiyaz Basha1-21/+9
2017-08-06liquidio: moved console_bitmask module param to lio_main.cIntiyaz Basha3-14/+17
2017-08-06liquidio: add missing strings in oct_dev_state_str arrayIntiyaz Basha1-2/+3
2017-08-02liquidio: set sriov_totalvfs correctlyDerek Chickles1-0/+5
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+24
2017-07-29liquidio: bump up driver version to match newer NIC firmwareFelix Manlunas1-2/+3
2017-07-29net: thunderx: Fix BGX transmit stall due to underflowSunil Goutham2-5/+24
2017-07-27liquidio: cleanup: removed cryptic and misleading macroRick Farrington1-3/+1
2017-07-27liquidio: standardization: use min_t instead of custom macroRick Farrington1-2/+1
2017-07-24liquidio: fix implicit irq include causing build failuresPaul Gortmaker1-0/+2
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2017-07-19liquidio: lio_main: remove unnecessary static in setup_io_queues()Gustavo A. R. Silva1-2/+2
2017-07-19liquidio: lio_vf_main: remove unnecessary static in setup_io_queues()Gustavo A. R. Silva1-2/+2
2017-07-19liquidio: lowmem: init allocated memory to 0Rick Farrington1-4/+4
2017-07-19liquidio: lowmem: do not dereference null ptrRick Farrington1-0/+2
2017-07-19liquidio: lowmem: init allocated memory to 0Rick Farrington1-2/+2
2017-07-19liquidio: support new firmware statistic fw_err_pkiRick Farrington2-0/+5
2017-07-14liquidio: fix possible eeprom format string overflowArnd Bergmann1-1/+1
2017-07-14net: thunder_bgx: avoid format string overflow warningArnd Bergmann1-1/+1
2017-07-06liquidio: fix bug in soft reset failure detectionDerek Chickles2-2/+2
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds24-221/+272
2017-06-29cavium: thunder: Remove duplicate "netdev->name" logging outputJoe Perches2-26/+15
2017-06-22liquidio: stop using huge static buffer, save 4096k in .dataDenys Vlasenko3-8/+4
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-2/+2
2017-06-18liquidio: replace info-pointer mode with buffer-pointer-only modePrasad Kanneganti11-109/+37
2017-06-18liquidio: implement vlan filter enable and disablePrasad Kanneganti3-10/+32
2017-06-16bpf: thunderx: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau1-0/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+2
2017-06-14liquidio: fix VF driver off-by-one bug when setting ethtool -C ethX rx-framesWeilin Chang1-1/+1
2017-06-09liquidio: disallow enabling firmware debug from a VFDerek Chickles2-5/+8
2017-06-02liquidio: Fix checkpatch errors with references crossing single lineSatanand Burla3-12/+10