summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium
AgeCommit message (Expand)Author
2018-12-21liquidio: read sc->iq_no before release scPan Bian
2018-12-17net: thunderx: fix NULL pointer dereference in nic_removeLorenzo Bianconi
2018-12-05net: thunderx: set xdp_prog to NULL if bpf_prog_add failsLorenzo Bianconi
2018-12-05net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queueLorenzo Bianconi
2018-08-13liquidio: remove set but not used variable 'is25G'YueHaibing
2018-08-10liquidio: copperhead LED identificationRaghu Vatsavayi
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-07net: thunderx: mark expected switch fall-throughGustavo A. R. Silva
2018-08-07liquidio: mark expected switch fall-throughGustavo A. R. Silva
2018-08-07liquidio: avoided acquiring post_lock for data only queuesIntiyaz Basha
2018-08-07net: thunderx: check for failed allocation lmac->dmacsColin Ian King
2018-07-30liquidio: remove redundant function cn23xx_dump_iq_regsYueHaibing
2018-07-29liquidio: remove redundant function cn23xx_dump_vf_iq_regsYueHaibing
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-18net: cavium: Add fine-granular dependencies on PCIAlexander Sverdlin
2018-07-18net: cavium: add missing PCI dependenciesArnd Bergmann
2018-07-18liquidio: Using NULL instead of plain integerYueHaibing
2018-07-18octeon_mgmt: Fix MIX registers configuration on MTU setupAlexander Sverdlin
2018-07-16liquidio: correct error msg text when removing VLAN IDRick Farrington
2018-07-16liquidio: fix hang when re-binding VF host drv after running DPDK VF driverRick Farrington
2018-07-16net: cavium: Drop dependency of NET_VENDOR_CAVIUM on PCIAlexander Sverdlin
2018-07-16liquidio: Use %pad printk format for dma_addr_t valuesHelge Deller
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski
2018-07-12liquidio: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann
2018-07-07liquidio: fix kernel panic when NIC firmware is older than 1.7.2Rick Farrington
2018-07-06liquidio: make timeout HZ independent and readableNicholas Mc Guire
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_modeVadim Lomovtsev
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches
2018-05-10liquidio: bump up driver version to 1.7.2 to match newer NIC firmwareFelix Manlunas
2018-05-10liquidio: monitor all of Octeon's cores in watchdog threadFelix Manlunas
2018-05-07liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang
2018-05-02liquidio VF: indicate that disabling rx vlan offload is not allowedRaghu Vatsavayi
2018-04-30liquidio: fix spelling mistake: "mac_tx_multi_collison" -> "mac_tx_multi_coll...Colin Ian King
2018-04-30liquidio: enhanced ethtool --set-channels featureIntiyaz Basha
2018-04-30liquidio: Moved common function setup_glists to lio_core.cIntiyaz Basha
2018-04-30liquidio: Moved common definition octnic_gather to octeon_network.hIntiyaz Basha
2018-04-30liquidio: Moved common function delete_glists to lio_core.cIntiyaz Basha
2018-04-30liquidio: Moved common function list_delete_head to octeon_network.hIntiyaz Basha
2018-04-30liquidio: Moved common function if_cfg_callback to lio_core.cIntiyaz Basha
2018-04-27liquidio: add support for ndo_get_stats64 instead of ndo_get_statsPradeep Nalla
2018-04-27liquidio: move a couple of functions to lio_core.cPradeep Nalla
2018-04-24liquidio: Swap VF representor Tx and Rx statisticsSrinivas Jampala
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller