summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder/nicvf_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-141-6/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* 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: thunderx: Add XDP frame sizeJesper Dangaard Brouer2020-05-141-0/+1
* net: thunderx: Reduce mbox wait response time.Geetha sowjanya2020-03-021-5/+4
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko2019-11-181-7/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1
* 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
* net: thunder: fix a potential NULL pointer dereferenceKangjie Lu2019-03-111-0/+6
* net: thunderx: move link state polling function to VFVadim Lomovtsev2019-02-221-15/+37
* net: thunderx: add mutex to protect mailbox from concurrent calls for same VFVadim Lomovtsev2019-02-221-3/+10
* net: thunderx: rework xcast message structure to make it fit into 64 bitVadim Lomovtsev2019-02-221-3/+3
* 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-221-3/+12
* net: thunderx: replace global nicvf_rx_mode_wq work queue for all VFs to priv...Vadim Lomovtsev2019-02-221-14/+16
* net: thunderx: set xdp_prog to NULL if bpf_prog_add failsLorenzo Bianconi2018-11-221-2/+7
* xdp: don't make drivers report attachment modeJakub Kicinski2018-07-131-1/+0
* net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_modeVadim Lomovtsev2018-06-121-14/+36
* bpf: make cavium thunder compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov2018-04-181-1/+1
* net: thunderx: rework mac addresses list to u64 arrayVadim Lomovtsev2018-04-091-18/+10
* net: thunderx: add ndo_set_rx_mode callback implementation for VFVadim Lomovtsev2018-03-311-1/+109
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* Revert "net: thunderx: Add support for xdp redirect"Jesper Dangaard Brouer2018-02-141-84/+26
* net: ethernet: cavium: Correct Cavium Thunderx NIC driver names accordingly t...Vadim Lomovtsev2018-01-291-1/+1
* net: thunderx: add timestamping supportSunil Goutham2018-01-161-2/+167
* thunderx: setup xdp_rxq_infoJesper Dangaard Brouer2018-01-051-4/+7
* net: thunderx: Set max queue count taking XDP_TX into accountSunil Goutham2017-11-301-0/+5
* net: thunderx: Add support for xdp redirectSunil Goutham2017-11-301-26/+84
* 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-10-091-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
|/
* cavium: thunder: Remove duplicate "netdev->name" logging outputJoe Perches2017-06-291-21/+12
* bpf: thunderx: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau2017-06-161-0/+1
* net: thunderx: Support for XDP header adjustmentSunil Goutham2017-05-021-16/+47
* net: thunderx: Add support for XDP_TXSunil Goutham2017-05-021-14/+49
* net: thunderx: Add support for XDP_DROPSunil Goutham2017-05-021-3/+20
* net: thunderx: Add basic XDP supportSunil Goutham2017-05-021-2/+160
* net: thunderx: Optimize CQE_TX handlingSunil Goutham2017-05-021-23/+21
* net: thunderx: Switch to pci_alloc_irq_vectorsThanneeru Srinivasulu2017-04-111-46/+24
* net: thunderx: Enable TSO and checksum offloads for ipv6Thanneeru Srinivasulu2017-04-071-3/+5
* net: thunderx: Fix IOMMU translation faultsSunil Goutham2017-03-091-1/+11