summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium
AgeCommit message (Expand)AuthorFilesLines
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-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-09liquidio: avoid doing useless workPrasad Kanneganti2-2/+9
2018-03-09liquidio: 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 t...Vadim 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-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-4/+13
2018-01-06thunderx: setup xdp_rxq_infoJesper Dangaard Brouer3-4/+13
2018-01-03liquidio: Use zeroing memory allocator than allocator/memsetHimanshu Jha1-5/+2
2017-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-12-06net: thunderx: Fix TCP/UDP checksum offload for IPv4 pktsFlorian Westphal1-0/+2
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-12-03liquidio: fix incorrect indentation of assignment statementColin Ian King1-1/+1
2017-11-30net: thunderx: Set max queue count taking XDP_TX into accountSunil Goutham1-0/+5
2017-11-30net: thunderx: Add support for xdp redirectSunil Goutham3-31/+94
2017-11-25net: thunderx: Fix TCP/UDP checksum offload for IPv6 pktsSunil Goutham1-1/+0
2017-11-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-11-16mm: remove __GFP_COLDMel Gorman1-1/+1
2017-11-14liquidio: Missing error code in liquidio_init_nic_module()Dan Carpenter1-1/+2
2017-11-11net: thunderx: fix double free errorAleksey Makarov1-52/+30
2017-11-05liquidio: do not consider packets dropped by network stack as driver Rx droppedIntiyaz Basha1-12/+3
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski1-2/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2017-11-04liquidio: Fix an issue with multiple switchdev enable disablesVijaya Mohan Guvva3-2/+9
2017-11-03liquidio: bump up driver version to 1.7.0 to match newer NIC firmwareFelix Manlunas1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-11-02liquidio: synchronize VF representor names with NIC firmwareVijaya Mohan Guvva4-1/+92
2017-11-02liquidio: remove redundant setting of inst_processed to zeroColin Ian King1-2/+0
2017-11-01net: thunderx: remove a couple of redundant assignmentsColin Ian King1-4/+0
2017-11-01liquidio: Configure switchdev with devlinkVijaya Mohan Guvva5-0/+108