summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium
Commit message (Expand)AuthorAgeFilesLines
* eth: octeon: fix build after netif_napi_add() changesJakub Kicinski2022-10-031-2/+2
* net: liquidio: Remove unused struct lio_trusted_vf_ctxYuan Can2022-09-291-5/+0
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-282-3/+2
* liquidio: CN23XX: delete repeated words, add missing words and fix typo in co...Ruffalo Lavoisier2022-09-202-4/+4
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-312-3/+3
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-2/+2
* net: thunderx: remove null check after call container_of()Haowen Bai2022-05-171-3/+0
* net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-062-2/+2
* pci_irq_vector() can't be used in atomic context any longer. This conflictsThomas Gleixner2022-05-011-8/+8
* Revert "net: ethernet: cavium: use div64_u64() instead of do_div()"Jakub Kicinski2022-02-111-2/+2
* net: ethernet: cavium: use div64_u64() instead of do_div()Wang Qing2022-02-091-2/+2
* drivers: net: Replace acpi_bus_get_device()Rafael J. Wysocki2022-02-021-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-312-1/+2
|\
| * net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski2021-12-291-0/+1
| * bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* | net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-144-13/+0
|/
* octeon: constify netdev->dev_addrJakub Kicinski2021-11-221-1/+1
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-222-5/+14
* net: liquidio: Make use of the helper macro kthread_run()Cai Huoqing2021-10-221-6/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-222-3/+3
|\
| * cavium: Fix return values of the probe functionZheyu Ma2021-10-191-2/+2
| * cavium: Return negative value when pci_alloc_irq_vectors() failsZheyu Ma2021-10-181-1/+1
* | ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-101-1/+0
* | eth: fwnode: remove the addr len from mac helpersJakub Kicinski2021-10-071-1/+1
* | eth: fwnode: change the return type of mac address helpersJakub Kicinski2021-10-071-3/+3
* | ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* | ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-053-3/+3
* | ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-024-5/+4
* | liquidio: Overcome missing device lock protection in init/remove flowsLeon Romanovsky2021-09-271-7/+12
* | devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-7/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-161-1/+1
|\|
| * Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-071-1/+1
| |\
| | * PCI: Change the type of probe argument in reset functionsAmey Narkhede2021-08-181-1/+1
| | * PCI: Remove reset_fn field from pci_devAmey Narkhede2021-08-171-1/+1
* | | net: thunderx: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-163-8/+4
|/ /
* | ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-242-3/+9
* | ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-131-2/+2
* | devlink: Set device as early as possibleLeon Romanovsky2021-08-091-2/+3
* | cavium: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-024-18/+6
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-274-4/+4
* | liquidio: Fix unintentional sign extension issue on left shift of u16Colin Ian King2021-07-151-1/+1
|/
* thunderx: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-272-17/+37
|\
| * net: liquidio: Add missing null pointer checksTom Seewald2021-05-132-15/+40
| * Revert "net: liquidio: fix a NULL pointer dereference"Greg Kroah-Hartman2021-05-131-5/+0
* | net: thunderx: Drop unnecessary NULL check after container_ofGuenter Roeck2021-05-141-3/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-1/+1
|\
| * cavium/liquidio: Fix duplicate argumentWan Jiabing2021-04-141-1/+1
* | of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-132-10/+3
* | net: thunderx: Fix unintentional sign extension issueColin Ian King2021-04-121-1/+1