summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium
AgeCommit message (Expand)Author
2017-08-14liquidio: moved octeon_setup_droq to lio_core.cIntiyaz Basha
2017-08-14liquidio: moved update_txq_status to lio_core.cIntiyaz Basha
2017-08-14liquidio: moved wait_for_pending_requests to octeon_network.hIntiyaz Basha
2017-08-14liquidio: fix duplicated code for different branchesGustavo A. R. Silva
2017-08-14liquidio: update debug console logging mechanismRick Farrington
2017-08-11liquidio: moved ptp_enable to octeon_device structureIntiyaz Basha
2017-08-11liquidio: removed check for queue size alignmentIntiyaz Basha
2017-08-11liquidio: rx/tx queue cleanupIntiyaz Basha
2017-08-09liquidio: napi cleanupIntiyaz Basha
2017-08-08liquidio: fix misspelled firmware image filenamesDerek Chickles
2017-08-08liquidio: fix wrong info about vf rx/tx ring parameters reported to ethtoolIntiyaz Basha
2017-08-06liquidio: moved console_bitmask module param to lio_main.cIntiyaz Basha
2017-08-06liquidio: add missing strings in oct_dev_state_str arrayIntiyaz Basha
2017-08-02liquidio: set sriov_totalvfs correctlyDerek Chickles
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-29liquidio: bump up driver version to match newer NIC firmwareFelix Manlunas
2017-07-29net: thunderx: Fix BGX transmit stall due to underflowSunil Goutham
2017-07-27liquidio: cleanup: removed cryptic and misleading macroRick Farrington
2017-07-27liquidio: standardization: use min_t instead of custom macroRick Farrington
2017-07-24liquidio: fix implicit irq include causing build failuresPaul Gortmaker
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-19liquidio: lio_main: remove unnecessary static in setup_io_queues()Gustavo A. R. Silva
2017-07-19liquidio: lio_vf_main: remove unnecessary static in setup_io_queues()Gustavo A. R. Silva
2017-07-19liquidio: lowmem: init allocated memory to 0Rick Farrington
2017-07-19liquidio: lowmem: do not dereference null ptrRick Farrington
2017-07-19liquidio: lowmem: init allocated memory to 0Rick Farrington
2017-07-19liquidio: support new firmware statistic fw_err_pkiRick Farrington
2017-07-14liquidio: fix possible eeprom format string overflowArnd Bergmann
2017-07-14net: thunder_bgx: avoid format string overflow warningArnd Bergmann
2017-07-06liquidio: fix bug in soft reset failure detectionDerek Chickles
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-06-29cavium: thunder: Remove duplicate "netdev->name" logging outputJoe Perches
2017-06-22liquidio: stop using huge static buffer, save 4096k in .dataDenys Vlasenko
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-18liquidio: replace info-pointer mode with buffer-pointer-only modePrasad Kanneganti
2017-06-18liquidio: implement vlan filter enable and disablePrasad Kanneganti
2017-06-16bpf: thunderx: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-14liquidio: fix VF driver off-by-one bug when setting ethtool -C ethX rx-framesWeilin Chang
2017-06-09liquidio: disallow enabling firmware debug from a VFDerek Chickles
2017-06-02liquidio: Fix checkpatch errors with references crossing single lineSatanand Burla
2017-06-02liquidio: VF interrupt initialization cleanupRick Farrington
2017-05-26liquidio: fix inaccurate count of napi-processed rx packets reported to OcteonPrasad Kanneganti
2017-05-26liquidio: fix rare pci_driver.probe failure of VF driverPrasad Kanneganti
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar
2017-05-18liquidio: make the spinlock octeon_devices_lock staticColin Ian King
2017-05-17liquidio: fix PF falsely indicating success at setting MAC address of a nonex...Felix Manlunas
2017-05-17liquidio: fix insmod failure when multiple NICs are plugged inRick Farrington
2017-05-16liquidio: use pcie_flr instead of duplicating itChristoph Hellwig
2017-05-02net: thunderx: Optimize page recycling for XDPSunil Goutham