summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium
Commit message (Expand)AuthorAgeFilesLines
* net: thunderx: Use fwnode_get_mac_address()Andy Shevchenko2019-07-231-12/+6Star
* liquidio: Replace vmalloc + memset with vzallocChuhong Yuan2019-07-181-4/+2Star
* net: lio_core: fix potential sign-extension overflow on large shiftColin Ian King2019-06-191-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-3011-44/+11Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-085-12/+13
|\
| * net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-072-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-2/+20
| |\
| * | ethtool: thunder_bgx: use ethtool.h constants for speed and duplexMichael Zhivich2019-04-091-8/+8
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-052-24/+26
| |\ \
| * | | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-022-2/+2
| * | | net: devlink: select NET_DEVLINK from driversJiri Pirko2019-03-241-0/+1
* | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-074-16/+0Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-084-16/+0Star
| |/ /
* | | net: thunderx: don't allow jumbo frames with XDPMatteo Croce2019-04-111-0/+9
* | | net: thunderx: raise XDP MTU to 1508Matteo Croce2019-04-111-2/+11
| |/ |/|
* | net: thunderx: fix NULL pointer dereference in nicvf_open/nicvf_stopLorenzo Bianconi2019-04-041-8/+12
* | thunderx: eliminate extra calls to put_page() for pages held for recyclingDean Nelson2019-03-281-4/+3Star
* | thunderx: enable page recycling for non-XDP caseDean Nelson2019-03-281-12/+11Star
|/
* net: thunder: fix a potential NULL pointer dereferenceKangjie Lu2019-03-111-0/+6
* net: lio_core: fix two NULL pointer dereferencesKangjie Lu2019-03-111-0/+10
* net: liquidio: fix a NULL pointer dereferenceKangjie Lu2019-03-111-0/+5
* net: devlink: turn devlink into a built-inJakub Kicinski2019-02-261-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-245-153/+142Star
|\
| * net: thunderx: remove link change polling code and info from nicpfVadim Lomovtsev2019-02-221-102/+12Star
| * net: thunderx: move link state polling function to VFVadim Lomovtsev2019-02-223-19/+74
| * net: thunderx: add mutex to protect mailbox from concurrent calls for same VFVadim Lomovtsev2019-02-222-3/+12
| * net: thunderx: rework xcast message structure to make it fit into 64 bitVadim Lomovtsev2019-02-223-9/+7Star
| * net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_taskVadim Lomovtsev2019-02-221-4/+8
| * net: thunderx: make CFG_DONE message to run through generic send-ack sequenceVadim Lomovtsev2019-02-222-4/+13
| * net: thunderx: replace global nicvf_rx_mode_wq work queue for all VFs to priv...Vadim Lomovtsev2019-02-222-15/+19
| * net: thunderx: correct typo in macro nameVadim Lomovtsev2019-02-222-2/+2
* | liquidio: using NULL instead of plain integerYueHaibing2019-02-192-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-091-1/+0Star
|\|
| * net: Don't default Cavium PTP driver to 'y'Bjorn Helgaas2019-02-071-1/+0Star
* | liquidio: Implement ndo_get_port_parent_id()Florian Fainelli2019-02-062-35/+12Star
* | liquidio: fix the validation of rx checksum status from NIC hardwareVeerasenareddy Burru2019-01-291-1/+2
|/
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-102-2/+4
|\
| * liquidio: read sc->iq_no before release scPan Bian2018-12-011-1/+3
| * liquidio: fix spelling mistake "deferal" -> "deferral"Colin Ian King2018-11-301-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-291-0/+3
|\|
| * net: thunderx: fix NULL pointer dereference in nic_removeLorenzo Bianconi2018-11-281-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-252-3/+10
|\|
| * net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queueLorenzo Bianconi2018-11-241-1/+3
| * net: thunderx: set xdp_prog to NULL if bpf_prog_add failsLorenzo Bianconi2018-11-221-2/+7
* | net: cavium: clean up return value check in cavium_ptp_probeYueHaibing2018-11-241-4/+0Star
* | net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-2/+5
|/
* Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-10-041-1/+2
|\