aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-06net: thunderx: Fix TCP/UDP checksum offload for IPv4 pktsFlorian Westphal1-0/+2
2017-12-03liquidio: fix incorrect indentation of assignment statementColin Ian King1-1/+1
2017-11-25net: thunderx: Fix TCP/UDP checksum offload for IPv6 pktsSunil Goutham1-1/+0
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-11-15mm: remove __GFP_COLDMel Gorman1-1/+1
2017-11-14liquidio: Missing error code in liquidio_init_nic_module()Dan Carpenter1-1/+2
2017-11-11net: thunderx: fix double free errorAleksey Makarov1-52/+30
2017-11-05liquidio: do not consider packets dropped by network stack as driver Rx droppedIntiyaz Basha1-12/+3
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski1-2/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2017-11-04liquidio: Fix an issue with multiple switchdev enable disablesVijaya Mohan Guvva3-2/+9
2017-11-03liquidio: bump up driver version to 1.7.0 to match newer NIC firmwareFelix Manlunas1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-11-02liquidio: synchronize VF representor names with NIC firmwareVijaya Mohan Guvva4-1/+92
2017-11-02liquidio: remove redundant setting of inst_processed to zeroColin Ian King1-2/+0
2017-11-01net: thunderx: remove a couple of redundant assignmentsColin Ian King1-4/+0
2017-11-01liquidio: Configure switchdev with devlinkVijaya Mohan Guvva5-0/+108
2017-11-01liquidio: switchdev support for LiquidIO NICVijaya Mohan Guvva6-1/+750
2017-10-29liquidio: get rid of false alarm "Unknown cmd 27" in dmesgFelix Manlunas1-0/+1
2017-10-28liquidio: fix kernel panic in VF driverFelix Manlunas1-3/+3
2017-10-28liquidio: xmit_more supportIntiyaz Basha9-19/+55
2017-10-27liquidio: deprecate 1-bit flag indicating watchdog kernel thread is runningFelix Manlunas1-10/+4
2017-10-26ethernet: cavium: octeon: Switch to using netdev_info().Steven J. Hill1-13/+11
2017-10-24liquidio: pass date and time info to NIC firmwareVeerasenareddy Burru4-3/+166
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-10-19liquidio: mark expected switch fall-through in octeon_destroy_resourcesGustavo A. R. Silva1-1/+1
2017-10-19liquidio: remove unnecessary NULL check before kfree in delete_glistsGustavo A. R. Silva1-2/+1
2017-10-13liquidio: fix timespec64_to_ns typoArnd Bergmann1-1/+1
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-10-09net: thunderx: mark expected switch fall-throughs in nicvf_main()Gustavo A. R. Silva1-0/+2
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-0/+1
2017-09-25liquidio: update module parameter fw_type to reflect firmware type loadedRick Farrington1-2/+4
2017-09-25liquidio: verify firmware version when auto-loaded from flash.Rick Farrington1-1/+17
2017-09-25liquidio: allow override of firmware present in flashRick Farrington4-26/+64
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds17-1431/+1576
2017-08-30liquidio: fix crash in presence of zeroed-out base address regsRick Farrington1-0/+20
2017-08-29liquidio: show NIC's U-Boot version in a dev_info() messageWeilin Chang1-0/+78
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang2-2/+2
2017-08-23net: define the TSO header size in net/tso.hAntoine Ténart1-1/+0
2017-08-23liquidio: change manner of detecting whether or not NIC firmware is loadedFelix Manlunas3-9/+15
2017-08-22liquidio: make VF driver notify NIC firmware of MTU changeVeerasenareddy Burru1-5/+22
2017-08-22liquidio: move macro definition to a proper placeVeerasenareddy Burru2-2/+2
2017-08-20liquidio: fix use of pf in pass-through mode in a virtual machineRick Farrington2-5/+44
2017-08-18liquidio: remove support for deprecated f/w cmd OCTNET_CMD_RESET_PFRick Farrington2-10/+0
2017-08-18liquidio: fix Smatch errorIntiyaz Basha1-2/+2
2017-08-18liquidio: with embedded f/w, issue droq credits before enablementRick Farrington1-8/+12
2017-08-18liquidio: with embedded f/w, don't reload f/w, issue pf flr at exitRick Farrington1-24/+46
2017-08-17liquidio: fix spelling mistake: "interuupt" -> "interrupt"Colin Ian King1-1/+1
2017-08-16liquidio: update VF's netdev->max_mtu if there's a change in PF's MTUVeerasenareddy Burru2-6/+6
2017-08-15liquidio: added support for ethtool --set-channels featureIntiyaz Basha6-50/+226