summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium
AgeCommit message (Expand)Author
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
2018-03-25liquidio: Moved common function txqs_start to octeon_network.hIntiyaz Basha
2018-03-25liquidio: Moved common function txqs_wake to octeon_network.hIntiyaz Basha
2018-03-25liquidio: Moved common function txqs_stop to octeon_network.hIntiyaz Basha
2018-03-26net: liquidio: clean up Makefile for simpler composite object handlingMasahiro Yamada
2018-03-22liquidio: Added support for trusted VFIntiyaz Basha
2018-03-16liquidio: Simplified napi pollIntiyaz Basha
2018-03-14liquidio: Add support for liquidio 10GBase-T NICVeerasenareddy Burru
2018-03-12liquidio: fix ndo_change_mtu to always return correct status to the callerVeerasenareddy Burru
2018-03-08liquidio: avoid doing useless workPrasad Kanneganti
2018-03-08liquidio: Resolved mbox read issue while reading more than one 64bit dataIntiyaz Basha
2018-03-05liquidio: Corrected Rx bytes countingIntiyaz Basha
2018-02-14Revert "net: thunderx: Add support for xdp redirect"Jesper Dangaard Brouer
2018-02-12net: cavium: fix NULL pointer dereference in cavium_ptp_putJan Glauber
2018-02-08net: thunder: change q_len's type to handle max ring sizeDean Nelson
2018-01-29net: ethernet: cavium: Correct Cavium Thunderx NIC driver names accordingly t...Vadim Lomovtsev
2018-01-16net: thunderx: add timestamping supportSunil Goutham
2018-01-16net: add support for Cavium PTP coprocessorRadoslaw Biernacki
2018-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-05thunderx: setup xdp_rxq_infoJesper Dangaard Brouer
2018-01-02liquidio: Use zeroing memory allocator than allocator/memsetHimanshu Jha
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-06net: thunderx: Fix TCP/UDP checksum offload for IPv4 pktsFlorian Westphal
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-03liquidio: fix incorrect indentation of assignment statementColin Ian King
2017-11-30net: thunderx: Set max queue count taking XDP_TX into accountSunil Goutham
2017-11-30net: thunderx: Add support for xdp redirectSunil Goutham
2017-11-25net: thunderx: Fix TCP/UDP checksum offload for IPv6 pktsSunil Goutham