aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder/nicvf_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
10 daysnet: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2023-03-10net: thunderx: take into account xdp_features setting tx/rx queuesLorenzo Bianconi1-1/+3
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka1-0/+2
2022-12-06net: thunderx: Fix missing destroy_workqueue of nicvf_rx_mode_wqYongqiang Liu1-1/+3
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-05-17net: thunderx: remove null check after call container_of()Haowen Bai1-3/+0
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-4/+0
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2021-10-19cavium: Fix return values of the probe functionZheyu Ma1-2/+2
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-2/+1
2021-09-16net: thunderx: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+2
2021-08-02cavium: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-7/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-06-24thunderx: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-2/+0
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+4
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-2/+2
2020-10-10net: thunderx: Use struct_size() helper in kmalloc()Gustavo A. R. Silva1-2/+2
2020-09-14liquidio: convert tasklets to use new tasklet_setup() APIAllen Pais1-6/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-05net: thunderx: initialize VF's mailbox mutex before first usageDean Nelson1-1/+3
2020-08-04net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()Xin Long1-2/+2
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-3/+0
2020-05-14net: thunderx: Add XDP frame sizeJesper Dangaard Brouer1-0/+1
2020-03-02net: thunderx: Reduce mbox wait response time.Geetha sowjanya1-5/+4
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
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