aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium
AgeCommit message (Expand)Author
2019-05-15net: thunderx: don't allow jumbo frames with XDPMatteo Croce
2019-05-15net: thunderx: raise XDP MTU to 1508Matteo Croce
2019-04-07thunderx: eliminate extra calls to put_page() for pages held for recyclingDean Nelson
2019-04-07thunderx: enable page recycling for non-XDP caseDean Nelson
2019-03-26net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_taskVadim Lomovtsev
2019-03-26net: thunderx: make CFG_DONE message to run through generic send-ack sequenceVadim Lomovtsev
2019-01-12liquidio: read sc->iq_no before release scPan Bian
2018-12-30net: thunderx: fix NULL pointer dereference in nic_removeLorenzo Bianconi
2018-12-15net: thunderx: set xdp_prog to NULL if bpf_prog_add failsLorenzo Bianconi
2018-12-15net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queueLorenzo Bianconi
2018-09-26liquidio: fix hang when re-binding VF host drv after running DPDK VF driverRick Farrington
2018-08-07net: thunderx: check for failed allocation lmac->dmacsColin Ian King
2018-07-18net: cavium: Add fine-granular dependencies on PCIAlexander Sverdlin
2018-07-18octeon_mgmt: Fix MIX registers configuration on MTU setupAlexander Sverdlin
2018-07-06liquidio: make timeout HZ independent and readableNicholas Mc Guire
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
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
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_modeVadim Lomovtsev
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches
2018-05-10liquidio: bump up driver version to 1.7.2 to match newer NIC firmwareFelix Manlunas
2018-05-10liquidio: monitor all of Octeon's cores in watchdog threadFelix Manlunas
2018-05-07liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang
2018-05-02liquidio VF: indicate that disabling rx vlan offload is not allowedRaghu Vatsavayi
2018-04-30liquidio: fix spelling mistake: "mac_tx_multi_collison" -> "mac_tx_multi_coll...Colin Ian King
2018-04-30liquidio: enhanced ethtool --set-channels featureIntiyaz Basha
2018-04-30liquidio: Moved common function setup_glists to lio_core.cIntiyaz Basha
2018-04-30liquidio: Moved common definition octnic_gather to octeon_network.hIntiyaz Basha
2018-04-30liquidio: Moved common function delete_glists to lio_core.cIntiyaz Basha
2018-04-30liquidio: Moved common function list_delete_head to octeon_network.hIntiyaz Basha
2018-04-30liquidio: Moved common function if_cfg_callback to lio_core.cIntiyaz Basha
2018-04-27liquidio: add support for ndo_get_stats64 instead of ndo_get_statsPradeep Nalla
2018-04-27liquidio: move a couple of functions to lio_core.cPradeep Nalla
2018-04-24liquidio: Swap VF representor Tx and Rx statisticsSrinivas Jampala
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-04-20liquidio: Added ndo_get_vf_stats supportIntiyaz Basha
2018-04-18bpf: make cavium thunder compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov
2018-04-17liquidio: Enhanced ethtool statsIntiyaz Basha
2018-04-09net: thunderx: rework mac addresses list to u64 arrayVadim Lomovtsev
2018-04-03Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2018-03-31net: thunderx: add ndo_set_rx_mode callback implementation for VFVadim Lomovtsev
2018-03-31net: thunderx: add workqueue control structures for handle ndo_set_rx_mode re...Vadim Lomovtsev
2018-03-31net: thunderx: add XCAST messages handlers for PFVadim Lomovtsev
2018-03-31net: thunderx: add new messages for handle ndo_set_rx_mode callbackVadim Lomovtsev
2018-03-31net: thunderx: add multicast filter management supportVadim Lomovtsev
2018-03-31net: thunderx: add MAC address filter tracking for LMACVadim Lomovtsev
2018-03-31net: thunderx: move filter register related macro into proper placeVadim Lomovtsev
2018-03-30liquidio: prevent rx queues from getting stalledRaghu Vatsavayi