summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder
Commit message (Expand)AuthorAgeFilesLines
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-4/+1
* net: thunderx: Fix unintentional sign extension issueColin Ian King2021-04-121-1/+1
* net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-4/+4
* net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-2/+2
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-1/+1
|\
| * xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
* | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
|/
* net: thunderx: Use struct_size() helper in kmalloc()Gustavo A. R. Silva2020-10-101-2/+2
* liquidio: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-143-9/+7
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
* net: thunderx: initialize VF's mailbox mutex before first usageDean Nelson2020-08-051-1/+3
* net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()Xin Long2020-08-041-2/+2
* bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-3/+0
* net: tso: cache transport header lengthEric Dumazet2020-06-181-2/+3
* net: thunderx: Add XDP frame sizeJesper Dangaard Brouer2020-05-141-0/+1
* net: thunderx: remove set but not used variable 'tail'Zheng zengkai2020-03-231-2/+1
* net/cavium: Clean driver versionsLeon Romanovsky2020-03-031-2/+0
* net: thunderx: Reduce mbox wait response time.Geetha sowjanya2020-03-021-5/+4
* net: thunderx: Adjust CQE_RX drop levels for better performanceSunil Goutham2020-03-021-2/+2
* net: thunderx: workaround BGX TX Underflow issueTim Harvey2020-02-202-3/+68
* net: thunderx: use proper interface type for RGMIITim Harvey2020-02-081-1/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* net: thunderx: start phy before starting autonegotiationMian Yousaf Kaukab2019-12-051-1/+1
* bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko2019-11-181-7/+2
* cavium: thunder: Fix use true/false for bool typeSaurav Girepunje2019-10-291-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-12/+6
|\
| * net: thunderx: Use fwnode_get_mac_address()Andy Shevchenko2019-07-231-12/+6
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-3/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-3011-44/+11
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-2/+20
|\
| * 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
* | ethtool: thunder_bgx: use ethtool.h constants for speed and duplexMichael Zhivich2019-04-081-8/+8
|/
* 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-271-4/+3
* thunderx: enable page recycling for non-XDP caseDean Nelson2019-03-271-12/+11
* net: thunder: fix a potential NULL pointer dereferenceKangjie Lu2019-03-111-0/+6
* net: thunderx: remove link change polling code and info from nicpfVadim Lomovtsev2019-02-221-102/+12
* 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/+7
* 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
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-1/+1
* net: thunderx: fix NULL pointer dereference in nic_removeLorenzo Bianconi2018-11-271-0/+3
* net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queueLorenzo Bianconi2018-11-231-1/+3