summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorFilesLines
2022-04-12sfc: Remove global definition of efx_reset_type_namesMartin Habets2-7/+2
2022-04-12sfc: Remove duplicate definition of efx_xmit_doneMartin Habets2-1/+1
2022-04-12sfc: efx_default_channel_type APIs can be staticMartin Habets2-28/+28
2022-04-12sfc: Fix spelling mistake "writting" -> "writing"Lv Ruyi1-2/+2
2022-04-12sfc: ef10: Fix assigning negative value to unsigned variableHaowen Bai1-1/+1
2022-04-09sfc: use hardware tx timestamps for more than PTPBert Kenward1-1/+2
2022-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-66/+90
2022-04-08sfc: Stop using iommu_present()Robin Murphy1-1/+3
2022-04-06net: sfc: fix using uninitialized xdp tx_queueTaehee Yoo3-1/+6
2022-04-04sfc: Do not free an empty page_ringMartin Habets1-0/+3
2022-04-01net: sfc: add missing xdp queue reinitializationTaehee Yoo1-65/+81
2022-03-30sfc: Avoid NULL pointer dereference on systems without numa awarenessMartin Habets1-7/+4
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-03-03sfc: extend the locking on mcdi->seqnoNiels Dossche1-1/+1
2022-03-02sfc: set affinity hints in local NUMA node onlyÍñigo Huguet1-2/+10
2022-03-02sfc: default config to 1 channel/core in local NUMA node onlyÍñigo Huguet1-17/+34
2022-02-02sfc: The size of the RX recycle ring should be more flexibleMartin Habets7-17/+57
2022-01-06sfc: Use swap() instead of open coding itJiapeng Chong1-10/+4
2022-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+10
2022-01-05sfc: The RX page_ring is optionalMartin Habets2-0/+10
2022-01-04ethernet/sfc: remove redundant rc variableMinghao Chi1-3/+1
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-1/+4
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski3-0/+3
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+8
2021-12-22sfc: falcon: Check null pointer of rx_queue->page_ringJiasheng Jiang1-1/+4
2021-12-22sfc: Check null pointer of rx_queue->page_ringJiasheng Jiang1-1/+4
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-12-16sfc_ef100: potential dereference of null pointerJiasheng Jiang1-0/+3
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-3/+0
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet3-4/+4
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet1-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen3-10/+25
2021-11-05sfc: use swap() to make code cleanerYang Guang1-6/+2
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-14/+29
2021-10-21sfc: Don't use netif_info before net_device setupErik Ekman2-3/+3
2021-10-21sfc: Export fibre-specific supported link modesErik Ekman1-11/+26
2021-10-18sfc: Fix reading non-legacy supported link modesErik Ekman1-8/+2
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski6-9/+9
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski4-7/+7
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-40/+103
2021-09-09sfc: last resort fallback for lack of xdp tx queuesÍñigo Huguet3-40/+58
2021-09-09sfc: fallback for lack of xdp tx queuesÍñigo Huguet3-19/+64
2021-09-08Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-117/+40
2021-08-24sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-51/+14
2021-08-24sfc: falcon: Read VPD with pci_vpd_alloc()Heiner Kallweit1-16/+14
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2-4/+12
2021-08-23Revert "sfc: falcon: Read VPD with pci_vpd_alloc()"David S. Miller1-14/+16
2021-08-23Revert "sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller1-14/+51