summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium
Commit message (Expand)AuthorAgeFilesLines
* liquidio: remove set but not used variable 'is25G'YueHaibing2018-08-131-6/+2Star
* liquidio: copperhead LED identificationRaghu Vatsavayi2018-08-102-5/+23
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-091-0/+2
|\
| * net: thunderx: check for failed allocation lmac->dmacsColin Ian King2018-08-071-0/+2
* | net: thunderx: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* | liquidio: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* | liquidio: avoided acquiring post_lock for data only queuesIntiyaz Basha2018-08-072-3/+29
* | liquidio: remove redundant function cn23xx_dump_iq_regsYueHaibing2018-07-301-44/+0Star
* | liquidio: remove redundant function cn23xx_dump_vf_iq_regsYueHaibing2018-07-291-30/+0Star
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-213-9/+19
|\|
| * net: cavium: Add fine-granular dependencies on PCIAlexander Sverdlin2018-07-191-6/+6
| * octeon_mgmt: Fix MIX registers configuration on MTU setupAlexander Sverdlin2018-07-181-3/+11
| * liquidio: make timeout HZ independent and readableNicholas Mc Guire2018-07-061-1/+4
* | net: cavium: add missing PCI dependenciesArnd Bergmann2018-07-181-4/+6
* | liquidio: Using NULL instead of plain integerYueHaibing2018-07-182-3/+3
* | liquidio: correct error msg text when removing VLAN IDRick Farrington2018-07-172-2/+2
* | liquidio: fix hang when re-binding VF host drv after running DPDK VF driverRick Farrington2018-07-162-0/+6
* | net: cavium: Drop dependency of NET_VENDOR_CAVIUM on PCIAlexander Sverdlin2018-07-161-1/+0Star
* | liquidio: Use %pad printk format for dma_addr_t valuesHelge Deller2018-07-161-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-151-1/+0Star
|\ \
| * | xdp: don't make drivers report attachment modeJakub Kicinski2018-07-131-1/+0Star
* | | liquidio: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann2018-07-122-2/+2
* | | liquidio: fix kernel panic when NIC firmware is older than 1.7.2Rick Farrington2018-07-072-2/+33
|/ /
* / net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches2018-06-231-3/+2Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-162-14/+38
|\
| * net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_modeVadim Lomovtsev2018-06-132-14/+38
* | treewide: Use array_size() in vzalloc_node()Kees Cook2018-06-131-3/+2Star
* | treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-2/+2
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-2/+3
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+2
|/
* drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches2018-05-301-1/+1
* liquidio: bump up driver version to 1.7.2 to match newer NIC firmwareFelix Manlunas2018-05-101-1/+1
* liquidio: monitor all of Octeon's cores in watchdog threadFelix Manlunas2018-05-101-1/+1
* liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang2018-05-087-24/+425
* liquidio VF: indicate that disabling rx vlan offload is not allowedRaghu Vatsavayi2018-05-021-0/+1
* liquidio: fix spelling mistake: "mac_tx_multi_collison" -> "mac_tx_multi_coll...Colin Ian King2018-04-301-1/+1
* liquidio: enhanced ethtool --set-channels featureIntiyaz Basha2018-04-3010-58/+316
* liquidio: Moved common function setup_glists to lio_core.cIntiyaz Basha2018-04-304-163/+87Star
* liquidio: Moved common definition octnic_gather to octeon_network.hIntiyaz Basha2018-04-303-39/+21Star
* liquidio: Moved common function delete_glists to lio_core.cIntiyaz Basha2018-04-304-91/+51Star
* liquidio: Moved common function list_delete_head to octeon_network.hIntiyaz Basha2018-04-303-43/+24Star
* liquidio: Moved common function if_cfg_callback to lio_core.cIntiyaz Basha2018-04-304-67/+38Star
* liquidio: add support for ndo_get_stats64 instead of ndo_get_statsPradeep Nalla2018-04-275-71/+135
* liquidio: move a couple of functions to lio_core.cPradeep Nalla2018-04-273-157/+154Star
* liquidio: Swap VF representor Tx and Rx statisticsSrinivas Jampala2018-04-241-7/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-211-1/+1
|\
| * bpf: make cavium thunder compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov2018-04-181-1/+1
* | liquidio: Added ndo_get_vf_stats supportIntiyaz Basha2018-04-205-0/+151
|/
* liquidio: Enhanced ethtool statsIntiyaz Basha2018-04-174-49/+86
* net: thunderx: rework mac addresses list to u64 arrayVadim Lomovtsev2018-04-092-24/+11Star