summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-162-14/+38
|\
| * net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_modeVadim Lomovtsev2018-06-132-14/+38
* | treewide: Use array_size() in vzalloc_node()Kees Cook2018-06-131-3/+2Star
* | treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-2/+2
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-2/+3
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+2
|/
* drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches2018-05-301-1/+1
* liquidio: bump up driver version to 1.7.2 to match newer NIC firmwareFelix Manlunas2018-05-101-1/+1
* liquidio: monitor all of Octeon's cores in watchdog threadFelix Manlunas2018-05-101-1/+1
* liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang2018-05-087-24/+425
* liquidio VF: indicate that disabling rx vlan offload is not allowedRaghu Vatsavayi2018-05-021-0/+1
* liquidio: fix spelling mistake: "mac_tx_multi_collison" -> "mac_tx_multi_coll...Colin Ian King2018-04-301-1/+1
* liquidio: enhanced ethtool --set-channels featureIntiyaz Basha2018-04-3010-58/+316
* liquidio: Moved common function setup_glists to lio_core.cIntiyaz Basha2018-04-304-163/+87Star
* liquidio: Moved common definition octnic_gather to octeon_network.hIntiyaz Basha2018-04-303-39/+21Star
* liquidio: Moved common function delete_glists to lio_core.cIntiyaz Basha2018-04-304-91/+51Star
* liquidio: Moved common function list_delete_head to octeon_network.hIntiyaz Basha2018-04-303-43/+24Star
* liquidio: Moved common function if_cfg_callback to lio_core.cIntiyaz Basha2018-04-304-67/+38Star
* liquidio: add support for ndo_get_stats64 instead of ndo_get_statsPradeep Nalla2018-04-275-71/+135
* liquidio: move a couple of functions to lio_core.cPradeep Nalla2018-04-273-157/+154Star
* liquidio: Swap VF representor Tx and Rx statisticsSrinivas Jampala2018-04-241-7/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-211-1/+1
|\
| * bpf: make cavium thunder compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov2018-04-181-1/+1
* | liquidio: Added ndo_get_vf_stats supportIntiyaz Basha2018-04-205-0/+151
|/
* liquidio: Enhanced ethtool statsIntiyaz Basha2018-04-174-49/+86
* net: thunderx: rework mac addresses list to u64 arrayVadim Lomovtsev2018-04-092-24/+11Star
* Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-04-041-35/+16Star
|\
| * net: liquidio: clean up Makefile for simpler composite object handlingMasahiro Yamada2018-03-251-35/+16Star
* | net: thunderx: add ndo_set_rx_mode callback implementation for VFVadim Lomovtsev2018-04-011-1/+109
* | net: thunderx: add workqueue control structures for handle ndo_set_rx_mode re...Vadim Lomovtsev2018-04-011-0/+17
* | net: thunderx: add XCAST messages handlers for PFVadim Lomovtsev2018-04-011-4/+41
* | net: thunderx: add new messages for handle ndo_set_rx_mode callbackVadim Lomovtsev2018-04-011-0/+12
* | net: thunderx: add multicast filter management supportVadim Lomovtsev2018-04-012-1/+153
* | net: thunderx: add MAC address filter tracking for LMACVadim Lomovtsev2018-04-011-14/+30
* | net: thunderx: move filter register related macro into proper placeVadim Lomovtsev2018-04-012-11/+13
* | liquidio: prevent rx queues from getting stalledRaghu Vatsavayi2018-03-304-19/+53
* | net: cavium: use module_pci_driver to simplify the codeWei Yongjun2018-03-291-12/+1Star
* | liquidio: Prioritize control messagesIntiyaz Basha2018-03-292-3/+8
* | liquidio: Removed duplicate Tx queue status checkIntiyaz Basha2018-03-272-57/+0Star
* | ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* | liquidio: Renamed txqs_start to start_txqsIntiyaz Basha2018-03-253-3/+3
* | liquidio: Renamed txqs_stop to stop_txqsIntiyaz Basha2018-03-253-4/+4
* | liquidio: Renamed txqs_wake to wake_txqsIntiyaz Basha2018-03-253-5/+5
* | liquidio: Function call skb_iq for deriving queue from skbIntiyaz Basha2018-03-252-4/+2Star
* | liquidio: Removed one line function wake_qIntiyaz Basha2018-03-252-23/+3Star
* | liquidio: Removed one line function stop_qIntiyaz Basha2018-03-252-22/+2Star
* | liquidio: Removed netif_is_multiqueue checkIntiyaz Basha2018-03-254-152/+64Star
* | liquidio: Removed start_txq functionIntiyaz Basha2018-03-253-36/+12Star
* | liquidio: Removed one line function stop_txqIntiyaz Basha2018-03-251-10/+1Star
* | liquidio: Moved common function skb_iq to to octeon_network.hIntiyaz Basha2018-03-253-20/+10Star