aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder/nicvf_main.c
AgeCommit message (Expand)Author
2020-09-07Merge branch 'v5.2/standard/base' into v5.2/standard/cn96xxBruce Ashfield
2020-09-04net: thunderx: initialize VF's mailbox mutex before first usageDean Nelson
2020-08-29Merge branch 'v5.2/standard/base' into v5.2/standard/cn96xxBruce Ashfield
2020-08-27net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()Xin Long
2019-11-26octeontx: Reduce mbox wait response time.Geetha sowjanya
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2019-04-11net: thunderx: don't allow jumbo frames with XDPMatteo Croce
2019-04-11net: thunderx: raise XDP MTU to 1508Matteo Croce
2019-04-04net: thunderx: fix NULL pointer dereference in nicvf_open/nicvf_stopLorenzo Bianconi
2019-03-11net: thunder: fix a potential NULL pointer dereferenceKangjie Lu
2019-02-22net: thunderx: move link state polling function to VFVadim Lomovtsev
2019-02-22net: thunderx: add mutex to protect mailbox from concurrent calls for same VFVadim Lomovtsev
2019-02-22net: thunderx: rework xcast message structure to make it fit into 64 bitVadim Lomovtsev
2019-02-22net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_taskVadim Lomovtsev
2019-02-22net: thunderx: make CFG_DONE message to run through generic send-ack sequenceVadim Lomovtsev
2019-02-22net: thunderx: replace global nicvf_rx_mode_wq work queue for all VFs to priv...Vadim Lomovtsev
2018-11-22net: thunderx: set xdp_prog to NULL if bpf_prog_add failsLorenzo Bianconi
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski
2018-06-12net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_modeVadim Lomovtsev
2018-04-18bpf: make cavium thunder compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov
2018-04-09net: thunderx: rework mac addresses list to u64 arrayVadim Lomovtsev
2018-03-31net: thunderx: add ndo_set_rx_mode callback implementation for VFVadim Lomovtsev
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2018-02-14Revert "net: thunderx: Add support for xdp redirect"Jesper Dangaard Brouer
2018-01-29net: ethernet: cavium: Correct Cavium Thunderx NIC driver names accordingly t...Vadim Lomovtsev
2018-01-16net: thunderx: add timestamping supportSunil Goutham
2018-01-05thunderx: setup xdp_rxq_infoJesper Dangaard Brouer
2017-11-30net: thunderx: Set max queue count taking XDP_TX into accountSunil Goutham
2017-11-30net: thunderx: Add support for xdp redirectSunil Goutham
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-09net: thunderx: mark expected switch fall-throughs in nicvf_main()Gustavo A. R. Silva
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann
2017-06-29cavium: thunder: Remove duplicate "netdev->name" logging outputJoe Perches
2017-06-16bpf: thunderx: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau
2017-05-02net: thunderx: Support for XDP header adjustmentSunil Goutham
2017-05-02net: thunderx: Add support for XDP_TXSunil Goutham
2017-05-02net: thunderx: Add support for XDP_DROPSunil Goutham
2017-05-02net: thunderx: Add basic XDP supportSunil Goutham
2017-05-02net: thunderx: Optimize CQE_TX handlingSunil Goutham
2017-04-11net: thunderx: Switch to pci_alloc_irq_vectorsThanneeru Srinivasulu
2017-04-07net: thunderx: Enable TSO and checksum offloads for ipv6Thanneeru Srinivasulu
2017-03-09net: thunderx: Fix IOMMU translation faultsSunil Goutham
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-11net: thunderx: Fix error return code in nicvf_open()Wei Yongjun
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-02net: thunderx: Fix transmit queue timeout issueSunil Goutham
2016-11-25net: thunderx: Pause frame supportSunil Goutham
2016-11-25net: thunderx: Add ethtool support for supported ports and link modes.Thanneeru Srinivasulu
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller