summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * devlink: Add extack for eswitch operationsEli Britstein2018-10-041-1/+2
* | liquidio: fix a couple of spelling mistakesColin Ian King2018-10-041-2/+2
|/
* net: liquidio: list usage cleanupzhong jiang2018-09-261-2/+1Star
* net: cavium: fix return type of ndo_start_xmit functionYueHaibing2018-09-194-6/+8
* liquidio: remove duplicated include from lio_vf_rep.cYueHaibing2018-09-181-1/+0Star
* liquidio: Add the features to show FEC settings and set FEC settingsWeilin Chang2018-09-176-3/+243
* net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang2018-09-131-1/+1
* liquidio: Removed droq lockIntiyaz Basha2018-09-123-37/+3Star
* liquidio: Per queue oom work queueIntiyaz Basha2018-09-126-73/+110
* liquidio: Disabling tasklet when NAPI is activeIntiyaz Basha2018-09-122-1/+29
* liquidio: lio_fetch_vf_stats() can be statickbuild test robot2018-09-081-1/+1
* liquidio CN23XX: Remove set but not used variable 'ring_flag'YueHaibing2018-09-071-3/+1Star
* liquidio: Add spoof checking on a VF MAC addressWeilin Chang2018-09-078-12/+187