aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder/nicvf_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko1-7/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2019-04-11net: thunderx: don't allow jumbo frames with XDPMatteo Croce1-0/+9
2019-04-11net: thunderx: raise XDP MTU to 1508Matteo Croce1-2/+11
2019-04-04net: thunderx: fix NULL pointer dereference in nicvf_open/nicvf_stopLorenzo Bianconi1-8/+12
2019-03-11net: thunder: fix a potential NULL pointer dereferenceKangjie Lu1-0/+6
2019-02-22net: thunderx: move link state polling function to VFVadim Lomovtsev1-15/+37
2019-02-22net: thunderx: add mutex to protect mailbox from concurrent calls for same VFVadim Lomovtsev1-3/+10
2019-02-22net: thunderx: rework xcast message structure to make it fit into 64 bitVadim Lomovtsev1-3/+3
2019-02-22net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_taskVadim Lomovtsev1-4/+8
2019-02-22net: thunderx: make CFG_DONE message to run through generic send-ack sequenceVadim Lomovtsev1-3/+12
2019-02-22net: thunderx: replace global nicvf_rx_mode_wq work queue for all VFs to private for each of them.Vadim Lomovtsev1-14/+16
2018-11-22net: thunderx: set xdp_prog to NULL if bpf_prog_add failsLorenzo Bianconi1-2/+7
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski1-1/+0
2018-06-12net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_modeVadim Lomovtsev1-14/+36
2018-04-18bpf: make cavium thunder compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov1-1/+1
2018-04-09net: thunderx: rework mac addresses list to u64 arrayVadim Lomovtsev1-18/+10
2018-03-31net: thunderx: add ndo_set_rx_mode callback implementation for VFVadim Lomovtsev1-1/+109
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-02-14Revert "net: thunderx: Add support for xdp redirect"Jesper Dangaard Brouer1-84/+26
2018-01-29net: ethernet: cavium: Correct Cavium Thunderx NIC driver names accordingly to module nameVadim Lomovtsev1-1/+1
2018-01-16net: thunderx: add timestamping supportSunil Goutham1-2/+167
2018-01-05thunderx: setup xdp_rxq_infoJesper Dangaard Brouer1-4/+7
2017-11-30net: thunderx: Set max queue count taking XDP_TX into accountSunil Goutham1-0/+5
2017-11-30net: thunderx: Add support for xdp redirectSunil Goutham1-26/+84
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski1-2/+2
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-10-09net: thunderx: mark expected switch fall-throughs in nicvf_main()Gustavo A. R. Silva1-0/+2
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-0/+1
2017-06-29cavium: thunder: Remove duplicate "netdev->name" logging outputJoe Perches1-21/+12
2017-06-16bpf: thunderx: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau1-0/+1
2017-05-02net: thunderx: Support for XDP header adjustmentSunil Goutham1-16/+47
2017-05-02net: thunderx: Add support for XDP_TXSunil Goutham1-14/+49
2017-05-02net: thunderx: Add support for XDP_DROPSunil Goutham1-3/+20
2017-05-02net: thunderx: Add basic XDP supportSunil Goutham1-2/+160
2017-05-02net: thunderx: Optimize CQE_TX handlingSunil Goutham1-23/+21
2017-04-11net: thunderx: Switch to pci_alloc_irq_vectorsThanneeru Srinivasulu1-46/+24
2017-04-07net: thunderx: Enable TSO and checksum offloads for ipv6Thanneeru Srinivasulu1-3/+5
2017-03-09net: thunderx: Fix IOMMU translation faultsSunil Goutham1-1/+11
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-11net: thunderx: Fix error return code in nicvf_open()Wei Yongjun1-1/+2
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+2
2016-12-02net: thunderx: Fix transmit queue timeout issueSunil Goutham1-9/+43
2016-11-25net: thunderx: Pause frame supportSunil Goutham1-0/+6
2016-11-25net: thunderx: Add ethtool support for supported ports and link modes.Thanneeru Srinivasulu1-0/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-75/+83
2016-11-16net: thunderx: Fix memory leak and other issues upon interface toggleSunil Goutham1-6/+5
2016-11-16net: thunderx: Fix VF driver's interface statisticsSunil Goutham1-52/+54
2016-11-16net: thunderx: Program LMAC credits based on MTUSunil Goutham1-17/+21
2016-10-18ethernet/cavium: use core min/max MTU checkingJarod Wilson1-6/+4