summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium
AgeCommit message (Expand)Author
2020-09-25net: ethernet: cavium: octeon_mgmt: use phy_start and phy_stopIvan Khoronzhuk
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-05net: thunderx: initialize VF's mailbox mutex before first usageDean Nelson
2020-08-04net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()Xin Long
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-03liquidio: Fix wrong return value in cn23xx_get_pf_num()Tianjia Zhang
2020-07-30liquidio: Replace vmalloc with kmalloc in octeon_register_dispatch_fn()Wang Hai
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-07-14liquidio_vf: convert to new udp_tunnel_nic infraJakub Kicinski
2020-07-14liquidio: convert to new udp_tunnel_nic infraJakub Kicinski
2020-07-07net: phy: mdio-octeon: Cleanup module loading dependenciesAndrew Lunn
2020-07-01liquidio: use generic power managementVaibhav Gupta
2020-06-28liquidio: use list_empty_careful in lio_list_delete_headGeliang Tang
2020-06-18net: tso: cache transport header lengthEric Dumazet
2020-06-17liquidio: Replace vmalloc_node + memset with vzalloc_node and use array_sizeGustavo A. R. Silva
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-01net: octeon: mgmt: Repair filling of RX ringAlexander Sverdlin
2020-05-14net: thunderx: Add XDP frame sizeJesper Dangaard Brouer
2020-05-08net: lio_core: remove redundant assignment to variable tx_doneColin Ian King
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-01net: Make PTP-specific drivers depend on PTP_1588_CLOCKClay McClure
2020-04-25liquidio: remove unused inline functionsYueHaibing
2020-04-02net: cavium: Fix build errors due to 'imply CAVIUM_PTP'YueHaibing
2020-03-23net: thunderx: remove set but not used variable 'tail'Zheng zengkai
2020-03-19liquidio: remove set but not used variable 's'YueHaibing
2020-03-10net: liquidio: reject unsupported coalescing paramsJakub Kicinski
2020-03-03net/cavium: Delete N/A assignments for ethtoolLeon Romanovsky
2020-03-03net/cavium: Clean driver versionsLeon Romanovsky
2020-03-03net/liquidio: Delete non-working LIQUIDIO_PACKAGE checkLeon Romanovsky
2020-03-03net/liquidio: Delete driver version assignmentLeon Romanovsky
2020-03-03liquidio: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-02net: cavium: Register driver with PCI subsys IDsPrakash Brahmajyosyula
2020-03-02net: thunderx: Reduce mbox wait response time.Geetha sowjanya
2020-03-02net: thunderx: Adjust CQE_RX drop levels for better performanceSunil Goutham
2020-02-20net: thunderx: workaround BGX TX Underflow issueTim Harvey
2020-02-08net: thunderx: use proper interface type for RGMIITim Harvey
2020-01-22net: convert additional drivers to use phy_do_ioctlHeiner Kallweit
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-05net: thunderx: start phy before starting autonegotiationMian Yousaf Kaukab
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-08net: ethernet: octeon_mgmt: Account for second possible VLAN headerAlexander Sverdlin
2019-10-29cavium: thunder: Fix use true/false for bool typeSaurav Girepunje
2019-10-15net: cavium: Use the correct style for SPDX License IdentifierNishad Kamdar
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-18net: cavium: fix driver nameStephen Hemminger
2019-08-15liquidio: add cleanup in octeon_setup_iq()Wenwen Wang