summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium
Commit message (Expand)AuthorAgeFilesLines
* net: thunderx: Fix TCP/UDP checksum offload for IPv6 pktsSunil Goutham2017-11-251-1/+0Star
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-1/+1
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-161-1/+1
* | liquidio: Missing error code in liquidio_init_nic_module()Dan Carpenter2017-11-141-1/+2
* | net: thunderx: fix double free errorAleksey Makarov2017-11-111-52/+30Star
* | liquidio: do not consider packets dropped by network stack as driver Rx droppedIntiyaz Basha2017-11-051-12/+3Star
* | net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2017-11-051-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-042-0/+2
|\|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* | liquidio: Fix an issue with multiple switchdev enable disablesVijaya Mohan Guvva2017-11-043-2/+9
* | liquidio: bump up driver version to 1.7.0 to match newer NIC firmwareFelix Manlunas2017-11-031-2/+2
* | liquidio: synchronize VF representor names with NIC firmwareVijaya Mohan Guvva2017-11-024-1/+92
* | liquidio: remove redundant setting of inst_processed to zeroColin Ian King2017-11-021-2/+0Star
* | net: thunderx: remove a couple of redundant assignmentsColin Ian King2017-11-011-4/+0Star
* | liquidio: Configure switchdev with devlinkVijaya Mohan Guvva2017-11-015-0/+108
* | liquidio: switchdev support for LiquidIO NICVijaya Mohan Guvva2017-11-016-1/+750
* | liquidio: get rid of false alarm "Unknown cmd 27" in dmesgFelix Manlunas2017-10-291-0/+1
* | liquidio: fix kernel panic in VF driverFelix Manlunas2017-10-281-3/+3
* | liquidio: xmit_more supportIntiyaz Basha2017-10-279-19/+55
* | liquidio: deprecate 1-bit flag indicating watchdog kernel thread is runningFelix Manlunas2017-10-271-10/+4Star
* | ethernet: cavium: octeon: Switch to using netdev_info().Steven J. Hill2017-10-261-13/+11Star
* | liquidio: pass date and time info to NIC firmwareVeerasenareddy Burru2017-10-244-3/+166
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-1/+1
|\|
| * liquidio: fix timespec64_to_ns typoArnd Bergmann2017-10-131-1/+1
* | liquidio: mark expected switch fall-through in octeon_destroy_resourcesGustavo A. R. Silva2017-10-191-1/+1
* | liquidio: remove unnecessary NULL check before kfree in delete_glistsGustavo A. R. Silva2017-10-191-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-101-0/+2
|\|
| * net: thunderx: mark expected switch fall-throughs in nicvf_main()Gustavo A. R. Silva2017-10-091-0/+2
* | bpf: add meta pointer for direct accessDaniel Borkmann2017-09-261-0/+1
* | liquidio: update module parameter fw_type to reflect firmware type loadedRick Farrington2017-09-261-2/+4
* | liquidio: verify firmware version when auto-loaded from flash.Rick Farrington2017-09-261-1/+17
* | liquidio: allow override of firmware present in flashRick Farrington2017-09-264-26/+64
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-0617-1431/+1576
|\
| * liquidio: fix crash in presence of zeroed-out base address regsRick Farrington2017-08-311-0/+20
| * liquidio: show NIC's U-Boot version in a dev_info() messageWeilin Chang2017-08-301-0/+78
| * net: define the TSO header size in net/tso.hAntoine Ténart2017-08-241-1/+0Star
| * liquidio: change manner of detecting whether or not NIC firmware is loadedFelix Manlunas2017-08-243-9/+15
| * liquidio: make VF driver notify NIC firmware of MTU changeVeerasenareddy Burru2017-08-221-5/+22
| * liquidio: move macro definition to a proper placeVeerasenareddy Burru2017-08-222-2/+2
| * liquidio: fix use of pf in pass-through mode in a virtual machineRick Farrington2017-08-212-5/+44
| * liquidio: remove support for deprecated f/w cmd OCTNET_CMD_RESET_PFRick Farrington2017-08-192-10/+0Star
| * liquidio: fix Smatch errorIntiyaz Basha2017-08-191-2/+2
| * liquidio: with embedded f/w, issue droq credits before enablementRick Farrington2017-08-181-8/+12
| * liquidio: with embedded f/w, don't reload f/w, issue pf flr at exitRick Farrington2017-08-181-24/+46
| * liquidio: fix spelling mistake: "interuupt" -> "interrupt"Colin Ian King2017-08-171-1/+1
| * liquidio: update VF's netdev->max_mtu if there's a change in PF's MTUVeerasenareddy Burru2017-08-162-6/+6
| * liquidio: added support for ethtool --set-channels featureIntiyaz Basha2017-08-166-50/+226
| * liquidio: moved octeon_setup_interrupt to lio_core.cIntiyaz Basha2017-08-164-263/+202Star
| * liquidio: moved liquidio_legacy_intr_handler to lio_core.cIntiyaz Basha2017-08-163-56/+57
| * liquidio: moved liquidio_msix_intr_handler to lio_core.cIntiyaz Basha2017-08-165-88/+50Star