summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium
AgeCommit message (Expand)Author
2018-02-14Revert "net: thunderx: Add support for xdp redirect"Jesper Dangaard Brouer
2018-02-12net: cavium: fix NULL pointer dereference in cavium_ptp_putJan Glauber
2018-02-08net: thunder: change q_len's type to handle max ring sizeDean Nelson
2018-01-29net: ethernet: cavium: Correct Cavium Thunderx NIC driver names accordingly t...Vadim Lomovtsev
2018-01-16net: thunderx: add timestamping supportSunil Goutham
2018-01-16net: add support for Cavium PTP coprocessorRadoslaw Biernacki
2018-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-05thunderx: setup xdp_rxq_infoJesper Dangaard Brouer
2018-01-02liquidio: Use zeroing memory allocator than allocator/memsetHimanshu Jha
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-06net: thunderx: Fix TCP/UDP checksum offload for IPv4 pktsFlorian Westphal
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-03liquidio: fix incorrect indentation of assignment statementColin Ian King
2017-11-30net: thunderx: Set max queue count taking XDP_TX into accountSunil Goutham
2017-11-30net: thunderx: Add support for xdp redirectSunil Goutham
2017-11-25net: thunderx: Fix TCP/UDP checksum offload for IPv6 pktsSunil Goutham
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-14liquidio: Missing error code in liquidio_init_nic_module()Dan Carpenter
2017-11-11net: thunderx: fix double free errorAleksey Makarov
2017-11-05liquidio: do not consider packets dropped by network stack as driver Rx droppedIntiyaz Basha
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-04liquidio: Fix an issue with multiple switchdev enable disablesVijaya Mohan Guvva
2017-11-03liquidio: bump up driver version to 1.7.0 to match newer NIC firmwareFelix Manlunas
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02liquidio: synchronize VF representor names with NIC firmwareVijaya Mohan Guvva
2017-11-02liquidio: remove redundant setting of inst_processed to zeroColin Ian King
2017-11-01net: thunderx: remove a couple of redundant assignmentsColin Ian King
2017-11-01liquidio: Configure switchdev with devlinkVijaya Mohan Guvva
2017-11-01liquidio: switchdev support for LiquidIO NICVijaya Mohan Guvva
2017-10-29liquidio: get rid of false alarm "Unknown cmd 27" in dmesgFelix Manlunas
2017-10-28liquidio: fix kernel panic in VF driverFelix Manlunas
2017-10-28liquidio: xmit_more supportIntiyaz Basha
2017-10-27liquidio: deprecate 1-bit flag indicating watchdog kernel thread is runningFelix Manlunas
2017-10-26ethernet: cavium: octeon: Switch to using netdev_info().Steven J. Hill
2017-10-24liquidio: pass date and time info to NIC firmwareVeerasenareddy Burru
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-19liquidio: mark expected switch fall-through in octeon_destroy_resourcesGustavo A. R. Silva
2017-10-19liquidio: remove unnecessary NULL check before kfree in delete_glistsGustavo A. R. Silva
2017-10-13liquidio: fix timespec64_to_ns typoArnd Bergmann
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-09net: thunderx: mark expected switch fall-throughs in nicvf_main()Gustavo A. R. Silva
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann
2017-09-25liquidio: update module parameter fw_type to reflect firmware type loadedRick Farrington
2017-09-25liquidio: verify firmware version when auto-loaded from flash.Rick Farrington
2017-09-25liquidio: allow override of firmware present in flashRick Farrington
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-08-30liquidio: fix crash in presence of zeroed-out base address regsRick Farrington
2017-08-29liquidio: show NIC's U-Boot version in a dev_info() messageWeilin Chang