summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2022-05-12net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo
2022-05-09net: sfc: fix memory leak due to ptp channelTaehee Yoo
2022-04-06net: sfc: fix using uninitialized xdp tx_queueTaehee Yoo
2022-04-04sfc: Do not free an empty page_ringMartin Habets
2022-04-01net: sfc: add missing xdp queue reinitializationTaehee Yoo
2022-03-30sfc: Avoid NULL pointer dereference on systems without numa awarenessMartin Habets
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-03sfc: extend the locking on mcdi->seqnoNiels Dossche
2022-03-01sfc: set affinity hints in local NUMA node onlyÍñigo Huguet
2022-03-01sfc: default config to 1 channel/core in local NUMA node onlyÍñigo Huguet
2022-02-01sfc: The size of the RX recycle ring should be more flexibleMartin Habets
2022-01-06sfc: Use swap() instead of open coding itJiapeng Chong
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-04sfc: The RX page_ring is optionalMartin Habets
2022-01-04ethernet/sfc: remove redundant rc variableMinghao Chi
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-22sfc: falcon: Check null pointer of rx_queue->page_ringJiasheng Jiang
2021-12-22sfc: Check null pointer of rx_queue->page_ringJiasheng Jiang
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-16sfc_ef100: potential dereference of null pointerJiasheng Jiang
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-05sfc: use swap() to make code cleanerYang Guang
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-21sfc: Don't use netif_info before net_device setupErik Ekman
2021-10-21sfc: Export fibre-specific supported link modesErik Ekman
2021-10-18sfc: Fix reading non-legacy supported link modesErik Ekman
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-09-09sfc: last resort fallback for lack of xdp tx queuesÍñigo Huguet
2021-09-09sfc: fallback for lack of xdp tx queuesÍñigo Huguet
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-24sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-24sfc: falcon: Read VPD with pci_vpd_alloc()Heiner Kallweit
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-23Revert "sfc: falcon: Read VPD with pci_vpd_alloc()"David S. Miller
2021-08-23Revert "sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller
2021-08-22sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-22sfc: falcon: Read VPD with pci_vpd_alloc()Heiner Kallweit
2021-08-20sfc: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-20sfc: Read VPD with pci_vpd_alloc()Heiner Kallweit
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann