aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium
AgeCommit message (Expand)Author
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches
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
2018-03-29net: cavium: use module_pci_driver to simplify the codeWei Yongjun
2018-03-29liquidio: Prioritize control messagesIntiyaz Basha
2018-03-27liquidio: Removed duplicate Tx queue status checkIntiyaz Basha
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2018-03-25liquidio: Renamed txqs_start to start_txqsIntiyaz Basha
2018-03-25liquidio: Renamed txqs_stop to stop_txqsIntiyaz Basha
2018-03-25liquidio: Renamed txqs_wake to wake_txqsIntiyaz Basha
2018-03-25liquidio: Function call skb_iq for deriving queue from skbIntiyaz Basha
2018-03-25liquidio: Removed one line function wake_qIntiyaz Basha
2018-03-25liquidio: Removed one line function stop_qIntiyaz Basha
2018-03-25liquidio: Removed netif_is_multiqueue checkIntiyaz Basha
2018-03-25liquidio: Removed start_txq functionIntiyaz Basha
2018-03-25liquidio: Removed one line function stop_txqIntiyaz Basha
2018-03-25liquidio: Moved common function skb_iq to to octeon_network.hIntiyaz Basha