aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-27liquidio: add support for ndo_get_stats64 instead of ndo_get_statsPradeep Nalla5-71/+135
2018-04-27liquidio: move a couple of functions to lio_core.cPradeep Nalla3-157/+154
2018-04-24liquidio: Swap VF representor Tx and Rx statisticsSrinivas Jampala1-7/+8
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2018-04-20liquidio: Added ndo_get_vf_stats supportIntiyaz Basha5-0/+151
2018-04-18bpf: make cavium thunder compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov1-1/+1
2018-04-17liquidio: Enhanced ethtool statsIntiyaz Basha4-49/+86
2018-04-09net: thunderx: rework mac addresses list to u64 arrayVadim Lomovtsev2-24/+11
2018-04-03Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-35/+16
2018-03-31net: thunderx: add ndo_set_rx_mode callback implementation for VFVadim Lomovtsev1-1/+109
2018-03-31net: thunderx: add workqueue control structures for handle ndo_set_rx_mode requestVadim Lomovtsev1-0/+17
2018-03-31net: thunderx: add XCAST messages handlers for PFVadim Lomovtsev1-4/+41
2018-03-31net: thunderx: add new messages for handle ndo_set_rx_mode callbackVadim Lomovtsev1-0/+12
2018-03-31net: thunderx: add multicast filter management supportVadim Lomovtsev2-1/+153
2018-03-31net: thunderx: add MAC address filter tracking for LMACVadim Lomovtsev1-14/+30
2018-03-31net: thunderx: move filter register related macro into proper placeVadim Lomovtsev2-11/+13
2018-03-30liquidio: prevent rx queues from getting stalledRaghu Vatsavayi4-19/+53
2018-03-29net: cavium: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2018-03-29liquidio: Prioritize control messagesIntiyaz Basha2-3/+8
2018-03-27liquidio: Removed duplicate Tx queue status checkIntiyaz Basha2-57/+0
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-03-25liquidio: Renamed txqs_start to start_txqsIntiyaz Basha3-3/+3
2018-03-25liquidio: Renamed txqs_stop to stop_txqsIntiyaz Basha3-4/+4
2018-03-25liquidio: Renamed txqs_wake to wake_txqsIntiyaz Basha3-5/+5
2018-03-25liquidio: Function call skb_iq for deriving queue from skbIntiyaz Basha2-4/+2
2018-03-25liquidio: Removed one line function wake_qIntiyaz Basha2-23/+3
2018-03-25liquidio: Removed one line function stop_qIntiyaz Basha2-22/+2
2018-03-25liquidio: Removed netif_is_multiqueue checkIntiyaz Basha4-152/+64
2018-03-25liquidio: Removed start_txq functionIntiyaz Basha3-36/+12
2018-03-25liquidio: Removed one line function stop_txqIntiyaz Basha1-10/+1
2018-03-25liquidio: Moved common function skb_iq to to octeon_network.hIntiyaz Basha3-20/+10
2018-03-25liquidio: Moved common function txqs_start to octeon_network.hIntiyaz Basha3-32/+17
2018-03-25liquidio: Moved common function txqs_wake to octeon_network.hIntiyaz Basha3-55/+27
2018-03-25liquidio: Moved common function txqs_stop to octeon_network.hIntiyaz Basha3-32/+16
2018-03-26net: liquidio: clean up Makefile for simpler composite object handlingMasahiro Yamada1-35/+16
2018-03-22liquidio: Added support for trusted VFIntiyaz Basha3-0/+125
2018-03-16liquidio: Simplified napi pollIntiyaz Basha3-66/+35
2018-03-14liquidio: Add support for liquidio 10GBase-T NICVeerasenareddy Burru2-8/+28
2018-03-12liquidio: fix ndo_change_mtu to always return correct status to the callerVeerasenareddy Burru5-113/+141
2018-03-08liquidio: avoid doing useless workPrasad Kanneganti2-2/+9
2018-03-08liquidio: Resolved mbox read issue while reading more than one 64bit dataIntiyaz Basha1-2/+3
2018-03-05liquidio: Corrected Rx bytes countingIntiyaz Basha1-1/+2
2018-02-14Revert "net: thunderx: Add support for xdp redirect"Jesper Dangaard Brouer3-94/+31
2018-02-12net: cavium: fix NULL pointer dereference in cavium_ptp_putJan Glauber1-0/+2
2018-02-08net: thunder: change q_len's type to handle max ring sizeDean Nelson1-1/+1
2018-01-29net: ethernet: cavium: Correct Cavium Thunderx NIC driver names accordingly to module nameVadim Lomovtsev5-5/+5
2018-01-16net: thunderx: add timestamping supportSunil Goutham9-6/+345
2018-01-16net: add support for Cavium PTP coprocessorRadoslaw Biernacki5-0/+437
2018-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-4/+13
2018-01-05thunderx: setup xdp_rxq_infoJesper Dangaard Brouer3-4/+13