summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium
Commit message (Expand)AuthorAgeFilesLines
...
* | net: liquidio: Remove set but not used variableZheng Yongjun2020-09-191-5/+4
* | liquidio: Fix -Wmissing-prototypes warnings for liquidioWang Hai2020-09-182-0/+2
* | liquidio: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-146-19/+18
* | net: cavium: Fix a bunch of kerneldoc parameter issuesWang Hai2020-09-091-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-044-31/+29
|\|
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-234-31/+29
* | liquidio: Remove unneeded cast from memory allocationYueHaibing2020-09-011-6/+3
|/
* net: thunderx: initialize VF's mailbox mutex before first usageDean Nelson2020-08-051-1/+3
* net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()Xin Long2020-08-041-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-031-3/+0
|\
| * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-3/+0
* | liquidio: Fix wrong return value in cn23xx_get_pf_num()Tianjia Zhang2020-08-031-1/+1
* | liquidio: Replace vmalloc with kmalloc in octeon_register_dispatch_fn()Wang Hai2020-07-301-7/+4
|/
* liquidio_vf: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-141-26/+33
* liquidio: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-141-26/+33
* net: phy: mdio-octeon: Cleanup module loading dependenciesAndrew Lunn2020-07-071-5/+2
* liquidio: use generic power managementVaibhav Gupta2020-07-011-26/+5
* liquidio: use list_empty_careful in lio_list_delete_headGeliang Tang2020-06-281-1/+1
* net: tso: cache transport header lengthEric Dumazet2020-06-181-2/+3
* liquidio: Replace vmalloc_node + memset with vzalloc_node and use array_sizeGustavo A. R. Silva2020-06-171-7/+3
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-8/+8
* net: octeon: mgmt: Repair filling of RX ringAlexander Sverdlin2020-06-011-0/+5
* net: thunderx: Add XDP frame sizeJesper Dangaard Brouer2020-05-141-0/+1
* net: lio_core: remove redundant assignment to variable tx_doneColin Ian King2020-05-081-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-1/+1
|\
| * net: Make PTP-specific drivers depend on PTP_1588_CLOCKClay McClure2020-05-011-1/+1
* | liquidio: remove unused inline functionsYueHaibing2020-04-251-12/+0
|/
* net: cavium: Fix build errors due to 'imply CAVIUM_PTP'YueHaibing2020-04-021-1/+1
* net: thunderx: remove set but not used variable 'tail'Zheng zengkai2020-03-231-2/+1
* liquidio: remove set but not used variable 's'YueHaibing2020-03-191-5/+0
* net: liquidio: reject unsupported coalescing paramsJakub Kicinski2020-03-101-0/+11
* net/cavium: Delete N/A assignments for ethtoolLeon Romanovsky2020-03-031-2/+0
* net/cavium: Clean driver versionsLeon Romanovsky2020-03-032-6/+0
* net/liquidio: Delete non-working LIQUIDIO_PACKAGE checkLeon Romanovsky2020-03-032-9/+2
* net/liquidio: Delete driver version assignmentLeon Romanovsky2020-03-034-18/+2
* liquidio: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-031-1/+1
* net: cavium: Register driver with PCI subsys IDsPrakash Brahmajyosyula2020-03-021-1/+9
* net: thunderx: Reduce mbox wait response time.Geetha sowjanya2020-03-021-5/+4
* net: thunderx: Adjust CQE_RX drop levels for better performanceSunil Goutham2020-03-021-2/+2
* net: thunderx: workaround BGX TX Underflow issueTim Harvey2020-02-202-3/+68
* net: thunderx: use proper interface type for RGMIITim Harvey2020-02-081-1/+1
* net: convert additional drivers to use phy_do_ioctlHeiner Kallweit2020-01-221-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-8/+8
|\
| * treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-8/+8
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-124-5/+5
|/
* net: thunderx: start phy before starting autonegotiationMian Yousaf Kaukab2019-12-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-201-7/+2
|\
| * bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko2019-11-181-7/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-1/+1
|\ \ | |/ |/|
| * net: ethernet: octeon_mgmt: Account for second possible VLAN headerAlexander Sverdlin2019-11-081-1/+1