aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium
AgeCommit message (Expand)Author
2020-05-01net: Make PTP-specific drivers depend on PTP_1588_CLOCKClay McClure
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
2019-08-08liquidio: Use pcie_flr() instead of reimplementing itDenis Efremov
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-23net: thunderx: Use fwnode_get_mac_address()Andy Shevchenko
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-07-18liquidio: Replace vmalloc + memset with vzallocChuhong Yuan
2019-06-18net: lio_core: fix potential sign-extension overflow on large shiftColin Ian King
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-11net: thunderx: don't allow jumbo frames with XDPMatteo Croce
2019-04-11net: thunderx: raise XDP MTU to 1508Matteo Croce
2019-04-08ethtool: thunder_bgx: use ethtool.h constants for speed and duplexMichael Zhivich
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-04net: thunderx: fix NULL pointer dereference in nicvf_open/nicvf_stopLorenzo Bianconi
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal