summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder/nicvf_main.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1Star
* 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/+0Star
* net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_modeVadim Lomovtsev2018-06-131-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/+10Star
* net: thunderx: add ndo_set_rx_mode callback implementation for VFVadim Lomovtsev2018-04-011-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/+26Star
* 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-061-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-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
|/
* cavium: thunder: Remove duplicate "netdev->name" logging outputJoe Perches2017-06-291-21/+12Star
* 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/+21Star
* net: thunderx: Switch to pci_alloc_irq_vectorsThanneeru Srinivasulu2017-04-111-46/+24Star
* 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
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: thunderx: Fix error return code in nicvf_open()Wei Yongjun2017-01-111-1/+2
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+2Star
* net: thunderx: Fix transmit queue timeout issueSunil Goutham2016-12-021-9/+43
* net: thunderx: Pause frame supportSunil Goutham2016-11-261-0/+6
* net: thunderx: Add ethtool support for supported ports and link modes.Thanneeru Srinivasulu2016-11-261-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-75/+83
|\
| * net: thunderx: Fix memory leak and other issues upon interface toggleSunil Goutham2016-11-161-6/+5Star
| * net: thunderx: Fix VF driver's interface statisticsSunil Goutham2016-11-161-52/+54
| * net: thunderx: Program LMAC credits based on MTUSunil Goutham2016-11-161-17/+21
* | ethernet/cavium: use core min/max MTU checkingJarod Wilson2016-10-181-6/+4Star
|/
* net: thunderx: Support for byte queue limitsSunil Goutham2016-09-241-2/+12