aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-2/+2
2022-05-17net: thunderx: remove null check after call container_of()Haowen Bai1-3/+0
2022-05-01pci_irq_vector() can't be used in atomic context any longer. This conflictsThomas Gleixner1-8/+8
2022-02-02drivers: net: Replace acpi_bus_get_device()Rafael J. Wysocki1-1/+2
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-1/+2
2021-12-29net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski1-0/+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-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+3
2021-10-19cavium: Fix return values of the probe functionZheyu Ma1-2/+2
2021-10-18cavium: Return negative value when pci_alloc_irq_vectors() failsZheyu Ma1-1/+1
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski1-1/+1
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski1-3/+3
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 Huoqing3-8/+4
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-1/+3
2021-08-02cavium: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-14/+2
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-05-14net: thunderx: Drop unnecessary NULL check after container_ofGuenter Roeck1-3/+0
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-4/+1
2021-04-12net: thunderx: Fix unintentional sign extension issueColin Ian King1-1/+1
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-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
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 Pais3-9/+7
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
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-06-18net: tso: cache transport header lengthEric Dumazet1-2/+3
2020-05-14net: thunderx: Add XDP frame sizeJesper Dangaard Brouer1-0/+1
2020-03-23net: thunderx: remove set but not used variable 'tail'Zheng zengkai1-2/+1
2020-03-03net/cavium: Clean driver versionsLeon Romanovsky1-2/+0
2020-03-02net: thunderx: Reduce mbox wait response time.Geetha sowjanya1-5/+4
2020-03-02net: thunderx: Adjust CQE_RX drop levels for better performanceSunil Goutham1-2/+2
2020-02-20net: thunderx: workaround BGX TX Underflow issueTim Harvey2-3/+68
2020-02-08net: thunderx: use proper interface type for RGMIITim Harvey1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-05net: thunderx: start phy before starting autonegotiationMian Yousaf Kaukab1-1/+1
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko1-7/+2
2019-10-29cavium: thunder: Fix use true/false for bool typeSaurav Girepunje1-6/+6
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+6