summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium
Commit message (Expand)AuthorAgeFilesLines
* 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
* liquidio: Moved common function txqs_start to octeon_network.hIntiyaz Basha2018-03-253-32/+17Star
* liquidio: Moved common function txqs_wake to octeon_network.hIntiyaz Basha2018-03-253-55/+27Star
* liquidio: Moved common function txqs_stop to octeon_network.hIntiyaz Basha2018-03-253-32/+16Star
* liquidio: Added support for trusted VFIntiyaz Basha2018-03-223-0/+125
* liquidio: Simplified napi pollIntiyaz Basha2018-03-163-66/+35Star
* liquidio: Add support for liquidio 10GBase-T NICVeerasenareddy Burru2018-03-142-8/+28
* liquidio: fix ndo_change_mtu to always return correct status to the callerVeerasenareddy Burru2018-03-125-113/+141
* liquidio: avoid doing useless workPrasad Kanneganti2018-03-092-2/+9
* liquidio: Resolved mbox read issue while reading more than one 64bit dataIntiyaz Basha2018-03-091-2/+3
* liquidio: Corrected Rx bytes countingIntiyaz Basha2018-03-051-1/+2
* Revert "net: thunderx: Add support for xdp redirect"Jesper Dangaard Brouer2018-02-143-94/+31Star
* net: cavium: fix NULL pointer dereference in cavium_ptp_putJan Glauber2018-02-121-0/+2
* net: thunder: change q_len's type to handle max ring sizeDean Nelson2018-02-081-1/+1
* net: ethernet: cavium: Correct Cavium Thunderx NIC driver names accordingly t...Vadim Lomovtsev2018-01-295-5/+5
* net: thunderx: add timestamping supportSunil Goutham2018-01-169-6/+345
* net: add support for Cavium PTP coprocessorRadoslaw Biernacki2018-01-165-0/+437
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-083-4/+13
|\
| * thunderx: setup xdp_rxq_infoJesper Dangaard Brouer2018-01-063-4/+13
* | liquidio: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-031-5/+2Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-101-0/+2
|\
| * net: thunderx: Fix TCP/UDP checksum offload for IPv4 pktsFlorian Westphal2017-12-061-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-051-1/+1
|\|
| * liquidio: fix incorrect indentation of assignment statementColin Ian King2017-12-031-1/+1
* | net: thunderx: Set max queue count taking XDP_TX into accountSunil Goutham2017-11-301-0/+5
* | net: thunderx: Add support for xdp redirectSunil Goutham2017-11-303-31/+94
|/
* net: thunderx: Fix TCP/UDP checksum offload for IPv6 pktsSunil Goutham2017-11-251-1/+0Star
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-1/+1
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-161-1/+1